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-27avfilter/vf_spp: use AVDCTMichael Niedermayer
2014-07-16avfilter/drawtext: Add basic text shaping using libfribidiMarc Jeffreys
2014-07-16Blackframe video filter now sets metadata accordingly.Stepan Bujnak
2014-07-13fix spelling errorsAndreas Cadhalpun
2014-07-11avfilter/vf_decimate: Use av_malloc_array()Michael Niedermayer
2014-07-11avfilter/vf_deshake: Use av_malloc_array()Michael Niedermayer
2014-07-11avfilter/vf_libopencv: Use av_mallocz_array()Michael Niedermayer
2014-07-10x86/yadif-10: remove duplicate ABS macroJames Almer
2014-07-10Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'Michael Niedermayer
2014-07-08Merge commit 'd3cfd7aff86ee3d449ca68aba21d67b9b2136a9b'Michael Niedermayer
2014-07-08af_compand: make sure request_frame always outputs at least one frameAndrew Kelley
2014-07-08Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3'Michael Niedermayer
2014-07-08avfilter/vf_drawtext: Add #if HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer
2014-07-06avfilter/vsrc_cellauto: Use av_mallocz_array()Michael Niedermayer
2014-07-06avfilter/vf_vignette: Use av_malloc_array()Michael Niedermayer
2014-07-06avfilter/unsharp_opencl: use av_mallocz_array()Michael Niedermayer
2014-07-05avfilter/haldclut: fix R/B swap in CLUT loadingClément Bœsch
2014-07-05lavfi/drawtext: do not allocate FT_Glyph, but keep it in the Glyph structureStefano Sabatini
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