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-08-23Merge commit '37e2d574ddcedc25e32bd963737b033354543789' into release/2.2Michael Niedermayer
2014-08-20setpts: Add missing inttypes.h #include for PRId64Diego Biurrun
2014-08-05avfilter/f_select: avoid double->int in debug outputMichael Niedermayer
2014-08-05avfilter/f_select: Set var_values[VAR_KEY] correctlyMichael Niedermayer
2014-08-05avfilter/f_select: avoid using doubles for equals checks and casts to enumsMichael Niedermayer
2014-07-30vf_select: Drop a debug av_log with an unchecked double to enum conversionDiego Biurrun
2014-07-15avfilter/f_ebur128: Use av_malloc_array()Michael Niedermayer
2014-07-15avfilter/x86/vf_pullup: fix old typoMichael Niedermayer
2014-07-15avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functionsMichael Niedermayer
2014-07-15Merge commit '95e91aaf335dd9c26a9101c38d4926e5271e7e00' into release/2.2Michael Niedermayer
2014-07-08af_compand: make sure request_frame always outputs at least one frameAndrew Kelley
2014-05-11Merge commit 'ff79f6b35a94dde69b3d52bd2abdfdb793f525c3' into release/2.2Michael Niedermayer
2014-05-10avfilter: Add missing emms_c when neededLuca Barbato
2014-05-05avfilter/graphdump: Fix pointer to local outside scopeMichael Niedermayer
2014-05-05avfilter/filtfmts: Support dynamically allocated in/outputsMichael Niedermayer
2014-05-05avfilter/vf_deshake: fix loss of precission with odd resolutionsMichael Niedermayer
2014-05-05avfilter/f_select: fix loss of precission in SAD calculationMichael Niedermayer
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