| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix a mem leak in vc1_decode_frame(). | Erik Hovland | 2008-07-18 | 1 | -0/+1 |
* | remove duplicate tables | Stefan Gehrer | 2008-06-25 | 1 | -10/+10 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | consistency cosmetics: indices --> indexes | Diego Biurrun | 2008-05-26 | 1 | -2/+2 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -2/+4 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -47/+47 |
* | typo fix: inited --> initialized | Diego Biurrun | 2008-02-13 | 1 | -4/+4 |
* | const | Aurelien Jacobs | 2008-02-01 | 1 | -5/+7 |
* | some const | Michael Niedermayer | 2008-02-01 | 1 | -2/+2 |
* | Correctly clean up IntraX8Context upon codec close. | Zdenek Kabelac | 2008-01-25 | 1 | -0/+1 |
* | pqindex=0 is forbidden | Kostya Shishkov | 2008-01-16 | 1 | -0/+2 |
* | Select scan tables for 8x4 and 4x8 blocks only once. | Christophe Gisquet | 2008-01-14 | 1 | -12/+10 |
* | Make decode210() common function. | Kostya Shishkov | 2008-01-03 | 1 | -7/+0 |
* | Enable 4x4 IDCT for FASTTX=0 mode in WMV3 | Kostya Shishkov | 2007-12-09 | 1 | -1/+1 |
* | add ff_ prefix to all simple_idct symbols | Aurelien Jacobs | 2007-12-08 | 1 | -4/+4 |
* | Use IDCT functions when FASTTX=0 | Kostya Shishkov | 2007-12-08 | 1 | -0/+3 |
* | Switch VC-1 decoder to output decoded residual immediately. | Kostya Shishkov | 2007-12-08 | 1 | -17/+15 |
* | Fix alignment broke by my last patch | Vitor Sessak | 2007-12-01 | 1 | -1/+1 |
* | spelling | Vitor Sessak | 2007-12-01 | 1 | -1/+1 |
* | Use put_signed_pixels_clamped where appropriate | Christophe Gisquet | 2007-11-15 | 1 | -6/+3 |
* | X8 is supported now, so warning is incorrect | Kostya Shishkov | 2007-11-10 | 1 | -6/+0 |
* | add {} to make the else look a little more normal | Michael Niedermayer | 2007-11-09 | 1 | -1/+2 |
* | indention | Michael Niedermayer | 2007-11-09 | 1 | -19/+19 |
* | indention | Michael Niedermayer | 2007-11-09 | 1 | -9/+9 |
* | intrax8 decoder patch by "someone" | Michael Niedermayer | 2007-11-09 | 1 | -2/+13 |
* | Use simple IDCT for now | Kostya Shishkov | 2007-10-22 | 1 | -1/+2 |
* | Remove incorrect and unneeded code | Kostya Shishkov | 2007-10-22 | 1 | -3/+0 |
* | WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform | Kostya Shishkov | 2007-10-18 | 1 | -3/+1 |
* | Enable error resilience in WMV3/VC-1 decoder | Kostya Shishkov | 2007-09-15 | 1 | -4/+11 |