summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer13-104/+107
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun13-114/+117
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-01-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-576/+767
2012-01-03dct: K&R formatting cosmeticsAneesh Dogra1-61/+61
2011-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer29-168/+296
2011-05-17dct: build dct32 as separate object filesMans Rullgard7-14/+81
2011-05-17Merge remote branch 'qatar/master'Michael Niedermayer12-99/+54
2011-05-16dct: fix indentationMans Rullgard1-15/+15
2011-05-16dct: bypass table allocation for DCT_II of size 32Mans Rullgard1-3/+6
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer44-328/+413
2011-03-20dct: remove superflous #includeMans Rullgard1-1/+0
2011-03-20Move dct and rdft definitions to separate filesMans Rullgard13-72/+138
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard27-109/+80
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-07-06SSE optimized 32-point DCTVitor Sessak5-0/+278
2010-06-30More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak5-240/+29
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-23Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak5-16/+93
2010-03-21Reindent after r22618.Vitor Sessak1-42/+43
2010-03-21Split DCT-II and DCT-III in different functions, they do not share any code.Vitor Sessak1-5/+11
2010-03-21Call DCT by function pointer. Needed for any future ASM implementation andVitor Sessak2-1/+4
2010-03-21Cosmetics: move ff_dct_init() to the bottom of the fileVitor Sessak1-25/+25
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård27-222/+275
2010-01-20Floating point discrete cosine transformVitor Sessak5-1/+227