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
2016-02-14vf_blend: Move C dsp function mapping to separate functionTimothy Gu
2016-02-14avfilter/vf_tinterlace: fix image alignmentMichael Niedermayer
2016-02-14vf_blend: Use integers for divide modeTimothy Gu
2016-02-14vf_blend: Reduce number of arguments for kernel functionTimothy Gu
2016-02-14vf_blend: Use memcpy when opacity is 0Timothy Gu
2016-02-14vf_blend: Templatize identity function and use a better nameTimothy Gu
2016-02-14avfilter/f_metadata: remove unused headersPaul B Mahol
2016-02-12avfilter/avf_showspectrum: improve pts handlingPaul B Mahol
2016-02-12avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist fre...Michael Niedermayer
2016-02-12avfilter/vf_zoompan: Initialize retMichael Niedermayer
2016-02-12avfilter/vf_zoompan: Fix use of uninitialized variablesMichael Niedermayer
2016-02-12avfilter/avf_ahistogram: assert that variables are initialized by switch()Michael Niedermayer
2016-02-12avfilter/avf_showfreqs: assert that variables are initialized by switch()Michael Niedermayer
2016-02-12avfilter/vf_zoompan: Remove dead storeMichael Niedermayer
2016-02-12avfilter/avf_avectorscope: assert that variables are initialized by switch()Michael Niedermayer
2016-02-12avfilter/vaf_spectrumsynth: assert that variables are initialized by switch()Michael Niedermayer
2016-02-11avfilter/f_metadata: rename "string" into "same_str"Tobias Rapp
2016-02-11avfilter/f_metadata: whitespace clean-upTobias Rapp
2016-02-11avfilter/f_metadata: add starts_with string functionTobias Rapp
2016-02-11avfilter/f_metadata: add support for file outputTobias Rapp
2016-02-11avfilter/f_metadata: avoid float rounding problemsTobias Rapp
2016-02-11avfilter/vf_nnedi: Simplify away some trivial mem*()Michael Niedermayer
2016-02-10x86/vf_blend: Add SSE2 optimization for screenTimothy Gu
2016-02-10x86/vf_blend: Move multiplying to a macroTimothy Gu
2016-02-10avfilter/dualinput: use pts provided by framesyncPaul B Mahol
2016-02-10avfilter/f_metadata: fix few logic errorsPaul B Mahol
2016-02-10avfilter: add metadata filtersPaul B Mahol
2016-02-10avfilter/vf_nnedi: Fix memleakMichael Niedermayer
2016-02-09avfilter/af_agate: fix memleak of out frameMichael Niedermayer
2016-02-09vf_blend: Add SSE2 optimization for multiplyTimothy Gu
2016-02-08avfilter/vf_swaprect: add timeline supportPaul B Mahol
2016-02-08avfilter/af_anequalizer: Fix memleak of argsMichael Niedermayer
2016-02-08avfilter/vaf_spectrumsynth: Move "break" upMichael Niedermayer
2016-02-08avfilter/af_aformat: remove deprecated syntax from options descriptionPaul B Mahol
2016-02-07avfilter/vf_blend: add multiply128 modePaul B Mahol
2016-02-07lavfi/fieldmatch: fix fields copy when plane height is oddClément Bœsch
2016-02-07avfilter: add swaprect filterPaul B Mahol
2016-02-07avfilter: add streamselect and astreamselect filterPaul B Mahol
2016-02-05avfilter/split: support any channel count for asplit filterPaul B Mahol
2016-02-05avfilter/af_apulsator: assert that pathes leaving uninitialized variables do ...Michael Niedermayer
2016-02-04avfilter/vf_stack: free input pads name on uninitPaul B Mahol
2016-02-04avfilter/af_afftfilt: Set last_expr to the defaultMichael Niedermayer
2016-02-03avfilter/af_sidechaincompress: Free out frame on errorMichael Niedermayer
2016-02-03avfilter/vf_nnedi: fix ISO C90 warningsPaul B Mahol
2016-02-01avfilter: add nnedi filterPaul B Mahol
2016-02-01avfilter/vf_yadif: make use of ctx pointerPaul B Mahol
2016-02-01all: Make header guard names consistentTimothy Gu
2016-02-01vf_phase: Reduce the scope of several variablesTimothy Gu
2016-02-01avfilter/avf_showfreqs: properly handle ptsPaul B Mahol
2016-01-29all: Add missing header guardsTimothy Gu