summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-2147-517/+523
* lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-2010-13/+1
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-2017-20/+5
* vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov2012-07-201-3/+2
* vf_slicify: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov2012-07-201-0/+1
* vf_settb: simplify start_frame().Anton Khirnov2012-07-201-7/+6
* vf_fieldorder: don't give up its own reference to the output buffer.Anton Khirnov2012-07-201-2/+4
* vf_pad: don't give up its own reference to the output buffer.Anton Khirnov2012-07-201-1/+4
* vf_overlay: don't access a buffer reference that's been given away.Anton Khirnov2012-07-201-2/+1
* vf_drawtext: don't give up its own reference to the input buffer.Anton Khirnov2012-07-201-1/+4
* vf_gradfun: don't store two pointers to one AVFilterBufferRef.Anton Khirnov2012-07-201-3/+2
* vf_delogo: don't store two pointers to one AVFilterBufferRef.Anton Khirnov2012-07-201-4/+3
* vf_aspect: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov2012-07-201-0/+1
* lavfi: add avfilter_unref_bufferp()Robert Nagy2012-07-202-0/+18
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-0915-69/+136
* asplit: don't leak the input buffer.Anton Khirnov2012-07-091-0/+1
* af_resample: fix request_frame() behavior.Anton Khirnov2012-07-091-2/+12
* af_asyncts: fix request_frame() behavior.Anton Khirnov2012-07-091-1/+9
* lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles2012-07-081-6/+0
* af_amix: avoid spurious EAGAIN.Anton Khirnov2012-07-061-0/+2
* af_amix: return AVERROR(EAGAIN) when request_frame didn't produce output.Anton Khirnov2012-07-061-2/+2
* af_amix: only consider negative return codes as errors.Anton Khirnov2012-07-061-2/+2
* lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard2012-07-042-2/+109
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-041-2/+4
* cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun2012-07-032-2/+2
* misc typo and wording fixesDiego Biurrun2012-07-031-1/+1
* x86: lavfi: fix gradfun/yadif build with mmx/sse disabledMans Rullgard2012-07-032-6/+18
* vf_yadif: move x86 init code to x86/yadif.cMans Rullgard2012-07-024-55/+55
* vf_gradfun: move x86 init code to x86/gradfun.cMans Rullgard2012-07-023-20/+25
* avfiltergraph: shut up uninitialized variable warning.Anton Khirnov2012-06-261-1/+3
* af_join: initialize a variable to shut up gcc warning.Anton Khirnov2012-06-261-1/+2
OpenPOWER on IntegriCloud