| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg: ensure a keyframe was not seen before skipping packets | James Almer | 2022-02-28 | 1 | -0/+1 |
* | ffmpeg: flush delayed frames in codec copy scenarios | James Almer | 2022-02-28 | 1 | -0/+1 |
* | ffmpeg: switch to new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -3/+3 |
* | ffmpeg: move setting video sync method to new_video_stream() | Anton Khirnov | 2021-12-07 | 1 | -0/+1 |
* | ffmpeg: change vsync value to an enum | Anton Khirnov | 2021-12-07 | 1 | -7/+9 |
* | ffmpeg: only copy bits_per_sample from decoder when it remains valid | Anton Khirnov | 2021-12-04 | 1 | -0/+3 |
* | ffmpeg: make -bits_per_raw_sample a per-output-stream option | Anton Khirnov | 2021-12-04 | 1 | -0/+3 |
* | fftools/ffmpeg_opt: Don't duplicate array unnecessarily | Andreas Rheinhardt | 2021-11-30 | 1 | -3/+4 |
* | ffmpeg: remove ffmpeg_videotoolbox | rcombs | 2021-11-28 | 1 | -10/+0 |
* | fftools/ffmpeg: Avoid temporary frame | Andreas Rheinhardt | 2021-11-20 | 1 | -1/+0 |
* | ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStream | James Almer | 2021-11-19 | 1 | -1/+0 |
* | ffmpeg: remove unused hwaccel_get_buffer function pointer | James Almer | 2021-11-19 | 1 | -1/+0 |
* | ffmpeg: fix loosing gaps between audio frame timestamps when filtering | Paul B Mahol | 2021-11-18 | 1 | -0/+1 |
* | ffmpeg: use display matrix frame side data for autorotation | James Almer | 2021-09-16 | 1 | -0/+1 |
* | ffmpeg: let AVFilterGraph parse the filter_threads option | James Almer | 2021-09-04 | 1 | -1/+1 |
* | fftools/ffmpeg: Remove unused fields | Andreas Rheinhardt | 2021-09-03 | 1 | -3/+0 |
* | fftools: Remove remnants of resample_opts | Andreas Rheinhardt | 2021-09-03 | 1 | -1/+0 |
* | qsvdec: add support for HW_DEVICE_CTX method | Haihao Xiang | 2021-08-11 | 1 | -1/+0 |
* | avcodec/avcodec: Stop including bsf.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | ffmpeg: add option readrate | Gyan Doshi | 2021-07-17 | 1 | -0/+2 |
* | fftools/ffmpeg: Add new variant source_no_drop to the force_key_frames option | Keyun Tong | 2021-07-16 | 1 | -0/+1 |
* | fftools/ffmpeg: remove usage of internal timestamp AVStream fields | James Almer | 2021-06-04 | 1 | -0/+1 |
* | fftools/ffmpeg: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -0/+4 |
* | fftools: Switch to const AVCodec * where possible | Andreas Rheinhardt | 2021-03-02 | 1 | -2/+2 |
* | ffmpeg: add -fpsmax to clamp output framerate | Gyan Doshi | 2021-02-05 | 1 | -0/+3 |
* | fftools/ffmpeg_filter: Make functions only used locally static | Andreas Rheinhardt | 2021-02-02 | 1 | -7/+0 |
* | fftools/ffmpeg_filter: Remove ist_in_filtergraph | Andreas Rheinhardt | 2021-02-02 | 1 | -1/+0 |
* | fftools/ffmpeg_filter: Remove choose_sample_fmt | Andreas Rheinhardt | 2021-02-02 | 1 | -1/+0 |
* | ffmpeg: add option stats_period | Gyan Doshi | 2020-12-23 | 1 | -0/+1 |
* | ffmpeg: add a data size threshold for muxing queue size | Jan Ekström | 2020-10-29 | 1 | -0/+11 |
* | fftools, libavcodec, libavfilter: Add const to some AVCodec * | Andreas Rheinhardt | 2020-09-11 | 1 | -2/+3 |
* | ffmpeg: add auto_conversion_filters option. | Nicolas George | 2020-09-08 | 1 | -0/+1 |
* | fftools/ffmpeg_filter: add -autoscale to disable/enable the default scale | Linjie Fu | 2020-06-18 | 1 | -0/+3 |
* | fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which... | Marton Balint | 2020-05-26 | 1 | -1/+2 |
* | fftools/ffmpeg: use a bsf list instead of individual bsfs | Marton Balint | 2020-05-02 | 1 | -2/+1 |
* | ffmpeg: Remove the hw_device_ctx global | Mark Thompson | 2020-04-26 | 1 | -1/+0 |
* | ffmpeg: Make filter hardware device selection clearer | Mark Thompson | 2020-04-26 | 1 | -0/+1 |
* | ffmpeg: explicitly handle sub2video subpicture initialization | Jan Ekström | 2020-03-16 | 1 | -1/+2 |
* | ffmpeg: remove superfluous custom cuvid hwaccel | James Almer | 2020-03-03 | 1 | -2/+0 |
* | ffmpeg_hw: Mark some strings as const | Mark Thompson | 2019-06-02 | 1 | -1/+1 |
* | fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabled | Vishwanath Dixit | 2018-06-04 | 1 | -0/+1 |
* | ffmpeg: remove dead call to av_parser_change() | James Almer | 2018-03-23 | 1 | -3/+0 |
* | ffmpeg: use thread wrappers for the thread message functionality | James Almer | 2018-01-04 | 1 | -5/+2 |
* | ffmpeg: Use codec hardware config to configure hwaccels | Mark Thompson | 2017-11-26 | 1 | -7/+2 |
* | h264dec: add a NVDEC hwaccel | Anton Khirnov | 2017-11-10 | 1 | -0/+1 |
* | ffmpeg: add -bitexact flag to simplify enabling bitexact mode in (de)muxer an... | Michael Niedermayer | 2017-10-23 | 1 | -0/+1 |
* | lavc: drop VDA | Clément Bœsch | 2017-10-23 | 1 | -2/+0 |
* | ffmpeg: remove hwaccel_lax_profile_check option | Jun Zhao | 2017-10-16 | 1 | -1/+0 |
* | Merge commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524' | James Almer | 2017-10-01 | 1 | -0/+679 |