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