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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-25Merge commit 'a24a252709dd38f12aa4929ce4981f87091a5113'Michael Niedermayer
2014-04-25Merge commit 'cae8df78759c2e69257f7fe58842f34c0d98a7ec'Michael Niedermayer
2014-04-24aarch64: NEON optimized FIR audio resamplingJanne Grunau
2014-04-24lavr: define ResampleContext in resample.hJanne Grunau
2014-04-17Merge commit '21d8f4da91673051ad7055cf63d989488a56368e'Michael Niedermayer
2014-04-17resample: remove an unneeded context variableAnton Khirnov
2014-04-13Merge commit 'f7c5fd81516fb7b186c64c66dc080e1139586226'Michael Niedermayer
2014-04-13resample: implement flushingAnton Khirnov
2014-04-11Merge commit '254c95cdd1b669a722204a4a65974fc2523c8f83'Michael Niedermayer
2014-04-11Merge commit 'be394968c81019887ef996a78a526bdd85d1e216'Michael Niedermayer
2014-04-11Merge commit 'f20892eb67a7b4b5a3c080388a35a3380516a805'Michael Niedermayer
2014-04-11Merge commit 'b9dea23766f52b8e059e72d34980bb7b456efe8f'Michael Niedermayer
2014-04-11resample: split linear into its own functionAnton Khirnov
2014-04-11resample: add initial padding explicitlyAnton Khirnov
2014-04-11resample: split the nearest neighbour path into a separate function pointerAnton Khirnov
2014-04-11resample: fix avresample_get_delay() return valueAnton Khirnov
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-01-08lavr: typedef internal structs in internal.hJustin Ruggles
2012-12-17lavr: remove automatic context close/open for resampling compensationJustin Ruggles
2012-12-17lavr: only save/restore the mixing matrix if mixing is being doneJustin Ruggles
2012-11-28lavr: do not pass consumed samples as a parameter to ff_audio_resample()Justin Ruggles
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-11avresample: De-doxygenize some comments where Doxygen is not appropriateDiego Biurrun
2012-07-08lavr: resampling: add support for s32p, fltp, and dblp internal sample formatsJustin Ruggles
2012-07-08lavr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles
2012-04-25Add libavresampleJustin Ruggles