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-06-21Merge commit 'c060d046aa2f89c0e601a2dcfbce53f0e36cf498'Michael Niedermayer
2015-06-20libavfilter/formats: Fix parsing of channel specifications with a trailing 'c'.Simon Thelen
2015-06-20avfilter/formats: Add test for ff_parse_channel_layout()Michael Niedermayer
2015-06-20af_resample: Set the number of samples in the last frameLuca Barbato
2015-06-15avfilter/af_afade: add couple of more curvesPaul B Mahol
2015-06-14avfilter/af_afade: use av_clipd() instead of nested FFMAX & FFMINPaul B Mahol
2015-06-14avfilter: bump minor after colorkey additionClément Bœsch
2015-06-14avfilter/vf_colorkey: Add colorkey video filterTimo Rothenpieler
2015-06-13avfilter/drawutils: Assert av_pix_fmt_desc_get() return value in ff_fill_line...Michael Niedermayer
2015-06-13avfilter/lut3d: assert on pixel format descriptorClément Bœsch
2015-06-13avfilter/geq: assert on pixel format descriptorClément Bœsch
2015-06-13avfilter/drawutils: Fix format validity check in ff_draw_init()Michael Niedermayer
2015-06-12avfilter/vf_zoompan: support planar rgb pixel formatsPaul B Mahol
2015-06-07avfilter: fix a few 5 spaces indentClément Bœsch
2015-06-07vf_colormatrix: calculate coefficients only onceGanesh Ajjanagadde
2015-06-04lavfi/tinterlace: Double aspect ratio for modes merge and pad.Carl Eugen Hoyos
2015-06-03avfilter/vf_blend: add linearlight and glow modePaul B Mahol
2015-06-02avfilter/vf_blend: add hardmix modePaul B Mahol
2015-06-02avfilter/vf_blend: fix vividlight blend modePaul B Mahol
2015-06-02avfilter/vf_blend: clip result for divide blend modePaul B Mahol
2015-06-01x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-05-31avfilter/vf_mpdecimate: add comment about 8x8 SADPeter Cordes
2015-05-31avfilter/vf_mpdecimate: support more pixel formats, including GBRPPeter Cordes
2015-05-31avfilter/vf_mpdecimate: debug logging of threshold statsPeter Cordes
2015-05-31avfilter/vf_mpdecimate: pass the same AVClass context as use elsewhere to av_...Peter Cordes
2015-05-31x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-05-31avfilter/vf_fade: Force alpha pixel format if alpha is set to 1Michael Niedermayer
2015-05-27avfilter/x86/vf_hqdn3d: Fix register typesMichael Niedermayer
2015-05-27avfilter/vf_hqdn3d: Initialize the whole LUTMichael Niedermayer
2015-05-26avfilter/x86/vf_fspp: Fix invalid combination of opcode and operandsMichael Niedermayer
2015-05-20Merge commit '7046bd9bc9ce04521edf453c9b603d84d69c7512'Michael Niedermayer
2015-05-19lavfi: Move avcodec header to the only filter needing itVittorio Giovara
2015-05-18avfilter/avfiltergraph: Rename ff_avfilter_graph_config_pointers to graph_con...Michael Niedermayer
2015-05-17avfilter/buffersink: return EOF if closed link in av_buffersink_get_frame_fla...Michael Niedermayer
2015-05-13avfilter/vf_zoompan: free out AVFrame on failureMichael Niedermayer
2015-05-12avfilter/avf_showcqt: Fix gamma comparisonsMichael Niedermayer
2015-05-12avfilter/vf_cover_rect: Handle the case where the cover rectangle is as large...Michael Niedermayer
2015-05-12avfilter/vf_fftfilt: Add MAX_PLANES and change it to 4Michael Niedermayer
2015-05-12avfilter/af_aphaser: reject too small delayPaul B Mahol
2015-05-05Revert "lavfi: always check av_expr_parse_and_eval() return value"Anton Khirnov
2015-05-05avfilter/Makefile: add missing lavfutils.c dependency to cover_rect and find_...James Almer
2015-05-04avfilter/vf_cover_rect: clip rectangle if it is partly outside the inputMichael Niedermayer
2015-05-04lavfi/cropdetect: Fix cropdetect for > 8 bit input.Carl Eugen Hoyos
2015-05-03avfilter/avf_showcqt: optimize gamma calculationMuhammad Faiz
2015-05-02avfilter: Add cover_rect filterMichael Niedermayer
2015-05-02avfilter: add find_rect filterMichael Niedermayer
2015-05-02avfilter/vf_libopencv: Make ocv_filter_entries constMichael Niedermayer
2015-04-30avfilter/lavfutils: disable frame threads when decoding a single imageMichael Niedermayer
2015-04-30avfilter/vf_vignette: force per frame evaluation if per frame variables are usedMichael Niedermayer
2015-04-22buffersrc: Use the correct deallocation functionFederico Tomassetti