]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/vp3.c
Use skip_bits_long() for large skips
[frescor/ffmpeg.git] / libavcodec / vp3.c
2005-05-21 melansonclean up some warnings and dead code
2005-05-21 melansonanother bitstream extraction to optimize: fixed-length...
2005-05-19 melansonread Huffman tables from Theora header (patch courtesy of
2005-05-19 michaeluse O(number of non zero coeffs) instead of O(number...
2005-05-19 melansonreplace unpack_token() with a series of lookup tables
2005-05-18 melansonfix 4MV MC and reinstate new MC VLC
2005-05-18 michaelreduce size of Vp3Fragment from 32byte to 16byte
2005-05-18 michaeloptimizing rle decoding loops a little
2005-05-18 michaeldisabling buggy optimizations
2005-05-18 melansonreplace get_superblock_run_length() with a VLC table
2005-05-17 melansonuse VLCs for in place of get_fragment_run_length()...
2005-05-17 michaelsome optimizations gcc should have done (10% faster...
2005-05-17 michaelSATURATE_U8 -> clip_uint8 (10% faster loop filter)
2005-05-17 michaelremove duplicate zigzag tables
2005-05-17 michaelfix idct permutation
2005-05-17 michaelporting vp3 idct over to lavc idct api
2005-05-17 michaelremove permutation done to quant tables and then undone...
2005-05-17 michaelfix last coeff
2005-05-17 michaelclear blocks after each idct instead of per picture
2005-05-16 michaelsome benchmarking code
2005-05-16 michaelvarious 10l fixes for the loop filter
2005-05-16 michaelfix dequant matrix
2005-05-13 mrufix theora header parsing
2005-05-11 mrutheora decoding using libtheora
2005-03-03 michael04-vp3 fix(by matthieu castet).patch
2005-03-01 melansonVP3 post-processing loop filter; disabled until the...
2005-01-26 michael10l (negative strides)
2005-01-12 michaelvarious security fixes and precautionary checks
2004-11-27 michaelMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-08-16 michaelget_bits(32) fix
2004-05-25 michaelwarning fixes by (Michael Roitzsch <mroi at users dot...
2004-05-21 michaeldata_size = 0 cleanup
2004-04-27 melansonseparate out put_signed_pixels_clamped() into its own...
2004-04-26 melansonreorganize and simplify the VP3 IDCT stuff
2004-04-25 melansonhook up support for SSE2-optimized VP3 IDCT
2004-03-08 melansoncut over to using new VP3 DSP functions and remove...
2004-03-05 michaelfix motion compensation with (x+1/2,y+1/2) MVs
2003-12-08 alexFF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY support
2003-12-08 alexmore correct header parsing
2003-11-23 alextheora alpha3 support (with maintaining backward compat...
2003-11-23 alexfinally working with old theora bitstream (flipped...
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-11 alextheora comments skipping
2003-10-11 alextheora decoding support (only keyframes for now, becaus...
2003-09-12 romansh * patch for compile problem by "Steven M. Schultz...
2003-08-20 michaelnifixing chroma MC
2003-08-19 michaelniMC rounding fixed?
2003-08-19 michaelnifix AVFrame.reference (the frames are used for decoding...
2003-07-10 tmmmadded the official VP3 IDCT (C implementation) as well...
2003-05-31 tmmmrevising and fixing motion vectors, squished block...
2003-05-24 mellumWarning and compatibility fixes.
2003-05-19 tmmmfix subtle logic problem in block unpacker that leads...
2003-05-12 tmmmfix image buffer leak on keyframes, add more error...
2003-05-11 tmmmfix motion vector decoding bug and reinstate interframes
2003-05-11 tmmmget those permutations straight
2003-05-10 tmmmsquashed a bunch of subtle array indexing bugs, fixed...
2003-05-10 tmmmdump the shady binary search logic (the part that binar...
2003-05-08 tmmmcorrect the custom coding mode alphabet, add some valid...
2003-05-07 tmmmlooking better all the time! motion compensation is...
2003-05-07 tmmmfixed buffer allocation logic (hopefully) so that decod...
2003-05-06 tmmmfix decoder so that ffmpeg does not crash, at least...
2003-05-05 tmmmfirst pass at a new VP3 video decoder