| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: place x86 inline assembly under HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-22 | 2 | -0/+12 |
* | buffersrc: check ff_get_audio_buffer() for errors. | Anton Khirnov | 2012-07-22 | 1 | -0/+3 |
* | lavfi: check all ff_get_video_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 7 | -0/+23 |
* | lavfi: check all avfilter_ref_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 15 | -20/+100 |
* | vf_select: avoid an unnecessary avfilter_ref_buffer(). | Anton Khirnov | 2012-07-22 | 1 | -2/+1 |
* | buffersrc: avoid creating unnecessary buffer reference | Anton Khirnov | 2012-07-22 | 1 | -6/+4 |
* | lavfi: use avfilter_unref_bufferp() where appropriate. | Anton Khirnov | 2012-07-22 | 5 | -13/+10 |
* | vf_fps: add more error checks. | Anton Khirnov | 2012-07-22 | 1 | -2/+17 |
* | vf_fps: fix a memleak on malloc failure. | Anton Khirnov | 2012-07-22 | 1 | -1/+3 |
* | lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors | Anton Khirnov | 2012-07-22 | 9 | -36/+82 |
* | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 26 | -76/+126 |
* | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 30 | -72/+128 |
* | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 26 | -99/+209 |
* | yadif: use emms_c() instead of inline assembly for emms invocations. | Ronald S. Bultje | 2012-07-21 | 1 | -3/+2 |
* | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 47 | -517/+523 |
* | lavfi: unref AVFilterLink.out_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 10 | -13/+1 |
* | lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 17 | -20/+5 |
* | vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer(). | Anton Khirnov | 2012-07-20 | 1 | -3/+2 |
* | vf_slicify: clear AVFilterLink.cur_buf in start_frame(). | Anton Khirnov | 2012-07-20 | 1 | -0/+1 |
* | vf_settb: simplify start_frame(). | Anton Khirnov | 2012-07-20 | 1 | -7/+6 |
* | vf_fieldorder: don't give up its own reference to the output buffer. | Anton Khirnov | 2012-07-20 | 1 | -2/+4 |
* | vf_pad: don't give up its own reference to the output buffer. | Anton Khirnov | 2012-07-20 | 1 | -1/+4 |
* | vf_overlay: don't access a buffer reference that's been given away. | Anton Khirnov | 2012-07-20 | 1 | -2/+1 |
* | vf_drawtext: don't give up its own reference to the input buffer. | Anton Khirnov | 2012-07-20 | 1 | -1/+4 |
* | vf_gradfun: don't store two pointers to one AVFilterBufferRef. | Anton Khirnov | 2012-07-20 | 1 | -3/+2 |
* | vf_delogo: don't store two pointers to one AVFilterBufferRef. | Anton Khirnov | 2012-07-20 | 1 | -4/+3 |
* | vf_aspect: clear AVFilterLink.cur_buf in start_frame(). | Anton Khirnov | 2012-07-20 | 1 | -0/+1 |
* | lavfi: add avfilter_unref_bufferp() | Robert Nagy | 2012-07-20 | 2 | -0/+18 |
* | lavfi: add error handling to filter_samples(). | Anton Khirnov | 2012-07-09 | 15 | -69/+136 |
* | asplit: don't leak the input buffer. | Anton Khirnov | 2012-07-09 | 1 | -0/+1 |
* | af_resample: fix request_frame() behavior. | Anton Khirnov | 2012-07-09 | 1 | -2/+12 |
* | af_asyncts: fix request_frame() behavior. | Anton Khirnov | 2012-07-09 | 1 | -1/+9 |
* | lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample format | Justin Ruggles | 2012-07-08 | 1 | -6/+0 |
* | af_amix: avoid spurious EAGAIN. | Anton Khirnov | 2012-07-06 | 1 | -0/+2 |
* | af_amix: return AVERROR(EAGAIN) when request_frame didn't produce output. | Anton Khirnov | 2012-07-06 | 1 | -2/+2 |
* | af_amix: only consider negative return codes as errors. | Anton Khirnov | 2012-07-06 | 1 | -2/+2 |
* | lavfi: reclassify showfiltfmts as a TESTPROG | Mans Rullgard | 2012-07-04 | 2 | -2/+109 |
* | Clarify Doxygen comment for FF_API_* #defines. | Diego Biurrun | 2012-07-04 | 1 | -2/+4 |
* | cosmetics: Consistently use C-style comments with multiple inclusion guards | Diego Biurrun | 2012-07-03 | 2 | -2/+2 |
* | misc typo and wording fixes | Diego Biurrun | 2012-07-03 | 1 | -1/+1 |
* | x86: lavfi: fix gradfun/yadif build with mmx/sse disabled | Mans Rullgard | 2012-07-03 | 2 | -6/+18 |
* | vf_yadif: move x86 init code to x86/yadif.c | Mans Rullgard | 2012-07-02 | 4 | -55/+55 |
* | vf_gradfun: move x86 init code to x86/gradfun.c | Mans Rullgard | 2012-07-02 | 3 | -20/+25 |
* | avfiltergraph: shut up uninitialized variable warning. | Anton Khirnov | 2012-06-26 | 1 | -1/+3 |
* | af_join: initialize a variable to shut up gcc warning. | Anton Khirnov | 2012-06-26 | 1 | -1/+2 |
* | amix: fix format specifier for AVFilterLink.sample_rate. | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 26 | -38/+37 |
* | lavfi: reorder AVFilterLink fields. | Anton Khirnov | 2012-06-26 | 1 | -27/+27 |
* | lavfi: reorder AVFilterContext fields. | Anton Khirnov | 2012-06-26 | 1 | -7/+6 |
* | lavfi: reorder AVFilter fields. | Anton Khirnov | 2012-06-26 | 1 | -9/+17 |