summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/interlace: add complex vertical low-pass filterThomas Mundt2017-05-02
* avfilter/af_crystalizer: add support for more sample formatsPaul B Mahol2017-04-30
* avfilter: add video oscilloscope filterPaul B Mahol2017-04-29
* avfilter: add pixscope filterPaul B Mahol2017-04-29
* avfilter/lavfutils: use image2pipe demuxer on ff_load_imageMuhammad Faiz2017-04-29
* avfilter/af_biquads: allow filtering only selected channelsPaul B Mahol2017-04-25
* avfilter: add lumakey filterPaul B Mahol2017-04-24
* avfilter/vf_maskedmerge: fix bug when copying >8bit plane(s)Paul B Mahol2017-04-23
* avfilter/vf_premultiply: add planes optionPaul B Mahol2017-04-23
* avfilter/vf_maskedclamp: fix bug when copying >8bit plane(s)Paul B Mahol2017-04-23
* avfilter/vf_maskedclamp: limit overshot and undershot to UINT16_MAXPaul B Mahol2017-04-23
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/interlace: change lowpass_line function prototypeThomas Mundt2017-04-22
* avfilter/avf_avectorscope: Assert that format is validMichael Niedermayer2017-04-22
* avfilter: add doubleweave filterPaul B Mahol2017-04-22
* avfilter: add deflicker filterPaul B Mahol2017-04-20
* avfilter/af_compand: Check av_strtok() for failureMichael Niedermayer2017-04-20
* avfilter/vf_drawtext: added expr evaluation to drawtext fontsizeBrett Harrison2017-04-19
* avfilter/vf_framerate: always request input if no output is provided in reque...Marton Balint2017-04-12
* avfilter: add GRAY10 and GRAY12 to some filtersPaul B Mahol2017-04-10
* avfilter/vf_alphamerge: add GBRAP supportPaul B Mahol2017-04-10
* avfilter/vf_alphamerge: use av_image_copy_plane()Paul B Mahol2017-04-10
* avfilter/vf_blend: add GBRAP16Paul B Mahol2017-04-10
* avfilter/af_amix: add double sample format supportPaul B Mahol2017-04-10
* avfilter/vf_paletteuse: silence warning about misaligned indentationPaul B Mahol2017-04-10
* avfilter/vf_dctdnoiz: add GBRP supportPaul B Mahol2017-04-10
* avfilter/vf_midequalizer: add gray10 and gray12 supportPaul B Mahol2017-04-09
* avfilter/avf_showcqt: add attack optionMuhammad Faiz2017-04-09
* libavfilter/af_amix.c Increase sources from 32 to 1024Warblefly2017-04-09
* vf_pad: center image on padded area if negative x/yRicardo Constantino2017-04-07
* avfilter/af_loudnorm: do not upsample during second-pass linear normalizationKyle Swanson2017-04-05
* Merge commit 'ce6f780bc6656ad3895f81a988b239ad3c8af4b8'James Almer2017-04-04
|\
| * configure: Add missing asyncts filter, movie filter, and output example depsDiego Biurrun2016-11-25
| * af_asyncts: Use llabs instead of labs for 64-bit variableDiego Biurrun2016-11-15
| * vf_drawtext: Drop wrong void* castDiego Biurrun2016-11-12
* | avfilter/vf_pad: add aspect optionPaul B Mahol2017-04-03
* | Bump versions for master after 3.3Michael Niedermayer2017-04-02
* | Bump minor for 3.3Michael Niedermayer2017-04-02
* | vf_deinterlace_vaapi: Mark as hwframe-awareMark Thompson2017-04-01
* | Bump minor versions for master after release/3.3 branchpointMichael Niedermayer2017-03-31
* | Bump minor versions for staring release/3.3 branchMichael Niedermayer2017-03-31
* | avfilter/avfiltergraph: Check for allocation failure in avfilter_graph_queue_...Michael Niedermayer2017-03-31
* | avfilter/vf_zoompan: Free out frame on errorMichael Niedermayer2017-03-31
* | avfilter/af_chorus & aecho: Handle NULL return from av_strtok()Michael Niedermayer2017-03-30
* | avfilter/vf_minterpolate: Use dx and dyMichael Niedermayer2017-03-30
* | avfilter/deshake_opencl: Remove redundant returnMichael Niedermayer2017-03-30
* | avfilter/af_sofalizer: Fix bad shiftMichael Niedermayer2017-03-30
* | avfilter/avf_abitscope: Correct range for framerateGyan Doshi2017-03-30
* | Merge commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966'Clément Bœsch2017-03-30
|\|
| * lavfi: Hardware map filterMark Thompson2016-11-03