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-04-10avfilter/vf_pullup: fix gray8Michael Niedermayer
2014-03-27avfilter/vf_pullup: zero freed memory for safteyMichael Niedermayer
2014-03-27vf_pullup: simplify, fix double free errorwm4
2014-03-23Merge commit '80239a8bb11f730d95f03dfbd0deab258b413b0e' into release/2.2Michael Niedermayer
2014-03-23af_channelmap: fix ONE_STR mapping modeAnton Khirnov
2014-03-11Merge commit '227cfc1f10a940c88ad3742ec805c07b6a5e7abb' into release/2.2Michael Niedermayer
2014-03-11Merge commit '416847d19593e87ee1704c26a9a638fd6b0d977c' into release/2.2Michael Niedermayer
2014-03-10vf_frei0r: adjust error messagesVittorio Giovara
2014-03-10vf_frei0r: prevent a segfault when filter parameters are not setVittorio Giovara
2014-03-10vf_frei0r: fix missing end of line characterVittorio Giovara
2014-03-10vf_frei0r: refactor library loading from env variableVittorio Giovara
2014-03-08lavfi/af_atempo: clear references before returning error.Nicolas George
2014-03-02af_compand: replace strtok_r() with av_get_token()Anton Khirnov
2014-03-02lavfi: add compand audio filterAndrew Kelley
2014-03-02af_volume: preserve frame propertiesAnton Khirnov
2014-03-02af_resample: preserve frame propertiesAnton Khirnov
2014-02-27lavfi/frei0r: factorize plugin loading with static pathMarton Balint
2014-02-27lavfi/frei0r: search plugins in lib64 dirs on all architecturesMarton Balint
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: remove af_compand_forkMichael Niedermayer
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_fork: avoid strtok_r() so as not to break buildMichael Niedermayer
2014-02-26avfilter/af_compand: whitespace changes from af_compand_forkMichael Niedermayer
2014-02-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-26lavfi: add compand audio filterAndrew Kelley
2014-02-25avfilter/af_compand: fix invalid readAndrew Kelley
2014-02-25Merge commit '39c2880eeae6930b1036ce1f479afc1e1152c13f'Michael Niedermayer
2014-02-25Merge commit 'dcc7e4bf1d0913123bfafbc58bf47bd41dd5848d'Michael Niedermayer
2014-02-24af_volume: preserve frame propertiesAnton Khirnov
2014-02-24af_resample: preserve frame propertiesAnton Khirnov
2014-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-24Use av_frame_copy() to simplify code where appropriate.Anton Khirnov
2014-02-22Fix FSF address in colormatrix and libzvbi license headers.Carl Eugen Hoyos
2014-02-20Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2014-02-20avfilter/vf_fps: fix rounding error accumulationMichael Niedermayer
2014-02-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-19vf_interlace: deprecate lowpass optionVittorio Giovara
2014-02-19lavfi/pan: use extended_data instead of data.Nicolas George
2014-02-16lavfi: adding dejudder filter to remove judder produced by partially telecine...Nicholas Robbins