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
2021-10-03fftools/ffmpeg, doc/examples: Remove redundant av_packet_unrefAndreas Rheinhardt
2021-10-02fftools/ffmpeg_opt: Remove write-only variableAndreas Rheinhardt
2021-09-21ffmpeg_filter: don't try to autorotate frames with hwaccel pixel formatsJames Almer
2021-09-20fftools/ffmpeg_opt: Add missing AV_OPT_SEARCH_FAKE_OBJAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-20avfilter/vf_subtitles, fftools/ffmpeg: Don't set sub_text_formatAndreas Rheinhardt
2021-09-20fftools/cmdutils: Don't report AV_CODEC_CAP_TRUNCATEDAndreas Rheinhardt
2021-09-16ffmpeg: take into account image flipping in the display matrixJames Almer
2021-09-16ffmpeg: use display matrix frame side data for autorotationJames Almer
2021-09-16cmdutils: round rotation value to nearest integerJames Almer
2021-09-14fftools/ffprobe: Don't access AVProgram.(start|end)_timeAndreas Rheinhardt
2021-09-12ffmpeg_hw: make hardware selection for filters more user friendlyHaihao Xiang
2021-09-05fftools/cmdutils: Use %c, not %s to write a single charAndreas Rheinhardt
2021-09-05Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and ...Andreas Rheinhardt
2021-09-04ffmpeg: let AVFilterGraph parse the filter_threads optionJames Almer
2021-09-04fftools/cmdutils: Use %c, not %s, to write single charAndreas Rheinhardt
2021-09-04fftools/cmdutils: Don't access AV(In|Out)putformat.get_device_listAndreas Rheinhardt
2021-09-03fftools/ffmpeg: Remove unused fieldsAndreas Rheinhardt
2021-09-03fftools: Remove remnants of resample_optsAndreas Rheinhardt
2021-09-01fftools/cmdutils: Fix warning for initialization makes integer from pointer w...Limin Wang
2021-08-30Revert "fftools/ffmpeg_filter: fix the flags parsing for scaler"Linjie Fu
2021-08-29ffmpeg_filter: do not override -filter_threads with -threadsAnton Khirnov
2021-08-29ffmpeg: reset the dict iterator before useAnton Khirnov
2021-08-25fftools/ffmpeg_filter: silence valgrind warningPaul B Mahol
2021-08-24avcodec: add a Film Grain codec property flagJames Almer
2021-08-20fftools/cmdutils: Switch to avfilter_filter_pad_count()Andreas Rheinhardt
2021-08-20fftools/cmdutils: Use avfilter_pad_count() for AVFilter's number of padsAndreas Rheinhardt
2021-08-17ffmpeg_hw: Don't ignore key parameters when initializing a hw deviceHaihao Xiang
2021-08-11qsvdec: add support for HW_DEVICE_CTX methodHaihao Xiang
2021-08-11fftools/cmdutils: Use av_strstart() instead of strncmp()Andreas Rheinhardt
2021-08-08fftools/cmdutils: Remove unused cpu_countAndreas Rheinhardt
2021-08-07ffprobe: remove references to frame->pkt_ptsJames Almer
2021-08-07fftools/ffmpeg_filter: add a return at the end of non-void functionsJames Almer
2021-08-06ffprobe: Rename Audio Service Type 'type' field to 'service_type'Derek Buitenhuis
2021-08-05fftools/ffmpeg_filter: fix the flags parsing for scalerLinjie Fu
2021-08-05fftools: Don't set default swscale flags in ffmpeg/ffprobe/ffplayLinjie Fu
2021-08-01ffmpeg_opt: restore documented stream selection behaviourGyan Doshi
2021-07-25ffmpeg: fix order between field order autodetection and overrideJan Ekström
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-07-22Remove unnecessary mem.h inclusionsAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt
2021-07-20lavu/cpu: Use av_cpu_ prefixThilo Borgmann
2021-07-19fftools/ffmpeg: Fix runlength for strncmp()Thilo Borgmann
2021-07-19ffmpeg: delay readrate enforcement for decoded streamsGyan Doshi
2021-07-18fftools/ffmpeg: Fix declaration-after-statement warningAndreas Rheinhardt
2021-07-18fftools/ffmpeg: fix -t inaccurate recording timeShiwang.Xie
2021-07-17ffmpeg: add option readrateGyan Doshi
2021-07-16fftools/cmdutils.c: Add cmd line option to override detection of cpu count.Thilo Borgmann
2021-07-16fftools/ffmpeg: Add new variant source_no_drop to the force_key_frames optionKeyun Tong