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-05-27avfilter/formats: Avoid using non public AV_SAMPLE_FMT_NBMichael Niedermayer
2014-05-27avfilter/vf_drawtext: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2014-05-27avfilter/vf_telecine: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2014-05-27avfilter/vf_transpose: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2014-05-27avfilter/vf_swapuv: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2014-05-27avfilter/vf_noise: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2014-05-27avfilter/vf_mergeplanes: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2014-05-27avfilter/il: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2014-05-27avfilter/hflip: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2014-05-27avfilter/crop: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2014-05-27avfilter/formats: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2014-05-27Merge commit '7cc4c9f32f446feaec5447e3d097e8147e35f156'Michael Niedermayer
2014-05-27Merge commit 'a7d070acb55c3ebbdd5e93e3366f32865732b8a3'Michael Niedermayer
2014-05-27Merge commit '862f33c10ea38ea49fa4188725df5e5246dbd1d8'Michael Niedermayer
2014-05-27avfilter/vf_format: fix duplicate ;Michael Niedermayer
2014-05-27Merge commit '45fc73edfe071f9690e8671ed2dc402b1cb02ece'Michael Niedermayer
2014-05-27lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NBAnton Khirnov
2014-05-27buffersrc: avoid using AV_PIX_FMT_NBAnton Khirnov
2014-05-27vf_fieldorder: avoid using AV_PIX_FMT_NBAnton Khirnov
2014-05-27vf_scale: use the pixfmt descriptor APIAnton Khirnov
2014-05-27vf_format: rework format list parsingAnton Khirnov
2014-05-24Add metadata injection to blackdetectBilly Shambrook
2014-05-20lavfi/vf_fps: use av_fifo_alloc_arrayLukasz Marek
2014-05-20lavfi/buffersink: use av_fifo_alloc_arrayLukasz Marek
2014-05-17avfilter/edgedetect: reuse already defined ctx.Clément Bœsch
2014-05-16avfilter/vignette: reindent after previous commit.Clément Bœsch
2014-05-16avfilter/vignette: add direct rendering.Clément Bœsch
2014-05-16vignette: reuse already declared ctx.Clément Bœsch
2014-05-16avfilter/vignette: fix input frame memory leak.Masa Utashiro
2014-05-15avfilter/vsrc_mandelbrot: use av_malloc_array()Michael Niedermayer
2014-05-14avfilter/lut3d: move the scale calc out of the inner loop.Clément Bœsch
2014-05-14avfilter/vf_removelogo: use av_malloc_array()Michael Niedermayer
2014-05-14avfilter/vf_hqdn3: use av_malloc_array()Michael Niedermayer
2014-05-14build: move ebur128 swr dep to configure.Clément Bœsch
2014-05-14Merge commit '449511740f06a4675b0066730fa45cdb764ffafc'Michael Niedermayer
2014-05-13build: handle library dependencies in configureJanne Grunau
2014-05-12avfilter/buffer: Use av_malloc_array()Michael Niedermayer
2014-05-12avcodec/buffersrc: use av_mallocz_array()Michael Niedermayer
2014-05-11libmpcodecs/vf_uspp: check avcodec_open() return codemichael
2014-05-10avfilter/vf_removelogo: fix memleak on failureMichael Niedermayer
2014-05-10avfilter/vf_lut3d: check size in parse_dat()Michael Niedermayer
2014-05-09libmpcodecs: Fix compilation due to missing static in suncc.Matt Oliver
2014-05-09avfilter/phase: make the main loop readable.Clément Bœsch
2014-05-09avfilter/phase: add some constness for RO data pointers.Clément Bœsch
2014-05-09avfilter/phase: add timeline support.Clément Bœsch
2014-05-09avfilter/phase: avoid a memcpy per frame.Clément Bœsch
2014-05-09avfilter/phase: do not pass the whole context to analyze_plane().Clément Bœsch
2014-05-09avfilter/phase: add comment on the context cached frame.Clément Bœsch
2014-05-08avfilter/af_compand: Silence "may be used uninitialized" warningMichael Niedermayer
2014-05-08lavfi: use av_fifo_freepLukasz Marek