summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* amix: fix format specifier for AVFilterLink.sample_rate.Anton Khirnov2012-06-261-1/+1
* lavfi: make filters less verbose.Anton Khirnov2012-06-2626-38/+37
* lavfi: reorder AVFilterLink fields.Anton Khirnov2012-06-261-27/+27
* lavfi: reorder AVFilterContext fields.Anton Khirnov2012-06-261-7/+6
* lavfi: reorder AVFilter fields.Anton Khirnov2012-06-261-9/+17
* lavfi: reorder AVFilterBufferRef fields.Anton Khirnov2012-06-261-17/+18
* lavfi: reorder AVFilterBuffer fields.Anton Khirnov2012-06-261-16/+15
* lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov2012-06-266-245/+0
* lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov2012-06-263-15/+0
* lavfi: use proper FF_API guards for different deprecated functionsAnton Khirnov2012-06-261-0/+2
* lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruftAnton Khirnov2012-06-264-61/+0
* lavfi: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov2012-06-263-11/+0
OpenPOWER on IntegriCloud