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-04-24lavfi/hue: rework logic for setting commandsStefano Sabatini
In particular, fix h/H commands in case h and H are not specified as initial parameters.
2013-04-23avfilter/geq: rgb supportMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: x86: Move some conditional code around to avoid unused variable warnings Conflicts: libavcodec/x86/dsputil_mmx.c libavfilter/x86/vf_yadif_init.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-23avfilter/drawtext: add pict_type supportMichael Niedermayer
Fixes Ticket2470 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-23lavfi/overlay: support timeline through the new system.Clément Bœsch
2013-04-23lavfi: add 'enable' command injection to filters supporting timeline.Clément Bœsch
2013-04-23lavfi: add timeline support.Clément Bœsch
Flag added in a few simple filters. A bunch of other filters can likely use the feature as well.
2013-04-23lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch
2013-04-22x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun
2013-04-22lavfi: remove mp=down3drightPaul B Mahol
Same funcionality is provided by stereo3d=ab[2]{l,r}:sbs[2]{l,r}. Additional "features" are barely useful and cause crash or artifacts. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-22Merge commit '9bfc6e02bae9de354fb9ba09a8a140e83eeadf7d'Michael Niedermayer
* commit '9bfc6e02bae9de354fb9ba09a8a140e83eeadf7d': afifo: fix request_samples on the last frame in certain cases Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-22afifo: fix request_samples on the last frame in certain casesAnton Khirnov
The current code can fail to return the last frame if it contains exactly the requested number of samples. Fixes the join filter test, which previously did not include the last 408 samples in most cases. CC:libav-stable@libav.org Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-04-21lavfi/fade: Added ability to do video fade based on timestampAndy Martin
2013-04-21lavfi: add interleave filtersStefano Sabatini
2013-04-21lavfi/sendcmd: drop now pointless sendcmd/asendcmd_init() wrappersStefano Sabatini
2013-04-21lavfi/sendcmd: fix various "in in" rerepepetitions in messagesStefano Sabatini
2013-04-21lavfi/buffersink: fix possible leaks after allocation failures.Nicolas George
Should fix Coverity CID 1005313, 1005314, 1005315.
2013-04-21lavfi: add asetrate filter.Nicolas George
2013-04-21libavfilter/af_atempo: Avoid round-off error build-up, ticket #2484Pavel Koshevoy
Current method for constraining fragment position drift suffers from round-off error build up. Instead of calculating cumulative drift as a sum of input fragment position corrections, it is more accurate to calculate drift as the difference between current fragment position and the ideal position specified by the tempo scale factor. Signed-off-by: Pavel Koshevoy <pkoshevoy@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-21libavfilter/af_atempo: Fix uninitialized memory accessPavel Koshevoy
valgrind reported uninitialized memory access which was caused by incorrect number of samples being passed to push_samples(..) Signed-off-by: Pavel Koshevoy <pkoshevoy@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-20avfilter/deshake_kernel: fix reset value bug of deshake kernelhighgod0401
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-20lavfi/stereo3d: support more formats for non-anaglyph outputsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-19lavc: add AV_CODEC_PROP_TEXT_SUB.Clément Bœsch
CC are not marked. Also allow potential mixed types later.
2013-04-19lavfi/afade: use AV_OPT_TYPE_DURATIONPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-19Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
* cigaes/master: ffmpeg: make -aspect work with -vcodec copy. lavfi/vf_aspect: improve compatibility of parsing. Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-19lavfi/mptestsrc: fix invalid access in case of negative linesizeStefano Sabatini
In particular, fix crash with: ffplay -f lavfi mptestsrc,vflip
2013-04-18lavfi/vf_aspect: improve compatibility of parsing.Nicolas George
Try to accept both the old "num:den" and the new "num/den" syntax. Fix "aspect=2" being ignored due to a missing den. Also remove a duplicated #include.
2013-04-18colorchannelmixer filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-18colorbalance filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-18lavfi/aspect: apply hot fix for NUM:DEN syntaxStefano Sabatini
2013-04-18lavfi/setdar: fix num/den swapping in log messageStefano Sabatini
2013-04-18lavfi/setsar: remove spurious #if FF_API_OLD_FILTER_OPTS around init fieldStefano Sabatini
2013-04-18lavfi/mptestsrc: remove unused size fieldStefano Sabatini
2013-04-18lavfi/mptestsrc: use AV_OPT_TYPE_DURATIONStefano Sabatini
Simplify.
2013-04-18lavfi/mptestsrc: reindent option constantsStefano Sabatini
2013-04-18lavfi/testsrc: fix styleStefano Sabatini
2013-04-18lavfi/testsrc: use int in place of unsignedStefano Sabatini
Avoid implicit int->unsigned conversion, causing invalid access in case of negative linesize. Fix crash with: ffplay -f lavfi testsrc,vflip
2013-04-18lavfi/aspect: extend verbose feedback, show old SAR and DAR valuesStefano Sabatini
2013-04-18lavfi/aspect: restore ratio parsingStefano Sabatini
Allow to set a ratio as "a:b" (with proper escaping), and correctly honour the max parameter.
2013-04-18lavfi/select: factorize options definition between select and aselectStefano Sabatini
2013-04-18lavfi/select: add support for dynamic number of outputsStefano Sabatini
2013-04-18lavfi/select: make select_frame() return voidStefano Sabatini
Set select->select internally to the function, avoid lossy double->int conversion causing spurious frame drop (e.g. in case the evaluation result is positive and less than 1).
2013-04-17Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
* cigaes/master: lavfi/buffersrc: fix failed requests count. Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-17vf_lut: fix simplification / off by 1 errorMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-17lavfi/stereo3d: fix interleave row output modesPaul B Mahol
Linesizes that did not match output width produced several artifacts. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-17lavfi/interlace: remove exec permissions.Clément Bœsch
2013-04-17lavfi/lut: simplify nested component stepping.Clément Bœsch
2013-04-17lavfi/lut: reindent after previous commit.Clément Bœsch
2013-04-17lavfi/lut: add direct path.Clément Bœsch
2013-04-17lavfi/stereo3d: check input width & heightPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>