summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-07codecparsers: vc1: fix bitplanes decoding (check for errors).vc1parsinglib-rebasedGwenole Beauchesne1-2/+4
2011-10-07codecparsers: vc1: fix bitplanes decoding (INVERT mode).Gwenole Beauchesne1-15/+23
2011-10-07codecparsers: vc1: fix MVMODE and MVMODE2 parsing.Gwenole Beauchesne1-19/+20
2011-10-06codecparsers: vc1: handle skipped pictures gracefully.Gwenole Beauchesne1-3/+3
2011-10-06codecparsers: VC1: Implement bitplanes diff operatorThibault Saunier1-2/+26
2011-10-06codecparsers: VC1: Some cosmetics and debug logging enhancementsThibault Saunier1-5/+10
2011-10-06codecparsers: vc1: Implement bitplanes handling properlyGwenole Beauchesne4-81/+304
2011-10-06codecparsers: vc1: fix BFRACTION parser (values range + overflow).Gwenole Beauchesne2-10/+14
2011-10-06codecparsers: vc1: fix VLC decoding.Gwenole Beauchesne1-128/+137
2011-10-06codecparsers: VC1: Implement FrameLayer parsingThibault Saunier2-0/+58
2011-10-06codecparsers: VC1: Implement Sequence Layer Data StructuresThibault Saunier4-246/+488
2011-10-06codecparsers: VC1: Compute framerate and bitrate in simple/main profilesThibault Saunier1-23/+29
2011-10-06codecparsers: VC1: compute MB height and widthThibault Saunier3-11/+25
2011-10-06codecparsers: vc1: debug cosmetics.Gwenole Beauchesne1-2/+4
2011-10-06codecparsers: vc1: record picture layer header size in bits.Gwenole Beauchesne2-2/+8
2011-10-06codecparsers: vc1: compute altpquant.Gwenole Beauchesne2-4/+7
2011-10-06codecparsers: VC1: Fix after GstVC1ParserResult renamingThibault Saunier2-2/+2
2011-10-06codecparsers: vc1: use GstVC1ParserResult type name similarly to other parsers.Gwenole Beauchesne2-15/+15
2011-10-06codecparsers: vc1: handle End-of-Sequence correctly.Gwenole Beauchesne1-2/+8
2011-10-06codecparsers: mpeg2: fix quant_matrix_extension() parser for chroma intra QM.Gwenole Beauchesne1-1/+1
2011-10-06h264parse: Make proper use of the h264parser lib in parse_chainThibault Saunier1-57/+38
2011-10-06h264parse: properly interpret baseparse draining stateMark Nauwelaerts1-3/+4
2011-10-06h264parse: correct the size argument of gst_h264_parser_identify_nalu_avc()Sreerenj Balachandran1-2/+2
2011-10-06h264parse: minimum size of parsable avcC data should be 8Sreerenj Balachandran1-1/+1
2011-10-04videoparsers: Only fail to initialize the plugin if all parsers can't be regi...Sebastian Dröge1-5/+5
2011-10-03camerabin2: Initialize camerabin2 preview pipeline data with 0Thiago Santos1-1/+1
2011-10-03rtpvp8pay: Fix typoSebastian Dröge1-4/+4
2011-10-03rtpvp8: Update the pay/depay to the ietf-draft-01 specYouness Alaoui3-132/+156
2011-10-03opusdec: fix decodingVincent Penquerc'h1-1/+1
2011-10-03opusenc: moan if we get an unexpected amount of dataVincent Penquerc'h1-0/+6
2011-10-03opus: properly setup caps and init state from capsVincent Penquerc'h2-37/+47
2011-10-03opusenc: use the same frame size setup as the opus test codeVincent Penquerc'h1-1/+2
2011-10-03opusdec: opus supports a select set of sampling ratesVincent Penquerc'h1-1/+1
2011-10-03opus: make it build against current, and remove cruftVincent Penquerc'h2-83/+19
2011-10-03mpegtsdemux: fix scanning stopping too earlyVincent Penquerc'h1-9/+5
2011-10-03kate: avoid rendering when we know there is nothing to renderVincent Penquerc'h1-33/+47
2011-10-03kate: fix race condition on PAUSED->READY state changeVincent Penquerc'h1-0/+7
2011-09-30mpegpsdemux: take into account SCR offset when seekingVincent Penquerc'h1-2/+3
2011-09-30mpegdemux: answer position query with a stream time positionVincent Penquerc'h1-4/+4
2011-09-30mpegpsdemux: remove unused fieldVincent Penquerc'h1-1/+0
2011-09-29tests: camerabin2: Refactor tests a littleThiago Santos1-30/+38
2011-09-29tests: camerabin2: adding tests to check for preview message filenamesThiago Santos1-30/+54
2011-09-29camerabin2: add location to preview image messagesThiago Santos2-9/+38
2011-09-29camerabin2: removing capsfilter from preview pipelineThiago Santos2-11/+3
2011-09-29camerabin2: Fix potential loss of EOS eventRobert Swain1-9/+10
2011-09-26camerabin2: Stop the audio source between capturesRobert Swain1-5/+8
2011-09-26faac: Also set maximum number of samples that the subclass wantsSebastian Dröge1-0/+1
2011-09-26faac: Simple fix for GstAudioEncoder API changeSebastian Dröge1-1/+1
2011-09-26codecparser: VC1: Implement a VC1 parsing libraryThibault Saunier7-5/+3201
2011-09-26codecparsers: Declare the new APIs as unstable for the time beingThibault Saunier4-0/+13