Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-02-24lavr: allow setting internal_sample_fmt option by stringJustin Ruggles
2013-02-24lavr: Add "resample_cutoff" option as a duplicate of "cutoff"Justin Ruggles
2012-12-20lavr: add option for dithering during sample format conversion to s16Justin Ruggles
2012-12-11lavr: temporarily store custom matrix in AVAudioResampleContextJustin Ruggles
2012-09-05avopt: Explicitly store float/double option defaults in .dblMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-24AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-15libavresample: add mix level normalization optionJohn Stebbins
2012-07-08lavr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles
2012-07-08lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles
2012-06-18Add Dolby/DPLII downmix support to libavresampleJohn Stebbins
2012-05-01lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff typeJustin Ruggles
2012-04-25Add libavresampleJustin Ruggles