summaryrefslogtreecommitdiffstats
path: root/ext/flac
Commit message (Expand)AuthorAgeFilesLines
* ext/: gsttaginterface.h -> gsttagsetter.hStefan Kost2005-09-073-3/+3
* ext/flac/gstflacdec.*: Add support for flac files with 24/32 bits per sample;...Tim-Philipp Müller2005-09-062-23/+31
* All plugins updated for element state changes.Andy Wingo2005-09-023-31/+34
* Port flacdec (seeking is still slow'ish).Ronald S. Bultje2005-08-224-194/+194
* Update for API change in flac-1.1.1. Update requirement in configure.ac. Fixe...Ronald S. Bultje2005-01-092-1/+20
* fix typoThomas Vander Stichele2004-12-211-1/+1
* Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt2004-11-012-8/+8
* ext/: Add codec-name metadata.Ronald S. Bultje2004-10-251-1/+2
* ext/flac/gstflacdec.c: Only return true if we actually filled something in. P...Ronald S. Bultje2004-09-291-2/+2
* Make flacenc work with mono streams by only setting the mid_side and loose_mi...Iain Holmes2004-08-171-2/+6
* 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
* ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment buffer sin...Christophe Fergeau2004-06-011-0/+12
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-212-3/+3
* fix a number of memleaksColin Walters2004-05-071-0/+18
* don't mix tabs and spacesThomas Vander Stichele2004-03-154-258/+265
* *.h: Revert indentingJohan Dahlin2004-03-153-60/+54
* gst-indentThomas Vander Stichele2004-03-147-755/+776
* Fix several misuse of gst_buffer_merge (it doesn't take ownership of any buff...Christophe Fergeau2004-03-061-2/+10
* gst/audioconvert/gstaudioconvert.c: set rank to PRIMARYBenjamin Otte2004-02-221-2/+2
* 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
* code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2004-02-021-2/+2
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-023-7/+7
* ext/flac/: Fix typosJeremy Simon2004-01-314-4/+3
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-293-9/+9
* use new error signal and classificationThomas Vander Stichele2004-01-183-15/+13
* ext/flac/gstflacenc.c: handle tags correctlyBenjamin Otte2004-01-141-4/+5
* ext/flac/: length is already host endian, no need to convert. Fixes playback ...Benjamin Otte2004-01-141-1/+1
* 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-223-102/+63
* distcheck fixesThomas Vander Stichele2003-12-143-3/+3
* distcheck fixesThomas Vander Stichele2003-12-081-1/+1
* Fixed bug when filling tags in gstflacencChristophe Fergeau2003-12-082-49/+188
* Forgot to change one application/x-flac to audio/x-flacChristophe Fergeau2003-12-081-2/+2
* Compilation will work better if I don't forget new files..Christophe Fergeau2003-12-071-0/+6
* Added element to rewrite vorbiscomments embedded in flac files. It currently ...Christophe Fergeau2003-12-074-3/+438
* Forgot to mark one function as staticChristophe Fergeau2003-12-071-3/+3
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* Apply patch from jesimon@libertysurf.fr (Jeremy SIMON) in #122368.David Schleef2003-12-021-8/+9
* Use new tagging stuff to read and write flac metadata. Only handles vorbiscom...Christophe Fergeau2003-11-285-126/+77
* 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
* -fix segfault on PAUSED => READY when metadata wasn't setBenjamin Otte2003-11-221-5/+8
* + checking in plugin category changesLeif Johnson2003-11-162-2/+2
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-073-2/+3
* Whheeee, FLAC ported to new system tooIain Holmes2003-11-013-100/+124