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-12-07ffmpeg: move setting video sync method to new_video_stream()Anton Khirnov
2021-12-07ffmpeg: deprecate passing numbers to -vsyncAnton Khirnov
2021-12-07ffmpeg: change vsync value to an enumAnton Khirnov
2021-12-07fftools/ffmpeg_opt: Improve alloc/truncation checks when reading linesAndreas Rheinhardt
2021-12-07fftools/ffmpeg_opt: Improve checks for truncation/alloc errorAndreas Rheinhardt
2021-12-05fftools/ffmpeg: Avoid allocating+freeing frame, check allocationsAndreas Rheinhardt
2021-12-05fftools/cmdutils: Make allocate_array_elem() return ptr to new elementAndreas Rheinhardt
2021-12-05fftools/ffmpeg_(filter|opt): Use dedicated pointer for array elem accessAndreas Rheinhardt
2021-12-05fftools/cmdutils: Atomically add elements to list of pointers, fix crashAndreas Rheinhardt
2021-12-04ffmpeg: make -bits_per_raw_sample a per-output-stream optionAnton Khirnov
2021-11-30fftools/ffmpeg_opt: Don't set source_index redundantlyAndreas Rheinhardt
2021-11-30fftools/ffmpeg_opt: Don't duplicate array unnecessarilyAndreas Rheinhardt
2021-11-29ffmpeg: remove ffmpeg_videotoolboxrcombs
2021-11-26fftools/ffmpeg: Take type limitations of AVFifo API into accountAndreas Rheinhardt
2021-11-23ffmpeg: drop -isync, which did nothing since 2012Anton Khirnov
2021-11-23ffmpeg: drop -sameq/-samequant optionsAnton Khirnov
2021-11-23ffmpeg: drop the -tvstd optionAnton Khirnov
2021-11-23ffmpeg: drop the -vc optionAnton Khirnov
2021-11-23ffmpeg: drop the -deinterlace optionAnton Khirnov
2021-11-23ffmpeg: drop the -intra optionAnton Khirnov
2021-11-20fftools/ffmpeg: Avoid temporary frameAndreas Rheinhardt
2021-11-19ffmpeg: Allocate InputStream.decoded_frame earlyJames Almer
2021-11-19ffmpeg: Allocate (In|Out)putStream.filter_frame earlyJames Almer
2021-11-18fftools: Constify values from av_dict_get()Chad Fraleigh
2021-11-18ffmpeg: fix loosing gaps between audio frame timestamps when filteringPaul B Mahol
2021-11-16ffmpeg: rewrite setting the stream dispositionAnton Khirnov
2021-11-10fftools/ffmpeg_opt: Fix copyinkf option name in warning messageAndreas Rheinhardt
2021-10-08fftools/ffmpeg, ffmpeg_opt: Allocate (In|Out)putStream.pkt earlyAndreas Rheinhardt
2021-10-02fftools/ffmpeg_opt: Remove write-only variableAndreas Rheinhardt
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-04ffmpeg: let AVFilterGraph parse the filter_threads optionJames Almer
2021-09-03fftools: Remove remnants of resample_optsAndreas Rheinhardt
2021-08-11qsvdec: add support for HW_DEVICE_CTX methodHaihao Xiang
2021-08-01ffmpeg_opt: restore documented stream selection behaviourGyan Doshi
2021-07-22avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt
2021-07-17ffmpeg: add option readrateGyan Doshi
2021-07-11ffmpeg: add option recast_mediaGyan Doshi
2021-06-05fftools/ffmpeg: remove usage of internal timestamp AVStream fieldsJames Almer
2021-05-02ffmpeg: stop accessing private AVStream.codec_info_nb_framesJames Almer
2021-04-27avformat: remove deprecated AVStream.codecJames Almer
2021-04-27avformat/avformat: Constify AVFormatContext.*_codec pointersAndreas Rheinhardt
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2021-03-17fftools/ffmpeg: use av_packet_alloc() to allocate packetsJames Almer
2021-03-02fftools: Switch to const AVCodec * where possibleAndreas Rheinhardt
2021-02-05ffmpeg: add -fpsmax to clamp output framerateGyan Doshi
2021-02-05avformat/mxfenc: prefer to use the configured metadataLimin Wang
2021-01-21ffmpeg_opts: remove lowres checkJames Almer
2021-01-10doc/ffmpeg: document max_error_rateGyan Doshi
2021-01-01Mark some pointers as constAndreas Rheinhardt