Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-24vf_deshake: set cur_buf to NULL.Nicolas George
2012-07-23vf_colormatrix: add missing semicolonPaul B Mahol
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23src_movie: implement multiple outputs.Nicolas George
2012-07-23buffersrc: use avfilter_get_buffer_ref_from_frame.Nicolas George
2012-07-23lavfi: add avfilter_get_buffer_ref_from_frame.Nicolas George
2012-07-23lavfi/showwaves: do not set on outlink->out_buf the sent video frameStefano Sabatini
2012-07-23vf_overlay: fix missed returnMichael Niedermayer
2012-07-23lavfi: change "transmedia" into "multimedia".Nicolas George
2012-07-23lavfi: add concat filter.Nicolas George
2012-07-23lavfi: place x86 inline assembly under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22overlay: clear cur_buf on main input link.Nicolas George
2012-07-22lavfi: add alphaextract and alphamerge filtersSteven Robertson
2012-07-22buffersrc: check ff_get_audio_buffer() for errors.Anton Khirnov
2012-07-22lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov
2012-07-22vf_select: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov
2012-07-22buffersrc: avoid creating unnecessary buffer referenceAnton Khirnov
2012-07-22lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov
2012-07-22vf_fps: add more error checks.Anton Khirnov
2012-07-22vf_fps: fix a memleak on malloc failure.Anton Khirnov
2012-07-22lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov
2012-07-22yadif: use emms_c() instead of inline assembly for emms invocations.Ronald S. Bultje
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-22vf_overlay: prevent premature freeing of cur_bufMichael Niedermayer
2012-07-22vf_overlay: use unref_bufferP()Michael Niedermayer
2012-07-22sink_buffer: prevent prematurely freeing of cur_bufMichael Niedermayer
2012-07-22vf_thumbnail: prevent premature freeing of refMichael Niedermayer
2012-07-22vf_colormatrix: avoid using out_bufMichael Niedermayer
2012-07-20lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov
2012-07-20lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov
2012-07-20vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov
2012-07-20vf_slicify: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov
2012-07-20vf_settb: simplify start_frame().Anton Khirnov
2012-07-20vf_fieldorder: don't give up its own reference to the output buffer.Anton Khirnov
2012-07-20vf_pad: don't give up its own reference to the output buffer.Anton Khirnov
2012-07-20vf_overlay: don't access a buffer reference that's been given away.Anton Khirnov
2012-07-20vf_drawtext: don't give up its own reference to the input buffer.Anton Khirnov
2012-07-20vf_gradfun: don't store two pointers to one AVFilterBufferRef.Anton Khirnov
2012-07-20vf_delogo: don't store two pointers to one AVFilterBufferRef.Anton Khirnov
2012-07-20vf_aspect: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov
2012-07-20lavfi: add avfilter_unref_bufferp()Robert Nagy
2012-07-20lavfi: add FF_*LINK_IDX convenience macros.Nicolas George
2012-07-20lavfi: make copy_buffer_ref common.Nicolas George