]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/vp3.c
Fix ;;
[frescor/ffmpeg.git] / libavcodec / vp3.c
2008-02-19 michaelFix ;;
2008-02-13 diegotypo fix: inited --> initialized
2008-02-13 diegoPrint Theora bitstream version at DEBUG, not at VERBOSE...
2008-02-01 michaelconst
2007-08-09 alexuse get_bits1(..) instead get_bits(.., 1)
2007-08-03 diegoReduce Theora decoder verbosity.
2007-07-05 diegolicense header consistency cosmetics
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-05-07 aurelcosmetics: fix inconsistent indentation
2007-05-07 aurelfix display of theora videos with visible size smaller...
2007-04-08 diegoOnly compile in Theora-specific functions if the Theora...
2007-04-08 diegocosmetics: Move one code block to save an #ifdef in...
2007-04-08 diegoRemove #if 0 code.
2007-04-08 diegoFix compilation when Theora decoder is disabled, but...
2007-04-07 diegoRemove superfluous setting of has_b_frames in codecs...
2007-03-25 aureluse generic xiph header spliting func to split theora...
2007-02-25 reimarAdd av_ prefix to clip functions
2007-02-22 diegocosmetics: aswell --> as well typo fix
2007-01-10 diegoUnconditionally enable Theora decoder. It works fine...
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-06 michaelfix decoding of ED-small-sample-file.ogg
2006-10-03 diegoRemove unused variables and the corresponding warnings...
2006-09-27 mrufix some signedness warnings
2006-08-17 michaelcleanup
2006-07-23 reimarDo not crash when the first frame is not a keyframe...
2006-07-19 michaelsimplify
2006-07-19 michaelmore simplifications
2006-07-19 michaelsimplification
2006-07-19 michaeliabs -> ABS
2006-07-19 michaelsimplify
2006-07-19 michaelfix loop filter
2006-07-17 michaelparse all QIS values (we still ignore them though ...)
2006-07-17 michael100l for me
2006-07-17 michaelfix playback of theora.ogg on mphq patch by (matthieu...
2006-07-17 michaelattempt to implement xiphs useless and stupid quantizat...
2006-07-17 michaelreplace *_dequant (2 intra, 1 inter) by qmat (3 intra...
2006-07-16 michaeluse RSHIFT
2006-07-16 michaeluseless memcpy
2006-07-16 michaelsome fixmes if someone ever wants to implement theora...
2006-07-16 michaelcheck how many bits are left after decoding extradata
2006-07-16 michaelcleanup
2006-02-25 mrukill some warnings
2006-02-05 diegoMSVC-compatible __align8/__align16 declaration
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-11-13 alex10l, left debugging on
2005-11-13 alexCorrectly skip unknown matrices (patch by Matthieu...
2005-11-13 alexFixing theora _again_. DONT BOTHER BREAKING THIS AGAIN...
2005-11-13 alexfixed long standing off-by-one bug (fixes playback...
2005-09-07 alexuse av_log in debug mode
2005-08-14 mrukill a bunch of compiler warnings
2005-08-13 melansonremoved a bunch of unused, sub-optimal code
2005-05-24 melansonread loop filter limit values from Theora header, court...
2005-05-21 melansonfix bugs in new loop filter code; also, refrain from...
2005-05-21 michaeldisable broken loop filter optimization
2005-05-21 melansonapply the loop filter to fragments as they are rendered...
2005-05-21 melansonrender by the slice rather than the plane
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...
next