Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-04-01Remove unused FILTSIGN macroDavid Conrad
2009-03-22Add support for HW accelerated VC-1 decoding through the newGwenole Beauchesne
2009-02-26Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.Carl Eugen Hoyos
2009-02-25Fix VC1 and WMV3 playback in MPlayer.Carl Eugen Hoyos
2009-02-24Rename buf_vdpau to buf_startGwenole Beauchesne
2009-02-23Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer
2009-02-17cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the typeDiego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30Record B-fraction index from frame header and two fields from entry point str...Gwenole Beauchesne
2009-01-28Fix Doxygen comments for VC-1 decoder.Kostya Shishkov
2009-01-24avoid duplication of size_table and offset_tableStefan Gehrer
2009-01-23Remove the block with always false condition from vc1_parse_frame_header()Kostya Shishkov
2009-01-23VC-1 postproc field is 2 bits wide while decoder read only single bit.Kostya Shishkov
2009-01-20Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos
2009-01-20Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2009-01-18Fix 10L in r16670 (broke deblocking code)Jason Garrett-Glaser
2009-01-18Faster VC-1 C loopfilter using lots of xor magicJason Garrett-Glaser
2009-01-13VC-1 display dimensions should affect coded dimensions only (I think)Kostya Shishkov
2009-01-13Print VC-1 aspect ratio in debugKostya Shishkov
2009-01-13421l: fix loop filter for P-frames in VC-1Kostya Shishkov
2009-01-10Fill range_map* in VC1Context.Carl Eugen Hoyos
2009-01-09Add refdist_flag to VC1Context.Carl Eugen Hoyos
2008-11-16421l: postproc flag may be present in any VC-1 AP frame typeKostya Shishkov
2008-09-11Make it possible to disable loop filter in VC-1.Kostya Shishkov
2008-07-28Remove unused variable.Diego Biurrun
2008-07-23In-loop deblocking filter for VC-1 decoderKostya Shishkov
2008-07-18Fix a mem leak in vc1_decode_frame().Erik Hovland
2008-06-25remove duplicate tablesStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-02-13typo fix: inited --> initializedDiego Biurrun
2008-02-02constAurelien Jacobs
2008-02-01some constMichael Niedermayer
2008-01-25Correctly clean up IntraX8Context upon codec close.Zdenek Kabelac
2008-01-16pqindex=0 is forbiddenKostya Shishkov
2008-01-14Select scan tables for 8x4 and 4x8 blocks only once.Christophe Gisquet
2008-01-03Make decode210() common function.Kostya Shishkov
2007-12-09Enable 4x4 IDCT for FASTTX=0 mode in WMV3Kostya Shishkov
2007-12-09add ff_ prefix to all simple_idct symbolsAurelien Jacobs
2007-12-08Use IDCT functions when FASTTX=0Kostya Shishkov
2007-12-08Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov
2007-12-02Fix alignment broke by my last patchVitor Sessak
2007-12-02spellingVitor Sessak
2007-11-15Use put_signed_pixels_clamped where appropriateChristophe Gisquet
2007-11-10X8 is supported now, so warning is incorrectKostya Shishkov