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
2020-08-30libavcodec/j2kenc: Support for multiple layersGautam Ramakrishnan
2020-08-30libavcodec/j2kenc: Fix tag tree codingGautam Ramakrishnan
2020-08-30libavcodec/jpeg2000: Make tag tree functions non staticGautam Ramakrishnan
2020-08-30avcodec/cfhd: Check transform typeMichael Niedermayer
2020-08-30avcodec/aacdec_template: Initialize `layout_map` on declarationXiaohan Wang
2020-08-30avcodec/mpegvideo_enc: Replace some s->avctx by avctxMichael Niedermayer
2020-08-30adtsenc: Add ability to write MPEG2 IDMarvin Scholz
2020-08-30avcodec/cfhd: Replace a few literal numbers by named constantsMichael Niedermayer
2020-08-30avfilter/vf_xfade: fix excessive number of queued framesPaul B Mahol
2020-08-30avcodec/truemotion1: Cleanup generically after init failureAndreas Rheinhardt
2020-08-30avcodec/y41penc: Remove empty close functionAndreas Rheinhardt
2020-08-30avcodec/yuv4enc: Remove empty functionsAndreas Rheinhardt
2020-08-30avcodec/wnv1: Move temporary variables from context to stackAndreas Rheinhardt
2020-08-30avcodec/wnv1: Use LE bitstream reader, avoid copying packet, fix memleakAndreas Rheinhardt
2020-08-30avcodec/roqvideoenc: Cleanup generically after init failureAndreas Rheinhardt
2020-08-30avcodec/roqvideodec: Cleanup generically after init failureAndreas Rheinhardt
2020-08-30avcodec/mss3: Cleanup generically after init failureAndreas Rheinhardt
2020-08-30avcodec/mss3: Remove unnecessary free of unallocated frameAndreas Rheinhardt
2020-08-30avcodec/interplayvideo: Cleanup generically after init failureAndreas Rheinhardt
2020-08-30avcodec/eacmv: Cleanup generically after init failureAndreas Rheinhardt
2020-08-30avcodec/cinepakenc: Cleanup generically after init failureAndreas Rheinhardt
2020-08-29avcodec/truemotion2: Avoid duplicating array, fix memleakAndreas Rheinhardt
2020-08-29libavformat/mxfenc: color_range should be inclusiveHarry Mallon
2020-08-29avformat/mxfdec: Read video range from CDCIEssenceDescriptorHarry Mallon
2020-08-29x86/cfhddsp: zero extend int argumentsJames Almer
2020-08-28avformat/mov: See if mfra makes up the difference for an incomplete sidx.Dale Curtis
2020-08-28avcodec/flacdec: use designated initializers for AVClassPaul B Mahol
2020-08-28avcodec/cfhd: Remove unused-but-set variableAndreas Rheinhardt
2020-08-27avfilter/af_arnndn: use memcpy for copying in compute_rnn()Paul B Mahol
2020-08-27avfilter/af_arnndn: use scalarproduct_float() in dct functionPaul B Mahol
2020-08-27avfilter/af_compensationdelay: always initialize w_ptr with 0Paul B Mahol
2020-08-27avfilter/vf_xfade: do not use alpha for average rgb colorPaul B Mahol
2020-08-27avfilter/vf_xfade: add corner wipe transformsPaul B Mahol
2020-08-27Revert "avfilter/yadif: simplify the code for better readability"Limin Wang
2020-08-27avfilter/af_headphone: Fix leak of channel layouts list on errorAndreas Rheinhardt
2020-08-27avfilter/af_headphone: Fix segfault upon allocation failureAndreas Rheinhardt
2020-08-27avfilter/vf_signature: Avoid cast from function pointer to void*Andreas Rheinhardt
2020-08-27avfilter/vf_signature: Fix leak of string upon errorAndreas Rheinhardt
2020-08-27avfilter/vf_signature: Fix leak of inpads' namesAndreas Rheinhardt
2020-08-27avfilter/af_afir: Avoid allocating AVFilterPad namesAndreas Rheinhardt
2020-08-27avfilter/af_aiir: Fix segfault and leak upon allocation failureAndreas Rheinhardt
2020-08-27avfilter/avf_aphasemeter: Don't allocate outpad namesAndreas Rheinhardt
2020-08-27avfilter/vf_bm3d: Don't allocate inpad namesAndreas Rheinhardt
2020-08-27avfilter/f_ebur128: Don't allocate outpad namesAndreas Rheinhardt
2020-08-27avfilter/vf_decimate: Don't allocate inpad namesAndreas Rheinhardt
2020-08-27avfilter/vf_fieldmatch: Don't allocate inpad namesAndreas Rheinhardt
2020-08-27avfilter/vf_premultiply: Fix leak of names of inpadsAndreas Rheinhardt
2020-08-27avfilter/af_anequalizer: Don't allocate outpad namesAndreas Rheinhardt
2020-08-27avfilter/af_anequalizer: Fix memleak when inserting pad failsAndreas Rheinhardt
2020-08-27avcodec/x86/cfhddsp: try to fix build on x32Paul B Mahol