summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-21docs/plugins/Makefile.am: Update include list.Stefan Kost58-544/+6156
2008-01-21gst/h264parse/gsth264parse.c: Fix the build. GST_TIME_ARGS takes a timestamp ...Stefan Kost3-1/+6
2008-01-20ext/soup/gstsouphttpsrc.c: Report the size of the stream as the total size in...Wouter Cloetens2-10/+22
2008-01-19gst/rawparse/gstrawparse.c: Handle framesizes > 4096 with multiple frames per...Sebastian Dröge2-5/+22
2008-01-19gst/rawparse/gstrawparse.c: Improve handling of unknown or too small upstream...Sebastian Dröge2-5/+12
2008-01-19gst/rawparse/gstrawparse.c: Improve debugging a bit and for handling multiple...Sebastian Dröge2-1/+14
2008-01-19ext/soup/gstsouphttpsrc.c: Correctly set duration on the GstBaseSrc segment w...Wouter Cloetens2-0/+12
2008-01-18gst/h264parse/gsth264parse.c: Set timestamps more correctly.Wim Taymans2-1/+24
2008-01-18gst/rawparse/gstrawparse.*: Implement pull mode.Sebastian Dröge4-78/+410
2008-01-18gst/multifile/gstmultifilesrc.c: Fix memory leak spotted by the unit test.Sebastian Dröge2-0/+6
2008-01-18tests/check/Makefile.am: Enable spectrum test again.Sebastian Dröge4-3/+52
2008-01-18tests/check/: Add some minimal tests for the equalizer plugin.Sebastian Dröge4-0/+341
2008-01-18gst/equalizer/gstiirequalizer.c: Unparent all bands from the equalizer when f...Sebastian Dröge2-0/+14
2008-01-18ext/soup/gstsouphttpsrc.c: Add support for WebDAV.Sebastian Dröge2-1/+6
2008-01-18ext/soup/gstsouphttpsrc.*: Add support for seeking to souphttpsrc. Fixes bug ...Wouter Cloetens3-5/+86
2008-01-17gst/h264parse/gsth264parse.*: Improve debugging.Wim Taymans3-12/+41
2008-01-17Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.Edgard Lima4-81/+380
2008-01-16gst/h264parse/gsth264parse.*: Add reverse playback support for containers tha...Wim Taymans3-52/+701
2008-01-16Update for API changes in GIO and require GIO 2.15.2 for this.Sebastian Dröge4-13/+13
2008-01-14gst/xingheader/gstxingmux.c: Bitrate is 4 bits, not 8 so check for 0xe as max...Sebastian Dröge2-2/+8
2008-01-14gst/xingheader/gstxingmux.c: Remove accidentially leftover debug printf.Sebastian Dröge2-2/+5
2008-01-14gst/xingheader/gstxingmux.c: Choose smallest possible frame size for the Xing...Sebastian Dröge3-15/+71
2008-01-12gst/xingheader/: Major cleanup and rewrite of xingmux with less bugs and new ...Sebastian Dröge4-199/+427
2008-01-11tests/check/elements/: It's "endianness", not "endianess". Fixes unit tests.Tim-Philipp Müller4-10/+21
2008-01-11gst/rtpmanager/gstrtpsession.c: If we find the caps in the cache, use it to p...Wim Taymans2-4/+9
2008-01-11gst/rtpmanager/: Make it possible to use different user_data for each of the ...Youness Alaoui4-22/+193
2008-01-11gst/mpegvideoparse/mpegpacketiser.c: Small meaningless cleanup.Wim Taymans5-28/+336
2008-01-10gst/rtpmanager/gstrtpbin.c: Fix documentation for latest patchThijs Vermeir2-2/+7
2008-01-10gst/rtpmanager/gstrtpbin.c: Allow request_new_pad with name NULL (bug #508515)Thijs Vermeir2-4/+51
2008-01-10autogen.sh: Add -Wno-portability to the automake parameters to stop warnings ...Sebastian Dröge3-1/+15
2008-01-09gst/rtpmanager/gstrtpsession.c: Don't set fixed caps, we can basically do eve...Wim Taymans2-1/+6
2008-01-09Makefile.am: Include lcov.mak to allow building coverage reports. Add top-lev...Stefan Kost3-2/+16
2008-01-06ext/directfb/Makefile.am: Add GST_CFLAGS. Otherwise we don't get -Wall -Werror.David Schleef3-5/+18
2008-01-06Add fbdev-based video sink. Linux-only. See bug #506549.Sean D'Epagnier6-2/+562
2008-01-06Update to GMemoryInputStream API changes in GLib SVN and require gio-2.0 >= 2...Sebastian Dröge4-10/+70
2008-01-06sys/glsink/: Handle xoverlay exposes correctly. This means glimagesink works...David Schleef7-18/+99
2008-01-06sys/glsink/: Reenable video/x-raw-rgb and x-raw-yuv for glimagesink. Enable ...David Schleef8-291/+125
2008-01-04gst/rtpmanager/gstrtpjitterbuffer.c: Don't unref the popped buffer when we do...Wim Taymans2-3/+8
2008-01-03gst/mpegtsparse/: Remove no longer needed files.Zaheer Abbas Merali8-707/+13
2008-01-02tests/check/Makefile.am: Disable vcdsrc in states test because it takes too m...David Schleef2-2/+9
2008-01-01ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because i...David Schleef8-29/+43
2007-12-31gst/rtpmanager/gstrtpssrcdemux.c: Don't clean up pads when going to PAUSED.Wim Taymans2-0/+7
2007-12-31Switch to using pkgconfig to detect libGL. Since we use recent features adde...David Schleef3-11/+18
2007-12-29Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Sebastian Dröge5-5/+20
2007-12-29Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 ...Sebastian Dröge14-19/+26
2007-12-29Major cleanup of code. Convert glupload to BaseTransform.David Schleef17-414/+650
2007-12-28ext/soup/: Use gst_tag_freeform_string_to_utf8() and post radio station info ...Tim-Philipp Müller3-41/+44
2007-12-27sys/glsink/: Change glimagesink over to using GL buffers. This breaks glimag...David Schleef3-26/+114
2007-12-27sys/glsink/: Convert gldownload to BaseTransform. Make glfilterexample visua...David Schleef9-115/+239
2007-12-27sys/glsink/: Remove code that handles non-texture buffers. Add aDavid Schleef14-310/+1080