]> git.sesse.net Git - ffmpeg/history - libavcodec/vc1dec.c
Replace int_fast integer types with their sized standard posix counterparts.
[ffmpeg] / libavcodec / vc1dec.c
2011-05-04 Ronald S. Bultjevc1: make overlap filter for I-frames bit-exact.
2011-05-04 Ronald S. Bultjevc1dec: use s->start/end_mb_y instead of passing them...
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-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
2011-04-17 Ronald S. Bultjevc1: fix fate-vc1 after previous commit.
2011-04-16 Ronald S. Bultjewmv3dec: fix playback of complex WMV3 files using simpl...
2011-04-10 Alberto DelmásParse sprite data for WMVP and WVP2, and decode sprites...
2011-04-02 Anton Khirnovlavc: mark hurry_up for removal on next major bump
2011-03-22 Ronald S. Bultjevc1: make P-frame deblock filter bit-exact.
2011-03-21 Ronald S. Bultjevc1: slice support.
2011-03-21 Ronald S. Bultjevc1: fix up memleaks in the error codepath.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-12 Hendrik LeppkesVC1: Export profile/level
2011-03-02 Baptiste Couduriervc1: fix decoding when end sequence is present
2011-02-21 Ronald S. BultjeVC1: merge idct8x8, coeff adjustments and put_pixels.
2011-02-21 Ronald S. BultjeVC1: inline vc1_put_block() in vc1_decode_i_blocks().
2011-02-20 Ronald S. BultjeVC1: don't use vc1_put_block() in vc1_decode_i_blocks_a...
2011-02-19 Reimar DöffingerFix invalid reads in VC1 decoder
2011-02-17 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.
2011-02-17 Ronald S. BultjeVC1: simplify a calculation in a loop.
2011-02-17 Ronald S. BultjeVC1: transpose IDCT 8x8 coeffs while reading.
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-26 Kostya ShishkovMake WMV3 decoder attempt to decode WMVP as well
2010-07-11 David Conradvc1: Fix ordering of loop filter for I/B frames
2010-07-11 David Conradvc1: ff_draw_horiz_band needs a one row delay when...
2010-07-10 Kostya ShishkovMake WMV3 decoder print more errors when decoding beta...
2010-06-27 Reimar DöffingerChange type of zz_table to uint8_t to match the scantab...
2010-05-29 Kostya Shishkov321l: do not use shifted s->linesize instead of correct...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-24 Kostya Shishkovff_msmpeg4_decode_init() calls ff_h263_decode_init...
2010-02-21 Måns RullgårdVC1: fix missing include h263.h
2010-01-08 Michael NiedermayerMove AVCodecs from h263dec.c to msmpeg4.c and disentang...
2009-10-11 Kostya ShishkovWarn when WVC1 cannot be decoded
2009-10-06 Andrew DennisonSince some junk may be or may be not present before...
2009-09-24 Reimar DöffingerUse ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_...
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-07-29 Diego BiurrunOnly enable WMV3 decoder when it has been turned on...
2009-07-29 Diego BiurrunDo not check for both CONFIG_VC1_VDPAU_DECODER and...
2009-06-23 Kostya ShishkovEdge emulation should be used in B-frame MC in mspel...
2009-06-17 Jason Garrett-GlaserVC-1/WMV: Remove redundant ff_init_block_index() calls.
2009-06-16 Jason Garrett-GlaserVC-1/WMV3 decoding: don't clear blocks unless they...
2009-06-16 Jason Garrett-Glaseridct_dc for VC-1/WMV3 decoder; ~11% faster decoding...
2009-06-11 Diego BiurrunSplit decoder-specific code off from vc1.c into vc1dec...