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
2014-07-08Merge commit 'd3cfd7aff86ee3d449ca68aba21d67b9b2136a9b'Michael Niedermayer
2014-07-08af_compand: make sure request_frame always outputs at least one frameAndrew Kelley
2014-05-08avfilter/af_compand: Silence "may be used uninitialized" warningMichael Niedermayer
2014-03-01af_compand: replace strtok_r() with av_get_token()Anton Khirnov
2014-02-26avfilter: remove superflous linesPaul B Mahol
2014-02-26avfilter/af_compand: some more cosmetics to decrease difference with qatarPaul B Mahol
2014-02-26avfilter/af_compand: more cosmetics from libavfilter/af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: cosmetics from libavfilter/af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: switch defaults to libavfilter/af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: "use local variable for channels" from libavfilter/af_co...Michael Niedermayer
2014-02-26avfilter/af_compand: error checks from libavfilter/af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: pts init code from libavfilter/af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: cosmetics and doxy comment from libavfilter/af_compand_f...Michael Niedermayer
2014-02-26avfilter/af_compand: add Andrew Kelley to the copyrightMichael Niedermayer
2014-02-26avfilter/af_compand: merge avframe code from af_compand_forkMichael Niedermayer
2014-02-26avfilter/af_compand: merge uninit() calls on error from af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: also support '|' as seperatorMichael Niedermayer
2014-02-26avfilter/af_compand: whitespace changes from af_compand_forkMichael Niedermayer
2014-02-26lavfi: add compand audio filterAndrew Kelley
2014-02-25avfilter/af_compand: fix invalid readAndrew Kelley
2014-02-15avfilter/af_compand: do not leak frames on errorPaul B Mahol
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-15avfilter/af_aecho & af_compand: use extended_dataPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter/af_compand: silence "maybe uninitialized" warningsMichael Niedermayer
2013-07-31avfilter/af_compand: %f is for printing doublesMichael Niedermayer
2013-07-29lavfi: add compand filterPaul B Mahol