summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavc/pthread_frame: add support for thread-safe hwaccelshwaccel_threadAnton Khirnov2023-05-05
* lavc/decode: stop duplicating code from hwaccel_uninit()Anton Khirnov2023-05-05
* lavc/decode: pass AVHWAccel instead of AVCodecHWConfigInternal to hwaccel_init()Anton Khirnov2023-05-05
* lavf/av1dec: stop setting codec context framerateAnton Khirnov2023-05-05
* lavf/av1dec: mark as notimestampsAnton Khirnov2023-05-05
* lavf/rawdec: stop setting codec context framerateAnton Khirnov2023-05-05
* lavf/demux: use avg_frame_rate for packet durations for notimestamps formatsAnton Khirnov2023-05-05
* lavc/tak: do not store invalid values in stream infoAnton Khirnov2023-05-05
* lavc/tak: make ff_tak_parse_streaminfo staticAnton Khirnov2023-05-05
* avfilter/vf_coreimage: add missing semicolonJames Almer2023-05-04
* avutil/version: bump minor after recent changesJames Almer2023-05-04
* avutil/frame: deprecate key_frameJames Almer2023-05-04
* fftools: use the new AVFrame keyframe flagJames Almer2023-05-04
* avfilter: use the new AVFrame key_frame flag in all filtersJames Almer2023-05-04
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avutil/frame: add a keyframe flag to AVFrameJames Almer2023-05-04
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-04
* fftools: use the new AVFrame interlace flagsJames Almer2023-05-04
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-04
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-04
* avutil/frame: add new interlaced and top_field_first flagsJames Almer2023-05-04
* avcodec/options_table: reorder nokey after nointraZhao Zhili2023-05-04
* avcodec/hevcdec: remove unused variables from hls_slice_dataZhao Zhili2023-05-04
* avcodec/avcodec: fix UB NULL+0Zhao Zhili2023-05-04
* doc/filters/libplacebo: fix outdated/wrong noteNiklas Haas2023-05-03
* avfilter/vf_libplacebo: add flexible crop exprsNiklas Haas2023-05-03
* avfilter/vf_libplacebo: add fillcolor optionNiklas Haas2023-05-03
* avfilter/af_afreqshift: cache nb_coeffs valuePaul B Mahol2023-05-03
* riscv/intmath: use builtins for counting onesRémi Denis-Courmont2023-05-02
* riscv/bswap: use compiler builtinsRémi Denis-Courmont2023-05-02
* fftools/ffmpeg: always use the same path for setting InputStream.[next_]dtsAnton Khirnov2023-05-02
* fftools/ffmpeg: constify packets passed to decode*()Anton Khirnov2023-05-02
* fftools/ffmpeg: drop InputStream.[next_]ptsAnton Khirnov2023-05-02
* fftools/ffmpeg_filter: stop using InputStream.pts for filter EOF tsAnton Khirnov2023-05-02
* fftools/ffmpeg: stop using InputStream.pts for generating video timestampsAnton Khirnov2023-05-02
* fftools/ffmpeg: rework audio-decode timestamp handlingAnton Khirnov2023-05-02
* fftools/ffmpeg: set AVFrame.time_base for decoded framesAnton Khirnov2023-05-02
* fftools/ffmpeg: stop using packet pts for decoded audio frame ptsAnton Khirnov2023-05-02
* fftools/ffmpeg_filter: use correct timebase for filter EOF timestampAnton Khirnov2023-05-02
* fftools/ffmpeg_filter: keep track of filtergraph input timebaseAnton Khirnov2023-05-02
* fftools/ffmpeg_filter: add InputFilter private dataAnton Khirnov2023-05-02
* fftools/ffmpeg_filter: factorize allocating InputFilterAnton Khirnov2023-05-02
* fftools/ffmpeg_filter: make graph_desc privateAnton Khirnov2023-05-02
* fftools/ffmpeg_filter: add filtergraph private dataAnton Khirnov2023-05-02
* fftools/ffmpeg_filter: make ifilter_parameters_from_frame() staticAnton Khirnov2023-05-02
* fftools/ffmpeg: drop undocumented runtime debug-settingAnton Khirnov2023-05-02
* fftools/ffmpeg: move OutputStream.packets_encoded to EncoderAnton Khirnov2023-05-02
* fftools/ffmpeg: drop OutputStream.errorAnton Khirnov2023-05-02
* fftools/ffmpeg: drop OutputStream.pict_typeAnton Khirnov2023-05-02
* fftools/ffmpeg: reduce access to OutputStream.enc_ctxAnton Khirnov2023-05-02