summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2012-06-11h264parser: do not assert on data input, just returnVincent Penquerc'h1-1/+2
2012-06-05h264parser: Remove un-needed checks and inline some functionsEdward Hervey1-11/+2
2012-06-01codecparsers: mpeg: relax entry constraintMark Nauwelaerts1-1/+0
2012-05-22mpegvideoparse: tweak codec parser API and adjust parser elementMark Nauwelaerts2-37/+31
2012-05-22codecparsers: mpeg4: fixup documentation spellingMark Nauwelaerts1-1/+1
2012-05-22mpegvideoparser: Optimize scanning for start codeNicolas Dufresne1-27/+13
2012-05-21codecparsers: mpegvideoparser: fix buffer size checkMark Nauwelaerts1-3/+3
2012-05-18codecparsers: mpeg4: do not expect a marker bit where not specifiedMark Nauwelaerts1-1/+0
2012-05-09video: Fix many markup, spelling and grammar problems in docsMart Raudsepp4-50/+50
2012-05-03basecamerabinsrc: Add auto-start property to basecamerabinYouness Alaoui2-1/+20
2012-05-03basecamerabin: Do not set the pad templates in the base class.Youness Alaoui1-27/+23
2012-04-25libs: libgstbasevideo still existsSebastian Dröge1-2/+2
2012-04-24video: Remove old video base classesSebastian Dröge10-4640/+2
2012-04-18Add glib-compat-private.h to the dist headersYouness Alaoui1-1/+1
2012-04-16mpegvideoparse: Do not ignore start code at the end of bufferMatej Knopp1-5/+5
2012-03-10Fix an unwanted double negation from last commitThibault Saunier1-1/+1
2012-03-10Fix 'ignoring return value of function declared with const attribute'Thibault Saunier4-9/+18
2012-03-06video: Update/add docsEdward Hervey6-29/+127
2012-03-03codecparsers: h264: record number of emulation prevention bytes in slice_head...Gwenole Beauchesne2-0/+13
2012-02-15codecparsers: h264: fix SEI parsingJonas Larsson1-4/+2
2012-01-30codecparsers: h264: fix parsing of VUI parameters.Gwenole Beauchesne1-1/+0
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h6-0/+162
2012-01-23h264parse: fix gst_h264_parse_clock_timestamp always failingJonas Larsson1-0/+2
2012-01-23codecparsers: read the cbr_flag in h264_parse_hrd_parametersJonas Larsson1-0/+1
2012-01-23basevideoencoder: fix parameter sanity checkMark Nauwelaerts1-1/+1
2012-01-20codecparsers: h264: fix ref_pic_list_modification()Gwenole Beauchesne2-4/+11
2012-01-12mpegvideoparser: fix memory leakVincent Penquerc'h1-1/+3
2012-01-10basevideodecoder: add option to hande alt frame dataOleksij Rempel (Alexey Fisher)2-1/+10
2012-01-09codecparsers: mpeg4: fix parsing when recursively skipping user dataMark Nauwelaerts1-2/+1
2012-01-05codecparsers: remove h263 gob parsing, since there is no gob immediate after svhZhao Halley1-21/+0
2012-01-05codecparsers: add missing zero_bits in h263 parsingZhao Halley1-0/+4
2012-01-05codecparsers: includes start_marker in h263 header for parsingZhao Halley1-1/+9
2012-01-05codecparsers: fix offset issue in h263 parseZhao Halley1-2/+3
2012-01-05codecparsers: fix mask pattern for h263 start markerZhao Halley1-1/+1
2011-12-30basevideocodec: Reset should reset current capsThiago Santos1-0/+2
2011-12-22basecamerabinsrc: remove redundant functionsThiago Santos3-61/+2
2011-12-20codecparsers: h264: clear sei message prior to parsingMark Nauwelaerts1-0/+4
2011-12-13basevideocodec: Don't use G_TYPE_REGISTER_BOXED() yetSebastian Dröge1-3/+15
2011-12-12basevideo: Make GstVideoFrame a reference counted boxed objectMatej Knopp4-22/+56
2011-12-08basevideoencoder: Only make the header buffer metadata writable, not the bufferSebastian Dröge1-1/+1
2011-12-08basevideoencoder: Fix handling of force-keyunit eventsSebastian Dröge1-28/+31
2011-12-06codecparsers: first video_packet_header doesn't start with resync_markerZhao Halley1-3/+13
2011-12-06codecparsers: return NO_PACKET if neededZhao Halley1-2/+2
2011-12-06codecparsers: fix an issue in check resync markerZhao Halley1-1/+1
2011-12-06codecparsers: fix an issue in finding the last video packet in vopZhao Halley1-1/+4
2011-12-06codecparsers: include resync marker in video packet sizeZhao Halley1-2/+6
2011-12-06codecparsers: scan next resync marker after current oneZhao Halley1-1/+1
2011-12-06codecparsers: fix < 0 issue of guint in mpeg4 parserZhao Halley1-6/+6
2011-12-06codecparsers: fix pattern/mask of resync_marker parsing of mpeg4Zhao Halley1-16/+18
2011-12-06codecparsers: fix compile warnings in gstmpeg4parser.cAlessandro Decina1-9/+18