summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-042-2/+2
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-047-21/+21
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-042-18/+18
* Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*Martin Storsjö2012-08-313-24/+24
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-312-18/+14
* avfilter: x86: Use more precise compile template namesDiego Biurrun2012-08-302-3/+3
* vf_hqdn3d: Remove a duplicate inline declarationMartin Storsjö2012-08-271-1/+1
* vf_hqdn3d: Don't declare the loop variable within the for loopMartin Storsjö2012-08-271-1/+2
* vf_hqdn3d: x86 asmLoren Merritt2012-08-263-4/+130
* vf_hqdn3d: support 16bit colordepthLoren Merritt2012-08-261-24/+46
* AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-241-1/+1
* Add missing includes for code relying on external librariesMartin Storsjö2012-08-162-0/+7
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-161-0/+1
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-151-0/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-1557-0/+98
* x86: yadif: fix asm with sunccMans Rullgard2012-08-131-19/+13
* doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-091-3/+3
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-092-2/+2
* lavfi: properly signal out-of-memory error in ff_filter_samplesReinhard Tartler2012-08-051-0/+4
* cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis2012-08-041-2/+2
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-032-6/+6
* x86: yadif: Mark mmxext optimizations as suchDiego Biurrun2012-07-311-5/+5
* af_asyncts: avoid overflow in out_size with large delta valuesJustin Ruggles2012-07-291-1/+1
* af_asyncts: add first_pts optionJustin Ruggles2012-07-291-2/+1
* vf_hqdn3d: support 9 and 10bit colordepthLoren Merritt2012-07-281-19/+53
* vf_hqdn3d: reduce intermediate precisionLoren Merritt2012-07-281-30/+32
* vf_hqdn3d: simplify and optimizeLoren Merritt2012-07-281-106/+51
* factor identical ff_inplace_start_frame out of two filtersLoren Merritt2012-07-284-73/+39
* vf_hqdn3d: cosmeticsLoren Merritt2012-07-281-156/+152
* lavfi: bump minor to mark stabilizing the ABI.Anton Khirnov2012-07-281-1/+1
* lavfi: better channel layout negotiationJustin Ruggles2012-07-271-11/+72
* vf_yadif: unset cur_buf on the input link.Anton Khirnov2012-07-261-0/+1
* vf_overlay: ensure the overlay frame does not get leaked.Anton Khirnov2012-07-261-0/+1
* vf_overlay: prevent premature freeing of cur_bufMichael Niedermayer2012-07-261-0/+1
* avfilter: Fix printf format string conversion specifierDiego Biurrun2012-07-251-1/+1
* lavfi: place x86 inline assembly under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-222-0/+12
* buffersrc: check ff_get_audio_buffer() for errors.Anton Khirnov2012-07-221-0/+3
* lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov2012-07-227-0/+23
* lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-2215-20/+100
* vf_select: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov2012-07-221-2/+1
* buffersrc: avoid creating unnecessary buffer referenceAnton Khirnov2012-07-221-6/+4
* lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov2012-07-225-13/+10
* vf_fps: add more error checks.Anton Khirnov2012-07-221-2/+17
* vf_fps: fix a memleak on malloc failure.Anton Khirnov2012-07-221-1/+3
* lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-229-36/+82
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-2226-76/+126
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-2230-72/+128
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-2226-99/+209
* yadif: use emms_c() instead of inline assembly for emms invocations.Ronald S. Bultje2012-07-211-3/+2