46498 Commits (40f2ea971fb881ef0cfbd8915ccd62b91bce23c4)

Author SHA1 Message Date
Felix LeClair 987d2c1083 avcodec/x86/hevc_mc: Fix AVX-512-VNNI_hevc_qpel_filters_avx512icl 3 years ago
Martijn van Beurden 296d3bbe16 lavc/flacdec: Increase residual limit from INT_MAX to UINT_MAX 3 years ago
Andreas Rheinhardt 2eb7e38cb8 avcodec/Makefile: Add libjxl.h to SKIPHEADERS if necessary 3 years ago
Andreas Rheinhardt 56a062f53c avcodec/xfacedec: Add AV_CODEC_CAP_DR1 3 years ago
Andreas Rheinhardt a655b0a506 avcodec/pgxdec: Use unsigned types for unsigned values 3 years ago
Andreas Rheinhardt 84a80ac15d avcodec/pgxdec: Hoist branch out of loop 3 years ago
Andreas Rheinhardt e4a26a64a8 avcodec/pgxdec: Fix issue with negative linesizes 3 years ago
Andreas Rheinhardt 67f7960505 avcodec/pgxdec: Remove pointless checks 3 years ago
Andreas Rheinhardt be6cd7dfd1 avcodec/pgxdec: Avoid always-false checks 3 years ago
Andreas Rheinhardt a7e8b0f360 avcodec/pgxdec: Make better use of size check 3 years ago
Andre Kempe 861285c146 arm64: Fix wrong BTI landing pad 3 years ago
Jan Ekström ded0334d21 avcodec/libsvtav1: add support for setting chroma sample location 3 years ago
Christopher Degawa 6fd1533057 avcodec/libsvtav1: pass pict_type to library 3 years ago
Christopher Snowhill 944b8c96c9 avcodec/audiotoolboxdec: Properly fill out_format 3 years ago
Paul B Mahol 058a1ff9b4 avcodec/pcm-blurayenc: set fixed number of samples per packet 3 years ago
Wu Jianhua 037fa0437d avcodec/x86/hevc_mc: add qpel_h64_8_avx512icl 3 years ago
Wu Jianhua 68437bf169 avcodec/x86/hevc_mc: add qpel_h32_8_avx512icl 3 years ago
Wu Jianhua 6fbb8cc8ad avcodec/x86/hevc_mc: add qpel_h4_8_avx512icl 3 years ago
Wu Jianhua c1790b60d6 avcodec/x86/hevc_mc: add qpel_h16_8_avx512icl 3 years ago
Wu Jianhua d4cd8830bd avcodec/x86/hevc_mc: add qpel_h8_8_avx512icl and qpel_hv8_8_avx512icl 3 years ago
Leo Izen cfbde390f3 avcodec/version: bump minor version for Jpeg XL 3 years ago
Leo Izen 5f0b4e9c70 avcodec/libjxl: add Jpeg XL encoding via libjxl 3 years ago
Leo Izen 458cc7e314 avcodec/libjxl: add Jpeg XL decoding via libjxl 3 years ago
Leo Izen 0008c15956 avcodec/jpegxl: add Jpeg XL image codec 3 years ago
Andreas Rheinhardt 202da3bf48 avcodec/mjpegenc: Don't unnecessarily grow buffer 3 years ago
Andreas Rheinhardt f703cbabdb avcodec/mpegvideo_enc: Remove always-true check 3 years ago
Andreas Rheinhardt c3047da646 avcodec/mpegvideo_enc: Fix unnecessary linear growth of buffer 3 years ago
Andreas Rheinhardt 4487dd8bb5 avcodec/mpegvideo_enc: Ignore ICC profile size when not MJPEG 3 years ago
Andreas Rheinhardt fa3f9f2f6a avcodec/avcodec: Don't reset decoder-fields for encoders when flushing 3 years ago
Andreas Rheinhardt f6e167998f avcodec/avcodec: Simplify accessing AVSubtitleRect via dedicated pointer 3 years ago
Andreas Rheinhardt 3649051dc4 avcodec/avcodec: Avoid av_frame_unref(NULL) 3 years ago
Andreas Rheinhardt 3a920372a1 avcodec/encode: Fix check for encoders impl. encode-simple API 3 years ago
Paul B Mahol f67403edb3 avcodec/mlpenc: fix encoding after receiving last frame 3 years ago
Anton Khirnov e663030267 lavc/encode: pick a sane default for bits_per_raw_sample if it's not set 3 years ago
Anton Khirnov ee26138e67 lavc/encode: reindent 3 years ago
Anton Khirnov 15975881ae lavc/encode: factor audio/video-specific parts out of ff_encode_preinit() 3 years ago
Anton Khirnov ce3c20f2aa lavc: move default get_buffer2() to its own file 3 years ago
Anton Khirnov 32413600e8 lavc/encode: drop EncodeSimpleContext 3 years ago
Anton Khirnov 1c01dca144 lavc/avcodec: only allocate the encoding frame for encoders 3 years ago
Anton Khirnov 7efa6418b8 lavc/avcodec: simplify codec id/type validity checking 3 years ago
Andreas Rheinhardt 7427b87e44 avcodec/mss12: Constify slice context->parent context pointer 3 years ago
Andreas Rheinhardt 77ed56f0ec avcodec/vbnenc: Add AV_CODEC_CAP_DR1 3 years ago
Andreas Rheinhardt cc0a4fa630 avcodec/vbn(dec|enc): Avoid always-false checks 3 years ago
Andreas Rheinhardt 300dd79c3d avcodec/vbn(dec|enc): Avoid leaving stale pointers in context 3 years ago
Andreas Rheinhardt 81b6a10937 avcodec/vbn(dec|enc): Remove empty close function 3 years ago
Paul B Mahol c2351d5a53 avcodec/mlpenc: simplify calling function 3 years ago
Paul B Mahol dc068a7265 avcodec/mlpenc: use FFMAX() 3 years ago
Paul B Mahol cbad385f04 avcodec/mlpenc: improve handling of last samples 3 years ago
Andreas Rheinhardt 3bbbb09a53 avcodec/hevc_sei: Don't use GetBit-API for byte-aligned reads 3 years ago
Andreas Rheinhardt cf3f8ab9e6 avcodec/hevc_sei: Fix parsing SEI messages 3 years ago