]> git.sesse.net Git - ffmpeg/history - libavcodec/vc1.c
libopusdec: fix out-of-bounds read
[ffmpeg] / libavcodec / vc1.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-05-03 Diego BiurrunDrop pointless assert.h #includes
2016-02-19 Diego Biurrunmsmpeg4data: Move WMV2 data tables to their own file
2016-02-18 Diego Biurruncosmetics: Drop empty comment lines
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-08-04 Ben Avisonvc-1: Add platform-specific start code search routine...
2014-06-20 Justin RugglesAdd av_image_check_sar() and use it to validate SAR
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
2014-01-20 Michael Niedermayervc1: Always reset numref when parsing a new frame header.
2014-01-13 Tim Walkervc1: Enable the interlaced B-frame codepath.
2013-12-22 Mason Cartervc1: Fix intensity compensation performance regression
2013-12-17 Michael Niedermayervc1: Fix mb_height for field pictures
2013-11-29 Anton Khirnovvc1: move MpegEncContext.resync_marker into VC1Context.
2013-11-25 Kostya Shishkovvc1: Reset numref if fieldmode is not set
2013-05-28 Michael Niedermayervc1dec: Remove interlaced warning
2013-05-28 Michael Niedermayervc1dec: Redesign the intensity compensation
2013-05-15 Martin Storsjövc1: Reindent INIT_LUT(), align backslashes
2013-05-15 Michael Niedermayervc1: Make INIT_LUT() self contained
2013-05-15 Michael Niedermayervc1: Simplify code by using INIT_LUT()
2013-05-15 Michael Niedermayervc1: Move INIT_LUT() further up to allow using it in...
2013-05-15 Michael Niedermayervc1dec: Do not allow field_mode to change after the...
2013-05-14 Hendrik Leppkesvc1: implement frame interlaced b-frame header parsing
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-03-13 Diego Biurrunav_log_missing_feature() ---> avpriv_report_missing_fea...
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2012-10-13 Mashiat Sarker Sha... vc1: Use codec ID from AVCodecContext while parsing...
2012-10-10 Mashiat Sarker Sha... Double motion vector range for HPEL interlaced picture...
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-08-31 Alberto DelmásMSS2 decoder
2012-03-27 Mashiat Sarker Sha... vc1: Do not read from array if index is invalid.
2012-03-07 Diego Biurrunvc1: Move init code shared between decoder and parser...
2012-02-15 Martin Storsjövc1: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjömsmpeg4: Add ff_ prefixes to nonstatic symbols
2012-01-26 Hendrik Leppkesvc1: always read the bfraction element for interlaced...
2012-01-23 Hendrik Leppkesvc1: don't read the interpfrm and bfraction elements...
2011-11-27 Luca Barbatovc1: use an enum for Frame Coding Mode
2011-10-13 Kostya Shishkovvc1: explicitly zero interlaced mode coding variables...
2011-10-10 Kostya Shishkovvc1: K&R reformatting cosmetics
2011-10-10 Mashiat Sarker Sha... vc1dec: interlaced stream decoding support 3/3
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
next