summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* avfilter/avfiltergraph: fix -Wunused-result warningsGanesh Ajjanagadde2015-10-161-6/+13
* avfilter/avfilter: Error out if audio parameters change instead of failing an...Michael Niedermayer2015-10-161-4/+19
* avfilter/af_tremolo: clean up extra newlinesKyle Swanson2015-10-151-2/+0
* avfilter/formats: add av_warn_unused_result to function prototypesGanesh Ajjanagadde2015-10-141-0/+17
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-1463-436/+476
* avfilter/af_sidechaincompress: replace FFABS with fabsGanesh Ajjanagadde2015-10-131-3/+3
* avfilter/af_astats: replace FFABS with fabsGanesh Ajjanagadde2015-10-131-3/+3
* avfilter/af_agate: replace FFABS with fabsGanesh Ajjanagadde2015-10-131-3/+3
* avfilter/drawtext: allow to format pts with strftimeAlex Agranovsky2015-10-121-1/+11
* x86/vf_w3fdif: use aligned loads in w3fdif_simple_highJames Almer2015-10-111-4/+2
* x86/vf_w3fdif: simplify w3fdif_simple_highJames Almer2015-10-111-9/+7
* avfilter/buffersrc: add av_warn_unused_result attributesGanesh Ajjanagadde2015-10-111-0/+3
* x86/vf_w3fdif: move pxor outside the loop in w3fdif_complex_lowJames Almer2015-10-111-4/+4
* avfilter: add selectivecolor filterClément Bœsch2015-10-114-1/+461
* avfilter/x86/vf_w3fdif: add colons after labelsPaul B Mahol2015-10-101-5/+5
* avfilter/vf_w3fdif: add x86 SIMDPaul B Mahol2015-10-105-37/+440
* doc: fix spelling errorsAndreas Cadhalpun2015-10-091-2/+2
* avfilter/vf_blend: fix normal mode with opacity != 1Paul B Mahol2015-10-091-1/+46
* avfilter/af_afade: fix start of fade outJustin Greer2015-10-081-1/+1
* avfilter/delogo: Set default band to 1Jean Delvare2015-10-081-2/+15
* avfilter/vf_w3fdif: scale down coefficiends by 2Paul B Mahol2015-10-071-7/+7
* avfilter/x86/vf_blend.asm: hardmix: do same with two pxor instructions lessPaul B Mahol2015-10-071-3/+4
* avfilter/x86/vf_blend.asm: 11th register is used, update functionsPaul B Mahol2015-10-071-14/+14
* avfilter/x86/vf_blend.asm: add hardmix and phoenix sse2 SIMDPaul B Mahol2015-10-072-0/+78
* lavfi/vf_yadif: reindent after last commit.Nicolas George2015-10-071-15/+13
* lavfi/vf_thumbnail: reindent after last commit.Nicolas George2015-10-071-8/+7
* lavfi/vf_w3fdif: reindent after last commit.Nicolas George2015-10-071-16/+14
* lavfi/vf_alphamerge: reindent after last commit.Nicolas George2015-10-071-5/+4
* lavfi/avf_showspectrum: reindent after last commit.Nicolas George2015-10-071-11/+10
* lavfi/vf_yadif: remove looping on request_frame().Nicolas George2015-10-071-3/+2
* lavfi/vf_w3fdif: remove looping on request_frame().Nicolas George2015-10-071-2/+1
* lavfi/vf_thumbnail: remove looping on request_frame().Nicolas George2015-10-071-4/+1
* lavfi/vf_select: remove looping on request_frame().Nicolas George2015-10-071-11/+2
* lavfi/vf_fps: remove looping on request_frame().Nicolas George2015-10-071-4/+2
* lavfi/vf_alphamerge: remove looping on request_frame().Nicolas George2015-10-071-5/+1
* lavfi/avf_showwaves: remove looping on request_frame().Nicolas George2015-10-071-8/+2
* lavfi/avf_showspectrum: remove looping on request_frame().Nicolas George2015-10-071-6/+1
* lavfi/avf_showcqt: remove looping on request_frame().Nicolas George2015-10-071-8/+1
* lavfi/af_aresample: remove looping on request_frame().Nicolas George2015-10-071-6/+1
* avfilter/vf_stereo3d: add x86 SIMD for anaglyph outputsPaul B Mahol2015-10-065-32/+280
* afilter/af_extrastereo: remove dead initializationPaul B Mahol2015-10-061-1/+1
* avfilter:audio: fix shadowed AVFrame *outPaul B Mahol2015-10-063-6/+6
* avfilter/af_extrastereo: Fix shadowed variableMichael Niedermayer2015-10-061-1/+1
* avfilter: add displace video filterPaul B Mahol2015-10-044-2/+400
* avfilter/ebur128: use AV_OPT_TYPE_BOOL for video optionClément Bœsch2015-10-041-1/+1
* avfilter/ebur128: add dualmono measurement optionKyle Swanson2015-10-041-0/+22
* avfilter/vf_stereo3d: rewrite in preparation for SIMDPaul B Mahol2015-10-031-16/+29
* avfilter/vf_blend: Fix argument types, fix segfault in asmMichael Niedermayer2015-10-033-17/+17
* avfilter/vf_blend: add x86 SIMD for some modesPaul B Mahol2015-10-035-71/+592
* avfilter/vf_tinterlace: add mergex2 modePaul B Mahol2015-10-032-5/+13
OpenPOWER on IntegriCloud