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 (Expand)Author
2015-08-19avfilter: add showfreqs filterPaul B Mahol
2015-08-19avfilter/vf_histogram: make it possible to pick color components for levels modePaul B Mahol
2015-08-19lavfi: fix compilation with FF_API_OLD_FILTER_OPTS=0.Ronald S. Bultje
2015-08-18options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-08-18lavfi: add error message to help users convert to new lavfi syntax.Ronald S. Bultje
2015-08-18scale2ref: override request_frame() and correctly connect them to the corresp...Michael Niedermayer
2015-08-18avfilter/vf_scale: Set scale2ref ref output timebaseMichael Niedermayer
2015-08-17avfilter: add scale2ref filterMichael Niedermayer
2015-08-16buffersink: introduce FIFO_INIT_ELEMENT_SIZE to complement FIFO_INIT_SIZEAndreas Cadhalpun
2015-08-16avfilter/avfiltergraph: Implement and use find_best_sample_fmt_of_2()Michael Niedermayer
2015-08-14avfilter/avf_avectorscope: add polar modePaul B Mahol
2015-08-12avfilter: add aphasemeter filterPaul B Mahol
2015-08-12avfilter: add missing FF_API_AVFILTERPAD_PUBLIC guardAndreas Cadhalpun
2015-08-11avfilter/vsrc_testsrc: correct colors for smptebarsPaul B Mahol
2015-08-10avfilter/vsrc_testsrc: smpte(hd)bars: fix uninitialized last rows and columns...Paul B Mahol
2015-08-08graphdump: include internal.h for AVFilterPadAndreas Cadhalpun
2015-08-08avfilter: remove obsolete function declarationsAndreas Cadhalpun
2015-08-08avfilter/vf_scale: apply generic options after flags.Michael Niedermayer
2015-08-08avfilter/graphparser: Do not ignore scale_sws_opts if args == NULLMichael Niedermayer
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
2015-08-04avfilter/avf_showspectrum: reindentPaul B Mahol
2015-08-02avfilter: add atadenoisePaul B Mahol
2015-08-02avfilter: add allyuv source filterPaul B Mahol
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
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27avfilter: add acrossfade filterPaul B Mahol
2015-07-26x86/vf_interlace: add missing colon to labelsJames Almer
2015-07-26avfilter/Makefile: fix order of framestep filterPaul B Mahol
2015-07-26avfilter: add sidechain compress audio filterPaul B Mahol
2015-07-24avfilter: rename vf_reverse.c to f_reverse.cPaul B Mahol
2015-07-24avfilter: add areverse filterPaul B Mahol
2015-07-23af_channelmap: properly set the supported output channel layoutsAnton Khirnov
2015-07-23avfilter/vf_reverse: check also pts_size when reallocatingPaul B Mahol
2015-07-23Merge commit '22ecfcd4c79cdf812fdf406525ddf0fd1f7114e4'Michael Niedermayer
2015-07-22avfilter: add deband filterPaul B Mahol
2015-07-21libavfilter/vf_crop: implement process_commandBernd Bleßmann
2015-07-21libavfilter/vf_scale: implement process_commandBernd Bleßmann
2015-07-21avfilter/af_channelmap: Move ff_add_channel_layout() call to querry_format()Michael Niedermayer
2015-07-20x86/vf_ssim: add ff_ssim_4x4_line_xopJames Almer
2015-07-20x86/vf_ssim: fix some instruction commentsJames Almer
2015-07-20avfilter/af_amerge: increase max number of channels from 32 to 64Paul B Mahol
2015-07-20avfilter/af_astats: use UINT64_C instead of the LLU suffixJames Almer
2015-07-19avfilter: add random video filterPaul B Mahol