Age | Commit message (Expand) | Author | Files | Lines |
2007-12-15 | gst/videoparse/gstvideoparse.c: Improve duration query by first asking upstre... | Sebastian Dröge | 1 | -26/+70 |
2007-12-15 | gst/videoparse/gstvideoparse.c: Add support for video/x-raw-rgb and video/x-r... | Sebastian Dröge | 1 | -13/+181 |
2007-12-14 | gst/mpegtsparse/mpegtspacketizer.*: Hash streams by pid again. Add a linked l... | Zaheer Abbas Merali | 2 | -48/+110 |
2007-12-14 | update spec file and add two missing files for disting | Christian Schaller | 1 | -1/+2 |
2007-12-13 | gst/videoparse/gstvideoparse.c: Implement a query type function for the src p... | Sebastian Dröge | 1 | -1/+68 |
2007-12-13 | gst/videoparse/gstvideoparse.c: Handle -1 values for the CONVERT query too. | Sebastian Dröge | 1 | -3/+15 |
2007-12-13 | gst/videoparse/gstvideoparse.c: Add YV12 to the pad templates as it is suppor... | Sebastian Dröge | 1 | -3/+5 |
2007-12-13 | gst/videoparse/Makefile.am: Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix t... | Sebastian Dröge | 2 | -4/+4 |
2007-12-13 | gst/videoparse/: Add a bunch of features: handle format specification, handle... | David Schleef | 2 | -114/+372 |
2007-12-12 | gst/rtpmanager/: Clean up the dynamic pads when going to READY. | Wim Taymans | 2 | -30/+41 |
2007-12-12 | gst/rtpmanager/: Fix some leaks. | Wim Taymans | 3 | -0/+17 |
2007-12-11 | gst/flv/gstflvparse.c: Don't strdup (and thus leak) codec name strings when p... | Tim-Philipp Müller | 1 | -4/+4 |
2007-12-10 | gst/rtpmanager/: Post a message when the SDES infor changes for a source. | Wim Taymans | 4 | -3/+118 |
2007-12-10 | gst/videoparse/gstvideoparse.c: Forward the query upstream, the default eleme... | mutex at runbox dot com | 1 | -5/+2 |
2007-12-10 | gst/rtpmanager/: Add signal to notify of an SDES change. | Wim Taymans | 20 | -38/+85 |
2007-12-10 | gst/rtpmanager/gstrtpbin.*: Expose SDES items as properties and configure the... | Wim Taymans | 3 | -2/+200 |
2007-12-10 | gst/rtpmanager/: Update comment. | Wim Taymans | 7 | -322/+996 |
2007-12-09 | gst/flv/gstflvparse.c: Fix list of supported and known codecs. | Edward Hervey | 1 | -8/+55 |
2007-12-06 | gst/equalizer/gstiirequalizer.c: Fix compilation. | Sebastian Dröge | 1 | -1/+1 |
2007-12-06 | gst/equalizer/gstiirequalizer.c: Don't process buffers in passthrough mode. | Sebastian Dröge | 1 | -0/+3 |
2007-12-06 | gst/filter/: The transform() methods are not called in passthrough mode so th... | Sebastian Dröge | 2 | -8/+0 |
2007-12-06 | gst/filter/: Sync the GObject properties with the controller even in passthro... | Sebastian Dröge | 2 | -9/+8 |
2007-12-06 | gst/mpegtsparse/mpegtsparse.c: Mark crc values table as constant. | Tim-Philipp Müller | 1 | -1/+1 |
2007-12-05 | gst/mpegtsparse/: A sub table is identified by the pair table_id and sub_tabl... | Zaheer Abbas Merali | 2 | -25/+37 |
2007-12-05 | gst/switch/gstswitch.c (gst_switch_set_property): Don't push buffers from app... | Andy Wingo | 1 | -17/+0 |
2007-12-03 | gst/mpegtsparse/: Remove signals for pat, pmt, nit, eit, sdt. Replace with bu... | Zaheer Abbas Merali | 3 | -60/+19 |
2007-12-03 | gst/librfb/rfbdecoder.c: Should fix the 64-bit build | Thijs Vermeir | 1 | -5/+9 |
2007-11-30 | gst/librfb/rfbdecoder.*: Add CoRRE encoding | Thijs Vermeir | 2 | -0/+41 |
2007-11-30 | gst/mpegtsparse/mpegtsparse.c: CRC check the psi pids. CRC checking code reli... | Zaheer Abbas Merali | 1 | -1/+66 |
2007-11-30 | gst/librfb/rfbdecoder.c: Use glib macro for swapping | Thijs Vermeir | 1 | -3/+2 |
2007-11-29 | gst/librfb/: Disable CopyRect encoding by default | Thijs Vermeir | 3 | -48/+114 |
2007-11-26 | configure.ac: Add QuickTime Wrapper plug-in. | Julien Moutte | 1 | -4/+6 |
2007-11-26 | gst/spectrum/gstspectrum.c: Use dispose and finalize. Dispose can be called m... | Stefan Kost | 1 | -1/+11 |
2007-11-26 | gst/speexresample/: Update speex resampler to latest SVN. We're now down to o... | Sebastian Dröge | 6 | -269/+149 |
2007-11-25 | gst/flv/gstflvparse.c: Output segment with proper 'stop' value, makes flvdemu... | Edward Hervey | 1 | -8/+12 |
2007-11-23 | gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets n... | Alessandro Decina | 4 | -147/+786 |
2007-11-23 | gst/speexresample/gstspeexresample.c: Only post the latency message if we hav... | Sebastian Dröge | 1 | -1/+1 |
2007-11-23 | gst/audioresample/gstaudioresample.c: Implement latency query. | Sebastian Dröge | 1 | -0/+78 |
2007-11-23 | gst/speexresample/gstspeexresample.c: Also post GST_MESSAGE_LATENCY if the la... | Sebastian Dröge | 1 | -0/+8 |
2007-11-23 | gst/speexresample/: Add functions to push the remaining samples and to get th... | Sebastian Dröge | 4 | -13/+429 |
2007-11-22 | gst/rtpmanager/gstrtpjitterbuffer.c: jitterbuffer can buffer an unlimited amo... | Wim Taymans | 1 | -4/+2 |
2007-11-21 | gst/speexresample/README: Add README explaining where the resampling code was... | Sebastian Dröge | 3 | -6/+93 |
2007-11-21 | gst/filter/: Post a GST_MESSAGE_LATENCY if the latency changes. | Sebastian Dröge | 2 | -0/+4 |
2007-11-21 | gst/equalizer/: Remove preset iface again. We'll re-add this after its been r... | Stefan Kost | 2 | -22/+4 |
2007-11-20 | gst/speexresample/gstspeexresample.c: Some small cleanup and addition of a TO... | Sebastian Dröge | 1 | -10/+11 |
2007-11-20 | gst/speexresample/Makefile.am: Add missing file. | Sebastian Dröge | 1 | -0/+30 |
2007-11-20 | Add speexresample to the docs and while at that do a make update. | Sebastian Dröge | 1 | -0/+2 |
2007-11-20 | gst/speexresample/gstspeexresample.c: If the resampler gives less output samp... | Sebastian Dröge | 1 | -3/+33 |
2007-11-20 | Add resample element based on the Speex resampling algorithm. | Sebastian Dröge | 9 | -0/+2925 |
2007-11-19 | gst/equalizer/: Activate preset iface and upload two presets here. | Stefan Kost | 2 | -4/+22 |