summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAgeFilesLines
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Fix vp3_draw_horiz_band to calculate chroma offsets correctlyReimar Döffinger2010-06-081-1/+1
* vp3: Skip the loop filter when strength is 0 or when requestedDavid Conrad2010-05-271-1/+6
* theora: Don't read an excess bit for maximum length long bit runs if the runDavid Conrad2010-05-251-18/+24
* theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens)David Conrad2010-04-211-23/+23
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* vp3: Use avctx pointer directlyDavid Conrad2010-04-171-2/+2
* vp3: Read fps and aspect ratio in the decoderDavid Conrad2010-04-171-4/+10
* vp3: Don't crop if there's a left/top offset, it's wrongDavid Conrad2010-04-171-3/+5
* vp3: DC-only IDCTDavid Conrad2010-04-171-3/+5
* vp3: More buffer length checksDavid Conrad2010-04-161-4/+9
* vp3: Remove internal debug statementDavid Conrad2010-04-161-2/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* vp3: Split out motion vectors to their own arrayDavid Conrad2010-03-131-23/+27
* theora: Add support for 4:2:2 and 4:4:4 subsamplingDavid Conrad2010-03-131-37/+92
* vp3: remove unneeded error, this is internal and doesn't happenDavid Conrad2010-03-131-5/+0
* vp3: Make fragment_width _height by planeDavid Conrad2010-03-131-22/+24
* vp3: we only need a temp MV array of size 4David Conrad2010-03-131-18/+6
* vp3: Use memset to clear the fragment arrayDavid Conrad2010-03-131-17/+1
* vp3: Init MVs to 0David Conrad2010-03-131-4/+2
* vp3: Simplify init_block_mappingDavid Conrad2010-03-131-98/+19
* vp3: avoid buffer overread in coeff decodeDavid Conrad2010-03-101-1/+1
* vp3: correctly clip vp3_draw_horiz_band callDavid Conrad2010-03-091-1/+1
* vp3: Set pict_typeDavid Conrad2010-03-091-0/+3
* vp3: Allocate a dummy reference frame if we have no keyframeDavid Conrad2010-03-091-2/+8
* vp3: use FF_BUFFER_TYPE_COPYDavid Conrad2010-03-091-4/+4
* vp3: Don't leak buffers on errorsDavid Conrad2010-03-091-8/+12
* vp3: Simplify buffer managementDavid Conrad2010-03-091-26/+14
* vp3: be less spammy on broken filesDavid Conrad2010-03-091-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-2/+2
* Really fix 2.95David Conrad2010-03-041-1/+2
* Maybe fix gcc 2.95David Conrad2010-03-041-1/+1
* Delay translating DCT tokens into coefficients until immediately before IDCTDavid Conrad2010-03-031-178/+177
* Do MC and IDCT in coding (hilbert) orderDavid Conrad2010-03-031-26/+43
* Explictly separate decoding whether fragments are coded by planeDavid Conrad2010-03-031-11/+16
* Remove declaration of unused variables.Carl Eugen Hoyos2010-02-281-4/+0
* Simplify determing whether fragments are codedDavid Conrad2010-02-211-26/+5
* Handle Theora's continued runs in superblock coding.David Conrad2010-02-211-0/+6
* Decode fully coded superblocks in the same manner as partial superblocks and qpiDavid Conrad2010-02-211-29/+22
* Make the special 4129 case for long-run bit strings a #define and explain itDavid Conrad2010-02-211-1/+6
* Use memset to set the runs partially coded superblocksDavid Conrad2010-02-211-9/+13
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-171-1/+1
* Move CODEC_FLAG_GRAY check to outer loopDavid Conrad2010-02-131-2/+3
* Move branch based on custom mode outside the loopDavid Conrad2010-02-131-5/+5
* Directly check whether a fragment is coded for 4MV mode instead of iteratingDavid Conrad2010-02-131-5/+2
* Eliminate fragment -> macroblock mapping arrayDavid Conrad2010-02-131-48/+13
* Eliminate macroblock -> fragment mapping arrayDavid Conrad2010-02-131-50/+33
* Eliminate superblock <-> macroblock mapping arrayDavid Conrad2010-02-131-74/+19
* Don't pre-calculate first_pixelDavid Conrad2010-02-121-75/+26
* Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoderDavid Conrad2010-02-121-3/+39
OpenPOWER on IntegriCloud