summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter: add showfreqs filterPaul B Mahol2015-08-194-1/+561
* avfilter/vf_histogram: make it possible to pick color components for levels modePaul B Mahol2015-08-191-4/+15
* lavfi: fix compilation with FF_API_OLD_FILTER_OPTS=0.Ronald S. Bultje2015-08-182-2/+3
* options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje2015-08-182-9/+12
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-186-8/+14
* lavfi: add error message to help users convert to new lavfi syntax.Ronald S. Bultje2015-08-182-1/+15
* scale2ref: override request_frame() and correctly connect them to the corresp...Michael Niedermayer2015-08-181-0/+12
* avfilter/vf_scale: Set scale2ref ref output timebaseMichael Niedermayer2015-08-181-0/+1
* avfilter: add scale2ref filterMichael Niedermayer2015-08-174-8/+84
* buffersink: introduce FIFO_INIT_ELEMENT_SIZE to complement FIFO_INIT_SIZEAndreas Cadhalpun2015-08-161-8/+8
* avfilter/avfiltergraph: Implement and use find_best_sample_fmt_of_2()Michael Niedermayer2015-08-161-0/+47
* avfilter/avf_avectorscope: add polar modePaul B Mahol2015-08-141-2/+22
* avfilter: add aphasemeter filterPaul B Mahol2015-08-124-1/+244
* avfilter: add missing FF_API_AVFILTERPAD_PUBLIC guardAndreas Cadhalpun2015-08-121-0/+2
* avfilter/vsrc_testsrc: correct colors for smptebarsPaul B Mahol2015-08-111-21/+30
* avfilter/vsrc_testsrc: smpte(hd)bars: fix uninitialized last rows and columns...Paul B Mahol2015-08-101-3/+3
* graphdump: include internal.h for AVFilterPadAndreas Cadhalpun2015-08-081-0/+1
* avfilter: remove obsolete function declarationsAndreas Cadhalpun2015-08-083-27/+0
* avfilter/vf_scale: apply generic options after flags.Michael Niedermayer2015-08-081-9/+7
* avfilter/graphparser: Do not ignore scale_sws_opts if args == NULLMichael Niedermayer2015-08-081-6/+9
* avfilter/avf_avectorscope: stop making output fully transparentPaul B Mahol2015-08-071-6/+10
* avfilter/avf_showspectrum: use av_calloc()Paul B Mahol2015-08-061-9/+2
* vf_psnr: add psnr_avg to stats file.Ronald S. Bultje2015-08-051-0/+1
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-044-4/+4
* avfilter/avf_showspectrum: reindentPaul B Mahol2015-08-041-136/+134
* avfilter: add atadenoisePaul B Mahol2015-08-024-1/+420
* avfilter: add allyuv source filterPaul B Mahol2015-08-024-2/+85
* avfilter/vf_deband: add mising slice thread flagPaul B Mahol2015-08-021-1/+1
* avfilter/f_drawgraph: stop making foreground color transparentPaul B Mahol2015-08-021-5/+6
* avfilter/avf_showvolume: stop making output fully transparentPaul B Mahol2015-08-011-2/+2
* avfilter/vf_pnsr: fix author nameJames Almer2015-07-291-1/+1
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-272-4/+4
|\
* | avfilter: add acrossfade filterPaul B Mahol2015-07-264-57/+412
* | x86/vf_interlace: add missing colon to labelsJames Almer2015-07-261-1/+1
* | avfilter/Makefile: fix order of framestep filterPaul B Mahol2015-07-251-1/+1
* | avfilter: add sidechain compress audio filterPaul B Mahol2015-07-254-1/+341
* | avfilter: rename vf_reverse.c to f_reverse.cPaul B Mahol2015-07-242-2/+2
* | avfilter: add areverse filterPaul B Mahol2015-07-244-1/+119
* | avfilter/vf_reverse: check also pts_size when reallocatingPaul B Mahol2015-07-231-3/+4
* | Merge commit '22ecfcd4c79cdf812fdf406525ddf0fd1f7114e4'Michael Niedermayer2015-07-231-3/+4
|\ \ | |/
| * af_channelmap: properly set the supported output channel layoutsAnton Khirnov2015-07-231-4/+4
* | avfilter: add deband filterPaul B Mahol2015-07-224-1/+315
* | libavfilter/vf_crop: implement process_commandBernd Bleßmann2015-07-211-8/+45
* | libavfilter/vf_scale: implement process_commandBernd Bleßmann2015-07-211-9/+34
* | avfilter/af_channelmap: Move ff_add_channel_layout() call to querry_format()Michael Niedermayer2015-07-211-2/+1
* | x86/vf_ssim: add ff_ssim_4x4_line_xopJames Almer2015-07-202-3/+64
* | x86/vf_ssim: fix some instruction commentsJames Almer2015-07-201-2/+2
* | avfilter/af_amerge: increase max number of channels from 32 to 64Paul B Mahol2015-07-201-1/+1
* | avfilter/af_astats: use UINT64_C instead of the LLU suffixJames Almer2015-07-201-1/+1
* | avfilter: add random video filterPaul B Mahol2015-07-194-1/+147
OpenPOWER on IntegriCloud