summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAge
...
* use RSHIFTMichael Niedermayer2006-07-16
* useless memcpyMichael Niedermayer2006-07-16
* some fixmes if someone ever wants to implement theora support correctly ...Michael Niedermayer2006-07-16
* check how many bits are left after decoding extradataMichael Niedermayer2006-07-16
* cleanupMichael Niedermayer2006-07-16
* kill some warningsMåns Rullgård2006-02-25
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* 10l, left debugging onAlex Beregszaszi2005-11-13
* Correctly skip unknown matrices (patch by Matthieu Castet) and disable commen...Matthieu Castet2005-11-13
* Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for The...Alex Beregszaszi2005-11-13
* fixed long standing off-by-one bug (fixes playback on ppc)Alex Beregszaszi2005-11-13
* use av_log in debug modeAlex Beregszaszi2005-09-07
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* removed a bunch of unused, sub-optimal codeMike Melanson2005-08-13
* read loop filter limit values from Theora header, courtesy of MatthieuMike Melanson2005-05-24
* fix bugs in new loop filter code; also, refrain from filtering againstMike Melanson2005-05-21
* disable broken loop filter optimizationMichael Niedermayer2005-05-21
* apply the loop filter to fragments as they are rendered into the finalMike Melanson2005-05-21
* render by the slice rather than the planeMike Melanson2005-05-21
* clean up some warnings and dead codeMike Melanson2005-05-21
* another bitstream extraction to optimize: fixed-length motion vectorsMike Melanson2005-05-21
* read Huffman tables from Theora header (patch courtesy ofMike Melanson2005-05-19
* use O(number of non zero coeffs) instead of O(number of coeffs) storage for t...Michael Niedermayer2005-05-19
* replace unpack_token() with a series of lookup tablesMike Melanson2005-05-19
* fix 4MV MC and reinstate new MC VLCMike Melanson2005-05-18
* reduce size of Vp3Fragment from 32byte to 16byteMichael Niedermayer2005-05-18
* optimizing rle decoding loops a littleMichael Niedermayer2005-05-18
* disabling buggy optimizationsMichael Niedermayer2005-05-18
* replace get_superblock_run_length() with a VLC tableMike Melanson2005-05-18
* use VLCs for in place of get_fragment_run_length(), get_mode_code(), andMike Melanson2005-05-17
* some optimizations gcc should have done (10% faster loop filter)Michael Niedermayer2005-05-17
* SATURATE_U8 -> clip_uint8 (10% faster loop filter)Michael Niedermayer2005-05-17
* remove duplicate zigzag tablesMichael Niedermayer2005-05-17
* fix idct permutationMichael Niedermayer2005-05-17
* porting vp3 idct over to lavc idct apiMichael Niedermayer2005-05-17
* remove permutation done to quant tables and then undone during idctMichael Niedermayer2005-05-17
* fix last coeffMichael Niedermayer2005-05-17
* clear blocks after each idct instead of per pictureMichael Niedermayer2005-05-17
* some benchmarking codeMichael Niedermayer2005-05-16
* various 10l fixes for the loop filterMichael Niedermayer2005-05-16
* fix dequant matrixMichael Niedermayer2005-05-16
* fix theora header parsingMatthieu Castet2005-05-13
* theora decoding using libtheoraMåns Rullgård2005-05-11
* 04-vp3 fix(by matthieu castet).patchMichael Niedermayer2005-03-03
* VP3 post-processing loop filter; disabled until the correct final stepMike Melanson2005-03-01
* 10l (negative strides)Michael Niedermayer2005-01-26
* various security fixes and precautionary checksMichael Niedermayer2005-01-12