summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2008-01-22gst/mpegtsparse/: Added descriptor searching infrastructure from Fluendo TS d...Zaheer Abbas Merali5-4/+521
2008-01-22gst/h264parse/gsth264parse.c: Parse NAL units in forward mode to mark delta u...Julien Moutte1-0/+58
2008-01-21One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what it actu...Stefan Kost1-2/+3
2008-01-21docs/plugins/: Update lists again. Those whole can build ivorbisdec, mythtvsr...Stefan Kost1-6/+4
2008-01-21gst/librfb/rfbdecoder.*: Don't use gtk-doc comment style for non gtk-doc comm...Stefan Kost2-11/+9
2008-01-21gst/deinterlace/gstdeinterlace.*: Provide 4:2:2 supportGabriel Bouvigne2-73/+159
2008-01-21gst/dvdspu/: Fix up dvdspu element again after previous namespace mangling: r...Tim-Philipp Müller3-89/+90
2008-01-21docs/plugins/: Add symbols from -unused.txt to the right place.Stefan Kost3-99/+108
2008-01-21docs/plugins/Makefile.am: Update include list.Stefan Kost1-1/+1
2008-01-21gst/h264parse/gsth264parse.c: Fix the build. GST_TIME_ARGS takes a timestamp ...Stefan Kost1-1/+1
2008-01-19gst/rawparse/gstrawparse.c: Handle framesizes > 4096 with multiple frames per...Sebastian Dröge1-5/+14
2008-01-19gst/rawparse/gstrawparse.c: Improve handling of unknown or too small upstream...Sebastian Dröge1-5/+6
2008-01-19gst/rawparse/gstrawparse.c: Improve debugging a bit and for handling multiple...Sebastian Dröge1-1/+6
2008-01-18gst/h264parse/gsth264parse.c: Set timestamps more correctly.Wim Taymans1-1/+18
2008-01-18gst/rawparse/gstrawparse.*: Implement pull mode.Sebastian Dröge2-78/+397
2008-01-18gst/multifile/gstmultifilesrc.c: Fix memory leak spotted by the unit test.Sebastian Dröge1-0/+1
2008-01-18gst/equalizer/gstiirequalizer.c: Unparent all bands from the equalizer when f...Sebastian Dröge1-0/+8
2008-01-17gst/h264parse/gsth264parse.*: Improve debugging.Wim Taymans2-12/+30
2008-01-16gst/h264parse/gsth264parse.*: Add reverse playback support for containers tha...Wim Taymans2-52/+684
2008-01-14gst/xingheader/gstxingmux.c: Bitrate is 4 bits, not 8 so check for 0xe as max...Sebastian Dröge1-2/+2
2008-01-14gst/xingheader/gstxingmux.c: Remove accidentially leftover debug printf.Sebastian Dröge1-2/+0
2008-01-14gst/xingheader/gstxingmux.c: Choose smallest possible frame size for the Xing...Sebastian Dröge1-15/+61
2008-01-12gst/xingheader/: Major cleanup and rewrite of xingmux with less bugs and new ...Sebastian Dröge3-199/+414
2008-01-11gst/rtpmanager/gstrtpsession.c: If we find the caps in the cache, use it to p...Wim Taymans1-4/+3
2008-01-11gst/rtpmanager/: Make it possible to use different user_data for each of the ...Youness Alaoui3-22/+174
2008-01-11gst/mpegvideoparse/mpegpacketiser.c: Small meaningless cleanup.Wim Taymans3-28/+321
2008-01-10gst/rtpmanager/gstrtpbin.c: Fix documentation for latest patchThijs Vermeir1-2/+2
2008-01-10gst/rtpmanager/gstrtpbin.c: Allow request_new_pad with name NULL (bug #508515)Thijs Vermeir1-4/+46
2008-01-09gst/rtpmanager/gstrtpsession.c: Don't set fixed caps, we can basically do eve...Wim Taymans1-1/+0
2008-01-04gst/rtpmanager/gstrtpjitterbuffer.c: Don't unref the popped buffer when we do...Wim Taymans1-3/+1
2008-01-03gst/mpegtsparse/: Remove no longer needed files.Zaheer Abbas Merali7-707/+2
2008-01-01ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because i...David Schleef4-20/+18
2007-12-31gst/rtpmanager/gstrtpssrcdemux.c: Don't clean up pads when going to PAUSED.Wim Taymans1-0/+1
2007-12-29Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Sebastian Dröge1-1/+1
2007-12-23gst/videoparse/: Remove videoparse element, because it was moved to gst/rawpa...David Schleef3-947/+0
2007-12-23gst/rawparse/gstrawparse.c: Always seek on frame boundaries, will produce not...Sebastian Dröge1-0/+5
2007-12-23Add new plugin rawparse that contains a base class for raw data parsers and t...Sebastian Dröge9-0/+1627
2007-12-20gst/: Ignore more.Tim-Philipp Müller2-0/+3
2007-12-18gst/switch/: gst/switch/gstswitch.c (enum, gst_selector_pad_class_init) (gst_...Andy Wingo3-54/+117
2007-12-17gst/multifile/gstmultifilesrc.*: When subsequent files are read, if the file ...David Schleef2-1/+10
2007-12-17gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when a buffer is i...Andy Wingo1-1/+1
2007-12-17gst/switch/: gst/switch/gstswitch.c (gst_stream_selector_class_init) (gst_str...Andy Wingo3-5/+26
2007-12-17gst/switch/gstswitch.c (gst_selector_pad_get_property) (gst_selector_pad_clas...Andy Wingo1-24/+46
2007-12-17gst/switch/gstswitch.c (gst_stream_selector_change_state)Andy Wingo1-47/+27
2007-12-17gst/switch/gstswitch.h (struct _GstStreamSelector): gst/switch/gstswitch.c (g...Andy Wingo2-1/+31
2007-12-17gst/switch/gstswitch.c (gst_stream_selector_class_init)Andy Wingo1-1/+18
2007-12-17gst/switch/gstswitch.h (struct _GstStreamSelector): Add some state variables.Andy Wingo2-29/+92
2007-12-17gst/switch/gstswitch.c (gst_stream_selector_block): Implement the block() sig...Andy Wingo1-1/+49
2007-12-17gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix vmethod prototypes.Andy Wingo2-3/+23
2007-12-17gst/switch/gstswitch.*: Add `block' and `switch' signals.Andy Wingo4-1/+57