summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Add missing includes for code relying on external librariesMartin Storsjö2012-08-16
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-16
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-15
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* x86: yadif: fix asm with sunccMans Rullgard2012-08-13
* doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-09
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* lavfi: properly signal out-of-memory error in ff_filter_samplesReinhard Tartler2012-08-05
* cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis2012-08-04
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* x86: yadif: Mark mmxext optimizations as suchDiego Biurrun2012-07-31
* af_asyncts: avoid overflow in out_size with large delta valuesJustin Ruggles2012-07-29
* af_asyncts: add first_pts optionJustin Ruggles2012-07-29
* vf_hqdn3d: support 9 and 10bit colordepthLoren Merritt2012-07-28
* vf_hqdn3d: reduce intermediate precisionLoren Merritt2012-07-28
* vf_hqdn3d: simplify and optimizeLoren Merritt2012-07-28
* factor identical ff_inplace_start_frame out of two filtersLoren Merritt2012-07-28
* vf_hqdn3d: cosmeticsLoren Merritt2012-07-28
* lavfi: bump minor to mark stabilizing the ABI.Anton Khirnov2012-07-28
* lavfi: better channel layout negotiationJustin Ruggles2012-07-27
* vf_yadif: unset cur_buf on the input link.Anton Khirnov2012-07-26
* vf_overlay: ensure the overlay frame does not get leaked.Anton Khirnov2012-07-26
* vf_overlay: prevent premature freeing of cur_bufMichael Niedermayer2012-07-26
* avfilter: Fix printf format string conversion specifierDiego Biurrun2012-07-25
* lavfi: place x86 inline assembly under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-22
* buffersrc: check ff_get_audio_buffer() for errors.Anton Khirnov2012-07-22
* lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov2012-07-22
* lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-22
* vf_select: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov2012-07-22
* buffersrc: avoid creating unnecessary buffer referenceAnton Khirnov2012-07-22
* lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov2012-07-22
* vf_fps: add more error checks.Anton Khirnov2012-07-22
* vf_fps: fix a memleak on malloc failure.Anton Khirnov2012-07-22
* lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-22
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-22
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-22
* yadif: use emms_c() instead of inline assembly for emms invocations.Ronald S. Bultje2012-07-21
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-20
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-20
* vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov2012-07-20
* vf_slicify: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov2012-07-20
* vf_settb: simplify start_frame().Anton Khirnov2012-07-20
* vf_fieldorder: don't give up its own reference to the output buffer.Anton Khirnov2012-07-20
* vf_pad: don't give up its own reference to the output buffer.Anton Khirnov2012-07-20
* vf_overlay: don't access a buffer reference that's been given away.Anton Khirnov2012-07-20
* vf_drawtext: don't give up its own reference to the input buffer.Anton Khirnov2012-07-20
* vf_gradfun: don't store two pointers to one AVFilterBufferRef.Anton Khirnov2012-07-20
* vf_delogo: don't store two pointers to one AVFilterBufferRef.Anton Khirnov2012-07-20