Age | Commit message (Expand) | Author | Files | Lines |
2006-10-28 | gst/audioresample/gstaudioresample.c: Another typo fix (#366212). | Tim-Philipp Müller | 1 | -1/+1 |
2006-10-26 | Fixed bug for files with timestamps less than 0. | Edgard Lima | 2 | -10/+25 |
2006-10-21 | I copied over filesink a while ago and modified it to work as multifilesink. ... | David Schleef | 3 | -454/+324 |
2006-10-17 | Activate pads before adding them to running element. | Tim-Philipp Müller | 1 | -0/+2 |
2006-10-17 | gst/qtdemux/qtdemux.c: Make compile with Forte compiler, mostly don't do poin... | Josep Torra Valles | 1 | -103/+111 |
2006-10-17 | Just a cast to make it compile oos big_endian systems. | Edgard Lima | 1 | -1/+1 |
2006-10-17 | Created new element nuvdemux. | Edgard Lima | 3 | -0/+1102 |
2006-10-17 | gst/nsf/: Fix some things the Forte compiler warns about (#362626). | Josep Torra Valles | 5 | -7/+54 |
2006-10-17 | gst/qtdemux/qtdemux.*: Avoid void pointer usage, better use guint8 * instead. | Tim-Philipp Müller | 2 | -58/+77 |
2006-10-11 | Port simple deinterlacer from 0.8. Use at your own risk, don't blame me for a... | Tim-Philipp Müller | 3 | -184/+150 |
2006-10-11 | gst/qtdemux/qtdemux.c: Add some fourcc for DV format. | Edward Hervey | 1 | -0/+4 |
2006-10-10 | gst/qtdemux/qtdemux.c: Printf format fixes. | Tim-Philipp Müller | 1 | -3/+3 |
2006-10-10 | ext/gnomevfs/: Fix URI interface implementation return type. | Josep Torre Valles | 1 | -1/+1 |
2006-10-10 | gst/qtdemux/qtdemux.c: Reorganise some stuff. | Wim Taymans | 1 | -234/+285 |
2006-10-06 | Add ReplayGain analysis element (#357069). | René Stadler | 5 | -0/+1612 |
2006-10-06 | ext/faad/gstfaad.c: Some cleanups. | Wim Taymans | 1 | -0/+1 |
2006-10-06 | gst/spectrum/gstspectrum.c: Fix mem leak, avoid unnecessary memcpy. | Tim-Philipp Müller | 1 | -3/+5 |
2006-10-06 | gst/spectrum/gstspectrum.c: Removed cruft code that was just commented out. R... | Stefan Kost | 1 | -109/+1 |
2006-10-05 | Another batch of printf format fixes. | Tim-Philipp Müller | 2 | -10/+11 |
2006-10-05 | Printf format fixes. | Tim-Philipp Müller | 1 | -1/+1 |
2006-10-04 | gst/videocrop/gstvideocrop.*: Handle packed YUV formats (UYVY, YUY2, YUYV) se... | Tim-Philipp Müller | 2 | -17/+116 |
2006-09-28 | gst/qtdemux/qtdemux.c: Add support for 'yv12' fourcc. | Tim-Philipp Müller | 1 | -0/+4 |
2006-09-16 | More G_OBJECT macro fixing. | Stefan Kost | 8 | -8/+8 |
2006-09-12 | gst/spectrum/gstspectrum.c: Implements stop() to clear the adapter and event(... | Stefan Kost | 1 | -2/+31 |
2006-09-11 | gst/spectrum/gstspectrum.*: Fix type mixup in spectrum->interval (gdouble<->g... | Stefan Kost | 2 | -2/+3 |
2006-09-11 | gst/spectrum/demo-osssrc.c: Use more defines | Stefan Kost | 3 | -17/+20 |
2006-09-08 | configure.ac: Bump requirements of -base (videocrop test case needs this). | Tim-Philipp Müller | 1 | -0/+7 |
2006-09-08 | gst/videocrop/: Some quick tests indicate that it doesn't make a great deal o... | Tim-Philipp Müller | 2 | -9/+6 |
2006-09-02 | docs/plugins/: Add videocrop to docs. | Tim-Philipp Müller | 3 | -55/+89 |
2006-09-02 | Port/rewrite videocrop from scratch for GStreamer-0.10, and make it support a... | Tim-Philipp Müller | 2 | -375/+480 |
2006-08-31 | gst/nsf/Makefile.am: Add missing GST_LIBS | Jan Schmidt | 1 | -1/+1 |
2006-08-30 | gst/qtdemux/qtdemux.c: Reset each streams last_flow to GST_FLOW_OK. | Edward Hervey | 1 | -1/+5 |
2006-08-30 | gst/qtdemux/qtdemux.c: put back 'segment start<=stop' change that was mystica... | Stefan Kost | 1 | -1/+1 |
2006-08-30 | gst/qtdemux/qtdemux.c: Fix the build for disabled debug | Stefan Kost | 1 | -1/+4 |
2006-08-28 | gst/qtdemux/qtdemux.c: Make sure segment start<=stop in weird quicktime files. | Wim Taymans | 1 | -1/+1 |
2006-08-21 | move gdp plugin to good. | Thomas Vander Stichele | 6 | -1468/+0 |
2006-08-21 | gst/qtdemux/qtdemux.c: Some more constification. | Wim Taymans | 1 | -33/+94 |
2006-08-20 | gst/audioconvert/gstaudioconvert.c: Lower debug, use g_assert in _get_unit_size | Stefan Kost | 1 | -1/+1 |
2006-08-14 | gst/qtdemux/qtdemux.c: Extract all references/redirections if there is more t... | Tim-Philipp Müller | 1 | -10/+121 |
2006-08-08 | gst/qtdemux/qtdemux.c: Fix silly typo. | Tim-Philipp Müller | 1 | -1/+1 |
2006-08-04 | gst/gdp/gstgdpdepay.c: Fix event parsing by gdpdepay. Fixes #349916. | Zaheer Abbas Merali | 1 | -15/+11 |
2006-08-02 | gst/gdp/gstgdpdepay.c: Disable seeking. | Wim Taymans | 3 | -198/+379 |
2006-07-31 | gst/gdp/gstgdpdepay.c: Consume all events except EOS because we generate even... | Wim Taymans | 1 | -3/+31 |
2006-07-28 | gst/audioresample/gstaudioresample.c: Don't leak references to the incoming c... | Jan Schmidt | 1 | -3/+3 |
2006-07-26 | gst/gdp/gstgdpdepay.c: proxying get/set caps is the wrong thing to do, since ... | Thomas Vander Stichele | 1 | -4/+0 |
2006-07-19 | gst/nsf/nsf.c: Really fix compilation. Apparently it's not enough to just che... | Tim-Philipp Müller | 1 | -1/+8 |
2006-07-18 | gst/nsf/nsf.c: Fix compilation by not ignoring return values of fread. | Wim Taymans | 1 | -4/+13 |
2006-07-17 | gst/gdp/: remove parent_class setting, BOILERPLATE does this fix typo in comment | Thomas Vander Stichele | 2 | -5/+1 |
2006-07-17 | gst/qtdemux/qtdemux.c: Store duration in uint64 too instead of clipping. | Wim Taymans | 1 | -27/+36 |
2006-07-15 | gst/spectrum/: Do not use deprecated gtk functions. | Stefan Kost | 2 | -2/+2 |