Age | Commit message (Expand) | Author | Files | Lines |
2007-09-03 | gmythsrc code rewrite; | Renato Filho | 4 | -687/+376 |
2007-08-31 | gst/rtpmanager/gstrtpjitterbuffer.c: Use extended timestamp to release buffer... | Wim Taymans | 2 | -13/+31 |
2007-08-29 | gst/rtpmanager/gstrtpjitterbuffer.c: Improve Comments. | Wim Taymans | 4 | -10/+87 |
2007-08-29 | gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property): If all in... | Zaheer Abbas Merali | 2 | -11/+120 |
2007-08-29 | gst/rtpmanager/gstrtpsession.*: Distribute synchronisation parameters to the ... | Wim Taymans | 7 | -8/+165 |
2007-08-28 | gst/rtpmanager/gstrtpbin.c: Add some more advanced example pipelines. | Wim Taymans | 5 | -7/+85 |
2007-08-28 | gst/dvdspu/gstdvdspu.c: Don't need this include (fixes compilation in uninsta... | Tim-Philipp Müller | 2 | -1/+5 |
2007-08-27 | gst/rtpmanager/gstrtpjitterbuffer.c: When synchronizing buffers, take peer la... | Wim Taymans | 2 | -1/+22 |
2007-08-27 | gst/flv/gstflvdemux.c: Make sure we initialize the seek result. | Julien Moutte | 2 | -0/+6 |
2007-08-27 | gst/dvdspu/Makefile.am: Commit the makefile too. | Jan Schmidt | 2 | -0/+17 |
2007-08-27 | dvdspu element donated by Fluendo. It implements a DVD Sub-Picture | Jan Schmidt | 11 | -1323/+2162 |
2007-08-24 | gst/flv/gstflvdemux.c: Remove some useless ifdef. | Julien Moutte | 2 | -2/+8 |
2007-08-24 | Make switch more reliable and also not lock up when sink pad caps change. | Zaheer Abbas Merali | 3 | -19/+42 |
2007-08-24 | gst/flv/gstflvdemux.c: Implement seeking in push mode. | Julien Moutte | 3 | -34/+175 |
2007-08-24 | gst/mpegtsparse/: Update licences to reflect LGPL-ness of these files also. | Zaheer Abbas Merali | 5 | -0/+51 |
2007-08-23 | Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a... | Tim-Philipp Müller | 17 | -399/+431 |
2007-08-23 | Automatically generate win32/common/config.h via configure (this ensures the ... | Tim-Philipp Müller | 4 | -92/+86 |
2007-08-23 | Port festival plugin to GStreamer-0.10 (#461377). | Jonathan Matthew | 4 | -61/+131 |
2007-08-22 | ext/faad/gstfaad.c: Don't unref the buffer when it was clipped. | Wim Taymans | 2 | -2/+6 |
2007-08-22 | gst/flv/: Handle pixel aspect ratio through metadata tags like ASF does. Flue... | Julien Moutte | 4 | -1/+39 |
2007-08-22 | gst/flv/: Make sure we don't try filling up the index if no times object was ... | Julien Moutte | 3 | -23/+49 |
2007-08-21 | gst/rtpmanager/gstrtpjitterbuffer.c: When drop-on-latency is set but we have ... | Wim Taymans | 2 | -4/+15 |
2007-08-21 | gst/rtpmanager/rtpjitterbuffer.*: Fix undefined overflow prone ts_diff handling. | Wim Taymans | 3 | -5/+12 |
2007-08-21 | gst/modplug/gstmodplug.cc: Fix compiler warning. | Wim Taymans | 3 | -1/+6 |
2007-08-21 | gst/modplug/gstmodplug.cc: Don't use NULL caps for srcpad is not yet connected. | Stefan Kost | 2 | -24/+34 |
2007-08-20 | Add mpeg transport stream parser written by: | Zaheer Abbas Merali | 15 | -0/+2490 |
2007-08-20 | ext/mythtv/gstmythtvsrc.c: Add examples for live mythtv:// URIs to docs (#468... | Bastien Nocera | 2 | -14/+25 |
2007-08-19 | gst/filter/: Add small comparision with the chebyshev filters in the docs. | Sebastian Dröge | 3 | -2/+16 |
2007-08-19 | tests/check/elements/: Also test everything in 32 bit float mode. | Sebastian Dröge | 3 | -42/+793 |
2007-08-17 | Use generator macros for the process functions for the different sample types... | Sebastian Dröge | 9 | -190/+255 |
2007-08-17 | ext/amrwb/gstamrwbparse.c: Don't leak the adapter. | Stefan Kost | 2 | -0/+24 |
2007-08-16 | gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl... | Sebastian Dröge | 5 | -76/+411 |
2007-08-16 | gst-libs/gst/app/gstappsink.c: Override the preroll vmethod instead of overri... | Wim Taymans | 2 | -1/+7 |
2007-08-16 | gst/rtpmanager/gstrtpjitterbuffer.c: Fix EOS handling. | Wim Taymans | 4 | -14/+66 |
2007-08-16 | ext/faad/gstfaad.c: Add some debug info. | Wim Taymans | 2 | -1/+11 |
2007-08-16 | gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl... | Sebastian Dröge | 4 | -54/+372 |
2007-08-16 | ext/ladspa/gstladspa.c: Don't leak like hell. | Stefan Kost | 2 | -5/+18 |
2007-08-16 | tests/check/: Add generic state-change test suite to help to fi leaks. | Stefan Kost | 4 | -0/+130 |
2007-08-15 | ChangeLog surgery | Stefan Kost | 1 | -3/+2 |
2007-08-15 | ext/timidity/gstwildmidi.*: | Stefan Kost | 3 | -1/+27 |
2007-08-14 | gst-libs/gst/app/gstappsink.c: Don't use new API. | Wim Taymans | 2 | -2/+9 |
2007-08-14 | gst-libs/gst/app/gstappsink.*: Make love to appsink. | Wim Taymans | 3 | -18/+247 |
2007-08-14 | gst/flv/gstflvdemux.c: Fix locking and refcounting on the index. | Wim Taymans | 2 | -1/+18 |
2007-08-14 | gst/flv/gstflvdemux.c: First method for seeking in pull mode using the index ... | Julien Moutte | 4 | -68/+510 |
2007-08-13 | Add docs for lpwsinc and bpwsinc and integrate them into the build system. Wh... | Sebastian Dröge | 34 | -268/+678 |
2007-08-13 | gst/rtpmanager/rtpjitterbuffer.c: Include stdlib. | Stefan Kost | 2 | -0/+6 |
2007-08-12 | tests/check/elements/bpwsinc.c: Make one test constraint a bit stricter. | Sebastian Dröge | 2 | -1/+6 |
2007-08-12 | tests/check/: Add unit tests for bpwsinc, testing fundamental functionality a... | Sebastian Dröge | 4 | -0/+535 |
2007-08-12 | tests/check/: Add unit tests for lpwsinc, testing fundamental functionality. | Sebastian Dröge | 4 | -0/+398 |
2007-08-12 | gst/filter/: Improve debugging a bit. | Sebastian Dröge | 3 | -11/+21 |