]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/vc1.c
Remove dead assignments found by CSA
[frescor/ffmpeg.git] / libavcodec / vc1.c
2009-05-02 bananRemove dead assignments found by CSA
2009-04-23 kostyaDisplay dimensions should not affect the real size...
2009-04-22 kostyaSwitch VLC tables in WMV3/VC-1 decoder to new static...
2009-04-21 kostyaSet flag after VC-1 VLCs are initialized to avoid race...
2009-04-21 kostyaRemove some useless assignments and variables found...
2009-04-16 conradVC1 loop filter uses the frame quantizer not the mb...
2009-04-15 conradSplit VC1 loop filter into separate functions for h...
2009-04-15 conradMove VC1 loop filter to DSPContext
2009-04-14 conradVC1: add and use avg_no_rnd chroma MC functions
2009-04-14 conradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-04-14 conradVC1: Do qpel when needed for both MVs in a B frame
2009-04-11 cehoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-01 conradRemove unused FILTSIGN macro
2009-03-21 gbAdd support for HW accelerated VC-1 decoding through...
2009-02-25 cehoyosApply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.
2009-02-25 cehoyosFix VC1 and WMV3 playback in MPlayer.
2009-02-24 kostyaRename buf_vdpau to buf_start
2009-02-23 michaelApproved hunks for VAAPI by Gwenole Beauche.
2009-02-17 diegocosmetics: 'void/int inline' --> 'inline void/int'...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-30 kostyaRecord B-fraction index from frame header and two field...
2009-01-28 kostyaFix documenting comments for VC1 decoder
2009-01-24 stefangavoid duplication of size_table and offset_table
2009-01-23 kostyaRemove the block with always false condition from vc1_p...
2009-01-23 kostyaVC-1 postproc field is 2 bits wide while decoder read...
2009-01-20 cehoyosCosmetics: Fix indentation after last commit.
2009-01-20 cehoyosAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-18 aurelmoves mid_pred() into mathops.h (with arch specific...
2009-01-18 darkshikariFix 10L in r16670 (broke deblocking code)
2009-01-18 darkshikariFaster VC-1 C loopfilter using lots of xor magic
2009-01-13 kostyaVC-1 display dimensions should affect coded dimensions...
2009-01-13 kostyaPrint VC-1 aspect ratio in debug
2009-01-13 kostya421l: fix loop filter for P-frames in VC-1
2009-01-10 cehoyosFill range_map* in VC1Context.
2009-01-09 cehoyosAdd refdist_flag to VC1Context.
2008-11-16 kostya421l: postproc flag may be present in any VC-1 AP frame...
2008-09-11 kostyaMake it possible to disable loop filter in VC-1.
2008-07-27 diegoRemove unused variable.
2008-07-23 kostyaIn-loop deblocking filter for VC-1 decoder
2008-07-18 benoitFix a mem leak in vc1_decode_frame().
2008-06-25 stefangremove duplicate tables
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-26 diegoconsistency cosmetics: indices --> indexes
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-02-13 diegotypo fix: inited --> initialized
2008-02-01 aurelconst
2008-02-01 michaelsome const
2008-01-25 andomaCorrectly clean up IntraX8Context upon codec close.
2008-01-16 kostyapqindex=0 is forbidden
2008-01-14 kostyaSelect scan tables for 8x4 and 4x8 blocks only once.
2008-01-03 kostyaMake decode210() common function.
2007-12-09 kostyaEnable 4x4 IDCT for FASTTX=0 mode in WMV3
2007-12-08 aureladd ff_ prefix to all simple_idct symbols
2007-12-08 kostyaUse IDCT functions when FASTTX=0
2007-12-08 kostyaSwitch VC-1 decoder to output decoded residual immediately.
2007-12-01 vitorFix alignment broke by my last patch
2007-12-01 vitorspelling
2007-11-15 kostyaUse put_signed_pixels_clamped where appropriate
2007-11-10 kostyaX8 is supported now, so warning is incorrect
2007-11-09 michaeladd {} to make the else look a little more normal
2007-11-09 michaelindention
2007-11-09 michaelindention
2007-11-09 michaelintrax8 decoder patch by "someone"
2007-10-22 kostyaUse simple IDCT for now
2007-10-22 kostyaRemove incorrect and unneeded code
2007-10-18 kostyaWMV3 mode with FASTTX=0 seems to use standard IDCT...
2007-09-15 kostyaEnable error resilience in WMV3/VC-1 decoder
2007-09-15 kostyaHALFPQ should be used only for when PQUANT is selected
2007-09-15 kostyaIn case when any quantizer may occur, HALFPQ should...
2007-08-26 aurelmove get_unary() to it's own file
2007-08-09 alexuse skip_bits where appropriate
2007-08-09 alexuse get_bits1(..) instead get_bits(.., 1)
2007-08-08 alexuse get_unary from bitstream.h
2007-07-13 diegoReplace non-existing @fixme doxygen tags with @todo.
2007-07-06 kostyaDrop redundant assignment and variable
2007-07-05 diegolicense header consistency cosmetics
2007-06-28 kostyathis prediction direction adjustment is wrong
2007-06-12 kostyaTypo
2007-06-12 diegomisc spelling fixes
2007-05-10 aurelthose tables don't need to be extern
2007-05-10 aureluse header instead of copying table declarations
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-05-09 kostyaAdd ff_ prefix to (externally) visible variables
2007-05-09 kostyaUse correct dequantizer value
2007-05-06 kostyaAdd prefix to some variables for consistency
2007-05-06 kostyaMove variables to vc1data.h
2007-05-04 kostyaMove some declarations into header
2007-05-04 diegoMove VC1 parser to its own file.
2007-04-21 diegoRemove unused variable.
2007-04-18 kostyaPullback should be performed on scaled motion vectors...
2007-04-10 kostyaSet C predictor to zero if unavailable (should fix...
2007-04-04 kostyavc1_split should be static
2007-03-27 kostyaFASTTX==0 means additional 16 bits in extradata
2007-03-27 kostyaOne more FASTTX-related hack
2007-03-25 kostya1000l to myself - get correct quantization for blocks...
2007-03-18 kostyaZero MV vectors for P frame intra blocks
2007-03-18 kostyaindentation
next