summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-111-3/+0
|\
| * Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás2011-04-101-3/+0
* | Fix VC-1 playback with pulldown contentAlexandre Colucci2011-04-041-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-231-0/+1
|\ \ | |/
| * vc1: warn for unimplemented pan-scan feature.Ronald S. Bultje2011-03-211-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-211-1/+27
| * dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-171-8/+8
| * logging: downgrade recoverable errors to warningsStefan Kost2011-02-081-1/+1
* | VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-221-1/+27
* | dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-181-8/+8
* | logging: downgrade recoverable errors to warningsStefan Kost2011-02-091-1/+1
|/
* Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov2010-09-261-3/+19
* RES_SM in WMV3 is really two flags, so split it in decoderKostya Shishkov2010-09-261-3/+8
* Make WMV3 decoder print more errors when decoding beta WMV9 files.Kostya Shishkov2010-07-101-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Print error message when true interlaced VC-1 frames are encounteredKostya Shishkov2009-10-101-1/+5
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-161-0/+4
* Fix typo in vc1.c, make capitalization in warning/error messages more consist...Jason Garrett-Glaser2009-06-161-2/+2
* Split decoder-specific code off from vc1.c into vc1dec.c and keep codeDiego Biurrun2009-06-111-3305/+2
* vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CA...Baptiste Coudurier2009-06-051-2/+2
* remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier2009-05-301-4/+0
* set pict_type in VC-1 parser, fix some timestamps problemsBaptiste Coudurier2009-05-301-46/+14
* Ensure that we don't read from invalid memory with B-frame qpelDavid Conrad2009-05-151-2/+2
* Remove dead assignments found by CSABenjamin Larsson2009-05-021-8/+3
* Display dimensions should not affect the real size of coded frame, thus setKostya Shishkov2009-04-231-2/+2
* Switch VLC tables in WMV3/VC-1 decoder to new static init methodKostya Shishkov2009-04-221-16/+39
* Set flag after VC-1 VLCs are initialized to avoid race conditionKostya Shishkov2009-04-211-1/+1
* Remove some useless assignments and variables found by ClangKostya Shishkov2009-04-211-17/+5
* VC1 loop filter uses the frame quantizer not the mb quantizerDavid Conrad2009-04-161-19/+19
* Split VC1 loop filter into separate functions for h/v and sizeDavid Conrad2009-04-151-21/+21
* Move VC1 loop filter to DSPContextDavid Conrad2009-04-151-89/+21
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-141-2/+7
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-141-4/+4
* VC1: Do qpel when needed for both MVs in a B frameDavid Conrad2009-04-141-4/+14
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-111-12/+12
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Remove unused FILTSIGN macroDavid Conrad2009-04-011-1/+0
* Add support for HW accelerated VC-1 decoding through the newGwenole Beauchesne2009-03-211-5/+14
* Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.Carl Eugen Hoyos2009-02-251-0/+2
* Fix VC1 and WMV3 playback in MPlayer.Carl Eugen Hoyos2009-02-251-0/+2
* Rename buf_vdpau to buf_startGwenole Beauchesne2009-02-241-3/+3
* Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer2009-02-231-0/+1
* cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the typeDiego Biurrun2009-02-171-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Record B-fraction index from frame header and two fields from entry point str...Gwenole Beauchesne2009-01-301-8/+8
* Fix Doxygen comments for VC-1 decoder.Kostya Shishkov2009-01-281-5/+23
* avoid duplication of size_table and offset_tableStefan Gehrer2009-01-241-5/+2
* Remove the block with always false condition from vc1_parse_frame_header()Kostya Shishkov2009-01-231-6/+1
* VC-1 postproc field is 2 bits wide while decoder read only single bit.Kostya Shishkov2009-01-231-1/+1
OpenPOWER on IntegriCloud