summaryrefslogtreecommitdiffstats
path: root/ext/flac
Commit message (Collapse)AuthorAgeFilesLines
* Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes2002-12-081-4/+4
| | | | | Original commit message from CVS: Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: parallel install fixes
* flac debug cleanup m4 for ffmpegThomas Vander Stichele2002-11-261-2/+8
| | | | | | Original commit message from CVS: flac debug cleanup m4 for ffmpeg
* Another iteration. Tested and compiles on 1.0.2, 1.0.3, 1.0.4David Schleef2002-10-201-1/+5
| | | | | Original commit message from CVS: Another iteration. Tested and compiles on 1.0.2, 1.0.3, 1.0.4
* fix version test in compat, yeayThomas Vander Stichele2002-10-191-1/+1
| | | | | Original commit message from CVS: fix version test in compat, yeay
* Fixed some logic on the 1.0.3->1.0.4 compatibilityDavid Schleef2002-10-141-1/+1
| | | | | Original commit message from CVS: Fixed some logic on the 1.0.3->1.0.4 compatibility
* more compatibility stuff for 1.0.3 -> 1.0.4David Schleef2002-10-111-0/+10
| | | | | Original commit message from CVS: more compatibility stuff for 1.0.3 -> 1.0.4
* Some quick fixes for FLAC 1.0.4Wim Taymans2002-09-292-4/+4
| | | | | Original commit message from CVS: Some quick fixes for FLAC 1.0.4
* no whitespace is allowed between macro names and parameter listsDavid I. Lehn2002-09-211-1/+1
| | | | | Original commit message from CVS: no whitespace is allowed between macro names and parameter lists
* yay, I can commit again !!! this fixes warnings I hadThomas Vander Stichele2002-09-192-11/+10
| | | | | | | Original commit message from CVS: yay, I can commit again !!! this fixes warnings I had
* Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3David Schleef2002-09-185-1/+58
| | | | | | 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-182-0/+2
| | | | | Original commit message from CVS: plugins part of license field patch
* Added Lots of propertiesWim Taymans2002-09-152-76/+394
| | | | | | Original commit message from CVS: Added Lots of properties More cleanups
* Small cleanupsWim Taymans2002-09-153-35/+119
| | | | | | Original commit message from CVS: Small cleanups Fix segfault when not negotiated
* removing warnings as approved by wimThomas Vander Stichele2002-09-091-3/+1
| | | | | Original commit message from CVS: removing warnings as approved by wim
* avoid symbol conflictsWim Taymans2002-07-283-16/+16
| | | | | 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-082-12/+14
| | | | | 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-075-68/+493
| | | | | | | | 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
* add ranks only for plugins who participate in autoplugging. If you have a ↵Steve Baker2002-05-311-0/+1
| | | | | | | file that used to autoplug but doesn't any... Original commit message from CVS: add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
* a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo2002-04-202-2/+2
| | | | | | | | | | | 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
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-111-15/+15
| | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
* Changed to the new props APIWim Taymans2002-03-301-3/+3
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo2002-03-241-2/+2
| | | | | | | | fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-203-3/+3
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-193-6/+6
| | | | | | | | | 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.
* s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo2002-03-191-1/+1
| | | | | | | | | | variables are defined as make variables automagi... Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
* - plugins are built without versioning infoWrobell2002-01-181-0/+1
| | | | | Original commit message from CVS: - plugins are built without versioning info
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-132-5/+9
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn2002-01-121-3/+2
| | | | | | | Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
* Fixed some leftover fixesWim Taymans2001-12-231-4/+1
| | | | | Original commit message from CVS: Fixed some leftover fixes
* adding flacThomas Vander Stichele2001-12-236-2/+530
| | | | | Original commit message from CVS: adding flac
* adding flacThomas Vander Stichele2001-12-232-0/+259
Original commit message from CVS: adding flac