summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
Commit message (Expand)AuthorAge
* ffmpeg: add option -isyncGyan Doshi2022-07-14
* fftools/ffmpeg: change frame counters to 64 bitMarton Balint2022-06-27
* ffmpeg: add option fps_modeGyan Doshi2022-06-11
* fftools/ffmpeg: stop using AVStream.nb_frames in do_video_stats()Anton Khirnov2022-05-24
* fftools/ffmpeg: store output format separately from the muxer contextAnton Khirnov2022-04-13
* fftools/ffmpeg: move freeing the output file to ffmpeg_mux.cAnton Khirnov2022-04-13
* fftools/ffmpeg: move writing the trailer to ffmpeg_mux.cAnton Khirnov2022-04-13
* fftools/ffmpeg: move some muxing-related code into a separate fileAnton Khirnov2022-04-13
* fftools/ffmpeg: store the output file index in OutputFileAnton Khirnov2022-04-13
* fftools/ffmpeg: stop using OutputStream.frame_number for streamcopyAnton Khirnov2022-04-13
* ffmpeg: replace custom channel_layout code with an SpecifierOpt based oneJames Almer2022-03-22
* ffmpeg: convert to new channel layout-APIJames Almer2022-03-15
* ffmpeg: ensure a keyframe was not seen before skipping packetsJames Almer2022-02-28
* ffmpeg: flush delayed frames in codec copy scenariosJames Almer2022-02-28
* ffmpeg: switch to new FIFO APIAnton Khirnov2022-02-07
* ffmpeg: move setting video sync method to new_video_stream()Anton Khirnov2021-12-07
* ffmpeg: change vsync value to an enumAnton Khirnov2021-12-07
* ffmpeg: only copy bits_per_sample from decoder when it remains validAnton Khirnov2021-12-04
* ffmpeg: make -bits_per_raw_sample a per-output-stream optionAnton Khirnov2021-12-04
* fftools/ffmpeg_opt: Don't duplicate array unnecessarilyAndreas Rheinhardt2021-11-30
* ffmpeg: remove ffmpeg_videotoolboxrcombs2021-11-28
* fftools/ffmpeg: Avoid temporary frameAndreas Rheinhardt2021-11-20
* ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStreamJames Almer2021-11-19
* ffmpeg: remove unused hwaccel_get_buffer function pointerJames Almer2021-11-19
* ffmpeg: fix loosing gaps between audio frame timestamps when filteringPaul B Mahol2021-11-18
* ffmpeg: use display matrix frame side data for autorotationJames Almer2021-09-16
* ffmpeg: let AVFilterGraph parse the filter_threads optionJames Almer2021-09-04
* fftools/ffmpeg: Remove unused fieldsAndreas Rheinhardt2021-09-03
* fftools: Remove remnants of resample_optsAndreas Rheinhardt2021-09-03
* qsvdec: add support for HW_DEVICE_CTX methodHaihao Xiang2021-08-11
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-22
* ffmpeg: add option readrateGyan Doshi2021-07-17
* fftools/ffmpeg: Add new variant source_no_drop to the force_key_frames optionKeyun Tong2021-07-16
* fftools/ffmpeg: remove usage of internal timestamp AVStream fieldsJames Almer2021-06-04
* 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
* fftools/ffmpeg_filter: Make functions only used locally staticAndreas Rheinhardt2021-02-02
* fftools/ffmpeg_filter: Remove ist_in_filtergraphAndreas Rheinhardt2021-02-02
* fftools/ffmpeg_filter: Remove choose_sample_fmtAndreas Rheinhardt2021-02-02
* ffmpeg: add option stats_periodGyan Doshi2020-12-23
* ffmpeg: add a data size threshold for muxing queue sizeJan Ekström2020-10-29
* fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt2020-09-11
* ffmpeg: add auto_conversion_filters option.Nicolas George2020-09-08
* fftools/ffmpeg_filter: add -autoscale to disable/enable the default scaleLinjie Fu2020-06-18
* fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which...Marton Balint2020-05-26
* fftools/ffmpeg: use a bsf list instead of individual bsfsMarton Balint2020-05-02
* ffmpeg: Remove the hw_device_ctx globalMark Thompson2020-04-26
* ffmpeg: Make filter hardware device selection clearerMark Thompson2020-04-26
* ffmpeg: explicitly handle sub2video subpicture initializationJan Ekström2020-03-16