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-03avfilter/vf_drawtext: fix resource leakLeandro Santiago
2014-07-03avfilter: add flanger filterPaul B Mahol
2014-07-03avfilter/af_aphaser: move wave table generation code into separate filePaul B Mahol
2014-07-03avfilter/vf_format: Check pix_fmts before dereferencing itMichael Niedermayer
2014-07-03avfilter/avfiltergraph: dont "or" together error codesMichael Niedermayer
2014-07-02lavfi/overlay: show incoming frames on debug messagesStefano Sabatini
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-07-01avfilter/f_ebur128: Use av_malloc_array()Michael Niedermayer
2014-06-30avfilter/showcqt: adding freetype supportMuhammad Faiz
2014-06-29avfilter/overlay: reindentClément Bœsch
2014-06-29avfilter/buffersrc: reindentClément Bœsch
2014-06-29avfilter/vf_pullup: workaround bug in gcc 4.4.3 on ARMMichael Niedermayer
2014-06-28avfilter/x86/vf_pullup: fix "invalid combination of opcode and operands" with...Michael Niedermayer
2014-06-25avfilter/x86/vf_pullup: fix old typoMichael Niedermayer
2014-06-25avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functionsMichael Niedermayer
2014-06-24avfilter/vf_deshake: fix macro ()Michael Niedermayer
2014-06-24avfilter/vf_colormatrix: fix macro ()Michael Niedermayer
2014-06-24avfilter/vf_hqx: optimize table initMichael Niedermayer
2014-06-24avfilter/vf_hqx: avoid floatsMichael Niedermayer
2014-06-22avfilter/vf_blend: fix macro ()Michael Niedermayer
2014-06-22avfilter/unsharp_opencl: fix macro ()Michael Niedermayer
2014-06-22drawtext: drop unused draw_glyphs() arg "rgbcolor"Andrey Utkin
2014-06-22avfilter/vf_hqx: remove << 0Michael Niedermayer
2014-06-22avfilter/vf_hqx: partly fix big endian fate testMichael Niedermayer
2014-06-22avfilter/deshake_opencl: fix macro ()Michael Niedermayer
2014-06-22avfilter/avf_showspectrum: fix macro ()Michael Niedermayer
2014-06-22avfilter/hqx: add some self promotion in doxy.Clément Bœsch
2014-06-22avfilter/hqx: unroll the pattern calculationClément Bœsch
2014-06-21avfilter: add hqx filter (hq2x, hq3x, hq4x)Clément Bœsch
2014-06-18avfilter/vf_spp: Use av_malloc_array()Michael Niedermayer
2014-06-18vf_sab: use av_malloc_array()Michael Niedermayer
2014-06-16Merge commit '5a69ded12aaf2bd3baed5d1d644ef23cfecef87f'Michael Niedermayer
2014-06-15x86util: add and use RSHIFT/LSHIFT macrosChristophe Gisquet
2014-06-14vf_showinfo: print display transformation valuesVittorio Giovara
2014-06-14avfilter/af_asetnsamples: fix pts handling when timebase and 1/samplerate differMichael Niedermayer
2014-06-14avfilter/formats: Use av_realloc_array()Michael Niedermayer
2014-06-14avfilter/vf_dejudder: Use av_mallocz_array()Michael Niedermayer
2014-06-14avfilter/vf_unsharp: use av_malloc_array()Michael Niedermayer
2014-06-13vfilter/avf_showcqt: fix 'mixed declarations and code'Michael Niedermayer
2014-06-12avfilter/avf_showcqt: add option for lower resolutionMuhammad Faiz
2014-06-11avfilter/showcqt: move qsort_sparsecoeff closer to where it belongsClément Bœsch
2014-06-11avfilter/showcqt: fix misc style issuesClément Bœsch
2014-06-11avfilter: add signalstats filterClément Bœsch
2014-06-09avfilter/vf_zoompan: fix mixing of declarations and statementsMichael Niedermayer
2014-06-09Zoom & Pan filterPaul B Mahol
2014-06-07avfilter/af_amix: Use av_mallocz_array()Michael Niedermayer
2014-06-07avfilter/af_channelmap: Use av_mallocz_array()Michael Niedermayer
2014-06-07avfilter/af_aphaser: Use av_malloc_array()Michael Niedermayer
2014-06-06avfilter/avf_showcqt: avoid using fminf()Michael Niedermayer
2014-06-05avfilter: new multimedia filter avf_showcqt.cMuhammad Faiz