| Commit message (Expand) | Author | Age | Files | Lines |
* | gst/wavenc/gstwavenc.*: Properly write wav files with width!=depth by having ... | Sebastian Dröge | 2007-06-03 | 2 | -4/+58 |
* | gst/wavenc/gstwavenc.*: everything else results in a invalid block align and ... | Sebastian Dröge | 2007-04-18 | 2 | -9/+23 |
* | gst/wavenc/gstwavenc.c: Correctly handle width!=depth input. | Sebastian Dröge | 2007-03-29 | 1 | -10/+8 |
* | gst/wavenc/gstwavenc.*: Set caps on first outgoing buffer, so that it doesn't... | Tim-Philipp Müller | 2006-04-19 | 2 | -269/+222 |
* | Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) | Stefan Kost | 2006-04-08 | 1 | -1/+1 |
* | better/unified long descriptions | Wim Taymans | 2006-03-30 | 1 | -1/+1 |
* | More state change function fixes. | Tim-Philipp Müller | 2006-03-23 | 1 | -5/+6 |
* | close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau. | Wim Taymans | 2006-03-13 | 1 | -0/+3 |
* | expand tabs | Thomas Vander Stichele | 2005-12-06 | 1 | -15/+15 |
* | Update for alloc_buffer changes. | Andy Wingo | 2005-12-05 | 1 | -2/+4 |
* | ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)... | Andy Wingo | 2005-11-22 | 1 | -1/+1 |
* | Fixes for GST_FOURCC_FORMAT API change. | Tim-Philipp Müller | 2005-11-21 | 1 | -1/+1 |
* | gst/matroska/matroska-mux.c: Fix for | Julien Moutte | 2005-11-20 | 1 | -12/+20 |
* | rework configure.ac; make asterisk rtp stuff compile on mingw | Thomas Vander Stichele | 2005-11-14 | 1 | -1/+1 |
* | gst/wavenc/gstwavenc.c: Added proper event handlind, made downstream newsegme... | Edward Hervey | 2005-11-01 | 1 | -20/+35 |
* | newsegment API update. | Wim Taymans | 2005-10-11 | 1 | -1/+1 |
* | fix build and use of GST_LIBS | Thomas Vander Stichele | 2005-09-23 | 1 | -2/+1 |
* | gst/wavenc/gstwavenc.c: Actually define the debug object being used in wavenc... | Michael Smith | 2005-09-14 | 1 | -1/+3 |
* | All plugins updated for element state changes. | Andy Wingo | 2005-09-02 | 1 | -6/+6 |
* | tidying up -good for business | Thomas Vander Stichele | 2005-08-30 | 2 | -12/+12 |
* | Ported to GStreamer 0.9. Need to fix performance issues. | Flavio Oliveira | 2005-08-30 | 1 | -31/+36 |
* | gst/: Add AMR (VBR and CBR) ids to riff.h audio codec list | Stéphane Loeuillet | 2005-01-05 | 1 | -0/+2 |
* | add VSSH (VideoSoft h264) and remove s323 (h323) from riff-lib because s323 i... | Stéphane Loeuillet | 2004-12-13 | 1 | -1/+1 |
* | gst/asfdemux/README gst/wavenc/riff.h gst-libs/gst/riff/riff-ids.h gst-libs/g... | Stéphane Loeuillet | 2004-12-13 | 1 | -0/+5 |
* | gst/wavenc/gstwavenc.c: Fix wrong discont event setup (fixes #154967). | Ronald S. Bultje | 2004-10-09 | 1 | -1/+2 |
* | gst/wavparse/gstwavparse.h remove duplicated defines for audio codec codes gs... | Stéphane Loeuillet | 2004-10-06 | 1 | -1/+3 |
* | Forgot to commit this | Iain Holmes | 2004-09-26 | 1 | -1/+1 |
* | Company's wisdom: | Iain Holmes | 2004-09-26 | 1 | -2/+2 |
* | gst/wavenc/gstwavenc.*: Added newmedia support to wavenc | Zaheer Abbas Merali | 2004-09-19 | 2 | -1/+14 |
* | Fixes: #151879, #151881, #151882, #151883, #151884, #151886, #151887, #152102... | David Schleef | 2004-09-12 | 1 | -3/+2 |
* | fix local includes and 64 bits constants | Steve Lhomme | 2004-07-27 | 1 | -2/+2 |
* | more working plugins | Steve Lhomme | 2004-07-27 | 1 | -3/+3 |
* | rename GStreamer-0.8.lib to libgstreamer.lib | Steve Lhomme | 2004-07-27 | 1 | -2/+2 |
* | avoid problems with math.h, fix release dependancy | Steve Lhomme | 2004-07-27 | 1 | -3/+3 |
* | more plugins supported under windows | Steve Lhomme | 2004-07-26 | 1 | -0/+151 |
* | gst/wavenc/gstwavenc.c: Switch to GST_WRITE_UINT32_LE macros (bug #144624) | David Schleef | 2004-07-03 | 1 | -20/+19 |
* | first batch : remove ',' at end of enums as they could confuse older gcc, for... | Stéphane Loeuillet | 2004-05-21 | 1 | -1/+1 |
* | rename WMAx codec defines to be consistent | Stéphane Loeuillet | 2004-05-17 | 1 | -3/+3 |
* | ext/mad/gstid3tag.c: move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio" | Stéphane Loeuillet | 2004-05-13 | 1 | -1/+1 |
* | gst/wavenc/gstwavenc.c: First process the events before deciding that negotia... | Wim Taymans | 2004-05-06 | 1 | -7/+7 |
* | don't mix tabs and spaces | Thomas Vander Stichele | 2004-03-15 | 1 | -45/+61 |
* | *.h: Revert indenting | Johan Dahlin | 2004-03-15 | 2 | -100/+84 |
* | gst-indent | Thomas Vander Stichele | 2004-03-14 | 3 | -454/+467 |
* | change NULL to (NULL) for GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-02-02 | 1 | -1/+1 |
* | GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-01-29 | 1 | -1/+1 |
* | use new error signal and classification | Thomas Vander Stichele | 2004-01-18 | 1 | -1/+1 |
* | gst/wavenc/gstwavenc.c: Fix indenting, fix pad creation. | Ronald S. Bultje | 2004-01-04 | 1 | -7/+9 |
* | Merge CAPS branch | David Schleef | 2003-12-22 | 2 | -57/+32 |
* | remove copyright field from plugins | Andy Wingo | 2003-12-04 | 1 | -1/+0 |
* | + checking in plugin category changes | Leif Johnson | 2003-11-16 | 1 | -1/+1 |