| Commit message (Expand) | Author | Age | Files | Lines |
* | Make WMV3 decoder print more errors when decoding beta WMV9 files. | Kostya Shishkov | 2010-07-10 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Print error message when true interlaced VC-1 frames are encountered | Kostya Shishkov | 2009-10-10 | 1 | -1/+5 |
* | idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall. | Jason Garrett-Glaser | 2009-06-16 | 1 | -0/+4 |
* | Fix typo in vc1.c, make capitalization in warning/error messages more consist... | Jason Garrett-Glaser | 2009-06-16 | 1 | -2/+2 |
* | Split decoder-specific code off from vc1.c into vc1dec.c and keep code | Diego Biurrun | 2009-06-11 | 1 | -3305/+2 |
* | vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CA... | Baptiste Coudurier | 2009-06-05 | 1 | -2/+2 |
* | remove unused hack which set AVCodecContext frame_number to pic timestamp | Baptiste Coudurier | 2009-05-30 | 1 | -4/+0 |
* | set pict_type in VC-1 parser, fix some timestamps problems | Baptiste Coudurier | 2009-05-30 | 1 | -46/+14 |
* | Ensure that we don't read from invalid memory with B-frame qpel | David Conrad | 2009-05-15 | 1 | -2/+2 |
* | Remove dead assignments found by CSA | Benjamin Larsson | 2009-05-02 | 1 | -8/+3 |
* | Display dimensions should not affect the real size of coded frame, thus set | Kostya Shishkov | 2009-04-23 | 1 | -2/+2 |
* | Switch VLC tables in WMV3/VC-1 decoder to new static init method | Kostya Shishkov | 2009-04-22 | 1 | -16/+39 |
* | Set flag after VC-1 VLCs are initialized to avoid race condition | Kostya Shishkov | 2009-04-21 | 1 | -1/+1 |
* | Remove some useless assignments and variables found by Clang | Kostya Shishkov | 2009-04-21 | 1 | -17/+5 |
* | VC1 loop filter uses the frame quantizer not the mb quantizer | David Conrad | 2009-04-16 | 1 | -19/+19 |
* | Split VC1 loop filter into separate functions for h/v and size | David Conrad | 2009-04-15 | 1 | -21/+21 |
* | Move VC1 loop filter to DSPContext | David Conrad | 2009-04-15 | 1 | -89/+21 |
* | VC1: add and use avg_no_rnd chroma MC functions | David Conrad | 2009-04-14 | 1 | -2/+7 |
* | Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only | David Conrad | 2009-04-14 | 1 | -4/+4 |
* | VC1: Do qpel when needed for both MVs in a B frame | David Conrad | 2009-04-14 | 1 | -4/+14 |
* | Use INIT_VLC_USE_STATIC and not its value "1". | Carl Eugen Hoyos | 2009-04-11 | 1 | -12/+12 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Remove unused FILTSIGN macro | David Conrad | 2009-04-01 | 1 | -1/+0 |
* | Add support for HW accelerated VC-1 decoding through the new | Gwenole Beauchesne | 2009-03-21 | 1 | -5/+14 |
* | Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU. | Carl Eugen Hoyos | 2009-02-25 | 1 | -0/+2 |
* | Fix VC1 and WMV3 playback in MPlayer. | Carl Eugen Hoyos | 2009-02-25 | 1 | -0/+2 |
* | Rename buf_vdpau to buf_start | Gwenole Beauchesne | 2009-02-24 | 1 | -3/+3 |
* | Approved hunks for VAAPI / our new shiny hwaccel API | Michael Niedermayer | 2009-02-23 | 1 | -0/+1 |
* | cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type | Diego Biurrun | 2009-02-17 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Record B-fraction index from frame header and two fields from entry point str... | Gwenole Beauchesne | 2009-01-30 | 1 | -8/+8 |
* | Fix Doxygen comments for VC-1 decoder. | Kostya Shishkov | 2009-01-28 | 1 | -5/+23 |
* | avoid duplication of size_table and offset_table | Stefan Gehrer | 2009-01-24 | 1 | -5/+2 |
* | Remove the block with always false condition from vc1_parse_frame_header() | Kostya Shishkov | 2009-01-23 | 1 | -6/+1 |
* | VC-1 postproc field is 2 bits wide while decoder read only single bit. | Kostya Shishkov | 2009-01-23 | 1 | -1/+1 |
* | Cosmetics: Fix indentation after last commit. | Carl Eugen Hoyos | 2009-01-20 | 1 | -4/+4 |
* | Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can | NVIDIA Corporation | 2009-01-20 | 1 | -0/+48 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 1 | -0/+1 |
* | Fix 10L in r16670 (broke deblocking code) | Jason Garrett-Glaser | 2009-01-18 | 1 | -1/+1 |
* | Faster VC-1 C loopfilter using lots of xor magic | Jason Garrett-Glaser | 2009-01-18 | 1 | -18/+27 |
* | VC-1 display dimensions should affect coded dimensions only (I think) | Kostya Shishkov | 2009-01-13 | 1 | -2/+2 |
* | Print VC-1 aspect ratio in debug | Kostya Shishkov | 2009-01-13 | 1 | -0/+1 |
* | 421l: fix loop filter for P-frames in VC-1 | Kostya Shishkov | 2009-01-13 | 1 | -8/+16 |
* | Fill range_map* in VC1Context. | Carl Eugen Hoyos | 2009-01-10 | 1 | -4/+4 |
* | Add refdist_flag to VC1Context. | Carl Eugen Hoyos | 2009-01-09 | 1 | -3/+3 |
* | 421l: postproc flag may be present in any VC-1 AP frame type | Kostya Shishkov | 2008-11-16 | 1 | -4/+2 |
* | Make it possible to disable loop filter in VC-1. | Kostya Shishkov | 2008-09-11 | 1 | -2/+6 |
* | Remove unused variable. | Diego Biurrun | 2008-07-27 | 1 | -1/+0 |
* | In-loop deblocking filter for VC-1 decoder | Kostya Shishkov | 2008-07-23 | 1 | -9/+171 |