summaryrefslogtreecommitdiffstats
path: root/ext/flac
Commit message (Expand)AuthorAgeFilesLines
* 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
* change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef2003-10-291-1/+1
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-282-39/+4
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-082-7/+8
* fix flac mimetypeJeremy Simon2003-10-041-1/+1
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-012-32/+17
* port #121143 to HEAD (flac file detection)Jeremy Simon2003-09-201-3/+23
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-162-12/+7
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-152-7/+12
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
* Add buffer length checks to every typefinding functionDavid Schleef2003-07-241-1/+5
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-063-12/+21
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-292-19/+25
* 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
* Oups I forgot gstflacenc.hJeremy Simon2003-05-111-1/+4
* _ Change from StreamEncoder to SeekableStreamEncoder _ Add a seek callback to...Jeremy Simon2003-05-111-91/+127
* Add metadata (only vorbis comment)Jeremy Simon2003-04-272-3/+117
* fixes:Benjamin Otte2003-04-261-5/+5