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
2015-08-08graphdump: include internal.h for AVFilterPadAndreas Cadhalpun
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2015-08-08avfilter: remove obsolete function declarationsAndreas Cadhalpun
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2015-08-08avfilter/vf_scale: apply generic options after flags.Michael Niedermayer
Otherwise the flags overwrite anything set by the generic stuff to the flags Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-08-08avfilter/graphparser: Do not ignore scale_sws_opts if args == NULLMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-08-07avfilter/avf_avectorscope: stop making output fully transparentPaul B Mahol
2015-08-06avfilter/avf_showspectrum: use av_calloc()Paul B Mahol
2015-08-05vf_psnr: add psnr_avg to stats file.Ronald S. Bultje
2015-08-04x86inc: Drop SECTION_TEXT macroHenrik Gramner
The .text section is already 16-byte aligned by default on all supported platforms so `SECTION_TEXT` isn't any different from `SECTION .text`.
2015-08-04avfilter/avf_showspectrum: reindentPaul B Mahol
2015-08-02avfilter: add atadenoisePaul B Mahol
2015-08-02avfilter: add allyuv source filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-08-02avfilter/vf_deband: add mising slice thread flagPaul B Mahol
2015-08-02avfilter/f_drawgraph: stop making foreground color transparentPaul B Mahol
2015-08-01avfilter/avf_showvolume: stop making output fully transparentPaul B Mahol
2015-07-30avfilter/vf_pnsr: fix author nameJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
* commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615': lavc: AV-prefix all codec flags Conflicts: doc/examples/muxing.c ffmpeg.c ffmpeg_opt.c ffplay.c libavcodec/aacdec.c libavcodec/aacenc.c libavcodec/ac3dec.c libavcodec/ac3enc_float.c libavcodec/atrac1.c libavcodec/atrac3.c libavcodec/atrac3plusdec.c libavcodec/dcadec.c libavcodec/ffv1enc.c libavcodec/h264.c libavcodec/h264_loopfilter.c libavcodec/h264_mb.c libavcodec/imc.c libavcodec/libmp3lame.c libavcodec/libtheoraenc.c libavcodec/libtwolame.c libavcodec/libvpxenc.c libavcodec/libxavs.c libavcodec/libxvid.c libavcodec/mpeg12dec.c libavcodec/mpeg12enc.c libavcodec/mpegaudiodec_template.c libavcodec/mpegvideo.c libavcodec/mpegvideo_enc.c libavcodec/mpegvideo_motion.c libavcodec/nellymoserdec.c libavcodec/nellymoserenc.c libavcodec/nvenc.c libavcodec/on2avc.c libavcodec/options_table.h libavcodec/opus_celt.c libavcodec/pngenc.c libavcodec/ra288.c libavcodec/ratecontrol.c libavcodec/twinvq.c libavcodec/vc1_block.c libavcodec/vc1_loopfilter.c libavcodec/vc1_mc.c libavcodec/vc1dec.c libavcodec/vorbisdec.c libavcodec/vp3.c libavcodec/wma.c libavcodec/wmaprodec.c libavcodec/x86/hpeldsp_init.c libavcodec/x86/me_cmp_init.c Merged-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-27avfilter: add acrossfade filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-26x86/vf_interlace: add missing colon to labelsJames Almer
Silences warnings with Nasm Signed-off-by: James Almer <jamrial@gmail.com>
2015-07-26avfilter/Makefile: fix order of framestep filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-26avfilter: add sidechain compress audio filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-24avfilter: rename vf_reverse.c to f_reverse.cPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-24avfilter: add areverse filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-23af_channelmap: properly set the supported output channel layoutsAnton Khirnov
The current code expects query_formats() to be called exactly once, it will leak if it's not called at all (filter initialized, but never configured or used) or try to read freed memory if it's called more than once. Found-by: James Almer <jamrial@gmail.com> CC: libav-stable@libav.org
2015-07-23avfilter/vf_reverse: check also pts_size when reallocatingPaul B Mahol
Fixes crash of x32. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-23Merge commit '22ecfcd4c79cdf812fdf406525ddf0fd1f7114e4'Michael Niedermayer
* commit '22ecfcd4c79cdf812fdf406525ddf0fd1f7114e4': af_channelmap: properly set the supported output channel layouts Conflicts: libavfilter/af_channelmap.c See: 39867f3e098ab304cd3bef0ace19d73617cdb817 Merged-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-22avfilter: add deband filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-21libavfilter/vf_crop: implement process_commandBernd Bleßmann
Signed-off-by: Bernd Bleßmann <bb@it-entwicklung.de> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-21libavfilter/vf_scale: implement process_commandBernd Bleßmann
Signed-off-by: Bernd Bleßmann <bb@it-entwicklung.de> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-21avfilter/af_channelmap: Move ff_add_channel_layout() call to querry_format()Michael Niedermayer
Avoids memleak if querry_formats is not called Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-20x86/vf_ssim: add ff_ssim_4x4_line_xopJames Almer
~20% faster than ssse3. Also enabled for x86_32 Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
2015-07-20x86/vf_ssim: fix some instruction commentsJames Almer
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
2015-07-20avfilter/af_amerge: increase max number of channels from 32 to 64Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-20avfilter/af_astats: use UINT64_C instead of the LLU suffixJames Almer
Should fix compilation with vs2012 Signed-off-by: James Almer <jamrial@gmail.com>
2015-07-19avfilter: add random video filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-19Merge commit '6b15874fc2c3f565732201f7907ae1112727d6ae'Michael Niedermayer
* commit '6b15874fc2c3f565732201f7907ae1112727d6ae': af_resample: do not touch the timestamps if we are not resampling Merged-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-19avfilter: Add reverse filterDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2015-07-19af_resample: do not touch the timestamps if we are not resamplingAnton Khirnov
This filter currently assumes that the input audio is continuous and does some timestamps manipulation based on this assumption. This is unnecessary if we are only converting the channel layout or the sample format, without resampling. In such a case, just leave the timestamps as they are.
2015-07-18avfilter/vf_blend: unbreak tblendPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-18avfilter/vf_blend: implement 16bit supportPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-18avfilter/af_dynaudnorm: Use av_frame_get_channels()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-17avfilter/af_dynaudnorm: Fix "ISO C90 forbids mixed declarations and code" ↵Michael Niedermayer
warnings Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-17avfilter/af_aresample: Check ff_all_* for allocation failuresMichael Niedermayer
Fixes: signal_sigabrt_7ffff70eccc9_498_divx502.avi with memlimit 1572864 Found-by: Samuel Groß, Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-17avfilter: bump minor and add Changelog entryPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-17avfilter/af_compand: fix clipping with default optionsPaul B Mahol
Decays and attacks where by default set only for first channel which caused poor defaults to be used which produced clipping on any higher channel. Reported-by: lachs0r Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-17avfilter: add Dynamic Audio Normalizer filterLoRd_MuldeR
2015-07-17avfilter/af_astats: measure minimal and mean difference between two ↵Paul B Mahol
consecutive samples Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-17lavfi/af_pan: Support a maximum of 64 channels.Carl Eugen Hoyos
The Soundflower input device supports 64 channels.
2015-07-16avfilter/vf_eq: Support contrast from -1000 to 1000Michael Niedermayer
Fixes "-vf eq=0.05,eq=20" Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-15avfilter/af_astats: make sure p->last is actually always set when measuring ↵Paul B Mahol
max difference Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-15avfilter/af_astats: also measure maximal difference between two consecutive ↵Paul B Mahol
samples While here also mention bit depth in documentation. Signed-off-by: Paul B Mahol <onemda@gmail.com>