summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer133-295/+306
2012-12-04lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov133-293/+305
2012-04-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer28-1318/+1765
2012-04-10rv40dsp: implement prescaled versions for biweight.Christophe GISQUET7-79/+112
2012-02-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer28-156/+1084
2012-02-14rv34: use uint16_t for RV34DecContext.deblock_coefsJanne Grunau1-1/+1
2012-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer36-205/+373
2012-01-10rv34: frame-level multi-threadingJanne Grunau4-2/+98
2012-01-10rv34: use get_bits_left()Janne Grunau2-3/+1
2011-08-13Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer61-410/+6208
2011-08-11Add weighted motion compensation for RV40 B-framesKostya Shishkov5-104/+189
2011-08-11RV3/4: calculate B-frame motion weights once per frameKostya Shishkov2-5/+13
2011-08-11Move RV3/4-specific DSP functions into their own contextKostya Shishkov10-178/+253
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård58-202/+199
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård71-230/+230
2009-07-01RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov4-20/+23
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann137-172/+541
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-12-02Update ff_rv34_decode_frame() arguments definitionKostya Shishkov2-2/+2
2008-11-29Invoke future RV30/40 loop filter for already decoded rows instead ofKostya Shishkov2-2/+5
2008-11-07Calculating an additional MV-based deblocking pattern is the sameKostya Shishkov2-3/+36
2008-10-20RV3 and RV4 decoders set some deblocking coefs for each macroblock,Kostya Shishkov2-0/+6
2008-10-05Register RV-[34] block specific feature for long future loop filterKostya Shishkov1-0/+3
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-04-28Calculate motion vector information based on PTS provided in slice headerKostya Shishkov4-21/+27
2008-02-04Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple ofDiego Biurrun1-2/+2
2008-01-18Save coded block patterns for future loop filtering.Kostya Shishkov2-0/+10
2007-12-16RV30/40 decoding coreKostya Shishkov2-0/+1396