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
2017-05-05Merge commit '92db5083077a8b0f8e1050507671b456fd155125'James Almer
2017-05-03Merge commit '11a9320de54759340531177c9f2b1e31e6112cc2'Clément Bœsch
2017-05-02avfilter/interlace: add complex vertical low-pass filterThomas Mundt
2017-04-30avfilter/af_crystalizer: add support for more sample formatsPaul B Mahol
2017-04-29avfilter: add video oscilloscope filterPaul B Mahol
2017-04-29avfilter: add pixscope filterPaul B Mahol
2017-04-28avfilter/lavfutils: use image2pipe demuxer on ff_load_imageMuhammad Faiz
2017-04-25avfilter/af_biquads: allow filtering only selected channelsPaul B Mahol
2017-04-24avfilter: add lumakey filterPaul B Mahol
2017-04-23avfilter/vf_maskedmerge: fix bug when copying >8bit plane(s)Paul B Mahol
2017-04-23avfilter/vf_premultiply: add planes optionPaul B Mahol
2017-04-23avfilter/vf_maskedclamp: fix bug when copying >8bit plane(s)Paul B Mahol
2017-04-23avfilter/vf_maskedclamp: limit overshot and undershot to UINT16_MAXPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-04-22avfilter/interlace: change lowpass_line function prototypeThomas Mundt
2017-04-22avfilter/avf_avectorscope: Assert that format is validMichael Niedermayer
2017-04-22avfilter: add doubleweave filterPaul B Mahol
2017-04-20avfilter: add deflicker filterPaul B Mahol
2017-04-20avfilter/af_compand: Check av_strtok() for failureMichael Niedermayer
2017-04-19avfilter/vf_drawtext: added expr evaluation to drawtext fontsizeBrett Harrison
2017-04-12avfilter/vf_framerate: always request input if no output is provided in reque...Marton Balint
2017-04-10avfilter: add GRAY10 and GRAY12 to some filtersPaul B Mahol
2017-04-10avfilter/vf_alphamerge: add GBRAP supportPaul B Mahol
2017-04-10avfilter/vf_alphamerge: use av_image_copy_plane()Paul B Mahol
2017-04-10avfilter/vf_blend: add GBRAP16Paul B Mahol
2017-04-10avfilter/af_amix: add double sample format supportPaul B Mahol
2017-04-10avfilter/vf_paletteuse: silence warning about misaligned indentationPaul B Mahol
2017-04-10avfilter/vf_dctdnoiz: add GBRP supportPaul B Mahol
2017-04-09avfilter/vf_midequalizer: add gray10 and gray12 supportPaul B Mahol
2017-04-09avfilter/avf_showcqt: add attack optionMuhammad Faiz
2017-04-09libavfilter/af_amix.c Increase sources from 32 to 1024Warblefly
2017-04-07vf_pad: center image on padded area if negative x/yRicardo Constantino
2017-04-05avfilter/af_loudnorm: do not upsample during second-pass linear normalizationKyle Swanson
2017-04-04Merge commit 'ce6f780bc6656ad3895f81a988b239ad3c8af4b8'James Almer
2017-04-03avfilter/vf_pad: add aspect optionPaul B Mahol
2017-04-02Bump versions for master after 3.3n3.4-devMichael Niedermayer
2017-04-02Bump minor for 3.3Michael Niedermayer
2017-04-01vf_deinterlace_vaapi: Mark as hwframe-awareMark Thompson
2017-03-31Bump minor versions for master after release/3.3 branchpointMichael Niedermayer
2017-03-31Bump minor versions for staring release/3.3 branchMichael Niedermayer
2017-03-31avfilter/avfiltergraph: Check for allocation failure in avfilter_graph_queue_...Michael Niedermayer
2017-03-31avfilter/vf_zoompan: Free out frame on errorMichael Niedermayer
2017-03-31avfilter/af_chorus & aecho: Handle NULL return from av_strtok()Michael Niedermayer
2017-03-30avfilter/vf_minterpolate: Use dx and dyMichael Niedermayer
2017-03-30avfilter/deshake_opencl: Remove redundant returnMichael Niedermayer
2017-03-30avfilter/af_sofalizer: Fix bad shiftMichael Niedermayer
2017-03-30avfilter/avf_abitscope: Correct range for framerateGyan Doshi
2017-03-30Merge commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966'Clément Bœsch
2017-03-30avfilter: Add AV_OPT_FLAG_FILTERING_PARAM where it is missingMichael Niedermayer
2017-03-30Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron