summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/v210enc: Move ff_v210enc_init into a headerAndreas Rheinhardt2022-05-064-58/+91
* avcodec/v210_dec: Move ff_v210dec_init into a headerAndreas Rheinhardt2022-05-063-29/+62
* avcodec/pcm-blurayenc: fix flawed logic in previous changePaul B Mahol2022-05-021-6/+2
* lavc/videotoolboxenc: Speed/Quality prioriry settingSimone Karin Lehmann2022-05-021-1/+16
* avcodec/x86/hevc_mc: Fix AVX-512-VNNI_hevc_qpel_filters_avx512iclFelix LeClair2022-05-011-1/+1
* lavc/flacdec: Increase residual limit from INT_MAX to UINT_MAXMartijn van Beurden2022-04-301-1/+1
* avcodec/Makefile: Add libjxl.h to SKIPHEADERS if necessaryAndreas Rheinhardt2022-04-291-0/+1
* avcodec/xfacedec: Add AV_CODEC_CAP_DR1Andreas Rheinhardt2022-04-281-0/+1
* avcodec/pgxdec: Use unsigned types for unsigned valuesAndreas Rheinhardt2022-04-281-2/+2
* avcodec/pgxdec: Hoist branch out of loopAndreas Rheinhardt2022-04-281-6/+3
* avcodec/pgxdec: Fix issue with negative linesizesAndreas Rheinhardt2022-04-281-1/+1
* avcodec/pgxdec: Remove pointless checksAndreas Rheinhardt2022-04-281-4/+1
* avcodec/pgxdec: Avoid always-false checksAndreas Rheinhardt2022-04-281-10/+10
* avcodec/pgxdec: Make better use of size checkAndreas Rheinhardt2022-04-281-2/+1
* arm64: Fix wrong BTI landing padAndre Kempe2022-04-261-0/+1
* avcodec/libsvtav1: add support for setting chroma sample locationJan Ekström2022-04-261-0/+27
* avcodec/libsvtav1: pass pict_type to libraryChristopher Degawa2022-04-251-0/+10
* avcodec/audiotoolboxdec: Properly fill out_formatChristopher Snowhill2022-04-241-0/+5
* avcodec/pcm-blurayenc: set fixed number of samples per packetPaul B Mahol2022-04-241-14/+21
* avcodec/x86/hevc_mc: add qpel_h64_8_avx512iclWu Jianhua2022-04-243-1/+11
* avcodec/x86/hevc_mc: add qpel_h32_8_avx512iclWu Jianhua2022-04-243-3/+16
* avcodec/x86/hevc_mc: add qpel_h4_8_avx512iclWu Jianhua2022-04-243-0/+11
* avcodec/x86/hevc_mc: add qpel_h16_8_avx512iclWu Jianhua2022-04-243-1/+27
* avcodec/x86/hevc_mc: add qpel_h8_8_avx512icl and qpel_hv8_8_avx512iclWu Jianhua2022-04-243-0/+144
* avcodec/version: bump minor version for Jpeg XLLeo Izen2022-04-231-1/+1
* avcodec/libjxl: add Jpeg XL encoding via libjxlLeo Izen2022-04-233-0/+386
* avcodec/libjxl: add Jpeg XL decoding via libjxlLeo Izen2022-04-235-0/+400
* avcodec/jpegxl: add Jpeg XL image codecLeo Izen2022-04-232-0/+10
* avcodec/mjpegenc: Don't unnecessarily grow bufferAndreas Rheinhardt2022-04-141-1/+0
* avcodec/mpegvideo_enc: Remove always-true checkAndreas Rheinhardt2022-04-141-1/+1
* avcodec/mpegvideo_enc: Fix unnecessary linear growth of bufferAndreas Rheinhardt2022-04-141-3/+3
* avcodec/mpegvideo_enc: Ignore ICC profile size when not MJPEGAndreas Rheinhardt2022-04-141-2/+5
* avcodec/avcodec: Don't reset decoder-fields for encoders when flushingAndreas Rheinhardt2022-04-131-12/+11
* avcodec/avcodec: Simplify accessing AVSubtitleRect via dedicated pointerAndreas Rheinhardt2022-04-131-6/+9
* avcodec/avcodec: Avoid av_frame_unref(NULL)Andreas Rheinhardt2022-04-131-1/+2
* avcodec/encode: Fix check for encoders impl. encode-simple APIAndreas Rheinhardt2022-04-131-1/+1
* avcodec/mlpenc: fix encoding after receiving last framePaul B Mahol2022-04-131-4/+5
* lavc/encode: pick a sane default for bits_per_raw_sample if it's not setAnton Khirnov2022-04-131-0/+3
* lavc/encode: reindentAnton Khirnov2022-04-131-11/+11
* lavc/encode: factor audio/video-specific parts out of ff_encode_preinit()Anton Khirnov2022-04-131-62/+85
* lavc: move default get_buffer2() to its own fileAnton Khirnov2022-04-133-278/+313
* lavc/encode: drop EncodeSimpleContextAnton Khirnov2022-04-133-11/+12
* lavc/avcodec: only allocate the encoding frame for encodersAnton Khirnov2022-04-132-3/+8
* lavc/avcodec: simplify codec id/type validity checkingAnton Khirnov2022-04-131-8/+6
* avcodec/mss12: Constify slice context->parent context pointerAndreas Rheinhardt2022-04-131-1/+1
* avcodec/vbnenc: Add AV_CODEC_CAP_DR1Andreas Rheinhardt2022-04-131-1/+1
* avcodec/vbn(dec|enc): Avoid always-false checksAndreas Rheinhardt2022-04-132-21/+21
* avcodec/vbn(dec|enc): Avoid leaving stale pointers in contextAndreas Rheinhardt2022-04-132-9/+5
* avcodec/vbn(dec|enc): Remove empty close functionAndreas Rheinhardt2022-04-132-12/+0
* avcodec/mlpenc: simplify calling functionPaul B Mahol2022-04-121-4/+1