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 (Collapse)Author
2013-03-28af_join: fix channel count and formatMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-28af_channelsplit: set output channels, fix assertion failureMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-28lavfi/biquads: fix min allowed option valuePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-03-27vsrc_mandelbrot: Mandel morphing supportMichael Niedermayer
Example: ffplay -f lavfi "mandelbrot=outer=outz:morphamp=1:end_scale=2:maxiter=100" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-27mandelbrot: add outer coloring method showing bailouted zMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-27vsrc_mandelbrot: support coloring the outside whiteMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-26lavfi/mptestsrc: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-03-26lavfi/cellauto: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-03-26lavfi/life: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-03-26lavfi/mandelbrot: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-03-26lavfi/testsrc: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-03-26lavfi/fps: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-03-26lavfi/perms: add myself to the copyright header.Clément Bœsch
2013-03-26lavfi/perms: add seed option.Clément Bœsch
2013-03-26lavfi/perms: remove unecessary indirection after f7324c06.Clément Bœsch
2013-03-26lavfi/curves: add forgotten strong_contrast preset.Clément Bœsch
2013-03-26lavfi/curves: support preset shorthand.Clément Bœsch
2013-03-26lavfi/curves: add presets support.Clément Bœsch
Except for the vintage preset, the values are defined by Lou Logan based on the ones found in Adobe Photoshop CS6. Signed-off-by: Clément Bœsch <ubitux@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
2013-03-25blend: Adding yuvj pixelformats to the blend effectBjörn S
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-25vsrc_testsrc: avoid floats and non bit exactnessMichael Niedermayer
The round to zero behavior is maintained, possibly this should be changed to round to nearest. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-25lavfi: support multiple rounds of format negotiation.Nicolas George
Remove the temporary hack for amerge and replace it with a generic solution.
2013-03-25lavfi/af_amerge: return EAGAIN if the input layouts are not known.Nicolas George
Also downgrade the error to a warning.
2013-03-24lavfi/thumbnail: add support for named options.Clément Bœsch
2013-03-24lavfi/colormatrix: reword error message in initStefano Sabatini
Change: "source and destination color space are identical" which is a true fact, but doesn't tell nothing about what's wrong, to: "Source and destination color space must not be identical" which tells more explicitly what the problem is.
2013-03-24lavfi/colormatrix: add support for named optionsStefano Sabatini
2013-03-24lavfi/tinterlace: use standard options parsing.Clément Bœsch
2013-03-24lavfi/subtitles: use standard options parsing.Clément Bœsch
2013-03-24lavfi/smartblur: use standard options parsing.Clément Bœsch
2013-03-24lavfi/setfield: use standard options parsing.Clément Bœsch
2013-03-24lavfi/overlay: use standard options parsing.Clément Bœsch
2013-03-24lavfi/kerndeint: use standard options parsing.Clément Bœsch
2013-03-24lavfi/idet: use standard options parsing.Clément Bœsch
2013-03-24lavfi/histeq: use standard options parsing.Clément Bœsch
2013-03-24lavfi/gradfun: use standard options parsing.Clément Bœsch
2013-03-24lavfi/geq: use standard options parsing.Clément Bœsch
2013-03-24lavfi/fieldorder: use standard options parsing.Clément Bœsch
2013-03-24lavfi/field: use standard options parsing.Clément Bœsch
2013-03-24lavfi/deshake: use standard options parsing.Clément Bœsch
2013-03-24lavfi/cropdetect: use standard options parsing.Clément Bœsch
2013-03-24lavfi/boxblur: use standard options parsing.Clément Bœsch
2013-03-24lavfi/blackframe: use standard options parsing.Clément Bœsch
2013-03-24lavfi/settb: use standard options parsing.Clément Bœsch
2013-03-24lavfi/select: use standard options parsing.Clément Bœsch
2013-03-24lavfi/perms: use standard options parsing.Clément Bœsch
2013-03-24lavfi/sine: use standard options parsing.Clément Bœsch
2013-03-24lavfi/apad: use standard options parsing.Clément Bœsch
2013-03-24buffersink/uninit: use av_frame_free() not unrefMichael Niedermayer
Fixes memleak Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-23lavfi/anullsrc: add missing checksStefano Sabatini
2013-03-23lavfi/anullsrc: remove extra parenthesesStefano Sabatini
2013-03-23lavfi/anullsrc: simplify logging code in config_propsStefano Sabatini