summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
* fftools/ffmpeg_demux, sync_queue: Constify a bitAndreas Rheinhardt2024-03-02
* fftools/ffmpeg: remove options deprecated before 6.0Anton Khirnov2024-03-01
* fftools/ffplay: Fix output color_spaces of filterZhao Zhili2024-03-01
* fftools/ffmpeg_mux: Fix use of uninitialized variableAndreas Rheinhardt2024-02-25
* fftools/ffprobe: Use int64_t instead of long long intAndreas Rheinhardt2024-02-25
* fftools/ffprobe: Simplify printing xml valuesAndreas Rheinhardt2024-02-25
* fftools/ffprobe: Constify printing section headerAndreas Rheinhardt2024-02-25
* fftools/ffprobe: Don't cast const away needlesslyAndreas Rheinhardt2024-02-25
* fftools/ffmpeg_sched: remove a triggerable assert in send_to_enc_sq()Anton Khirnov2024-02-24
* fftools/ffmpeg_sched: simplify failure path in sch_dec_send()Anton Khirnov2024-02-24
* fftools/ffmpeg: declare loop indices inside loopsAnton Khirnov2024-02-24
* fftools/cmdutils: remove harmful variable shadowingAnton Khirnov2024-02-24
* fftools/ffmpeg: cosmetics, vertically align structsAnton Khirnov2024-02-21
* fftools/ffmpeg: move subtitle helpers to ffmpeg_dec, their only userAnton Khirnov2024-02-21
* fftools/ffmpeg_filter: pass framerate through InputFilterOptionsAnton Khirnov2024-02-21
* fftools/ffmpeg_filter: pass autorotate/reinit flags through InputFilterOptionsAnton Khirnov2024-02-21
* fftools/ffmpeg_filter: pass sub2video canvas size through InputFilterOptionsAnton Khirnov2024-02-21
* fftools/ffmpeg_filter: accept a name from its upstream inputAnton Khirnov2024-02-21
* fftools/ffmpeg_filter: compute input trim start/end in demuxerAnton Khirnov2024-02-21
* fftools/ffmpeg_filter: stop taking display matrix from global side dataAnton Khirnov2024-02-21
* fftools/ffmpeg_mux_init: Fix attachment_filename use-after-freeAndreas Rheinhardt2024-02-18
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* fftools/ffplay: constrain supported YUV color spacesNiklas Haas2024-02-09
* fftools/ffmpeg_demux: set stream index right before sending packet to schedulerAnton Khirnov2024-02-09
* fftools/cmdutils: Don't cast const awayAndreas Rheinhardt2024-02-09
* fftools/ffmpeg_mux: fix terminating muxer on streamcopy with -tAnton Khirnov2024-02-05
* avcodec: add ambient viewing environment packet side data.Damiano Galassi2024-02-04
* fftools/ffmpeg: use correct unit prefix symbol for binary scaled byte values王昊然2024-02-03
* fftools/ffmpeg_filter: simplify buffersrc arg printingNiklas Haas2024-02-02
* fftools/ffplay: add missing YUV metadata to buffersrcNiklas Haas2024-02-02
* fftools/ffmpeg: cosmetics, vertically align Input{File,Stream}Anton Khirnov2024-01-30
* fftools/ffmpeg: make InputStream.decoder_opts private to demuxerAnton Khirnov2024-01-30
* fftools/ffmpeg: make InputStream.decoding_needed private to demuxerAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: eliminate all remaining InputStream usesAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: stop passing InputStream to dec_open()Anton Khirnov2024-01-30
* fftools/ffmpeg_dec: remove unnecessary InputStream argumentsAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: pass AVCodecParameters through DecoderOptsAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: pass AVCodec through DecoderOptsAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: eliminate InputStream use in hw_device_setup_for_decode()Anton Khirnov2024-01-30
* fftools/ffmpeg_dec: pass decoder name through DecoderOptsAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: pass top_field_first through DecoderOptsAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: pass input timebase through DecoderOptsAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: move setting compute_edt to demuxerAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: pass forced/estimated framerate though DecoderOptsAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: move flags to DecoderOptsAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: pass hwaccel options to the decoder in a separate structAnton Khirnov2024-01-30
* fftools/ffmpeg: move hwaccel_retrieve_data() from ffmpeg_hw to ffmpeg_decAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: replace InputFile.format_nots with a decoder flagAnton Khirnov2024-01-30
* fftools/ffmpeg: refactor disabling decoder threading for attached picturesAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: stop accesing InputStream.fix_sub_durationAnton Khirnov2024-01-30