aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg_dec.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-4/+1
* fftools/ffmpeg_dec: apply cropping manuallyAnton Khirnov2024-03-281-0/+14
* fftools/ffmpeg_{demux,dec}: pass -bitexact through DecoderFlagsAnton Khirnov2024-03-281-0/+2
* fftools/ffmpeg_dec: apply decoder options manuallyAnton Khirnov2024-03-281-7/+14
* ffmpeg: set extra_hw_frames to account for frames held in queuesMark Thompson2024-03-191-0/+13
* fftools/ffmpeg: add loopback decodingAnton Khirnov2024-03-131-3/+161
* fftools/ffmpeg: remove unncessary casts for *_thread() return valuesAnton Khirnov2024-03-131-3/+3
* fftools/ffmpeg: simplify propagating fallback parameters from decoders to fil...Anton Khirnov2024-03-131-11/+25
* fftools/ffmpeg_dec: factor opening the decoder out of dec_open()Anton Khirnov2024-03-131-29/+32
* fftools/ffmpeg_dec: move scheduler registration from dec_open() to dec_alloc()Anton Khirnov2024-03-131-24/+27
* fftools/ffmpeg: declare loop indices inside loopsAnton Khirnov2024-02-241-7/+4
* fftools/ffmpeg: cosmetics, vertically align structsAnton Khirnov2024-02-211-19/+19
* fftools/ffmpeg: move subtitle helpers to ffmpeg_dec, their only userAnton Khirnov2024-02-211-0/+120
* fftools/ffmpeg_dec: eliminate all remaining InputStream usesAnton Khirnov2024-01-301-7/+9
* fftools/ffmpeg_dec: stop passing InputStream to dec_open()Anton Khirnov2024-01-301-18/+32
* fftools/ffmpeg_dec: remove unnecessary InputStream argumentsAnton Khirnov2024-01-301-21/+14
* fftools/ffmpeg_dec: pass AVCodecParameters through DecoderOptsAnton Khirnov2024-01-301-2/+2
* fftools/ffmpeg_dec: pass AVCodec through DecoderOptsAnton Khirnov2024-01-301-1/+1
* fftools/ffmpeg_dec: eliminate InputStream use in hw_device_setup_for_decode()Anton Khirnov2024-01-301-7/+8
* fftools/ffmpeg_dec: pass decoder name through DecoderOptsAnton Khirnov2024-01-301-6/+11
* fftools/ffmpeg_dec: pass top_field_first through DecoderOptsAnton Khirnov2024-01-301-1/+1
* fftools/ffmpeg_dec: pass input timebase through DecoderOptsAnton Khirnov2024-01-301-4/+1
* fftools/ffmpeg_dec: move setting compute_edt to demuxerAnton Khirnov2024-01-301-9/+0
* fftools/ffmpeg_dec: pass forced/estimated framerate though DecoderOptsAnton Khirnov2024-01-301-5/+10
* fftools/ffmpeg_dec: move flags to DecoderOptsAnton Khirnov2024-01-301-2/+2
* fftools/ffmpeg_dec: pass hwaccel options to the decoder in a separate structAnton Khirnov2024-01-301-30/+37
* fftools/ffmpeg: move hwaccel_retrieve_data() from ffmpeg_hw to ffmpeg_decAnton Khirnov2024-01-301-0/+42
* fftools/ffmpeg_dec: replace InputFile.format_nots with a decoder flagAnton Khirnov2024-01-301-4/+4
* fftools/ffmpeg: refactor disabling decoder threading for attached picturesAnton Khirnov2024-01-301-3/+0
* fftools/ffmpeg_dec: stop accesing InputStream.fix_sub_durationAnton Khirnov2024-01-301-4/+9
* fftools/ffmpeg_dec: override video SAR with AVCodecParameters valueAnton Khirnov2024-01-301-2/+7
* fftools/ffmpeg: move decoder existence check to a more appropriate placeAnton Khirnov2024-01-301-7/+0
* fftools/ffmpeg_dec: drop a useless log messageAnton Khirnov2024-01-301-12/+0
* fftools/ffmpeg_dec: drop useless and racy codeAnton Khirnov2024-01-301-15/+0
* fftools/ffmpeg_dec: move decoding counters from InputStream to DecoderAnton Khirnov2024-01-301-8/+8
* fftools/ffmpeg_dec: pass decoder options as an argument to dec_open()Anton Khirnov2024-01-301-8/+9
* fftools/ffmpeg_dec: add an AVClass to DecoderAnton Khirnov2024-01-301-34/+58
* fftools/ffmpeg: make decoding AVCodecContext private to the decoderAnton Khirnov2024-01-301-34/+56
* fftools/ffmpeg_dec: export subtitle_header in DecoderAnton Khirnov2024-01-301-0/+3
* fftools/ffmpeg_dec: split Decoder into a private and public partAnton Khirnov2024-01-301-92/+101
* fftools/ffmpeg: replace InputStream.file_index by a pointerAnton Khirnov2023-12-141-5/+5
* fftools/ffmpeg: attach wallclock timing information to packets and framesAnton Khirnov2023-12-141-2/+12
* fftools/ffmpeg: convert to a threaded architectureAnton Khirnov2023-12-121-244/+69
* fftools/ffmpeg: add thread-aware transcode scheduling infrastructureAnton Khirnov2023-12-121-2/+8
* fftools/ffmpeg_filter: move filtering to a separate threadAnton Khirnov2023-12-121-28/+11
* fftools/ffmpeg: rework keeping track of file duration for -stream_loopAnton Khirnov2023-11-141-11/+5
* fftools/ffmpeg: move a few inline function into a new headerAnton Khirnov2023-11-141-0/+1
* fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formatsAnton Khirnov2023-10-031-1/+7
* fftools/ffmpeg: deprecate the -top optionAnton Khirnov2023-09-181-1/+5
* fftools/ffmpeg: return an error from assert_avoptions() instead of abortingAnton Khirnov2023-07-201-1/+4