summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAge
...
* 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
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* get_bits(32) fixMichael Niedermayer2004-08-16
* warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)Michael Niedermayer2004-05-25
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* separate out put_signed_pixels_clamped() into its own function andMike Melanson2004-04-27
* reorganize and simplify the VP3 IDCT stuffMike Melanson2004-04-26
* hook up support for SSE2-optimized VP3 IDCTMike Melanson2004-04-25
* cut over to using new VP3 DSP functions and remove the old ones; bringMike Melanson2004-03-08
* fix motion compensation with (x+1/2,y+1/2) MVsMichael Niedermayer2004-03-05
* FF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY supportAlex Beregszaszi2003-12-08
* more correct header parsingAlex Beregszaszi2003-12-08
* theora alpha3 support (with maintaining backward compatibility, maybe we shou...Alex Beregszaszi2003-11-23
* finally working with old theora bitstream (flipped image), the only sample I ...Alex Beregszaszi2003-11-23
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* theora comments skippingAlex Beregszaszi2003-10-11
* theora decoding support (only keyframes for now, because by theora the frame ...Alex Beregszaszi2003-10-11
* * patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COMRoman Shaposhnik2003-09-12
* fixing chroma MCMichael Niedermayer2003-08-20
* MC rounding fixed?Michael Niedermayer2003-08-19
* fix AVFrame.reference (the frames are used for decoding future frames so it s...Michael Niedermayer2003-08-19