summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAge
...
* vp3: Split out motion vectors to their own arrayDavid Conrad2010-03-13
* theora: Add support for 4:2:2 and 4:4:4 subsamplingDavid Conrad2010-03-13
* vp3: remove unneeded error, this is internal and doesn't happenDavid Conrad2010-03-13
* vp3: Make fragment_width _height by planeDavid Conrad2010-03-13
* vp3: we only need a temp MV array of size 4David Conrad2010-03-13
* vp3: Use memset to clear the fragment arrayDavid Conrad2010-03-13
* vp3: Init MVs to 0David Conrad2010-03-13
* vp3: Simplify init_block_mappingDavid Conrad2010-03-13
* vp3: avoid buffer overread in coeff decodeDavid Conrad2010-03-10
* vp3: correctly clip vp3_draw_horiz_band callDavid Conrad2010-03-09
* vp3: Set pict_typeDavid Conrad2010-03-09
* vp3: Allocate a dummy reference frame if we have no keyframeDavid Conrad2010-03-09
* vp3: use FF_BUFFER_TYPE_COPYDavid Conrad2010-03-09
* vp3: Don't leak buffers on errorsDavid Conrad2010-03-09
* vp3: Simplify buffer managementDavid Conrad2010-03-09
* vp3: be less spammy on broken filesDavid Conrad2010-03-09
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Really fix 2.95David Conrad2010-03-04
* Maybe fix gcc 2.95David Conrad2010-03-04
* Delay translating DCT tokens into coefficients until immediately before IDCTDavid Conrad2010-03-03
* Do MC and IDCT in coding (hilbert) orderDavid Conrad2010-03-03
* Explictly separate decoding whether fragments are coded by planeDavid Conrad2010-03-03
* Remove declaration of unused variables.Carl Eugen Hoyos2010-02-28
* Simplify determing whether fragments are codedDavid Conrad2010-02-21
* Handle Theora's continued runs in superblock coding.David Conrad2010-02-21
* Decode fully coded superblocks in the same manner as partial superblocks and qpiDavid Conrad2010-02-21
* Make the special 4129 case for long-run bit strings a #define and explain itDavid Conrad2010-02-21
* Use memset to set the runs partially coded superblocksDavid Conrad2010-02-21
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-17
* Move CODEC_FLAG_GRAY check to outer loopDavid Conrad2010-02-13
* Move branch based on custom mode outside the loopDavid Conrad2010-02-13
* Directly check whether a fragment is coded for 4MV mode instead of iteratingDavid Conrad2010-02-13
* Eliminate fragment -> macroblock mapping arrayDavid Conrad2010-02-13
* Eliminate macroblock -> fragment mapping arrayDavid Conrad2010-02-13
* Eliminate superblock <-> macroblock mapping arrayDavid Conrad2010-02-13
* Don't pre-calculate first_pixelDavid Conrad2010-02-12
* Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoderDavid Conrad2010-02-12
* Cosmetics: reindentDavid Conrad2010-02-12
* Do loop filter per-row rather than per-frameDavid Conrad2010-02-12
* Move apply_loop_filter above render_slice, it'll be used by the latter soonDavid Conrad2010-02-12
* Export Theora colorspace info if presentDavid Conrad2010-02-12
* Theora 3.4 doesn't exist; these fields were misunderstandings of the specDavid Conrad2010-02-12
* Remove unused code that's moved elsewhereDavid Conrad2010-02-12
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Cosmetic: indent after last change.Mike Melanson2009-12-19
* Optimize unpack_vectors() by not shuffling around redundant vectors.Mike Melanson2009-12-19
* Cosmetics: Fix indentation after r20751.Carl Eugen Hoyos2009-12-06
* Simplified deblocking checks.Jason Garrett-Glaser2009-12-06
* Faster checks in reverse_dc_prediction.Jason Garrett-Glaser2009-12-06
* Check transform==15 first, since it's more common than 13.Jason Garrett-Glaser2009-12-06