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-13vc1: explicitly zero interlaced mode coding variables for progressive modeKostya Shishkov
2011-10-10vc1: K&R reformatting 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-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
2011-08-15VC-1: fix reading of custom PAR.Reimar Döffinger
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
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-10Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás
2011-03-21vc1: warn for unimplemented pan-scan feature.Ronald S. Bultje
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-21VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-02-08logging: downgrade recoverable errors to warningsStefan Kost
2010-09-26Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov
2010-09-26RES_SM in WMV3 is really two flags, so split it in decoderKostya Shishkov
2010-07-10Make WMV3 decoder print more errors when decoding beta WMV9 files.Kostya Shishkov
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-10-10Print error message when true interlaced VC-1 frames are encounteredKostya Shishkov
2009-06-16idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser
2009-06-16Fix typo in vc1.c, make capitalization in warning/error messages more consist...Jason Garrett-Glaser
2009-06-11Split decoder-specific code off from vc1.c into vc1dec.c and keep codeDiego Biurrun
2009-06-05vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CA...Baptiste Coudurier
2009-05-30remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier
2009-05-30set pict_type in VC-1 parser, fix some timestamps problemsBaptiste Coudurier
2009-05-15Ensure that we don't read from invalid memory with B-frame qpelDavid Conrad
2009-05-02Remove dead assignments found by CSABenjamin Larsson
2009-04-23Display dimensions should not affect the real size of coded frame, thus setKostya Shishkov
2009-04-22Switch VLC tables in WMV3/VC-1 decoder to new static init methodKostya Shishkov
2009-04-21Set flag after VC-1 VLCs are initialized to avoid race conditionKostya Shishkov
2009-04-21Remove some useless assignments and variables found by ClangKostya Shishkov
2009-04-16VC1 loop filter uses the frame quantizer not the mb quantizerDavid Conrad
2009-04-15Split VC1 loop filter into separate functions for h/v and sizeDavid Conrad
2009-04-15Move VC1 loop filter to DSPContextDavid Conrad
2009-04-15VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad
2009-04-15Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad
2009-04-14VC1: Do qpel when needed for both MVs in a B frameDavid Conrad
2009-04-11Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-04-01Remove unused FILTSIGN macroDavid Conrad
2009-03-22Add support for HW accelerated VC-1 decoding through the newGwenole Beauchesne
2009-02-26Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.Carl Eugen Hoyos
2009-02-25Fix VC1 and WMV3 playback in MPlayer.Carl Eugen Hoyos
2009-02-24Rename buf_vdpau to buf_startGwenole Beauchesne
2009-02-23Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer
2009-02-17cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the typeDiego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun