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
2022-03-04avfilter/f_graphmonitor: add several more flagsPaul B Mahol
2022-03-04avfilter/f_ebur128: switch to activate()Paul B Mahol
2022-03-04configure: Fix detecting/using getauxvalMartin Storsjö
2022-03-04avfilter/asrc_sinc: check allocation return valuePaul B Mahol
2022-03-04avfilter/asrc_sinc: remove no longer correct (un)packPaul B Mahol
2022-03-03avcodec/tiff: do not abort on zero denominatorPaul B Mahol
2022-03-03avfilter/framepool: remove superfluous pallete buffer allocationJames Almer
2022-03-03avfilter/framepool: use av_image_fill_plane_sizes() to calculate pool sizesJames Almer
2022-03-03avfilter/vf_zscale: fix several issues in previous commitPaul B Mahol
2022-03-03avfilter/vf_zscale: add slice threading supportVictoria Zhislina
2022-03-03avfilter/vf_geq: add float formats supportPaul B Mahol
2022-03-03avfilter/avf_abitscope: add support for more input formatsPaul B Mahol
2022-03-03avfilter/avf_abitscope: refactor code & add trace modePaul B Mahol
2022-03-03doc/filters: correct default value of lut filtersGyan Doshi
2022-03-03avfilter/vf_maskedmerge: fix rounding when maskingPaul B Mahol
2022-03-03avfilter/vf_colorchannelmixer: add float formats supportPaul B Mahol
2022-03-03avfilter/vf_colorchannelmixer: refactor / add templatePaul B Mahol
2022-03-03fftools/ffmpeg: Don't presume frame_queue to have been allocatedAndreas Rheinhardt
2022-03-03fftools/ffmpeg_opt: Simplify adding complex filtergraphAndreas Rheinhardt
2022-03-03fftools/ffmpeg_opt: Simplify adding new input/output streamsAndreas Rheinhardt
2022-03-03avformat/avisynth: fix fallbacks for four framepropsStephen Hutchinson
2022-03-02avformat/mov: Disallow empty sidxMichael Niedermayer
2022-03-02lavfi/af_aformat: remove support for comma-separated listsNicolas George
2022-03-02avfilter/drawtext: change reload value to an intervalGyan Doshi
2022-03-02avcodec: [loongarch] Optimize Hevc_mc_uni/w with LSX.Lu Wang
2022-03-02avcodec: [loongarch] Optimize Hevc_mc_bi with LSX.Hao Chen
2022-03-02avcodec: [loongarch] Optimize Hevc_idct/lpf with LSX.Lu Wang
2022-03-02avcodec: [loongarch] Optimize Hevcdsp with LSX.Lu Wang
2022-03-02avutil: [loongarch] Update loongson_intrinsics.h to v1.1.0Hao Chen
2022-03-02doc/bitstream_filters: add missing entry for the time_base setts optionJames Almer
2022-03-01avfilter/vf_unsharp: add support for alpha formatsPaul B Mahol
2022-03-01avfilter/vf_v360: improve rounding in xyz_to_dfisheye()Paul B Mahol
2022-03-01avfilter/vf_chromanr: fix rounding of final outputPaul B Mahol
2022-03-01fftool/ffprobe: support for CUVA HDR Vivid metadataLimin Wang
2022-03-01avfilter: support for CUVA HDR Vivid metadataLimin Wang
2022-03-01avcodec: support for CUVA HDR Vivid metadataLimin Wang
2022-03-01avutil: support for CUVA Vivid HDR metadataLimin Wang
2022-03-01avfilter/af_dynaudnorm: reduce number of lines by using for (int ...Paul B Mahol
2022-03-01avfilter/af_dynaudnorm: use fmin/fmax for doublesPaul B Mahol
2022-03-01avfilter/af_dynaudnorm: add support for overlapping framesPaul B Mahol
2022-03-01avfilter/af_dynaudnorm: do not leak frame on errorPaul B Mahol
2022-02-28avcodec/setts_bsf: add an option to set output time baseJames Almer
2022-02-28avcodec/setts_bsf: stop repeatedly setting values that don't change between p...James Almer
2022-02-28doc/bitstream_filters: add missing entry for the duration setts optionJames Almer
2022-02-28avcodec/setts_bsf: add constants to modify packet durationJames Almer
2022-02-28avcodec/setts_bsf: add NEXT_PTS/DTS expression constantsJames Almer
2022-02-28ffmpeg: ensure a keyframe was not seen before skipping packetsJames Almer
2022-02-28ffmpeg: flush delayed frames in codec copy scenariosJames Almer
2022-02-28tools/target_bsf_fuzzer: simplify the loop feeding packets to the filterJames Almer
2022-02-28avformat/av1: reduce the scope of some variablesJames Almer