OSDN Git Service

Fixed invalid access in wavpack decoder on corrupted bitstream.
[coroid/libav_saccubus.git] / libavcodec / vc1.c
2011-08-31 Alberto DelmásVC1: Support dynamic dimension changes
2011-08-25 John Stebbinsvc1: fix VC-1 Pulldown handling.
2011-08-23 Alberto DelmásWindows Media Image decoder (WMVP/WVP2)
2011-08-15 Reimar DöffingerVC-1: fix reading of custom PAR.
2011-07-20 Mans Rullgardsimple_idct: add 10-bit version
2011-07-02 Reinhard Tartlerdoxygen: Prefer member groups over grouping into modules
2011-05-04 Ronald S. BultjeRevert "VC1: merge idct8x8, coeff adjustments and put_p...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-10 Alberto DelmásParse sprite data for WMVP and WVP2, and decode sprites...
2011-03-21 Ronald S. Bultjevc1: warn for unimplemented pan-scan feature.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-21 Ronald S. BultjeVC1: merge idct8x8, coeff adjustments and put_pixels.
2011-02-17 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.
2011-02-08 Stefan Kostlogging: downgrade recoverable errors to warnings
2010-09-26 Kostya ShishkovMake WMV3 decoder attempt to decode WMVP as well
2010-09-26 Kostya ShishkovRES_SM in WMV3 is really two flags, so split it in...
2010-07-10 Kostya ShishkovMake WMV3 decoder print more errors when decoding beta...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-10-10 Kostya ShishkovPrint error message when true interlaced VC-1 frames...
2009-06-16 Jason Garrett-Glaseridct_dc for VC-1/WMV3 decoder; ~11% faster decoding...
2009-06-16 Jason Garrett-GlaserFix typo in vc1.c, make capitalization in warning/error...
2009-06-11 Diego BiurrunSplit decoder-specific code off from vc1.c into vc1dec...
2009-06-05 Baptiste Couduriervc1 and wmv3 decoders use MPV_frame_start which uses...
2009-05-30 Baptiste Coudurierremove unused hack which set AVCodecContext frame_numbe...
2009-05-30 Baptiste Coudurierset pict_type in VC-1 parser, fix some timestamps problems
2009-05-15 David ConradEnsure that we don't read from invalid memory with...
2009-05-02 Benjamin LarssonRemove dead assignments found by CSA
2009-04-23 Kostya ShishkovDisplay dimensions should not affect the real size...
2009-04-22 Kostya ShishkovSwitch VLC tables in WMV3/VC-1 decoder to new static...
2009-04-21 Kostya ShishkovSet flag after VC-1 VLCs are initialized to avoid race...
2009-04-21 Kostya ShishkovRemove some useless assignments and variables found...
2009-04-16 David ConradVC1 loop filter uses the frame quantizer not the mb...
2009-04-15 David ConradSplit VC1 loop filter into separate functions for h...
2009-04-15 David ConradMove VC1 loop filter to DSPContext
2009-04-14 David ConradVC1: add and use avg_no_rnd chroma MC functions
2009-04-14 David ConradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-04-14 David ConradVC1: Do qpel when needed for both MVs in a B frame
2009-04-11 Carl Eugen HoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-01 David ConradRemove unused FILTSIGN macro
2009-03-21 Gwenole BeauchesneAdd support for HW accelerated VC-1 decoding through...
2009-02-25 Carl Eugen HoyosApply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.
2009-02-25 Carl Eugen HoyosFix VC1 and WMV3 playback in MPlayer.
2009-02-24 Gwenole BeauchesneRename buf_vdpau to buf_start
2009-02-23 Michael NiedermayerApproved hunks for VAAPI / our new shiny hwaccel API
2009-02-17 Diego Biurruncosmetics: 'void/int inline' --> 'inline void/int'...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Gwenole BeauchesneRecord B-fraction index from frame header and two field...
2009-01-28 Kostya ShishkovFix Doxygen comments for VC-1 decoder.
2009-01-24 Stefan Gehreravoid duplication of size_table and offset_table
2009-01-23 Kostya ShishkovRemove the block with always false condition from vc1_p...
2009-01-23 Kostya ShishkovVC-1 postproc field is 2 bits wide while decoder read...
2009-01-20 Carl Eugen HoyosCosmetics: Fix indentation after last commit.
2009-01-20 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-18 Jason Garrett-GlaserFix 10L in r16670 (broke deblocking code)
2009-01-18 Jason Garrett-GlaserFaster VC-1 C loopfilter using lots of xor magic
2009-01-13 Kostya ShishkovVC-1 display dimensions should affect coded dimensions...
2009-01-13 Kostya ShishkovPrint VC-1 aspect ratio in debug
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
next