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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-01-30Record B-fraction index from frame header and two fields from entry point str...Gwenole Beauchesne
2009-01-28Fix Doxygen comments for VC-1 decoder.Kostya Shishkov
2009-01-24avoid duplication of size_table and offset_tableStefan Gehrer
2009-01-23Remove the block with always false condition from vc1_parse_frame_header()Kostya Shishkov
2009-01-23VC-1 postproc field is 2 bits wide while decoder read only single bit.Kostya Shishkov
2009-01-20Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos
2009-01-20Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2009-01-18Fix 10L in r16670 (broke deblocking code)Jason Garrett-Glaser
2009-01-18Faster VC-1 C loopfilter using lots of xor magicJason Garrett-Glaser
2009-01-13VC-1 display dimensions should affect coded dimensions only (I think)Kostya Shishkov
2009-01-13Print VC-1 aspect ratio in debugKostya Shishkov
2009-01-13421l: fix loop filter for P-frames in VC-1Kostya Shishkov
2009-01-10Fill range_map* in VC1Context.Carl Eugen Hoyos
2009-01-09Add refdist_flag to VC1Context.Carl Eugen Hoyos
2008-11-16421l: postproc flag may be present in any VC-1 AP frame typeKostya Shishkov
2008-09-11Make it possible to disable loop filter in VC-1.Kostya Shishkov
2008-07-28Remove unused variable.Diego Biurrun
2008-07-23In-loop deblocking filter for VC-1 decoderKostya Shishkov
2008-07-18Fix a mem leak in vc1_decode_frame().Erik Hovland
2008-06-25remove duplicate tablesStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini