summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2008-01-24gst/mpegtsparse/: Fix network name descriptor, the length is actually the des...Zaheer Abbas Merali1-0/+8
2008-01-24gst/mpegtsparse/: Parse and add to relevant bus messages the terrestrial deli...Zaheer Abbas Merali1-0/+8
2008-01-23Add some documentation.Edgard Lima1-0/+15
2008-01-23Add support for building against libdca (with the libdts compat header). Fixe...Sebastian Dröge1-0/+10
2008-01-23sys/dvb/gstdvbsrc.c: Do not go on forever if problem with reading from dvr, r...Zaheer Abbas Merali1-0/+8
2008-01-23Add missing no_inst header files to Makefile.am so disting still worksChristian Schaller1-0/+5
2008-01-23Add documentation for the xingheader plugin.Sebastian Dröge1-0/+12
2008-01-23tests/check/: Add simple unit test for the xingmux element.Sebastian Dröge1-0/+13
2008-01-23gst/mpegtsparse/: Parsed the satellite delivery system descriptor and added i...Zaheer Abbas Merali1-0/+8
2008-01-22gst/mpegtsparse/mpegtspacketizer.c: Parsed and added network name to the nit ...Zaheer Abbas Merali1-0/+6
2008-01-22gst/mpegtsparse/mpegtspacketizer.c: Remove leaks introduced by not freeing g_...Zaheer Abbas Merali1-0/+6
2008-01-22gst/mpegtsparse/mpegtspacketizer.c: Add event name and description to the eit...Zaheer Abbas Merali1-0/+6
2008-01-22gst/mpegtsparse/mpegtsparse.c: Revert const removal from previous commit.Zaheer Abbas Merali1-0/+5
2008-01-22gst/mpegtsparse/: Added descriptor searching infrastructure from Fluendo TS d...Zaheer Abbas Merali1-0/+11
2008-01-22gst/h264parse/gsth264parse.c: Parse NAL units in forward mode to mark delta u...Julien Moutte1-0/+5
2008-01-22docs/plugins/: Regenerate.Stefan Kost1-0/+14
2008-01-22docs/plugins/Makefile.am: Add missing eol \Stefan Kost1-0/+23
2008-01-21One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what it actu...Stefan Kost1-0/+8
2008-01-21docs/plugins/: Update lists again. Those whole can build ivorbisdec, mythtvsr...Stefan Kost1-0/+16
2008-01-21gst/librfb/rfbdecoder.*: Don't use gtk-doc comment style for non gtk-doc comm...Stefan Kost1-0/+7
2008-01-21gst/deinterlace/gstdeinterlace.*: Provide 4:2:2 supportGabriel Bouvigne1-0/+15
2008-01-21docs/plugins/gst-plugins-bad-plugins-sections.txt: Update docs file too.Tim-Philipp Müller1-0/+5
2008-01-21gst/dvdspu/: Fix up dvdspu element again after previous namespace mangling: r...Tim-Philipp Müller1-0/+28
2008-01-21Coherent namespace usage and adding symbold from unused to sections.Stefan Kost1-0/+7
2008-01-21docs/plugins/: Add symbols from -unused.txt to the right place.Stefan Kost1-0/+13
2008-01-21docs/plugins/Makefile.am: Update include list.Stefan Kost1-0/+69
2008-01-21gst/h264parse/gsth264parse.c: Fix the build. GST_TIME_ARGS takes a timestamp ...Stefan Kost1-0/+5
2008-01-20ext/soup/gstsouphttpsrc.c: Report the size of the stream as the total size in...Wouter Cloetens1-0/+8
2008-01-19gst/rawparse/gstrawparse.c: Handle framesizes > 4096 with multiple frames per...Sebastian Dröge1-0/+8
2008-01-19gst/rawparse/gstrawparse.c: Improve handling of unknown or too small upstream...Sebastian Dröge1-0/+6
2008-01-19gst/rawparse/gstrawparse.c: Improve debugging a bit and for handling multiple...Sebastian Dröge1-0/+8
2008-01-19ext/soup/gstsouphttpsrc.c: Correctly set duration on the GstBaseSrc segment w...Wouter Cloetens1-0/+8
2008-01-18gst/h264parse/gsth264parse.c: Set timestamps more correctly.Wim Taymans1-0/+6
2008-01-18gst/rawparse/gstrawparse.*: Implement pull mode.Sebastian Dröge1-0/+13
2008-01-18gst/multifile/gstmultifilesrc.c: Fix memory leak spotted by the unit test.Sebastian Dröge1-0/+5
2008-01-18tests/check/Makefile.am: Enable spectrum test again.Sebastian Dröge1-0/+8
2008-01-18tests/check/: Add some minimal tests for the equalizer plugin.Sebastian Dröge1-0/+8
2008-01-18gst/equalizer/gstiirequalizer.c: Unparent all bands from the equalizer when f...Sebastian Dröge1-0/+6
2008-01-18ext/soup/gstsouphttpsrc.c: Add support for WebDAV.Sebastian Dröge1-0/+5
2008-01-18ext/soup/gstsouphttpsrc.*: Add support for seeking to souphttpsrc. Fixes bug ...Wouter Cloetens1-0/+11
2008-01-17gst/h264parse/gsth264parse.*: Improve debugging.Wim Taymans1-0/+11
2008-01-17Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.Edgard Lima1-0/+7
2008-01-16gst/h264parse/gsth264parse.*: Add reverse playback support for containers tha...Wim Taymans1-0/+17
2008-01-16Update for API changes in GIO and require GIO 2.15.2 for this.Sebastian Dröge1-0/+6
2008-01-14gst/xingheader/gstxingmux.c: Bitrate is 4 bits, not 8 so check for 0xe as max...Sebastian Dröge1-0/+6
2008-01-14gst/xingheader/gstxingmux.c: Remove accidentially leftover debug printf.Sebastian Dröge1-0/+5
2008-01-14gst/xingheader/gstxingmux.c: Choose smallest possible frame size for the Xing...Sebastian Dröge1-0/+10
2008-01-12gst/xingheader/: Major cleanup and rewrite of xingmux with less bugs and new ...Sebastian Dröge1-0/+13
2008-01-11tests/check/elements/: It's "endianness", not "endianess". Fixes unit tests.Tim-Philipp Müller1-0/+11
2008-01-11gst/rtpmanager/gstrtpsession.c: If we find the caps in the cache, use it to p...Wim Taymans1-0/+6