summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAgeFilesLines
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* cleanupMichael Niedermayer2006-08-171-6/+2
* Do not crash when the first frame is not a keyframe (and thus none of theReimar Döffinger2006-07-231-0/+5
* simplifyMichael Niedermayer2006-07-191-43/+2
* more simplificationsMichael Niedermayer2006-07-191-39/+29
* simplificationMichael Niedermayer2006-07-191-114/+21
* iabs -> ABSMichael Niedermayer2006-07-191-4/+3
* simplifyMichael Niedermayer2006-07-191-99/+36
* fix loop filterMichael Niedermayer2006-07-191-7/+8
* parse all QIS values (we still ignore them though ...)Michael Niedermayer2006-07-171-3/+9
* 100l for meMichael Niedermayer2006-07-171-1/+1
* fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma...Matthieu Castet2006-07-171-0/+4
* attempt to implement xiphs useless and stupid quantization matrix messMichael Niedermayer2006-07-171-126/+81
* replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for t...Michael Niedermayer2006-07-171-36/+35
* use RSHIFTMichael Niedermayer2006-07-161-11/+4
* useless memcpyMichael Niedermayer2006-07-161-2/+2
* some fixmes if someone ever wants to implement theora support correctly ...Michael Niedermayer2006-07-161-0/+2
* check how many bits are left after decoding extradataMichael Niedermayer2006-07-161-52/+54
* cleanupMichael Niedermayer2006-07-161-19/+2
* kill some warningsMåns Rullgård2006-02-251-41/+0
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-4/+4
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-123/+123
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-139/+139
* 10l, left debugging onAlex Beregszaszi2005-11-131-1/+1
* Correctly skip unknown matrices (patch by Matthieu Castet) and disable commen...Matthieu Castet2005-11-131-12/+21
* Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for The...Alex Beregszaszi2005-11-131-23/+85
* fixed long standing off-by-one bug (fixes playback on ppc)Alex Beregszaszi2005-11-131-1/+1
* use av_log in debug modeAlex Beregszaszi2005-09-071-10/+10
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-1/+0
* removed a bunch of unused, sub-optimal codeMike Melanson2005-08-131-687/+0
* read loop filter limit values from Theora header, courtesy of MatthieuMike Melanson2005-05-241-6/+2
* fix bugs in new loop filter code; also, refrain from filtering againstMike Melanson2005-05-211-31/+25
* disable broken loop filter optimizationMichael Niedermayer2005-05-211-2/+3
* apply the loop filter to fragments as they are rendered into the finalMike Melanson2005-05-211-22/+95
* render by the slice rather than the planeMike Melanson2005-05-211-5/+255
* clean up some warnings and dead codeMike Melanson2005-05-211-7/+6
* another bitstream extraction to optimize: fixed-length motion vectorsMike Melanson2005-05-211-0/+11
* read Huffman tables from Theora header (patch courtesy ofMike Melanson2005-05-191-29/+130
* use O(number of non zero coeffs) instead of O(number of coeffs) storage for t...Michael Niedermayer2005-05-191-44/+73
* replace unpack_token() with a series of lookup tablesMike Melanson2005-05-191-2/+22
* fix 4MV MC and reinstate new MC VLCMike Melanson2005-05-181-4/+4
* reduce size of Vp3Fragment from 32byte to 16byteMichael Niedermayer2005-05-181-6/+6
* optimizing rle decoding loops a littleMichael Niedermayer2005-05-181-16/+10
* disabling buggy optimizationsMichael Niedermayer2005-05-181-2/+2
* replace get_superblock_run_length() with a VLC tableMike Melanson2005-05-181-0/+18
* use VLCs for in place of get_fragment_run_length(), get_mode_code(), andMike Melanson2005-05-171-11/+45
* some optimizations gcc should have done (10% faster loop filter)Michael Niedermayer2005-05-171-13/+10
* SATURATE_U8 -> clip_uint8 (10% faster loop filter)Michael Niedermayer2005-05-171-6/+4
* remove duplicate zigzag tablesMichael Niedermayer2005-05-171-5/+0
OpenPOWER on IntegriCloud