| Commit message (Expand) | Author | Age | Files | Lines |
* | Update for API change in flac-1.1.1. Update requirement in configure.ac. Fixe... | Ronald S. Bultje | 2005-01-09 | 2 | -1/+20 |
* | fix typo | Thomas Vander Stichele | 2004-12-21 | 1 | -1/+1 |
* | Fixes a bunch of problems with finalize and dispose functions, either assumpt... | Jan Schmidt | 2004-11-01 | 2 | -8/+8 |
* | ext/: Add codec-name metadata. | Ronald S. Bultje | 2004-10-25 | 1 | -1/+2 |
* | ext/flac/gstflacdec.c: Only return true if we actually filled something in. P... | Ronald S. Bultje | 2004-09-29 | 1 | -2/+2 |
* | Make flacenc work with mono streams by only setting the mid_side and loose_mi... | Iain Holmes | 2004-08-17 | 1 | -2/+6 |
* | ext/flac/gstflacdec.c: (gst_flacdec_write): Actually, GST_PAD_CAPS() has not... | David Schleef | 2004-07-03 | 1 | -19/+17 |
* | ext/flac/gstflacdec.c: Set duration on output buffers. Fix logic mistake. (... | David Schleef | 2004-07-03 | 1 | -2/+4 |
* | ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment buffer sin... | Christophe Fergeau | 2004-06-01 | 1 | -0/+12 |
* | second batch : remove ',' at end of enums as they could confuse older gcc, fo... | Stéphane Loeuillet | 2004-05-21 | 2 | -3/+3 |
* | fix a number of memleaks | Colin Walters | 2004-05-07 | 1 | -0/+18 |
* | don't mix tabs and spaces | Thomas Vander Stichele | 2004-03-15 | 4 | -258/+265 |
* | *.h: Revert indenting | Johan Dahlin | 2004-03-15 | 3 | -60/+54 |
* | gst-indent | Thomas Vander Stichele | 2004-03-14 | 7 | -755/+776 |
* | Fix several misuse of gst_buffer_merge (it doesn't take ownership of any buff... | Christophe Fergeau | 2004-03-06 | 1 | -2/+10 |
* | gst/audioconvert/gstaudioconvert.c: set rank to PRIMARY | Benjamin Otte | 2004-02-22 | 1 | -2/+2 |
* | Spelling fix | Johan Dahlin | 2004-02-16 | 1 | -1/+1 |
* | Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros with the code th... | David Schleef | 2004-02-04 | 1 | -12/+31 |
* | code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines. | David Schleef | 2004-02-02 | 1 | -2/+2 |
* | change NULL to (NULL) for GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-02-02 | 3 | -7/+7 |
* | ext/flac/: Fix typos | Jeremy Simon | 2004-01-31 | 4 | -4/+3 |
* | GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-01-29 | 3 | -9/+9 |
* | use new error signal and classification | Thomas Vander Stichele | 2004-01-18 | 3 | -15/+13 |
* | ext/flac/gstflacenc.c: handle tags correctly | Benjamin Otte | 2004-01-14 | 1 | -4/+5 |
* | ext/flac/: length is already host endian, no need to convert. Fixes playback ... | Benjamin Otte | 2004-01-14 | 1 | -1/+1 |
* | ext/flac/gstflacdec.c: length is already host endian, no need to convert. Fix... | Benjamin Otte | 2004-01-13 | 1 | -1/+1 |
* | ext/flac/gstflacdec.c: Finish flac decoder on EOS. See #116178. | Ronald S. Bultje | 2004-01-03 | 1 | -2/+1 |
* | ext/: OS X fixes (see #126628). | Ronald S. Bultje | 2004-01-03 | 1 | -1/+0 |
* | Convert elements to use gst_pad_use_explicit_caps() where appropriate. | David Schleef | 2004-01-02 | 1 | -1/+2 |
* | Merge CAPS branch | David Schleef | 2003-12-22 | 3 | -102/+63 |
* | distcheck fixes | Thomas Vander Stichele | 2003-12-14 | 3 | -3/+3 |
* | distcheck fixes | Thomas Vander Stichele | 2003-12-08 | 1 | -1/+1 |
* | Fixed bug when filling tags in gstflacenc | Christophe Fergeau | 2003-12-08 | 2 | -49/+188 |
* | Forgot to change one application/x-flac to audio/x-flac | Christophe Fergeau | 2003-12-08 | 1 | -2/+2 |
* | Compilation will work better if I don't forget new files.. | Christophe Fergeau | 2003-12-07 | 1 | -0/+6 |
* | Added element to rewrite vorbiscomments embedded in flac files. It currently ... | Christophe Fergeau | 2003-12-07 | 4 | -3/+438 |
* | Forgot to mark one function as static | Christophe Fergeau | 2003-12-07 | 1 | -3/+3 |
* | remove copyright field from plugins | Andy Wingo | 2003-12-04 | 1 | -1/+0 |
* | Apply patch from jesimon@libertysurf.fr (Jeremy SIMON) in #122368. | David Schleef | 2003-12-02 | 1 | -8/+9 |
* | Use new tagging stuff to read and write flac metadata. Only handles vorbiscom... | Christophe Fergeau | 2003-11-28 | 5 | -126/+77 |
* | flac mime type is audio/x-flac, not application/x-flac | Christophe Fergeau | 2003-11-22 | 1 | -1/+1 |
* | Don't reset flac decoder if init hasn't been called on it first, the flac dec... | Christophe Fergeau | 2003-11-22 | 1 | -8/+14 |
* | -fix segfault on PAUSED => READY when metadata wasn't set | Benjamin Otte | 2003-11-22 | 1 | -5/+8 |
* | + checking in plugin category changes | Leif Johnson | 2003-11-16 | 2 | -2/+2 |
* | Remove all config.h includes from header files, add it to each source file an... | Ronald S. Bultje | 2003-11-07 | 3 | -2/+3 |
* | Whheeee, FLAC ported to new system too | Iain Holmes | 2003-11-01 | 3 | -100/+124 |
* | change gst/bytestream.h to gst/bytestream/bytestream.h | David Schleef | 2003-10-29 | 1 | -1/+1 |
* | merge TYPEFIND branch. Major changes: | Benjamin Otte | 2003-10-28 | 2 | -39/+4 |
* | /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ... | Andy Wingo | 2003-10-08 | 2 | -7/+8 |
* | fix flac mimetype | Jeremy Simon | 2003-10-04 | 1 | -1/+1 |