summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_dec.c
Commit message (Expand)AuthorAge
* fftools/ffmpeg: add loopback decodingAnton Khirnov2024-03-13
* fftools/ffmpeg: remove unncessary casts for *_thread() return valuesAnton Khirnov2024-03-13
* fftools/ffmpeg: simplify propagating fallback parameters from decoders to fil...Anton Khirnov2024-03-13
* fftools/ffmpeg_dec: factor opening the decoder out of dec_open()Anton Khirnov2024-03-13
* fftools/ffmpeg_dec: move scheduler registration from dec_open() to dec_alloc()Anton Khirnov2024-03-13
* fftools/ffmpeg: declare loop indices inside loopsAnton 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_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
* fftools/ffmpeg_dec: override video SAR with AVCodecParameters valueAnton Khirnov2024-01-30
* fftools/ffmpeg: move decoder existence check to a more appropriate placeAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: drop a useless log messageAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: drop useless and racy codeAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: move decoding counters from InputStream to DecoderAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: pass decoder options as an argument to dec_open()Anton Khirnov2024-01-30
* fftools/ffmpeg_dec: add an AVClass to DecoderAnton Khirnov2024-01-30
* fftools/ffmpeg: make decoding AVCodecContext private to the decoderAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: export subtitle_header in DecoderAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: split Decoder into a private and public partAnton Khirnov2024-01-30
* fftools/ffmpeg: replace InputStream.file_index by a pointerAnton Khirnov2023-12-14
* fftools/ffmpeg: attach wallclock timing information to packets and framesAnton Khirnov2023-12-14
* fftools/ffmpeg: convert to a threaded architectureAnton Khirnov2023-12-12
* fftools/ffmpeg: add thread-aware transcode scheduling infrastructureAnton Khirnov2023-12-12
* fftools/ffmpeg_filter: move filtering to a separate threadAnton Khirnov2023-12-12
* fftools/ffmpeg: rework keeping track of file duration for -stream_loopAnton Khirnov2023-11-14
* fftools/ffmpeg: move a few inline function into a new headerAnton Khirnov2023-11-14
* fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formatsAnton Khirnov2023-10-03
* fftools/ffmpeg: deprecate the -top optionAnton Khirnov2023-09-18
* fftools/ffmpeg: return an error from assert_avoptions() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_dec: drop redundant handling of AVERROR_EXPERIMENTALAnton Khirnov2023-07-20
* fftools/ffmpeg_dec: return error codes from dec_packet() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg: add more structure to FrameDataAnton Khirnov2023-07-15
* fftools/ffmpeg_enc: return errors from enc_subtitle() instead of abortingAnton Khirnov2023-07-15
* fftools/ffmpeg: pass subtitle decoder dimensions to sub2videoAnton Khirnov2023-06-19