Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-19Use correct scaling table for bwd-pred MVs in second B-fieldMashiat Sarker Shakkhar
2011-10-12vc1: more prettyprinting cosmeticsKostya Shishkov
2011-10-10vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar
2011-08-31VC1: Support dynamic dimension changesAlberto Delmás
2011-08-25vc1: fix VC-1 Pulldown handling.John Stebbins
2011-08-25VC1: Fix first/last row checks with slicesAlberto Delmás
2011-08-25vc1: properly zero coded_block[] edges on new slice entry.Ronald S. Bultje
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-04Remove unused static tables and static inline functions.Diego Biurrun
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-06-07vc1: re-initialize tables after width/height change.John Stebbins
2011-05-04vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje
2011-05-04vc1dec: use s->start/end_mb_y instead of passing them as function args.Ronald S. Bultje
2011-05-04Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov
2011-04-17vc1: fix fate-vc1 after previous commit.Ronald S. Bultje
2011-04-16wmv3dec: fix playback of complex WMV3 files using simple_idct.Ronald S. Bultje
2011-04-10Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-03-22vc1: make P-frame deblock filter bit-exact.Ronald S. Bultje
2011-03-21vc1: slice support.Ronald S. Bultje
2011-03-21vc1: fix up memleaks in the error codepath.Ronald S. Bultje
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-12VC1: Export profile/levelHendrik Leppkes
2011-03-02vc1: fix decoding when end sequence is presentBaptiste Coudurier
2011-02-21VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje
2011-02-21VC1: inline vc1_put_block() in vc1_decode_i_blocks().Ronald S. Bultje
2011-02-20VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().Ronald S. Bultje
2011-02-19Fix invalid reads in VC1 decoderReimar Döffinger
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-02-18VC1: simplify a calculation in a loop.Ronald S. Bultje
2011-02-18VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje
2011-01-29Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-09-26Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov
2010-07-12vc1: Fix ordering of loop filter for I/B framesDavid Conrad
2010-07-12vc1: ff_draw_horiz_band needs a one row delay when the loop filter is activeDavid Conrad
2010-07-10Make WMV3 decoder print more errors when decoding beta WMV9 files.Kostya Shishkov
2010-06-27Change type of zz_table to uint8_t to match the scantables it points to.Reimar Döffinger
2010-05-29321l: do not use shifted s->linesize instead of correct s->uvlinesize.Kostya Shishkov
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-24ff_msmpeg4_decode_init() calls ff_h263_decode_init() which callsKostya Shishkov
2010-02-21VC1: fix missing include h263.hMåns Rullgård
2010-01-08Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.Michael Niedermayer
2009-10-11Warn when WVC1 cannot be decodedKostya Shishkov
2009-10-06Since some junk may be or may be not present before actual VC-1 extradata,Andrew Dennison