summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-10
* avcodec/libsvtav1: signal CPB properties through side dataJan Ekström2022-05-09
* avcodec/libsvtav1: update avctx bit rate according to RC modeJan Ekström2022-05-09
* lavc/cavsdec: Add profile checkJun Zhao2022-05-08
* lavc/libuavs3d: fix incorrect commentsJun Zhao2022-05-08
* avcodec/libxavs2: Improve r redundancy in occuredMichael Niedermayer2022-05-06
* avcodec/v210enc: Move ff_v210enc_init into a headerAndreas Rheinhardt2022-05-06
* avcodec/v210_dec: Move ff_v210dec_init into a headerAndreas Rheinhardt2022-05-06
* avcodec/pcm-blurayenc: fix flawed logic in previous changePaul B Mahol2022-05-02
* lavc/videotoolboxenc: Speed/Quality prioriry settingSimone Karin Lehmann2022-05-02
* avcodec/x86/hevc_mc: Fix AVX-512-VNNI_hevc_qpel_filters_avx512iclFelix LeClair2022-05-01
* lavc/flacdec: Increase residual limit from INT_MAX to UINT_MAXMartijn van Beurden2022-04-30
* avcodec/Makefile: Add libjxl.h to SKIPHEADERS if necessaryAndreas Rheinhardt2022-04-29
* avcodec/xfacedec: Add AV_CODEC_CAP_DR1Andreas Rheinhardt2022-04-28
* avcodec/pgxdec: Use unsigned types for unsigned valuesAndreas Rheinhardt2022-04-28
* avcodec/pgxdec: Hoist branch out of loopAndreas Rheinhardt2022-04-28
* avcodec/pgxdec: Fix issue with negative linesizesAndreas Rheinhardt2022-04-28
* avcodec/pgxdec: Remove pointless checksAndreas Rheinhardt2022-04-28
* avcodec/pgxdec: Avoid always-false checksAndreas Rheinhardt2022-04-28
* avcodec/pgxdec: Make better use of size checkAndreas Rheinhardt2022-04-28
* arm64: Fix wrong BTI landing padAndre Kempe2022-04-26
* avcodec/libsvtav1: add support for setting chroma sample locationJan Ekström2022-04-26
* avcodec/libsvtav1: pass pict_type to libraryChristopher Degawa2022-04-25
* avcodec/audiotoolboxdec: Properly fill out_formatChristopher Snowhill2022-04-24
* avcodec/pcm-blurayenc: set fixed number of samples per packetPaul B Mahol2022-04-24
* avcodec/x86/hevc_mc: add qpel_h64_8_avx512iclWu Jianhua2022-04-24
* avcodec/x86/hevc_mc: add qpel_h32_8_avx512iclWu Jianhua2022-04-24
* avcodec/x86/hevc_mc: add qpel_h4_8_avx512iclWu Jianhua2022-04-24
* avcodec/x86/hevc_mc: add qpel_h16_8_avx512iclWu Jianhua2022-04-24
* avcodec/x86/hevc_mc: add qpel_h8_8_avx512icl and qpel_hv8_8_avx512iclWu Jianhua2022-04-24
* avcodec/version: bump minor version for Jpeg XLLeo Izen2022-04-23
* avcodec/libjxl: add Jpeg XL encoding via libjxlLeo Izen2022-04-23
* avcodec/libjxl: add Jpeg XL decoding via libjxlLeo Izen2022-04-23
* avcodec/jpegxl: add Jpeg XL image codecLeo Izen2022-04-23
* avcodec/mjpegenc: Don't unnecessarily grow bufferAndreas Rheinhardt2022-04-14
* avcodec/mpegvideo_enc: Remove always-true checkAndreas Rheinhardt2022-04-14
* avcodec/mpegvideo_enc: Fix unnecessary linear growth of bufferAndreas Rheinhardt2022-04-14
* avcodec/mpegvideo_enc: Ignore ICC profile size when not MJPEGAndreas Rheinhardt2022-04-14
* avcodec/avcodec: Don't reset decoder-fields for encoders when flushingAndreas Rheinhardt2022-04-13
* avcodec/avcodec: Simplify accessing AVSubtitleRect via dedicated pointerAndreas Rheinhardt2022-04-13
* avcodec/avcodec: Avoid av_frame_unref(NULL)Andreas Rheinhardt2022-04-13
* avcodec/encode: Fix check for encoders impl. encode-simple APIAndreas Rheinhardt2022-04-13
* avcodec/mlpenc: fix encoding after receiving last framePaul B Mahol2022-04-13
* lavc/encode: pick a sane default for bits_per_raw_sample if it's not setAnton Khirnov2022-04-13
* lavc/encode: reindentAnton Khirnov2022-04-13
* lavc/encode: factor audio/video-specific parts out of ff_encode_preinit()Anton Khirnov2022-04-13
* lavc: move default get_buffer2() to its own fileAnton Khirnov2022-04-13
* lavc/encode: drop EncodeSimpleContextAnton Khirnov2022-04-13
* lavc/avcodec: only allocate the encoding frame for encodersAnton Khirnov2022-04-13
* lavc/avcodec: simplify codec id/type validity checkingAnton Khirnov2022-04-13