summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi: move movie and amovie to a "multimedia sources" sectionStefano Sabatini2012-07-283-6/+10
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-271-11/+72
|\
| * lavfi: better channel layout negotiationJustin Ruggles2012-07-271-11/+72
* | vf_alphamerge: Fix reversed conditionalSteven Robertson2012-07-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-261-0/+1
|\ \ | |/
| * 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/af_amerge: avfilter_copy_buffer_ref_props will overwrite output ptsWilliam Yu2012-07-261-1/+1
* | lavfi/avfilter.h: add doxy for AVFilterLink.out_bufStefano Sabatini2012-07-251-0/+18
* | lavfi/avfilter.h: add doxy for AVFilterLink.cur_bufStefano Sabatini2012-07-251-0/+15
* | vf_deshake: set cur_buf to NULL.Nicolas George2012-07-231-0/+1
* | vf_colormatrix: add missing semicolonPaul B Mahol2012-07-231-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-232-0/+12
|\ \ | |/
| * lavfi: place x86 inline assembly under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-222-0/+12
* | src_movie: implement multiple outputs.Nicolas George2012-07-231-300/+392
* | buffersrc: use avfilter_get_buffer_ref_from_frame.Nicolas George2012-07-231-10/+2
* | lavfi: add avfilter_get_buffer_ref_from_frame.Nicolas George2012-07-232-0/+24
* | lavfi/showwaves: do not set on outlink->out_buf the sent video frameStefano Sabatini2012-07-231-1/+0
* | vf_overlay: fix missed returnMichael Niedermayer2012-07-231-1/+1
* | lavfi: change "transmedia" into "multimedia".Nicolas George2012-07-233-3/+3
* | lavfi: add concat filter.Nicolas George2012-07-233-0/+445
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-2260-374/+750
|\ \ | |/
| * 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
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-2243-493/+498
|\ \ | |/
| * 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
* | overlay: clear cur_buf on main input link.Nicolas George2012-07-221-1/+4
* | lavfi: add alphaextract and alphamerge filtersSteven Robertson2012-07-225-1/+334
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-2130-65/+33
|\ \ | |/
| * 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
OpenPOWER on IntegriCloud