summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.c
Commit message (Collapse)AuthorAgeFilesLines
...
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-081-3/+3
| | | | | | | deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-3/+1
| | | | | Original commit message from CVS: reverting error patch before making a branch.
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-151-1/+3
| | | | | Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-061-3/+1
| | | | | | | over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-19/+22
| | | | | | | | Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
* fix flacdec when src not connectedThomas Vander Stichele2003-06-281-18/+16
| | | | | Original commit message from CVS: fix flacdec when src not connected
* make flacdec work with unconnected src padThomas Vander Stichele2003-06-281-40/+48
| | | | | Original commit message from CVS: make flacdec work with unconnected src pad
* UNITS -> DEFAULTWim Taymans2003-05-241-17/+12
| | | | | Original commit message from CVS: UNITS -> DEFAULT
* Add metadata (only vorbis comment)Jeremy Simon2003-04-271-3/+116
| | | | | Original commit message from CVS: Add metadata (only vorbis comment)
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef2003-02-021-4/+4
| | | | | | | | conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
* Fix plugins for new query APIWim Taymans2002-12-301-9/+9
| | | | | Original commit message from CVS: Fix plugins for new query API
* No \n in GST_DEBUGWim Taymans2002-12-271-7/+7
| | | | | Original commit message from CVS: No \n in GST_DEBUG
* flac debug cleanup m4 for ffmpegThomas Vander Stichele2002-11-261-2/+8
| | | | | | Original commit message from CVS: flac debug cleanup m4 for ffmpeg
* Some quick fixes for FLAC 1.0.4Wim Taymans2002-09-291-2/+2
| | | | | Original commit message from CVS: Some quick fixes for FLAC 1.0.4
* Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3David Schleef2002-09-181-0/+11
| | | | | | Original commit message from CVS: Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
| | | | | Original commit message from CVS: plugins part of license field patch
* Small cleanupsWim Taymans2002-09-151-17/+40
| | | | | | Original commit message from CVS: Small cleanups Fix segfault when not negotiated
* avoid symbol conflictsWim Taymans2002-07-281-3/+3
| | | | | Original commit message from CVS: avoid symbol conflicts
* Expose supported events, formats and querytypesWim Taymans2002-07-251-2/+25
| | | | | Original commit message from CVS: Expose supported events, formats and querytypes
* update to 1.0.2-1.0.3 API, unref eventsWim Taymans2002-07-081-10/+12
| | | | | Original commit message from CVS: update to 1.0.2-1.0.3 API, unref events
* FLAC updates, implement sample accurate seeking, add some convert/query ↵Wim Taymans2002-06-071-55/+400
| | | | | | | | functions, make the encoder write a header Original commit message from CVS: FLAC updates, implement sample accurate seeking, add some convert/query functions, make the encoder write a header
* a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo2002-04-201-1/+1
| | | | | | | | | | | details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-3/+3
| | | | | | | | | versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-131-1/+1
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* Fixed some leftover fixesWim Taymans2001-12-231-4/+1
| | | | | Original commit message from CVS: Fixed some leftover fixes
* adding flacThomas Vander Stichele2001-12-231-0/+250
Original commit message from CVS: adding flac