summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2008-02-01gst/selector/gstinputselector.c: Don't leak event on pads that are not linked...Wim Taymans1-0/+2
2008-02-01configure.ac: Bump core/base requirements to released versions, to avoid conf...Tim-Philipp Müller2-30/+35
2008-01-29gst/rtpmanager/gstrtpjitterbuffer.c: Try to get the new clock-rate from the b...Thijs Vermeir1-0/+7
2008-01-29Replace the switch plugin with the selector plugin. Add output- selector as t...Stefan Kost11-182/+736
2008-01-28gst/h264parse/gsth264parse.c: Try to avoid 'unused variable' compiler warning...Tim-Philipp Müller1-2/+4
2008-01-26gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter ba...Sebastian Dröge2-42/+0
2008-01-25gst/rtpmanager/gstrtpbin.c: Also handle lip-sync when the clock-rate is not p...Olivier Crete1-3/+47
2008-01-25gst/rtpmanager/: Remove the fixed clock-rate from the jitterbuffer and extend...Olivier Crete3-32/+11
2008-01-25gst/rtpmanager/gstrtpjitterbuffer.c: Remove old unused variable.Olivier Crete1-6/+9
2008-01-25gst/mpegtsparse/mpegtspacketizer.c: The logic for the guard interval calculat...Zaheer Abbas Merali1-4/+15
2008-01-25gst/rtpmanager/rtpsource.c: Fix unref of buffer using the wrong function. Fi...Olivier Crete1-1/+1
2008-01-24gst/mpegtsparse/: Fix network name descriptor, the length is actually the des...Zaheer Abbas Merali2-23/+16
2008-01-24gst/mpegtsparse/: Parse and add to relevant bus messages the terrestrial deli...Zaheer Abbas Merali2-83/+250
2008-01-23Add missing no_inst header files to Makefile.am so disting still worksChristian Schaller1-0/+4
2008-01-23Add documentation for the xingheader plugin.Sebastian Dröge2-22/+73
2008-01-23tests/check/: Add simple unit test for the xingmux element.Sebastian Dröge1-1/+19
2008-01-23gst/mpegtsparse/: Parsed the satellite delivery system descriptor and added i...Zaheer Abbas Merali2-2/+138
2008-01-22gst/mpegtsparse/mpegtspacketizer.c: Parsed and added network name to the nit ...Zaheer Abbas Merali1-0/+22
2008-01-22gst/mpegtsparse/mpegtspacketizer.c: Remove leaks introduced by not freeing g_...Zaheer Abbas Merali1-16/+59
2008-01-22gst/mpegtsparse/mpegtspacketizer.c: Add event name and description to the eit...Zaheer Abbas Merali1-0/+30
2008-01-22gst/mpegtsparse/mpegtsparse.c: Revert const removal from previous commit.Zaheer Abbas Merali1-1/+1
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