summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-07Adding opus RTP payloader/depayloader elementHEADmasterDanilo Cesar Lemes de Paula6-2/+392
2011-12-07Adding opus RTP payloader/depayloader elementDanilo Cesar Lemes de Paula7-0/+457
2011-12-07rsndec: Don't use the initial-identity property on autoconvertSebastian Dröge1-2/+1
2011-12-07autoconvert: Remove the initial-identity property from autoconvertSebastian Dröge2-60/+1
2011-12-06videoparsers: Do not not skip startcode when neededThibault Saunier1-5/+4
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-06h264parse: handle force key unit eventsAlessandro Decina3-1/+190
2011-12-06codecparsers: fix compile warnings in gstmpeg4parser.cAlessandro Decina1-9/+18
2011-12-05tests: Add more files to .gitignoreEdward Hervey2-0/+6
2011-12-05h264parse: Use faster parsing variant when input is packetizedEdward Hervey1-4/+22
2011-12-05codecparsers: Variant of _identify_nalu without checksEdward Hervey2-5/+51
2011-12-05h264parse: reflow slice nal processingMark Nauwelaerts1-38/+20
2011-12-05h264parse: optimize slice nal processingMark Nauwelaerts1-18/+30
2011-12-05codecparser: unbreak h264 slice header parsingMark Nauwelaerts1-9/+12
2011-12-05autoconvert: Implement iterate_internal_links function on the sinkpad and srcpadSebastian Dröge1-0/+32
2011-12-02opusdec: guard against decoding 0 samplesVincent Penquerc'h1-4/+4
2011-12-02configure: Require XVID API >= 4.3Sebastian Dröge1-0/+3
2011-12-01xvidenc: Don't add the profile/level to the video/x-xvid capsSebastian Dröge1-24/+5
2011-12-01xvidenc: Add profile/level to the caps and negotiate them with downstreamSebastian Dröge2-3/+204
2011-12-01xvidenc: Add support for levels 4a/5/6 of the simple profileSebastian Dröge1-2/+4
2011-12-01h264parse: let upstream PAR override in-stream PARAlessandro Decina2-6/+13
2011-12-01h264parse: rework PAR parsingAlessandro Decina2-29/+151
2011-12-01h264parse: respect pixel-aspect-ratioLuciana Fujii Pontello2-1/+19
2011-11-30spacespace: whitespace cleanupsStefan Sauer2-2/+1
2011-11-30wavescape: also add colormodes like in spacescopeStefan Sauer2-9/+170
2011-11-30audiovisualizer: update READMEStefan Sauer1-9/+27
2011-11-30spacescope: add color-modesStefan Sauer3-14/+212
2011-11-30replace propset_mutex with GST_OBJECT_LOCKNicola Murino2-33/+19
2011-11-30audiovisualizers: streamline the line_aa codeStefan Sauer1-37/+18
2011-11-30mpegtsmux: fix build in uninstalled setupTim-Philipp Müller1-2/+3
2011-11-30mpegtsmux: add support for force key unit eventsAlessandro Decina5-2/+575
2011-11-29opencv: allow to build against 2.3.1Stefan Sauer1-1/+1
2011-11-29build: add old mpeg4videoparse directory to CRUFT_DIRSTim-Philipp Müller1-0/+2
2011-11-29codecparsers: h264: record ref_pic_list_modification().Gwenole Beauchesne2-57/+71
2011-11-29codecparsers: h264: rename ref_pic_list_reordering() to ref_pic_list_modifica...Gwenole Beauchesne1-20/+22
2011-11-29mpegpsdemux: recalculate adjust if difference is negativeAlexey Fisher1-1/+1
2011-11-29basevideoencoder: Pass the all-headers field of the force-key-unit event to t...Sebastian Dröge2-0/+2
2011-11-29basevideoencoder: Implement full support for the new force-key-unit eventSebastian Dröge2-42/+153
2011-11-29basevideoencoder: Use new force-keyunit event API from gst-plugins-baseSebastian Dröge1-25/+15
2011-11-29basevideoencoder: Adjusting padding is not required for -bad librariesSebastian Dröge2-11/+6
2011-11-29basevideoencoder: Move some fields to the private part of the instance structSebastian Dröge1-2/+4
2011-11-29basevideoencoder: Make headers metadata writable before pushing downstreamSebastian Dröge1-0/+1
2011-11-29basevideoencoder: Push the downstream force-keyframe event after the next key...Sebastian Dröge2-12/+17