summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann145-580/+580
2013-08-02Give less generic names to global library option arraysDiego Biurrun9-14/+14
2013-02-23lavr: allow setting internal_sample_fmt option by stringJustin Ruggles1-1/+11
2013-02-23lavr: Add "resample_cutoff" option as a duplicate of "cutoff"Justin Ruggles1-0/+2
2012-12-19lavr: add option for dithering during sample format conversion to s16Justin Ruggles10-12/+583
2012-12-11lavr: temporarily store custom matrix in AVAudioResampleContextJustin Ruggles6-158/+216
2012-09-04avopt: Explicitly store float/double option defaults in .dblMartin Storsjö5-11/+11
2012-09-04avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö74-359/+355
2012-09-04avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö31-403/+404
2012-08-24AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov4-11/+12
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-08-14libavresample: add mix level normalization optionJohn Stebbins3-1/+5
2012-07-08lavr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles4-13/+28
2012-07-08lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles4-20/+17
2012-06-18Add Dolby/DPLII downmix support to libavresampleJohn Stebbins8-11/+72
2012-05-01lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff typeJustin Ruggles7-15/+18
2012-04-25Add libavresampleJustin Ruggles27-8/+3838