summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-23vp8: fix PPC assembly and bilinear C code to work if src_stride != dst_stride.Ronald S. Bultje2-17/+52
2013-08-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer6-23/+30
2013-08-29cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun6-23/+30
2013-05-01Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer21-41/+79
2013-04-30ppc: More consistent arch initializationDiego Biurrun21-41/+79
2013-04-08Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'Michael Niedermayer10-28/+29
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö15-44/+44
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer38-463/+1635
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau22-40/+41
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-03-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer30-230/+297
2012-03-06Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje9-201/+161
2012-03-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer80-2482/+2375
2012-03-02vp8: change int stride to ptrdiff_t stride.Ronald S. Bultje5-148/+178
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-156/+198
2011-07-14doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun20-75/+115
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-09VP8: ARM NEON optimisations for dsp functionsMans Rullgard5-0/+2079
2011-02-07VP8: ARM NEON optimisations for dsp functionsMans Rullgard5-0/+2079
2011-01-28VP8: don't overread edges on fourtap MC.Ronald S. Bultje1-38/+38
2011-01-26VP8: don't overread edges on fourtap MC.Ronald S. Bultje1-38/+38
2010-08-02VP8: much faster DC transform handlingJason Garrett-Glaser3-8/+29
2010-08-02VP8: move zeroing of luma DC block into the WHTJason Garrett-Glaser4-7/+27
2010-07-23VP8: optimize DC-only chroma case in the same way as luma.Jason Garrett-Glaser5-43/+89
2010-07-23VP8: 30% faster idct_mbJason Garrett-Glaser5-87/+190
2010-07-23VP8: clear DCT blocks in iDCT instead of using clear_blocks.Jason Garrett-Glaser4-6/+29
2010-07-19Change function prototypes for width=8 inner and mbedge loopfilter functionsRonald S. Bultje5-58/+96
2010-07-02VP8: Move calculation of outer filter limit out of dsp functions for normalDavid Conrad2-18/+21
2010-06-29Altivec VP8 MC functionsDavid Conrad4-0/+299
2010-06-29Faster C VP8 normal inner loop filterJason Garrett-Glaser1-3/+6
2010-06-29Use crop table in C implementations of VP8 DSP functions.Jason Garrett-Glaser1-26/+35
2010-06-27Fix linking if MMX is disabled.Stefano Sabatini2-2/+2
2010-06-27First shot at VP8 optimizations:Jason Garrett-Glaser5-0/+928
2010-06-27VP8 bilinear filterDavid Conrad3-8/+85
2010-06-25Really fix r23782Jason Garrett-Glaser1-2/+2
2010-06-25Fix c99ism in r23782Jason Garrett-Glaser1-1/+2
2010-06-25Make VP8 DSP functions take two stridesJason Garrett-Glaser4-27/+27
2010-06-22Native VP8 decoder.David Conrad10-4/+2699