49910 Commits (60b60dd635a4e69e43ead19f10f90ac03aa83ee1)

Author SHA1 Message Date
Andreas Rheinhardt 8261d5d38c avcodec/ac3enc: Use bit-operations for bit-mask 10 months ago
Andreas Rheinhardt b3d12fe200 avcodec/ac3enc: Remove redundant channel layout checks 10 months ago
Andreas Rheinhardt 13daafd5c0 avcodec/ac3enc: Don't overwrite AVCodecContext.ch_layout 10 months ago
Andreas Rheinhardt c3fb0c5bab avcodec/ac3enc: Don't presume ch_layout to be AV_CHANNEL_ORDER_NATIVE 10 months ago
Anton Khirnov 0e4dfa4709 Revert "bsf: use standard include paths" 10 months ago
Lynne 89a9042291
lavc/avfft: fix RDFT wrapper stride 10 months ago
Andrew Kelley 41b73ae883 bsf: use standard include paths 10 months ago
James Almer 9dbc9a0f97 avcodec/libsvt1: check return value of send/receive functions 10 months ago
Martin Storsjö 359b6a7f8a aarch64/ac3dsp: simplify the end of ff_ac3_sum_square_butterfly_float_neon 10 months ago
Frank Plowman 1c0149359a lavc/vvc: Fix out-of-bounds array access 10 months ago
Frank Plowman 2b7e79e890 lavc/vvc: Avoid overflow in coeff scale intermediate 10 months ago
Frank Plowman fcf74c5ebc lavc/vvc: Fix buffer overread in CABAC 10 months ago
Frank Plowman f499503073 lavc/vvc_parser: Fix integer overflow calculating framerate 10 months ago
Frank Plowman b4baa4c0b3 lavc/vvc: Fix left shifts of negative values 10 months ago
Niklas Haas 459648761f avcodec/hevcdec: fix segfault on invalid film grain metadata 10 months ago
James Almer b0ef9e35e8 x86/ac3dsp: clear the upper 32 bits for input arguments where needed 10 months ago
Andreas Rheinhardt 17414abb69 avcodec/mpegvideo_dec, h264_slice: Return proper error codes 10 months ago
Andreas Rheinhardt 7f0efe2324 avcodec/mpeg12dec: Remove redundant mpeg_enc_ctx_allocated 10 months ago
Andreas Rheinhardt 94295bb574 avcodec/mpegvideo: Remove pointless check 10 months ago
Andreas Rheinhardt 6f2f496822 avcodec/mpegvideo_dec: Move getting Picture slot into alloc_picture() 10 months ago
Andreas Rheinhardt b7cf2d0efc avcodec/mpegvideo_dec: Factor allocating dummy frame out 10 months ago
Andreas Rheinhardt b00c697654 avcodec/mpegvideo_dec: Remove redundant code to reset keyframe flag 10 months ago
Andreas Rheinhardt da4cca5fc0 avcodec/mpegvideo_dec: Remove obsolete current_picture_ptr reuse code 10 months ago
Andreas Rheinhardt 00e48e6da8 avcodec/mpeg12dec: Remove unnecessary FFCodec.close 10 months ago
Andreas Rheinhardt f48313526b avcodec/mpegvideo_dec: Don't emit non-keyframe warning for H.261 10 months ago
Andreas Rheinhardt 518f79f2a8 avcodec/mpeg12dec: Don't pretend MPEG-1/2 to support alpha 10 months ago
Andreas Rheinhardt 1a5452655a avcodec/mpeg12dec: Remove redundant check 10 months ago
Andreas Rheinhardt a9709b3c83 avcodec/mpegvideo_dec, mpeg12dec: Move MPEG1/2 code to mpeg12dec.c 10 months ago
Andreas Rheinhardt ca7b2c393a avcodec/mpeg12: Remove always-false check 10 months ago
Andreas Rheinhardt 66923165d5 avcodec/mpegutils: Move definitions to better places 10 months ago
Andreas Rheinhardt 908a73df31 avcodec/mpegvideo_enc: Don't update current_picture unnecessarily 10 months ago
James Almer 1f049d5627 avcodec/vvc/dec: fix typo 10 months ago
James Almer 9eca5b8369 avcodec/vvc/ps: reset sps_id_used on flush 10 months ago
Geoff Hill ee1bc723de avcodec/ac3: Implement sum_square_butterfly_float for aarch64 NEON 10 months ago
Geoff Hill 42e88f18f3 avcodec/ac3: Implement sum_square_butterfly_int32 for aarch64 NEON 10 months ago
Geoff Hill 69cb34f885 avcodec/ac3: Implement ac3_extract_exponents for aarch64 NEON 10 months ago
Geoff Hill 6f6bd10531 avcodec/ac3: Implement ac3_exponent_min for aarch64 NEON 10 months ago
Geoff Hill b69486ea18 avcodec/ac3: Implement float_to_fixed24 for aarch64 NEON 10 months ago
Andreas Rheinhardt 2d33d6bfcc avcodec/dv: Don't pretend initializing work chunks can fail 10 months ago
Andreas Rheinhardt f3c8d0399a avcodec/huffyuvdec: Use assert to check for things that can't fail 10 months ago
Andreas Rheinhardt a6d6c8442c avcodec/huffyuvdec: Use bytestream API for byte-aligned reads 10 months ago
Andreas Rheinhardt a6979e3bd2 avcodec/huffyuvenc: Deduplicate options 10 months ago
Andreas Rheinhardt 5110d16f5a avcodec/huffyuvenc: Avoid code duplication 10 months ago
Andreas Rheinhardt d517c9e51b avcodec/huffyuvenc: Avoid duplicate variables 10 months ago
Andreas Rheinhardt 0e5af493fc avcodec/huffyuv: Return proper error code 10 months ago
Andreas Rheinhardt cf96c0295e avcodec/huffyuv(dec|enc): Use union for temp/temp16 10 months ago
Andreas Rheinhardt eef5d60ac6 avcodec/huffyuv: Inline common alloc/free functions in their callers 10 months ago
Andreas Rheinhardt cebf1d59a5 avcodec/huffyuvdec: Don't zero unnecessarily 10 months ago
Frank Plowman 2d79ae3f8a lavc/vvc: Error if SPS ID is duplicated within CVS 10 months ago
Andreas Rheinhardt 0dbf45120a avcodec/libdav1d: Don't cast const away unnecessarily 10 months ago