summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-01-201-4/+4
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-201-0/+48
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-0/+1
* Fix 10L in r16670 (broke deblocking code)Jason Garrett-Glaser2009-01-181-1/+1
* Faster VC-1 C loopfilter using lots of xor magicJason Garrett-Glaser2009-01-181-18/+27
* VC-1 display dimensions should affect coded dimensions only (I think)Kostya Shishkov2009-01-131-2/+2
* Print VC-1 aspect ratio in debugKostya Shishkov2009-01-131-0/+1
* 421l: fix loop filter for P-frames in VC-1Kostya Shishkov2009-01-131-8/+16
* Fill range_map* in VC1Context.Carl Eugen Hoyos2009-01-101-4/+4
* Add refdist_flag to VC1Context.Carl Eugen Hoyos2009-01-091-3/+3
* 421l: postproc flag may be present in any VC-1 AP frame typeKostya Shishkov2008-11-161-4/+2
* Make it possible to disable loop filter in VC-1.Kostya Shishkov2008-09-111-2/+6
* Remove unused variable.Diego Biurrun2008-07-271-1/+0
* In-loop deblocking filter for VC-1 decoderKostya Shishkov2008-07-231-9/+171
* Fix a mem leak in vc1_decode_frame().Erik Hovland2008-07-181-0/+1
* remove duplicate tablesStefan Gehrer2008-06-251-10/+10
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-261-2/+2
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-2/+4
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-47/+47
* typo fix: inited --> initializedDiego Biurrun2008-02-131-4/+4
* constAurelien Jacobs2008-02-011-5/+7
* some constMichael Niedermayer2008-02-011-2/+2
* Correctly clean up IntraX8Context upon codec close.Zdenek Kabelac2008-01-251-0/+1
* pqindex=0 is forbiddenKostya Shishkov2008-01-161-0/+2
* Select scan tables for 8x4 and 4x8 blocks only once.Christophe Gisquet2008-01-141-12/+10
* Make decode210() common function.Kostya Shishkov2008-01-031-7/+0
* Enable 4x4 IDCT for FASTTX=0 mode in WMV3Kostya Shishkov2007-12-091-1/+1
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-081-4/+4
* Use IDCT functions when FASTTX=0Kostya Shishkov2007-12-081-0/+3
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-081-17/+15
* Fix alignment broke by my last patchVitor Sessak2007-12-011-1/+1
* spellingVitor Sessak2007-12-011-1/+1
* Use put_signed_pixels_clamped where appropriateChristophe Gisquet2007-11-151-6/+3
* X8 is supported now, so warning is incorrectKostya Shishkov2007-11-101-6/+0
OpenPOWER on IntegriCloud