summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
* avfilter: add video vectorscope filterPaul B Mahol2015-08-20
|
* avfilter: add showfreqs filterPaul B Mahol2015-08-19
|
* avfilter/vf_histogram: make it possible to pick color components for levels modePaul B Mahol2015-08-19
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: fix compilation with FF_API_OLD_FILTER_OPTS=0.Ronald S. Bultje2015-08-18
|
* options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje2015-08-18
| | | | Convert last users to av_opt_get_*() counterparts.
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-18
| | | | | ff_dlog checks compilability, and is non-public. av_dlog is deprecated and no longer exists if FF_API_DLOG=0.
* lavfi: add error message to help users convert to new lavfi syntax.Ronald S. Bultje2015-08-18
|
* scale2ref: override request_frame() and correctly connect them to the ↵Michael Niedermayer2015-08-18
| | | | | | corresponding inputs Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_scale: Set scale2ref ref output timebaseMichael Niedermayer2015-08-18
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add scale2ref filterMichael Niedermayer2015-08-17
| | | | | | | This filter can be used to scale one stream to match another or based on another, useful to scale subtitles or other things to be overlayed Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* buffersink: introduce FIFO_INIT_ELEMENT_SIZE to complement FIFO_INIT_SIZEAndreas Cadhalpun2015-08-16
| | | | | | | Use sizeof(void *) as its value, because AVFilterBufferRef is deprecated. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
* avfilter/avfiltergraph: Implement and use find_best_sample_fmt_of_2()Michael Niedermayer2015-08-16
| | | | | | | | Similar to the pixel format code Fixes Ticket3847 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/avf_avectorscope: add polar modePaul B Mahol2015-08-14
|
* avfilter: add aphasemeter filterPaul B Mahol2015-08-12
|
* avfilter: add missing FF_API_AVFILTERPAD_PUBLIC guardAndreas Cadhalpun2015-08-12
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
* avfilter/vsrc_testsrc: correct colors for smptebarsPaul B Mahol2015-08-11
|
* avfilter/vsrc_testsrc: smpte(hd)bars: fix uninitialized last rows and ↵Paul B Mahol2015-08-10
| | | | | | columns of chroma planes For cases width and/or height is not multiple of chroma subsamplings.
* graphdump: include internal.h for AVFilterPadAndreas Cadhalpun2015-08-08
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
* avfilter: remove obsolete function declarationsAndreas Cadhalpun2015-08-08
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
* avfilter/vf_scale: apply generic options after flags.Michael Niedermayer2015-08-08
| | | | | | Otherwise the flags overwrite anything set by the generic stuff to the flags Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/graphparser: Do not ignore scale_sws_opts if args == NULLMichael Niedermayer2015-08-08
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/avf_avectorscope: stop making output fully transparentPaul B Mahol2015-08-07
|
* avfilter/avf_showspectrum: use av_calloc()Paul B Mahol2015-08-06
|
* vf_psnr: add psnr_avg to stats file.Ronald S. Bultje2015-08-05
|
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-04
| | | | | The .text section is already 16-byte aligned by default on all supported platforms so `SECTION_TEXT` isn't any different from `SECTION .text`.
* avfilter/avf_showspectrum: reindentPaul B Mahol2015-08-04
|
* avfilter: add atadenoisePaul B Mahol2015-08-02
|
* avfilter: add allyuv source filterPaul B Mahol2015-08-02
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_deband: add mising slice thread flagPaul B Mahol2015-08-02
|
* avfilter/f_drawgraph: stop making foreground color transparentPaul B Mahol2015-08-02
|
* avfilter/avf_showvolume: stop making output fully transparentPaul B Mahol2015-08-01
|
* avfilter/vf_pnsr: fix author nameJames Almer2015-07-29
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | avfilter: add acrossfade filterPaul B Mahol2015-07-26
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | x86/vf_interlace: add missing colon to labelsJames Almer2015-07-26
| | | | | | | | | | | | Silences warnings with Nasm Signed-off-by: James Almer <jamrial@gmail.com>
* | avfilter/Makefile: fix order of framestep filterPaul B Mahol2015-07-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add sidechain compress audio filterPaul B Mahol2015-07-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: rename vf_reverse.c to f_reverse.cPaul B Mahol2015-07-24
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add areverse filterPaul B Mahol2015-07-24
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_reverse: check also pts_size when reallocatingPaul B Mahol2015-07-23
| | | | | | | | | | | | Fixes crash of x32. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '22ecfcd4c79cdf812fdf406525ddf0fd1f7114e4'Michael Niedermayer2015-07-23
|\| | | | | | | | | | | | | | | | | | | | | * 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>
| * af_channelmap: properly set the supported output channel layoutsAnton Khirnov2015-07-23
| | | | | | | | | | | | | | | | | | | | 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
* | avfilter: add deband filterPaul B Mahol2015-07-22
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | libavfilter/vf_crop: implement process_commandBernd Bleßmann2015-07-21
| | | | | | | | | | Signed-off-by: Bernd Bleßmann <bb@it-entwicklung.de> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | libavfilter/vf_scale: implement process_commandBernd Bleßmann2015-07-21
| | | | | | | | | | Signed-off-by: Bernd Bleßmann <bb@it-entwicklung.de> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/af_channelmap: Move ff_add_channel_layout() call to querry_format()Michael Niedermayer2015-07-21
| | | | | | | | | | | | Avoids memleak if querry_formats is not called Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | x86/vf_ssim: add ff_ssim_4x4_line_xopJames Almer2015-07-20
| | | | | | | | | | | | | | ~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>
* | x86/vf_ssim: fix some instruction commentsJames Almer2015-07-20
| | | | | | | | | | Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* | avfilter/af_amerge: increase max number of channels from 32 to 64Paul B Mahol2015-07-20
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_astats: use UINT64_C instead of the LLU suffixJames Almer2015-07-20
| | | | | | | | | | | | Should fix compilation with vs2012 Signed-off-by: James Almer <jamrial@gmail.com>