summaryrefslogtreecommitdiffstats
path: root/ext/flac
Commit message (Expand)AuthorAgeFilesLines
* ext/: Register musicbrainz tags.Tim-Philipp Müller2006-02-081-0/+5
* Pass unhandled queries upstream instead of just dropping them (#326446). Upda...Tim-Philipp Müller2006-02-061-1/+1
* Fixed a bug add in last commit, where no event is send. Thanks Tim to show me.Edgard Lima2006-02-031-4/+7
* Just make it compile with --disable-gst-debug.Edgard Lima2006-02-031-0/+2
* ext/flac/gstflacdec.c: Don't g_assert() where we should just return FALSE; re...Tim-Philipp Müller2006-01-021-14/+14
* ext/flac/gstflacdec.*: Rewrite flacdec a bit, so that even seeking might work...Tim-Philipp Müller2005-12-102-260/+479
* borgify and fix up documentationThomas Vander Stichele2005-12-095-176/+177
* ext/flac/gstflacdec.c: Accept a wider range of flac files, more closely match...Michael Smith2005-12-091-5/+22
* expand tabsThomas Vander Stichele2005-12-063-33/+33
* Update for alloc_buffer changes.Andy Wingo2005-12-052-5/+6
* document flacdecThomas Vander Stichele2005-11-251-0/+24
* fix up more enumsThomas Vander Stichele2005-11-221-4/+4
* Update for gst_tag_setter API changes.Andy Wingo2005-11-222-4/+4
* ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2005-11-222-4/+4
* ext/: libgsttagedit has been renamed to libgsttag.Tim-Philipp Müller2005-11-221-1/+1
* Update for stream lock API changes: don't take stream log in sink event handl...Tim-Philipp Müller2005-11-212-15/+2
* *.*: Ran scripts/update-macros. Oh yes.Andy Wingo2005-11-211-4/+4
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* ext/flac/gstflacenc.*: Fix seeking, so that flacenc can rewrite the header wi...Tim-Philipp Müller2005-10-242-32/+119
* API change fix.Wim Taymans2005-10-191-7/+17
* newsegment API update.Wim Taymans2005-10-111-1/+1
* ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc error returns.Andy Wingo2005-10-021-5/+9
* configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.Andy Wingo2005-10-025-367/+363
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-2/+1
* 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