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
2013-08-09avfilter: fix plane validity checksMichael Niedermayer
2013-07-08lavfi/pad: use FFSIGNPaul B Mahol
2013-05-17lavfi/pad: switch to AV_OPT_TYPE_COLORPaul B Mahol
2013-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-16vf_pad: use the name 's' for the pointer to the private contextAnton Khirnov
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-11Merge commit '40c885c589808455a1c4b473509f1e6cd4908f55'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_pad: switch to an AVOptions-based system.Anton Khirnov
2013-03-21lavfi/vf_pad: use standard options parsing.Nicolas George
2013-03-18lavfi/pad: fix horizontal/vertical shift confusion.Clément Bœsch
2013-03-10vf_pad: fix a & instead of && typoXi Wang
2013-03-10lavfi/pad: avoid buffer overflow in buffer_needs_copy()Xi Wang
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-02-03lavfi/pad: add support to named optionsStefano Sabatini
2012-11-29vf_pad: switch to filter_frameMichael Niedermayer
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06vf_pad/scale: use double precision for aspect ratios.Anton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22lavfi: check all ff_get_video_buffer() calls for errors.Anton 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-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-07-22Merge remote-tracking branch 'qatar/master'Michael 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-20vf_pad: don't give up its own reference to the output buffer.Anton Khirnov
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-26lavfi: make filters less verbose.Anton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-16vf_pad: check that we have write permission before writing in the buffer.Michael Niedermayer
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-04-09Mark GRAY8 format as pseudo-paletted.Reimar Döffinger
2012-03-21vf_pad: port to new drawutils API.Nicolas George
2012-03-08vf_pad: keep a reference to the output buffer.Nicolas George