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