]> git.sesse.net Git - ffmpeg/history - libavcodec/vp3.c
typo: unkown->unknown
[ffmpeg] / libavcodec / vp3.c
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-22 Diego Biurruncosmetics: aswell --> as well typo fix
2007-01-10 Diego BiurrunUnconditionally enable Theora decoder. It works fine...
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-06 Michael Niedermayerfix decoding of ED-small-sample-file.ogg
2006-10-03 Diego BiurrunRemove unused variables and the corresponding warnings...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-08-17 Michael Niedermayercleanup
2006-07-23 Reimar DöffingerDo not crash when the first frame is not a keyframe...
2006-07-19 Michael Niedermayersimplify
2006-07-19 Michael Niedermayermore simplifications
2006-07-19 Michael Niedermayersimplification
2006-07-19 Michael Niedermayeriabs -> ABS
2006-07-19 Michael Niedermayersimplify
2006-07-19 Michael Niedermayerfix loop filter
2006-07-17 Michael Niedermayerparse all QIS values (we still ignore them though ...)
2006-07-17 Michael Niedermayer100l for me
2006-07-17 Matthieu Castetfix playback of theora.ogg on mphq patch by (matthieu...
2006-07-17 Michael Niedermayerattempt to implement xiphs useless and stupid quantizat...
2006-07-17 Michael Niedermayerreplace *_dequant (2 intra, 1 inter) by qmat (3 intra...
2006-07-16 Michael Niedermayeruse RSHIFT
2006-07-16 Michael Niedermayeruseless memcpy
2006-07-16 Michael Niedermayersome fixmes if someone ever wants to implement theora...
2006-07-16 Michael Niedermayercheck how many bits are left after decoding extradata
2006-07-16 Michael Niedermayercleanup
2006-02-25 Måns Rullgårdkill some warnings
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-11-13 Alex Beregszaszi10l, left debugging on
2005-11-13 Matthieu CastetCorrectly skip unknown matrices (patch by Matthieu...
2005-11-13 Alex BeregszasziFixing theora _again_. DONT BOTHER BREAKING THIS AGAIN...
2005-11-13 Alex Beregszaszifixed long standing off-by-one bug (fixes playback...
2005-09-07 Alex Beregszasziuse av_log in debug mode
2005-08-14 Måns Rullgårdkill a bunch of compiler warnings
2005-08-13 Mike Melansonremoved a bunch of unused, sub-optimal code
2005-05-24 Mike Melansonread loop filter limit values from Theora header, court...
2005-05-21 Mike Melansonfix bugs in new loop filter code; also, refrain from...
2005-05-21 Michael Niedermayerdisable broken loop filter optimization
2005-05-21 Mike Melansonapply the loop filter to fragments as they are rendered...
2005-05-21 Mike Melansonrender by the slice rather than the plane
2005-05-21 Mike Melansonclean up some warnings and dead code
2005-05-21 Mike Melansonanother bitstream extraction to optimize: fixed-length...
2005-05-19 Mike Melansonread Huffman tables from Theora header (patch courtesy of
2005-05-19 Michael Niedermayeruse O(number of non zero coeffs) instead of O(number...
2005-05-19 Mike Melansonreplace unpack_token() with a series of lookup tables
2005-05-18 Mike Melansonfix 4MV MC and reinstate new MC VLC
2005-05-18 Michael Niedermayerreduce size of Vp3Fragment from 32byte to 16byte
2005-05-18 Michael Niedermayeroptimizing rle decoding loops a little
2005-05-18 Michael Niedermayerdisabling buggy optimizations
2005-05-18 Mike Melansonreplace get_superblock_run_length() with a VLC table
2005-05-17 Mike Melansonuse VLCs for in place of get_fragment_run_length()...
2005-05-17 Michael Niedermayersome optimizations gcc should have done (10% faster...
2005-05-17 Michael NiedermayerSATURATE_U8 -> clip_uint8 (10% faster loop filter)
2005-05-17 Michael Niedermayerremove duplicate zigzag tables
2005-05-17 Michael Niedermayerfix idct permutation
2005-05-17 Michael Niedermayerporting vp3 idct over to lavc idct api
2005-05-17 Michael Niedermayerremove permutation done to quant tables and then undone...
2005-05-17 Michael Niedermayerfix last coeff
2005-05-17 Michael Niedermayerclear blocks after each idct instead of per picture
2005-05-16 Michael Niedermayersome benchmarking code
2005-05-16 Michael Niedermayervarious 10l fixes for the loop filter
2005-05-16 Michael Niedermayerfix dequant matrix
2005-05-13 Matthieu Castetfix theora header parsing
2005-05-11 Måns Rullgårdtheora decoding using libtheora
2005-03-03 Michael Niedermayer04-vp3 fix(by matthieu castet).patch
2005-03-01 Mike MelansonVP3 post-processing loop filter; disabled until the...
2005-01-26 Michael Niedermayer10l (negative strides)
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-11-27 Burkhard PlaumMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-08-16 Michael Niedermayerget_bits(32) fix
2004-05-25 Michael Niedermayerwarning fixes by (Michael Roitzsch <mroi at users dot...
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-04-27 Mike Melansonseparate out put_signed_pixels_clamped() into its own...
2004-04-26 Mike Melansonreorganize and simplify the VP3 IDCT stuff
2004-04-25 Mike Melansonhook up support for SSE2-optimized VP3 IDCT
2004-03-08 Mike Melansoncut over to using new VP3 DSP functions and remove...
2004-03-05 Michael Niedermayerfix motion compensation with (x+1/2,y+1/2) MVs
2003-12-08 Alex BeregszasziFF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY support
2003-12-08 Alex Beregszaszimore correct header parsing
2003-11-23 Alex Beregszaszitheora alpha3 support (with maintaining backward compat...
2003-11-23 Alex Beregszaszifinally working with old theora bitstream (flipped...
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-11 Alex Beregszaszitheora comments skipping
2003-10-11 Alex Beregszaszitheora decoding support (only keyframes for now, becaus...
2003-09-12 Roman Shaposhnik * patch for compile problem by "Steven M. Schultz...
2003-08-20 Michael Niedermayerfixing chroma MC
2003-08-19 Michael NiedermayerMC rounding fixed?
2003-08-19 Michael Niedermayerfix AVFrame.reference (the frames are used for decoding...
2003-07-10 Mike Melansonadded the official VP3 IDCT (C implementation) as well...
2003-05-31 Mike Melansonrevising and fixing motion vectors, squished block...
2003-05-24 Falk HüffnerWarning and compatibility fixes.
2003-05-19 Mike Melansonfix subtle logic problem in block unpacker that leads...
2003-05-12 Mike Melansonfix image buffer leak on keyframes, add more error...
2003-05-11 Mike Melansonfix motion vector decoding bug and reinstate interframes
2003-05-11 Mike Melansonget those permutations straight
2003-05-10 Mike Melansonsquashed a bunch of subtle array indexing bugs, fixed...
2003-05-10 Mike Melansondump the shady binary search logic (the part that binar...
next