summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.c
Commit message (Expand)AuthorAgeFilesLines
* ext/flac/gstflacdec.c: (gst_flacdec_write): Actually, GST_PAD_CAPS() has not...David Schleef2004-07-031-19/+17
* ext/flac/gstflacdec.c: Set duration on output buffers. Fix logic mistake. (...David Schleef2004-07-031-2/+4
* fix a number of memleaksColin Walters2004-05-071-0/+18
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-96/+100
* gst-indentThomas Vander Stichele2004-03-141-261/+252
* Spelling fixJohan Dahlin2004-02-161-1/+1
* Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros with the code th...David Schleef2004-02-041-12/+31
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-2/+2
* ext/flac/: Fix typosJeremy Simon2004-01-311-2/+2
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-2/+2
* use new error signal and classificationThomas Vander Stichele2004-01-181-4/+3
* ext/flac/gstflacdec.c: length is already host endian, no need to convert. Fix...Benjamin Otte2004-01-131-1/+1
* ext/flac/gstflacdec.c: Finish flac decoder on EOS. See #116178.Ronald S. Bultje2004-01-031-2/+1
* ext/: OS X fixes (see #126628).Ronald S. Bultje2004-01-031-1/+0
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-1/+2
* Merge CAPS branchDavid Schleef2003-12-221-35/+22
* distcheck fixesThomas Vander Stichele2003-12-141-1/+1
* Use new tagging stuff to read and write flac metadata. Only handles vorbiscom...Christophe Fergeau2003-11-281-72/+16
* flac mime type is audio/x-flac, not application/x-flacChristophe Fergeau2003-11-221-1/+1
* Don't reset flac decoder if init hasn't been called on it first, the flac dec...Christophe Fergeau2003-11-221-8/+14
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* Whheeee, FLAC ported to new system tooIain Holmes2003-11-011-8/+56
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-3/+3
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-3/+1
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-151-1/+3
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-3/+1
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-19/+22
* fix flacdec when src not connectedThomas Vander Stichele2003-06-281-18/+16
* make flacdec work with unconnected src padThomas Vander Stichele2003-06-281-40/+48
* UNITS -> DEFAULTWim Taymans2003-05-241-17/+12
* Add metadata (only vorbis comment)Jeremy Simon2003-04-271-3/+116
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef2003-02-021-4/+4
* Fix plugins for new query APIWim Taymans2002-12-301-9/+9
* No \n in GST_DEBUGWim Taymans2002-12-271-7/+7
* flac debug cleanup m4 for ffmpegThomas Vander Stichele2002-11-261-2/+8
* Some quick fixes for FLAC 1.0.4Wim Taymans2002-09-291-2/+2
* Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3David Schleef2002-09-181-0/+11
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
* Small cleanupsWim Taymans2002-09-151-17/+40
* avoid symbol conflictsWim Taymans2002-07-281-3/+3
* Expose supported events, formats and querytypesWim Taymans2002-07-251-2/+25
* update to 1.0.2-1.0.3 API, unref eventsWim Taymans2002-07-081-10/+12
* FLAC updates, implement sample accurate seeking, add some convert/query funct...Wim Taymans2002-06-071-55/+400
* a hack to work around intltool's brokenness a current check for mpeg2dec deta...Andy Wingo2002-04-201-1/+1
* removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo2002-03-191-3/+3
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-131-1/+1
* Fixed some leftover fixesWim Taymans2001-12-231-4/+1
* adding flacThomas Vander Stichele2001-12-231-0/+250