116747 Commits (a83a30e899099ec76a3570c07ee40b013dbfd409)
 

Author SHA1 Message Date
Anton Khirnov a83a30e899 lavfi: move ff_parse_{sample_rate,channel_layout}() to audio.[ch] 4 months ago
Anton Khirnov f4bfdf7893 lavfi: move ff_parse_pixel_format() to vf_format, its only caller 4 months ago
Anton Khirnov 1afe42852b lavfi/internal: move functions used by filters to filters.h 4 months ago
Rémi Denis-Courmont d8fb44c0aa lavc/mpegvideoencdsp: R-V V add_8x8basis 4 months ago
Rémi Denis-Courmont 1907dd7f23 lavc/mpegvideoencdsp: R-V V try_8x8basis 4 months ago
Rémi Denis-Courmont 0fd37c00d7 lavc/mpegvideoencdsp: R-V V pix_norm1 4 months ago
Rémi Denis-Courmont 63d016aea5 lavc/mpegvideoencdsp: R-V V pix_sum 4 months ago
Anton Khirnov 631a725670 lavc/hevcdec: call ff_thread_finish_setup() even if hwaccel is in use 4 months ago
Anton Khirnov 4b9adb35b6 lavc/hevcdec: simplify output logic 4 months ago
Anton Khirnov 79afc45c03 lavc/hevcdec: use a ContainerFifo to hold frames scheduled for output 4 months ago
Anton Khirnov 4bda7f288c lavc/videotoolbox: drop HEVC cropping from start_frame rather than end_frame 4 months ago
Anton Khirnov 6174818252 lavc: add private container FIFO API 4 months ago
Anton Khirnov 2fdecbb239 lavc/hevcdec: switch to receive_frame() 4 months ago
sunyuechi 4e7b5ac48f lavc/vp9dsp: R-V V mc bilin hv 4 months ago
sunyuechi 9edd2e723b lavc/vp9dsp: R-V V mc bilin h v 4 months ago
Marvin Scholz 8f36c6f2e7
MAINTAINERS: add CC preference for myself 4 months ago
Michael Niedermayer 7e5410eadb
avformat/iamf_parse: clear padding 5 months ago
Michael Niedermayer 67947f2a1c
avcodec/hevc/ps: use unsigned shift 5 months ago
Michael Niedermayer 043875941f
avcodec/cbs_h265_syntax_template: 5 months ago
Michael Niedermayer 8657eb9c3f
avcodec/avcodec: Warn about data returned from get_buffer*() 5 months ago
Dale Curtis 4230379835
avformat/mov: Fix nullptr dereference with invalid encryption metadata. 5 months ago
Ramiro Polla 181cd260db swscale/aarch64/yuv2rgb: add neon yuv42{0,2}p -> gbrp unscaled colorspace converters 5 months ago
Ramiro Polla 8744764a4c swscale/x86/yuv2rgb: add ssse3 yuv42{0,2}p -> gbrp unscaled colorspace converters 5 months ago
Ramiro Polla 4545205a26 swscale/yuv2rgb: add yuv42{0,2}p -> gbrp unscaled colorspace converters 5 months ago
Ramiro Polla af5adf57e3 swscale/yuv2rgb: prepare YUV2RGBFUNC macro for multi-planar rgb 5 months ago
Ramiro Polla 24063e7827 swscale/yuv2rgb: prepare LOADCHROMA/PUTFUNC macros for multi-planar rgb 5 months ago
Ramiro Polla 5c1c0325cd avcodec/aarch64/me_cmp: add dotprod implementations of sse16 and vsse_intra16 5 months ago
Dale Curtis a31106d849 lavf/demux: don't reallocate a AVCodecContext when closing a non-open codec. 5 months ago
sfan5 c779766b5c avcodec/mediacodecdec: call MediaCodec.stop on close 5 months ago
Timo Rothenpieler 817c6a6762 avformat/hlsenc: correctly reset subtitle stream counter per-varstream 5 months ago
James Almer 211c88b9d5 avfilter/f_zmq: fix graph argument 5 months ago
Niklas Haas 7b723ebd5a avcodec/dovi_rpudec: error out on strange RPU formats 5 months ago
Niklas Haas 3e1b70383e avcodec/dovi_rpuenc: slightly improve profile autodetection 5 months ago
Niklas Haas ecea6ed3c9 avcodec/dovi_rpuenc: implement DM metadata compression 5 months ago
Niklas Haas 9824d1539e avcodec/dovi_rpudec: sanitize DM data before decoding 5 months ago
Niklas Haas 45f5f4d3da avcodec/dovi_rpudec: implement limited DM decompression 5 months ago
Niklas Haas 1c4d4cc368 avcodec/dovi_rpudec: don't unnecessarily allocate DOVIExt 5 months ago
Niklas Haas a1f96ae157 avcodec/dovi_rpu: separate static ext blocks 5 months ago
Niklas Haas f5d6eb4017 avcodec/dovi_rpu: move ext blocks into dedicated struct 5 months ago
Niklas Haas b3d33f11fa avcodec/bsf/dovi_rpu: add new bitstream filter 5 months ago
Niklas Haas 07712a0cab avcodec/dovi_rpuenc: add configuration for compression 5 months ago
Niklas Haas 1917270d32 avcodec/dovi_rpuenc: add ff_dovi_configure_ext() 5 months ago
Niklas Haas 765f29c61e avcodec/dovi_rpu: add ff_dovi_get_metadata() 5 months ago
Niklas Haas ae3a78593d avcodec/dovi_rpuenc: add a flag to enable compression 5 months ago
Niklas Haas b3bc8f8e1e avcodec/dovi_rpuenc: make encapsulation optional 5 months ago
Niklas Haas 1e6fdb89bd avcodec/dovi_rpuenc: add `flags` to ff_dovi_rpu_generate() 5 months ago
Niklas Haas c62b364dcb avcodec/dovi_rpuenc: respect dv_md_compression 5 months ago
Niklas Haas fd00a56653 avcodec/dovi_rpuenc: eliminate unnecessary loop 5 months ago
Niklas Haas bf92441d6a avcodec/dovi_rpuenc: also copy ext blocks to dovi ctx 5 months ago
Niklas Haas a93801b626 avcodec/dovi_rpudec: implement validation for compression 5 months ago