summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_loudnorm: do not upsample during second-pass linear normalizationKyle Swanson2017-04-052-25/+35
* Merge commit 'ce6f780bc6656ad3895f81a988b239ad3c8af4b8'James Almer2017-04-041-0/+4
|\
| * configure: Add missing asyncts filter, movie filter, and output example depsDiego Biurrun2016-11-251-0/+4
| * af_asyncts: Use llabs instead of labs for 64-bit variableDiego Biurrun2016-11-151-1/+1
| * vf_drawtext: Drop wrong void* castDiego Biurrun2016-11-121-1/+1
* | avfilter/vf_pad: add aspect optionPaul B Mahol2017-04-031-0/+14
* | Bump versions for master after 3.3Michael Niedermayer2017-04-021-1/+1
* | Bump minor for 3.3Michael Niedermayer2017-04-021-1/+1
* | vf_deinterlace_vaapi: Mark as hwframe-awareMark Thompson2017-04-011-0/+1
* | Bump minor versions for master after release/3.3 branchpointMichael Niedermayer2017-03-311-1/+1
* | Bump minor versions for staring release/3.3 branchMichael Niedermayer2017-03-311-1/+1
* | avfilter/avfiltergraph: Check for allocation failure in avfilter_graph_queue_...Michael Niedermayer2017-03-311-0/+3
* | avfilter/vf_zoompan: Free out frame on errorMichael Niedermayer2017-03-311-2/+5
* | avfilter/af_chorus & aecho: Handle NULL return from av_strtok()Michael Niedermayer2017-03-302-2/+4
* | avfilter/vf_minterpolate: Use dx and dyMichael Niedermayer2017-03-301-1/+1
* | avfilter/deshake_opencl: Remove redundant returnMichael Niedermayer2017-03-301-2/+0
* | avfilter/af_sofalizer: Fix bad shiftMichael Niedermayer2017-03-301-1/+1
* | avfilter/avf_abitscope: Correct range for framerateGyan Doshi2017-03-301-2/+2
* | Merge commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966'Clément Bœsch2017-03-304-2/+338
|\ \ | |/
| * lavfi: Hardware map filterMark Thompson2016-11-034-1/+338
| * vf_hwupload_cuda: Fix build errorMark Thompson2016-11-031-1/+1
* | avfilter: Add AV_OPT_FLAG_FILTERING_PARAM where it is missingMichael Niedermayer2017-03-302-2/+2
* | Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron2017-03-3010-8/+25
|\ \ | |/
| * lavfi: Always propagate hw_frames_ctx through linksMark Thompson2016-11-0210-8/+26
* | Merge commit '7e2561fa8313982aa21f7657953eedeeb33b210d'Matthieu Bouron2017-03-295-32/+12
|\ \ | |/
| * lavfi: Use ff_get_video_buffer in all filters using hwframesMark Thompson2016-11-025-31/+11
* | Merge commit '7433feb82f75827884d909de34d341a1c4401d4a'Matthieu Bouron2017-03-291-0/+16
|\ \ | |/
| * lavfi: Make default get_video_buffer work with hardware framesMark Thompson2016-11-021-4/+10
* | lavfi/signature: fix -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-3/+10
* | Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-296-8/+11
* | lavfi/xbr: undef PI if definedClément Bœsch2017-03-291-0/+4
* | lavfi/psnr: rename pow2 to pow_2Clément Bœsch2017-03-291-4/+4
* | lavfi/dynaudnorm: rename pow2 to pow_2Clément Bœsch2017-03-291-5/+5
* | Merge commit '85baef4ff1512bcc2544928bfa5f42072903a691'Clément Bœsch2017-03-291-2/+1
|\ \ | |/
| * vf_drawtext: Move static keyword to beginning of variable declarationDiego Biurrun2016-11-021-3/+2
| * scale_npp: fix passthrough modeYogender Gupta2016-10-251-1/+1
| * x86: Add missing colons after assembly labelsDiego Biurrun2016-10-171-1/+1
* | lavfi: fix race when func rets holder is NULLClément Bœsch2017-03-281-11/+6
* | lavfi: remove af_asynts filterRostislav Pehlivanov2017-03-274-326/+1
* | avfilter/vf_signature: Replace uncommon spelling of seperateMichael Niedermayer2017-03-261-1/+1
* | avfilter: stop using deprecated codec flagsJames Almer2017-03-252-2/+2
* | vf_drawtext: Fix memory leakKieran Kunhya2017-03-211-2/+4
* | add signature filter for MPEG7 video signatureGerion Entrup2017-03-216-1/+1912
* | Merge commit 'bdf7610eb266fd3de650040c97328791868abd82'Clément Bœsch2017-03-201-1/+11
|\ \ | |/
| * vf_scale_vaapi: Crop input surface to active regionMark Thompson2016-09-141-1/+11
| * High Definition Compatible Digital (HDCD) decoder filter, using libhdcdBurt P2016-08-294-1/+200
* | lavfi: deprecate AVFilterGraph->resample_lavr_optsRostislav Pehlivanov2017-03-183-2/+9
* | lavf/vf_framerate: Fix frame leak when increasing framerate.Alexis Ballier2017-03-161-1/+1
* | avfilter/vf_lut3d: actually skip lines when encountering DOMAIN_ stringPaul B Mahol2017-03-131-1/+2
* | vf_hwupload: Add missing return value checkJun Zhao2017-03-121-7/+5
OpenPOWER on IntegriCloud