summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-06codecparsers: vc1: fix decode_colskip().vc1parsinglibGwenole Beauchesne1-2/+3
2011-10-06codecparsers: vc1: handle skipped pictures gracefully.Gwenole Beauchesne1-3/+3
2011-10-06codecparsers: vc1: don't inline decode_{col,row}skip() functions.Gwenole Beauchesne1-2/+2
2011-10-06codecparsers: vc1: fix stride for bitplane_decoding().Gwenole Beauchesne1-4/+6
2011-10-05codecparsers: VC1: Implement FrameLayer parsingThibault Saunier2-0/+58
2011-10-05codecparsers: VC1: Implement Sequence Layer Data StructuresThibault Saunier4-242/+488
2011-10-05codecparsers: vc1: fix NORM6 bitplane decoding 2x3 case.Gwenole Beauchesne1-12/+10
2011-10-05 codecparsers: vc1: fix stride for bitplane_decoding().Gwenole Beauchesne3-33/+49
2011-10-05codecparsers: VC1: Compute framerate and bitrate in simple/main profilesThibault Saunier1-23/+29
2011-10-05codecparsers: VC1: Implement bitplanes diff operatorThibault Saunier1-0/+24
2011-10-05codecparsers: VC1: Some cosmetics and debug logging enhancementsThibault Saunier1-5/+10
2011-10-04codecparsers: VC1: Fix testsuiteThibault Saunier2-6/+8
2011-10-04codecparsers: VC1: Rename Seqhdr.height/width to mb_height/mb_widthThibault Saunier3-16/+16
2011-10-04codecparsers: vc1: fix bitplane decoding.Gwenole Beauchesne1-196/+125
2011-10-04codecparsers: vc1: new GstVC1BitPlanes API.Gwenole Beauchesne3-29/+62
2011-10-04codecparsers: vc1: fix BFRACTION parser (values range + overflow).Gwenole Beauchesne2-10/+14
2011-10-04codecparsers: vc1: fix computed width from advance profile sequence layer.Gwenole Beauchesne1-1/+1
2011-10-04codecparsers: vc1: fix VLC decoding.Gwenole Beauchesne1-264/+145
2011-10-03codecparsers: VC1: Handle bitplanes properlyThibault Saunier4-28/+394
2011-10-03codecparsers: VC1: compute height and widthThibault Saunier3-8/+19
2011-10-03codecparsers: vc1: debug cosmetics.Gwenole Beauchesne1-2/+4
2011-10-03codecparsers: vc1: record picture layer header size in bits.Gwenole Beauchesne2-2/+8
2011-10-03codecparsers: vc1: compute altpquant.Gwenole Beauchesne2-4/+7
2011-10-03codecparsers: VC1: Fix after GstVC1ParserResult renamingThibault Saunier2-2/+2
2011-10-03codecparsers: vc1: use GstVC1ParserResult type name similarly to other parsers.Gwenole Beauchesne2-15/+15
2011-10-03codecparsers: vc1: handle End-of-Sequence correctly.Gwenole Beauchesne1-2/+8
2011-10-03codecparsers: mpeg2: fix quant_matrix_extension() parser for chroma intra QM.Gwenole Beauchesne1-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