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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-25avfilter/af_biquads: allow filtering only selected channelsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-24avfilter: add lumakey filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-23avfilter/vf_maskedmerge: fix bug when copying >8bit plane(s)Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-23avfilter/vf_premultiply: add planes optionPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-23avfilter/vf_maskedclamp: fix bug when copying >8bit plane(s)Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-23avfilter/vf_maskedclamp: limit overshot and undershot to UINT16_MAXPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2017-04-22avfilter/interlace: change lowpass_line function prototypeThomas Mundt
Signed-off-by: Thomas Mundt <tmundt75@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-22avfilter/avf_avectorscope: Assert that format is validMichael Niedermayer
This should help coverity realize that src[] is inited Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-22avfilter: add doubleweave filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-20avfilter: add deflicker filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-20avfilter/af_compand: Check av_strtok() for failureMichael Niedermayer
Fixes CID1396256 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-19avfilter/vf_drawtext: added expr evaluation to drawtext fontsizeBrett Harrison
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-12avfilter/vf_framerate: always request input if no output is provided in ↵Marton Balint
request_frame Fixes ticket #6285. Signed-off-by: Marton Balint <cus@passwd.hu>
2017-04-10avfilter: add GRAY10 and GRAY12 to some filtersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-10avfilter/vf_alphamerge: add GBRAP supportPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-10avfilter/vf_alphamerge: use av_image_copy_plane()Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-10avfilter/vf_blend: add GBRAP16Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-10avfilter/af_amix: add double sample format supportPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-10avfilter/vf_paletteuse: silence warning about misaligned indentationPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-10avfilter/vf_dctdnoiz: add GBRP supportPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-09avfilter/vf_midequalizer: add gray10 and gray12 supportPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-09avfilter/avf_showcqt: add attack optionMuhammad Faiz
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2017-04-09libavfilter/af_amix.c Increase sources from 32 to 1024Warblefly
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-07vf_pad: center image on padded area if negative x/yRicardo Constantino
or if x/y go beyond padded area. This is mostly useful when paired with the aspect option. Defaults aren't changed. Idea for this was taken from mpv's soon-to-be-removed expand vf. Reviewed-by: Paul B Mahol <onemda@gmail.com>
2017-04-05avfilter/af_loudnorm: do not upsample during second-pass linear normalizationKyle Swanson
Signed-off-by: Kyle Swanson <k@ylo.ph>
2017-04-04Merge commit 'ce6f780bc6656ad3895f81a988b239ad3c8af4b8'James Almer
* commit 'ce6f780bc6656ad3895f81a988b239ad3c8af4b8': configure: Add missing asyncts filter, movie filter, and output example deps Merged-by: James Almer <jamrial@gmail.com>
2017-04-03avfilter/vf_pad: add aspect optionPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-02Bump versions for master after 3.3Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-02Bump minor for 3.3Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-01vf_deinterlace_vaapi: Mark as hwframe-awareMark Thompson
Commits ade370a4 and e3fb74f7 were reordered while merging, so this change got lost.
2017-03-31Bump minor versions for master after release/3.3 branchpointMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-31Bump minor versions for staring release/3.3 branchMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-31avfilter/avfiltergraph: Check for allocation failure in ↵Michael Niedermayer
avfilter_graph_queue_command() Fixes: CID1396538 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-31avfilter/vf_zoompan: Free out frame on errorMichael Niedermayer
Fixes: CID1398578 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-31avfilter/af_chorus & aecho: Handle NULL return from av_strtok()Michael Niedermayer
Fixes CID1396260 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-30avfilter/vf_minterpolate: Use dx and dyMichael Niedermayer
Fixes CID1396283 and CID1396284 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-30avfilter/deshake_opencl: Remove redundant returnMichael Niedermayer
Fixes: CID1396846 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-30avfilter/af_sofalizer: Fix bad shiftMichael Niedermayer
Fixes CID1396835 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-30avfilter/avf_abitscope: Correct range for framerateGyan Doshi
Signed-off-by: Gyan Doshi <gyandoshi@gmail.com> Signed-off-by: Paul B Mahol <onemda@gmail.com> (via IRC)
2017-03-30Merge commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966'Clément Bœsch
* commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966': lavfi: Hardware map filter Merged-by: Clément Bœsch <cboesch@gopro.com>
2017-03-30avfilter: Add AV_OPT_FLAG_FILTERING_PARAM where it is missingMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-30Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron
* commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9': lavfi: Always propagate hw_frames_ctx through links Merged-by: Matthieu Bouron <matthieu.bouron@gmail.com>
2017-03-30Merge commit '7e2561fa8313982aa21f7657953eedeeb33b210d'Matthieu Bouron
* commit '7e2561fa8313982aa21f7657953eedeeb33b210d': lavfi: Use ff_get_video_buffer in all filters using hwframes vf_hwupload_cuda: Fix build error Merged-by: Matthieu Bouron <matthieu.bouron@gmail.com>
2017-03-30Merge commit '7433feb82f75827884d909de34d341a1c4401d4a'Matthieu Bouron
* commit '7433feb82f75827884d909de34d341a1c4401d4a': lavfi: Make default get_video_buffer work with hardware frames Merged-by: Matthieu Bouron <matthieu.bouron@gmail.com>
2017-03-29lavfi/signature: fix -Wformat warnings raised by DJGPPClément Bœsch
This was forgotten due to the non-gpl build used in 549045254.
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-29lavfi/xbr: undef PI if definedClément Bœsch
This conflict with the DJGPP libc math.h which includes a PI macro (to M_PI). We cannot make DJGPP POSIX only (using -D_POSIX_SOURCE) to avoid this kind of symbols conflicts due to the lack of both posix_memalign and memalign (DJGPP non standard function) in that POSIX mode. We currently rely on memalign for aligned heap allocation.
2017-03-29lavfi/psnr: rename pow2 to pow_2Clément Bœsch
This conflict with the DJGPP libc which includes a pow2 function¹ We cannot make DJGPP POSIX only (using -D_POSIX_SOURCE) to avoid this kind of symbols conflicts due to the lack of both posix_memalign and memalign (DJGPP non standard function) in that POSIX mode. We currently rely on memalign for aligned heap allocation. [1]: http://www.delorie.com/djgpp/doc/libc-2.02/libc_536.html
2017-03-29lavfi/dynaudnorm: rename pow2 to pow_2Clément Bœsch
This conflict with the DJGPP libc which includes a pow2 function¹ We cannot make DJGPP POSIX only (using -D_POSIX_SOURCE) to avoid this kind of symbols conflicts due to the lack of both posix_memalign and memalign (DJGPP non standard function) in that POSIX mode. We currently rely on memalign for aligned heap allocation. [1]: http://www.delorie.com/djgpp/doc/libc-2.02/libc_536.html