aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix idct permutationMichael Niedermayer2005-05-171-6/+12
* porting vp3 idct over to lavc idct apiMichael Niedermayer2005-05-171-11/+23
* remove permutation done to quant tables and then undone during idctMichael Niedermayer2005-05-171-2/+2
* fix last coeffMichael Niedermayer2005-05-171-1/+3
* clear blocks after each idct instead of per pictureMichael Niedermayer2005-05-171-2/+9
* some benchmarking codeMichael Niedermayer2005-05-161-7/+32
* various 10l fixes for the loop filterMichael Niedermayer2005-05-161-8/+10
* fix dequant matrixMichael Niedermayer2005-05-161-3/+6
* fix theora header parsingMatthieu Castet2005-05-131-11/+32
* theora decoding using libtheoraMåns Rullgård2005-05-111-0/+2
* 04-vp3 fix(by matthieu castet).patchMichael Niedermayer2005-03-031-1/+9
* VP3 post-processing loop filter; disabled until the correct final stepMike Melanson2005-03-011-0/+137
* 10l (negative strides)Michael Niedermayer2005-01-261-1/+1
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-0/+8
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-271-5/+5
* get_bits(32) fixMichael Niedermayer2004-08-161-3/+3
* warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)Michael Niedermayer2004-05-251-1/+1
* data_size = 0 cleanupMichael Niedermayer2004-05-211-2/+0
* separate out put_signed_pixels_clamped() into its own function andMike Melanson2004-04-271-20/+3
* reorganize and simplify the VP3 IDCT stuffMike Melanson2004-04-261-8/+26
* hook up support for SSE2-optimized VP3 IDCTMike Melanson2004-04-251-3/+5
* cut over to using new VP3 DSP functions and remove the old ones; bringMike Melanson2004-03-081-314/+16
* fix motion compensation with (x+1/2,y+1/2) MVsMichael Niedermayer2004-03-051-5/+14
* FF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY supportAlex Beregszaszi2003-12-081-3/+5
* more correct header parsingAlex Beregszaszi2003-12-081-24/+56
* theora alpha3 support (with maintaining backward compatibility, maybe we shou...Alex Beregszaszi2003-11-231-3/+15
* finally working with old theora bitstream (flipped image), the only sample I ...Alex Beregszaszi2003-11-231-17/+89
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-15/+15