summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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