]> git.sesse.net Git - ffmpeg/history - libavcodec/vc1.c
libopusdec: fix out-of-bounds read
[ffmpeg] / libavcodec / vc1.c
2009-01-13 Kostya Shishkov421l: fix loop filter for P-frames in VC-1
2009-01-10 Carl Eugen HoyosFill range_map* in VC1Context.
2009-01-09 Carl Eugen HoyosAdd refdist_flag to VC1Context.
2008-11-16 Kostya Shishkov421l: postproc flag may be present in any VC-1 AP frame...
2008-09-11 Kostya ShishkovMake it possible to disable loop filter in VC-1.
2008-07-27 Diego BiurrunRemove unused variable.
2008-07-23 Kostya ShishkovIn-loop deblocking filter for VC-1 decoder
2008-07-18 Erik HovlandFix a mem leak in vc1_decode_frame().
2008-06-25 Stefan Gehrerremove duplicate tables
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-01 Aurelien Jacobsconst
2008-02-01 Michael Niedermayersome const
2008-01-25 Zdenek KabelacCorrectly clean up IntraX8Context upon codec close.
2008-01-16 Kostya Shishkovpqindex=0 is forbidden
2008-01-14 Christophe GisquetSelect scan tables for 8x4 and 4x8 blocks only once.
2008-01-03 Kostya ShishkovMake decode210() common function.
2007-12-09 Kostya ShishkovEnable 4x4 IDCT for FASTTX=0 mode in WMV3
2007-12-08 Aurelien Jacobsadd ff_ prefix to all simple_idct symbols
2007-12-08 Kostya ShishkovUse IDCT functions when FASTTX=0
2007-12-08 Kostya ShishkovSwitch VC-1 decoder to output decoded residual immediately.
2007-12-01 Vitor SessakFix alignment broke by my last patch
2007-12-01 Vitor Sessakspelling
2007-11-15 Christophe GisquetUse put_signed_pixels_clamped where appropriate
2007-11-10 Kostya ShishkovX8 is supported now, so warning is incorrect
2007-11-09 Michael Niedermayeradd {} to make the else look a little more normal
2007-11-09 Michael Niedermayerindention
2007-11-09 Michael Niedermayerindention
2007-11-09 Michael Niedermayerintrax8 decoder patch by "someone"
2007-10-22 Kostya ShishkovUse simple IDCT for now
2007-10-22 Kostya ShishkovRemove incorrect and unneeded code
2007-10-18 Kostya ShishkovWMV3 mode with FASTTX=0 seems to use standard IDCT...
2007-09-15 Kostya ShishkovEnable error resilience in WMV3/VC-1 decoder
2007-09-15 Kostya ShishkovHALFPQ should be used only for when PQUANT is selected
2007-09-15 Kostya ShishkovIn case when any quantizer may occur, HALFPQ should...
2007-08-26 Aurelien Jacobsmove get_unary() to its own file
2007-08-09 Alex Beregszasziuse skip_bits where appropriate
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-08-08 Alex Beregszasziuse get_unary from bitstream.h
2007-07-13 İsmail DönmezReplace non-existing @fixme doxygen tags with @todo.
2007-07-06 Kostya ShishkovDrop redundant assignment and variable
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-28 Kostya Shishkovthis prediction direction adjustment is wrong
2007-06-12 Kostya ShishkovTypo
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-10 Aurelien Jacobsthose tables don't need to be extern
2007-05-10 Aurelien Jacobsuse header instead of copying table declarations
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-05-09 Kostya ShishkovAdd ff_ prefix to (externally) visible variables
2007-05-09 Kostya ShishkovUse correct dequantizer value
2007-05-06 Kostya ShishkovAdd prefix to some variables for consistency
2007-05-06 Kostya ShishkovMove variables to vc1data.h
2007-05-04 Kostya ShishkovMove some declarations into header
2007-05-04 Diego BiurrunMove VC1 parser to its own file.
2007-04-21 Diego BiurrunRemove unused variable.
2007-04-18 Kostya ShishkovPullback should be performed on scaled motion vectors...
2007-04-10 Kostya ShishkovSet C predictor to zero if unavailable (should fix...
2007-04-04 Kostya Shishkovvc1_split should be static
2007-03-27 Kostya ShishkovFASTTX==0 means additional 16 bits in extradata
2007-03-27 Kostya ShishkovOne more FASTTX-related hack
2007-03-25 Kostya Shishkov1000l to myself - get correct quantization for blocks...
2007-03-18 Kostya ShishkovZero MV vectors for P frame intra blocks
2007-03-18 Kostya Shishkovindentation
2007-03-18 Kostya ShishkovProper handling of motion vectors for adv. profile
2007-02-28 Kostya ShishkovLooks like I'll work on it this year too
2007-02-28 Kostya ShishkovWMV3 Complex Profile initial support
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-13 Kostya ShishkovIntensity compensation for B-frames in AP was missing
2007-02-06 Kostya ShishkovProgressive frames disguised as interlaced are supported
2007-02-06 Kostya ShishkovB-frames could not be determined from broken_link/close...
2007-02-06 Kostya ShishkovWrong flag tested
2007-02-05 Kostya ShishkovSet codec dimensions in extradata parsing
2007-02-04 Kostya ShishkovSave frame header info in context variables
2007-02-04 Kostya ShishkovSet frame rate from extradata
2007-02-03 Kostya ShishkovThese messages are just for debug purposes
2007-02-03 Kostya ShishkovSet codec dimensions if provided by extradata
2007-02-03 Kostya ShishkovVC-1 parser
2007-02-02 Kostya Shishkov0x00000103 is not an escape marker
2007-02-02 Kostya ShishkovGeneral approach to parsing chunks in VC-1 AP
2007-02-01 Kostya ShishkovCheck for out-of-bounds access
2007-01-29 Kostya ShishkovFix BI-frames decoding for Adv. profile
2007-01-27 Kostya ShishkovSet aspect ratio if present (for AP only)
2007-01-24 Kostya ShishkovAdd debug messages for AP headers
2007-01-24 Kostya ShishkovOff-by-one error fix
2007-01-24 Kostya ShishkovFail on VC-1 interlaced streams
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-17 Reimar DöffingerCheck mb_pos is big enough before trying to access...
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-12-02 Kostya Shishkov10e6l FastUVMC was done right but in the wrong place
2006-12-01 Kostya Shishkov100l FastUVMC rounding was incorrect.
2006-11-26 Kostya ShishkovCorrect rounding values in overlap filtering
2006-11-26 Kostya ShishkovB-frames support for adv. profile
2006-11-26 Kostya Shishkov100l: Initialize dc_scale with current quantizer for...
2006-11-26 Kostya ShishkovUse halfpq in coefficient scaling
2006-11-17 Kostya ShishkovOverlap filtering was done in reverse order
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
next