summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer9-11/+12
2013-09-10Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun9-11/+12
2013-05-05Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer9-11/+20
2013-05-04avutil: Add av_cold attributes to init functions missing themDiego Biurrun9-11/+20
2013-01-23floatdsp: restrict->av_restrictMichael Niedermayer2-2/+2
2013-01-23Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer28-130/+141
2013-01-23Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer15-47/+51
2013-01-23Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer32-312/+233
2013-01-23Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49'Michael Niedermayer18-110/+133
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje15-47/+51
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje32-310/+231
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje18-108/+131
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje23-141/+142
2013-01-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-228/+263
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles22-225/+251
2012-12-06Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'Michael Niedermayer8-6/+127
2012-12-05float_dsp: add vector_dmul_scalar() to multiply a vector of doublesJustin Ruggles5-0/+89
2012-11-27Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b'Michael Niedermayer12-84/+95
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles12-83/+93
2012-11-19mips: Optimization of AC3 FP encoder and EAC3 FP decoderBojan Zivkovic9-0/+490
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-231/+952
2012-06-18float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles9-75/+82
2012-06-09float_dsp.c: Restore author attribution that was removed by libav while movin...Michael Niedermayer1-4/+7
2012-06-08Add a float DSP framework to libavutilJustin Ruggles39-188/+602