summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mlpdec: parse and use substream info bitsPaul B Mahol2023-01-31
* avcodec: add media100_to_mjpegb bitstream filter and use itPaul B Mahol2023-01-31
* avcodec/libjxl: respect AVCodecContext->bits_per_raw_sampleLeo Izen2023-01-31
* avcodec/mfenc: fix double-free on init failureCameron Gutman2023-01-31
* lavc: add null codecsAnton Khirnov2023-01-31
* avcodec: add ADPCM XMD decoderPaul B Mahol2023-01-30
* libavcodec/qsvenc: enable Hyper Encodegalinart2023-01-30
* vaapi_encode_h264: Only set pic_order_cnt_type to 0 with B-framesDavid Rosca2023-01-30
* avcodec/dvdsubenc: remove duplicated ;Paul B Mahol2023-01-29
* avcodec/ftr: use more portable return error codePaul B Mahol2023-01-29
* lavc/libaomenc: pass through frame durations to encoded packetsAnton Khirnov2023-01-29
* lavc/libx265: pass through frame durations to encoded packetsAnton Khirnov2023-01-29
* lavc/libx264: pass through frame durations to encoded packetsAnton Khirnov2023-01-29
* lavc/libwebpenc_animencoder: handle frame durations and AV_CODEC_CAP_ENCODER_...Anton Khirnov2023-01-29
* lavc/libwebpenc_animencoder: stop setting dts unnecessarilyAnton Khirnov2023-01-29
* lavc/vaapi_encode*: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED...Anton Khirnov2023-01-29
* lavc/mpegvideo_enc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED...Anton Khirnov2023-01-29
* lavc/libtheoraenc: stop setting dts unnecessarilyAnton Khirnov2023-01-29
* lavc/libtheoraenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_...Anton Khirnov2023-01-29
* lavc/pngenc: stop setting dts unnecessarily for APNGAnton Khirnov2023-01-29
* lavc/pngenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUEAnton Khirnov2023-01-29
* lavc/nvenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUEAnton Khirnov2023-01-29
* lavc/librav1e: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUEAnton Khirnov2023-01-29
* lavc/encode: pass through frame durations to encoded packetsAnton Khirnov2023-01-29
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-29
* lavc: add a codec flag for propagating opaque from frames to packetsAnton Khirnov2023-01-29
* lavc: add a private cap for fake-delay encodersAnton Khirnov2023-01-29
* lavc/avcodec: improve AV_CODEC_FLAG_RECON_FRAME doxyAnton Khirnov2023-01-29
* lavc/avcodec: improve enc/dec API doxyAnton Khirnov2023-01-29
* avcodec/utils: use 32pixel alignment for binkMichael Niedermayer2023-01-28
* avcodec: add CBD2 DPCM decoderPaul B Mahol2023-01-27
* avcodec/wmaprodec: add missing flush call for xma1Paul B Mahol2023-01-27
* libavcodec/amfenc: add AV1 encoding supportDmitrii Ovchinnikov2023-01-27
* avcodec/ffv1: use 64-bit frame counterMarton Balint2023-01-26
* avcodec/ratecontrol: drop remnants of libxvid rate controlMarton Balint2023-01-26
* avcodec/mpegvideo_enc: remove picture_number parameter from encode functionsMarton Balint2023-01-26
* avcodec/rv20enc: use MpegEncContext->picture_number instead of encode functio...Marton Balint2023-01-26
* avcodec/mpeg4videoenc: use MpegEncContext->picture_number instead of encode f...Marton Balint2023-01-26
* avcodec/videotoolbox: don't use av_ prefix for local functionZhao Zhili2023-01-26
* avcodec/videotoolbox: fix documents of AVVideotoolboxContextZhao Zhili2023-01-26
* avcodec/videotoolbox: deprecate creating AVVideotoolboxContext by userZhao Zhili2023-01-26
* avcodec/videotoolbox: prefer hw_frames_ctx/hw_device_ctx over hwaccel_contextZhao Zhili2023-01-26
* avcodec/videotoolbox: fix NULL pointer dereferenceZhao Zhili2023-01-26
* avcodec/png: support cICP chunksLeo Izen2023-01-25
* avcodec/pngdec: support decoding sRGB chunksLeo Izen2023-01-25
* avcodec/png: use libavutil/csp.h for cHRM chunksLeo Izen2023-01-25
* cbs_av1: Remove constraint on MDCV luminance valuesMark Thompson2023-01-24
* avcodec/dpcm: add .flushPaul B Mahol2023-01-24
* avcodec: add WADY DPCM decoderPaul B Mahol2023-01-24
* avcodec/libjxldec: fix gamma22 and gamma28 recognitionLeo Izen2023-01-22