summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAge
* Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.Carl Eugen Hoyos2009-02-25
* Fix VC1 and WMV3 playback in MPlayer.Carl Eugen Hoyos2009-02-25
* Rename buf_vdpau to buf_startGwenole Beauchesne2009-02-24
* Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer2009-02-23
* cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the typeDiego Biurrun2009-02-17
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Record B-fraction index from frame header and two fields from entry point str...Gwenole Beauchesne2009-01-30
* Fix Doxygen comments for VC-1 decoder.Kostya Shishkov2009-01-28
* avoid duplication of size_table and offset_tableStefan Gehrer2009-01-24
* Remove the block with always false condition from vc1_parse_frame_header()Kostya Shishkov2009-01-23
* VC-1 postproc field is 2 bits wide while decoder read only single bit.Kostya Shishkov2009-01-23
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-01-20
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-20
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* Fix 10L in r16670 (broke deblocking code)Jason Garrett-Glaser2009-01-18
* Faster VC-1 C loopfilter using lots of xor magicJason Garrett-Glaser2009-01-18
* VC-1 display dimensions should affect coded dimensions only (I think)Kostya Shishkov2009-01-13
* Print VC-1 aspect ratio in debugKostya Shishkov2009-01-13
* 421l: fix loop filter for P-frames in VC-1Kostya Shishkov2009-01-13
* Fill range_map* in VC1Context.Carl Eugen Hoyos2009-01-10
* Add refdist_flag to VC1Context.Carl Eugen Hoyos2009-01-09
* 421l: postproc flag may be present in any VC-1 AP frame typeKostya Shishkov2008-11-16
* Make it possible to disable loop filter in VC-1.Kostya Shishkov2008-09-11
* Remove unused variable.Diego Biurrun2008-07-27
* In-loop deblocking filter for VC-1 decoderKostya Shishkov2008-07-23
* Fix a mem leak in vc1_decode_frame().Erik Hovland2008-07-18
* remove duplicate tablesStefan Gehrer2008-06-25
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* constAurelien Jacobs2008-02-01
* some constMichael Niedermayer2008-02-01
* Correctly clean up IntraX8Context upon codec close.Zdenek Kabelac2008-01-25
* pqindex=0 is forbiddenKostya Shishkov2008-01-16
* Select scan tables for 8x4 and 4x8 blocks only once.Christophe Gisquet2008-01-14
* Make decode210() common function.Kostya Shishkov2008-01-03
* Enable 4x4 IDCT for FASTTX=0 mode in WMV3Kostya Shishkov2007-12-09
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-08
* Use IDCT functions when FASTTX=0Kostya Shishkov2007-12-08
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-08
* Fix alignment broke by my last patchVitor Sessak2007-12-01
* spellingVitor Sessak2007-12-01
* Use put_signed_pixels_clamped where appropriateChristophe Gisquet2007-11-15
* X8 is supported now, so warning is incorrectKostya Shishkov2007-11-10
* add {} to make the else look a little more normalMichael Niedermayer2007-11-09
* indentionMichael Niedermayer2007-11-09
* indentionMichael Niedermayer2007-11-09