summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/mss12: Constify slice context->parent context pointerAndreas Rheinhardt2022-04-13
* avcodec/vbnenc: Add AV_CODEC_CAP_DR1Andreas Rheinhardt2022-04-13
* avcodec/vbn(dec|enc): Avoid always-false checksAndreas Rheinhardt2022-04-13
* avcodec/vbn(dec|enc): Avoid leaving stale pointers in contextAndreas Rheinhardt2022-04-13
* avcodec/vbn(dec|enc): Remove empty close functionAndreas Rheinhardt2022-04-13
* avcodec/mlpenc: simplify calling functionPaul B Mahol2022-04-12
* avcodec/mlpenc: use FFMAX()Paul B Mahol2022-04-12
* avcodec/mlpenc: improve handling of last samplesPaul B Mahol2022-04-12
* avcodec/hevc_sei: Don't use GetBit-API for byte-aligned readsAndreas Rheinhardt2022-04-11
* avcodec/hevc_sei: Fix parsing SEI messagesAndreas Rheinhardt2022-04-11
* avcodec/mjpegenc: support writing ICC profilesNiklas Haas2022-04-11
* avcodec/pngenc: support writing iCCP chunksNiklas Haas2022-04-11
* vaapi_encode_h265: Query encoding block sizes and featuresMark Thompson2022-04-11