summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* vf_aspect: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov2012-07-20
* lavfi: add avfilter_unref_bufferp()Robert Nagy2012-07-20
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
* asplit: don't leak the input buffer.Anton Khirnov2012-07-09
* af_resample: fix request_frame() behavior.Anton Khirnov2012-07-09
* af_asyncts: fix request_frame() behavior.Anton Khirnov2012-07-09
* lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles2012-07-08
* af_amix: avoid spurious EAGAIN.Anton Khirnov2012-07-06
* af_amix: return AVERROR(EAGAIN) when request_frame didn't produce output.Anton Khirnov2012-07-06
* af_amix: only consider negative return codes as errors.Anton Khirnov2012-07-06
* lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard2012-07-04
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-04
* cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun2012-07-03
* misc typo and wording fixesDiego Biurrun2012-07-03
* x86: lavfi: fix gradfun/yadif build with mmx/sse disabledMans Rullgard2012-07-03
* vf_yadif: move x86 init code to x86/yadif.cMans Rullgard2012-07-02
* vf_gradfun: move x86 init code to x86/gradfun.cMans Rullgard2012-07-02
* avfiltergraph: shut up uninitialized variable warning.Anton Khirnov2012-06-26
* af_join: initialize a variable to shut up gcc warning.Anton Khirnov2012-06-26
* amix: fix format specifier for AVFilterLink.sample_rate.Anton Khirnov2012-06-26
* lavfi: make filters less verbose.Anton Khirnov2012-06-26
* lavfi: reorder AVFilterLink fields.Anton Khirnov2012-06-26
* lavfi: reorder AVFilterContext fields.Anton Khirnov2012-06-26
* lavfi: reorder AVFilter fields.Anton Khirnov2012-06-26