115198 Commits (e9bb586543d83fe0ed901834b853b6d64e327529)
 

Author SHA1 Message Date
Michael Niedermayer e9bb586543
avcodec/decode: decode_simple_internal() only implements audio and video 8 months ago
Michael Niedermayer 96c1162545
avcodec/fmvc: remove dead assignment 8 months ago
Michael Niedermayer fdaa6ae2b6
avcodec/h2645_sei: Remove dead checks 8 months ago
Michael Niedermayer a68aa951b2
avcodec/h264_slice: Remove dead sps check 8 months ago
Brad Smith 950a7891a9
MAINTAINERS: add myself as *BSD maintainer 8 months ago
Michael Niedermayer c2d897f356
avcodec/lpc: copy levenson coeffs only when they have been computed 8 months ago
Michael Niedermayer c304784a86
avutil/tests/base64: Check with too short output array 8 months ago
Michael Niedermayer 2d216566f2
libavutil/base64: Try not to write over the array end 8 months ago
James Almer 0664cbd732 x86/flacdsp: add a SSE2 version of wasted32 8 months ago
James Almer 5acec189af checkasm/flacdsp: add a test for wasted32 8 months ago
James Almer 1ba5287697 avcodec/flacdsp: split off wasted bit handling into dsp functions 8 months ago
James Almer c00c8679ed x86/flacdsp: add a SSE4 version of lpc16 8 months ago
James Almer 479d26cea2 checkasm/flacdsp: sanitize lpc arguments 8 months ago
James Almer 467d84a06d checkasm/flacdsp: run lpc benchmarks with an unmodified buffer 8 months ago
Yotam Ofek 02c032abcd avcodec/aacenc_tns: remove unreachable code branch 8 months ago
Rémi Denis-Courmont 0d9591841b lavc/ac3dsp: add R-V Zvbb extract_exponents 8 months ago
Rémi Denis-Courmont 5d8f62feb5 lavu/riscv: add Zvbb CPU capability detection 8 months ago
Rémi Denis-Courmont 01c5f4ad9f riscv: add Zvbb vector bit manipulation extension 8 months ago
sunyuechi 11f689317d checkasm: Fix h264chroma test name 8 months ago
Ramiro Polla 250c0defa2 checkasm: add test for fdct 8 months ago
Ramiro Polla b8af0809fb libavcodec/mpegvideo_enc: fix multi-threaded motion estimation rounding for mpeg4 8 months ago
Ramiro Polla 713c6eba8d libavcodec/motion_est: fix penalty_factor for b frames 8 months ago
Haihao Xiang ceace488ff lavc/vaapi_encode_av1: insert HDR_CLL metadata if have 8 months ago
Haihao Xiang 0bdf71ada7 lavc/vaapi_encode_av1: Insert HDR_MDCV metadata if have 8 months ago
Haihao Xiang 7f3ba6bbfa lavc/vaapi_encode_av1: implement write_extra_header callback 8 months ago
Niklas Haas 9c6c4f3d47 avcodec/libaomenc: properly clean up image metadata 8 months ago
Rémi Denis-Courmont 5afe734b6d lavu/riscv: remove bespoke assembler for MIN 8 months ago
Rémi Denis-Courmont 6c6313f1b5 swscale/riscv: explicitly require Zbb for MIN 8 months ago
Rémi Denis-Courmont c07af340ae lavc/riscv: explicitly require Zbb for MIN 8 months ago
Rémi Denis-Courmont 89029baebd lavu/riscv: allow requesting a second extension 8 months ago
sunyuechi 6e77af1c22 lavc/vp8dsp: R-V V put_epel v 8 months ago
sunyuechi 109daea619 lavc/vp8dsp: R-V V put_epel h 8 months ago
sunyuechi 538f217bbb lavc/vp8dsp: R-V V put_bilin_hv 8 months ago
sunyuechi bb5039b3cb lavc/vp8dsp: R-V V put_bilin_h v 8 months ago
sunyuechi 0b8e5e5a00 lavc/vp8dsp: R-V put_vp8_pixels 8 months ago
Michael Niedermayer d7924a4f60
avcodec/cbs_av1: Avoid shift overflow 8 months ago
Michael Niedermayer f44f441555
fftools/ffplay: Check return of swr_alloc_set_opts2() 8 months ago
Michael Niedermayer ba7038043a
tools/opt_common: Check for malloc failure 8 months ago
Michael Niedermayer 91d27f7e02
doc/examples/demux_decode: Simplify loop 8 months ago
Michael Niedermayer a5d1497f33
avformat/concatdec: Check file 8 months ago
Michael Niedermayer 24bd01ea65
tools/target_enc_fuzzer: Only read pix_fmts if its set 8 months ago
Michael Niedermayer c2918eb88e
tools/target_enc_fuzzer: replace assert by clean exit 8 months ago
Dawid Kozinski e4da96c6b2 avformat/evc: Small fixes in documentation 8 months ago
Andreas Rheinhardt 6fa967810d tests/checkasm/svq1enc: Use proper range for input 8 months ago
Andreas Rheinhardt ebe78e3ef0 avfilter/af_volume: Don't free options manually 8 months ago
Dawid Kozinski e8e84dc325 avcodec/evc: Reference to ISO_IEC_23094-1-2020 document section for EVC_MAX_APS_COUNT enum has been fixed 8 months ago
Dawid Kozinski 73d338d47c avformat/avi: Added EVC codec tag to the list of supported codec_id-codec_tag pairs for AVI muxer 8 months ago
Dawid Kozinski cf45526a0d avcodec/bitstream_filters: Declaration of the ff_evc_frame_merge_bsf variable has been moved to the appropriate following the alphabetical order 8 months ago
Dawid Kozinski 0797651c12 avcodec/evc: Set the AV_FRAME_FLAG_KEY flag for a decoded frame when the decoded packet contains a keyframe 8 months ago
James Almer 214cbe29dc x86/blockdsp: add sse2 and avx2 versions of fill_block_tab 8 months ago