aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg.h
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: ensure a keyframe was not seen before skipping packetsJames Almer2022-02-281-0/+1
* ffmpeg: flush delayed frames in codec copy scenariosJames Almer2022-02-281-0/+1
* ffmpeg: switch to new FIFO APIAnton Khirnov2022-02-071-3/+3
* ffmpeg: move setting video sync method to new_video_stream()Anton Khirnov2021-12-071-0/+1
* ffmpeg: change vsync value to an enumAnton Khirnov2021-12-071-7/+9
* ffmpeg: only copy bits_per_sample from decoder when it remains validAnton Khirnov2021-12-041-0/+3
* ffmpeg: make -bits_per_raw_sample a per-output-stream optionAnton Khirnov2021-12-041-0/+3
* fftools/ffmpeg_opt: Don't duplicate array unnecessarilyAndreas Rheinhardt2021-11-301-3/+4
* ffmpeg: remove ffmpeg_videotoolboxrcombs2021-11-281-10/+0
* fftools/ffmpeg: Avoid temporary frameAndreas Rheinhardt2021-11-201-1/+0
* ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStreamJames Almer2021-11-191-1/+0
* ffmpeg: remove unused hwaccel_get_buffer function pointerJames Almer2021-11-191-1/+0
* ffmpeg: fix loosing gaps between audio frame timestamps when filteringPaul B Mahol2021-11-181-0/+1
* ffmpeg: use display matrix frame side data for autorotationJames Almer2021-09-161-0/+1
* ffmpeg: let AVFilterGraph parse the filter_threads optionJames Almer2021-09-041-1/+1
* fftools/ffmpeg: Remove unused fieldsAndreas Rheinhardt2021-09-031-3/+0
* fftools: Remove remnants of resample_optsAndreas Rheinhardt2021-09-031-1/+0
* qsvdec: add support for HW_DEVICE_CTX methodHaihao Xiang2021-08-111-1/+0
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* ffmpeg: add option readrateGyan Doshi2021-07-171-0/+2
* fftools/ffmpeg: Add new variant source_no_drop to the force_key_frames optionKeyun Tong2021-07-161-0/+1
* fftools/ffmpeg: remove usage of internal timestamp AVStream fieldsJames Almer2021-06-041-0/+1
* fftools/ffmpeg: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-0/+4
* fftools: Switch to const AVCodec * where possibleAndreas Rheinhardt2021-03-021-2/+2
* ffmpeg: add -fpsmax to clamp output framerateGyan Doshi2021-02-051-0/+3
* fftools/ffmpeg_filter: Make functions only used locally staticAndreas Rheinhardt2021-02-021-7/+0
* fftools/ffmpeg_filter: Remove ist_in_filtergraphAndreas Rheinhardt2021-02-021-1/+0
* fftools/ffmpeg_filter: Remove choose_sample_fmtAndreas Rheinhardt2021-02-021-1/+0
* ffmpeg: add option stats_periodGyan Doshi2020-12-231-0/+1
* ffmpeg: add a data size threshold for muxing queue sizeJan Ekström2020-10-291-0/+11
* fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt2020-09-111-2/+3
* ffmpeg: add auto_conversion_filters option.Nicolas George2020-09-081-0/+1
* fftools/ffmpeg_filter: add -autoscale to disable/enable the default scaleLinjie Fu2020-06-181-0/+3
* fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which...Marton Balint2020-05-261-1/+2
* fftools/ffmpeg: use a bsf list instead of individual bsfsMarton Balint2020-05-021-2/+1
* ffmpeg: Remove the hw_device_ctx globalMark Thompson2020-04-261-1/+0
* ffmpeg: Make filter hardware device selection clearerMark Thompson2020-04-261-0/+1
* ffmpeg: explicitly handle sub2video subpicture initializationJan Ekström2020-03-161-1/+2
* ffmpeg: remove superfluous custom cuvid hwaccelJames Almer2020-03-031-2/+0
* ffmpeg_hw: Mark some strings as constMark Thompson2019-06-021-1/+1
* fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabledVishwanath Dixit2018-06-041-0/+1
* ffmpeg: remove dead call to av_parser_change()James Almer2018-03-231-3/+0
* ffmpeg: use thread wrappers for the thread message functionalityJames Almer2018-01-041-5/+2
* ffmpeg: Use codec hardware config to configure hwaccelsMark Thompson2017-11-261-7/+2
* h264dec: add a NVDEC hwaccelAnton Khirnov2017-11-101-0/+1
* ffmpeg: add -bitexact flag to simplify enabling bitexact mode in (de)muxer an...Michael Niedermayer2017-10-231-0/+1
* lavc: drop VDAClément Bœsch2017-10-231-2/+0
* ffmpeg: remove hwaccel_lax_profile_check optionJun Zhao2017-10-161-1/+0
* Merge commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524'James Almer2017-10-011-0/+679