summaryrefslogtreecommitdiff
path: root/gst/mpegvideoparse
AgeCommit message (Expand)AuthorFilesLines
2010-06-20mpegvideoparse: Remove redundant log messageAustin Lund1-2/+1
2010-06-16mpegvideoparse: Added debugging output for mpegpacketiserAustin Lund2-16/+14
2010-06-15mpegvideoparse: Apply previous timestamp when there isn't any newer.Jan Schmidt1-1/+2
2010-05-28mpegvideoparse: change profile and level strings to something nicer-lookingTim-Philipp Müller1-4/+4
2010-05-25mpegvideoparse: fix crash if downstream is unlikedZaheer Abbas Merali2-1/+6
2010-04-18mpegvideoparse: Export profile and level in capsArun Raghavan3-2/+60
2010-03-22mpegvideoparse: Parse bitrate and emit as tagArun Raghavan3-0/+19
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2-2/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-9/+6
2010-03-13mpegvideoparse: Update caps when the sequence header changesRaimo Järvi1-18/+14
2009-10-26mpegvideoparse: check width/height rangeThiago Santos1-0/+7
2009-10-11mpegvideoparse: fix warning in macosx snow leopardJosep Torra1-3/+4
2009-08-31GstAdapter is not a GstObject and should be freed with g_object_unref()Tim-Philipp Müller1-1/+1
2009-06-20vdpau: change element rank for testing purposesCarl-Anton Ingmarsson1-1/+1
2009-06-19Make build without warnings with debugging disabledTim-Philipp Müller1-0/+2
2009-06-05mpegvideoparse: Add methods to get names of various values.Edward Hervey1-3/+64
2009-05-22mpegvideoparse: Detect interlaced content and set it on outgoing caps.Edward Hervey3-0/+10
2009-02-02Also flush parser when a newsegment is received. Fixes loop in reverse mode.Josep Torra1-0/+2
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-07-01gst/mpegvideoparse/mpegvideoparse.*: Queue new-segment events and send them a...Jan Schmidt2-1/+48
2008-05-27gst/mpegvideoparse/mpegvideoparse.c: Add GST_BUFFER_FLAG_DELTA_UNIT to not I ...Thijs Vermeir1-0/+3
2008-02-12gst/mpegvideoparse/mpegvideoparse.c: Fix leaking caps.Wim Taymans1-2/+9
2008-02-07ext\neon\gstneonhttpsrc.c: Include unistd.h only if _HAVE_UNISTD_H is definedSébastien Moutte1-2/+3
2008-02-05gst/mpegvideoparse/mpegvideoparse.c: Flush packetizer too.Josep Torre Valles1-0/+1
2008-01-11gst/mpegvideoparse/mpegpacketiser.c: Small meaningless cleanup.Wim Taymans3-28/+321
2007-10-08gst/: Fix compiler warnings shown by Forte.Jan Schmidt1-1/+1
2007-09-20Fix memory leaks. More to come.Stefan Kost1-2/+6
2007-06-06gst/mpegvideoparse/: Fix some silly bugs with calculating the guard sizes.Jan Schmidt2-17/+17
2007-03-16gst/mpegvideoparse/: Move the MPEG specific byte parsing into the mpegpacketi...Jan Schmidt4-173/+294
2007-03-15Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so that it's below...Jan Schmidt6-0/+1419