summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/decode: validate frames output by decodersAnton Khirnov2023-01-10
* lavc/decode: deduplicate cleanup in ff_decode_receive_frame()Anton Khirnov2023-01-10
* lavc/qsvdec: check ff_decode_frame_props() return valueAnton Khirnov2023-01-10
* lavc/ac3dec: fail when the sample rate is unsetAnton Khirnov2023-01-10
* libavcodec/qsvenc_av1: Add max_frame_size support to av1_qsv encoderWenbin Chen2023-01-09
* libavcodec/qsvenc_av1: Add low_delay_brc support to av1_qsv encoderWenbin Chen2023-01-09
* avcodec/mediacodecenc: enable B frames only with -strict experimentalZhao Zhili2023-01-09
* lavc/get_bits: add a compat wrapper for the cached bitstream readerAnton Khirnov2023-01-06
* lavc/tests: add a cached bitstream reader testAnton Khirnov2023-01-06
* lavc/bitstream: templatize for BE/LEAnton Khirnov2023-01-06
* lavc: add standalone cached bitstream readerAlexandra Hájková2023-01-06
* avcodec/mpeg12dec: flush a53 dataAman Karmani2023-01-06
* avcodec/mpeg12dec: use init_get_bits8 and check the return value in all remai...James Almer2023-01-04
* avcodec/mpeg12dec: use init_get_bits8 and check the return valueThierry Foucu2023-01-04
* lavc/libx265: restructure handling reordered_opaqueAnton Khirnov2023-01-04
* lavc/libx264: do not leave an invalid array size on alloc errorAnton Khirnov2023-01-04
* lavc/libx264: zero reordered opaque on allocAnton Khirnov2023-01-04
* lavc/libx264: print an error on invalid opaque pointerAnton Khirnov2023-01-04
* lavc/libx264: use a local variable to shorten codeAnton Khirnov2023-01-04
* lavc/libx264: reindent after previous commitAnton Khirnov2023-01-04
* lavc/libx264: reorder control flow in setup_roi() to reduce nesting depthAnton Khirnov2023-01-04
* lavc/libx264: reindent after previous commitAnton Khirnov2023-01-04
* lavc/libx264: do not ignore memory allocation errorsAnton Khirnov2023-01-04
* lavc/libx264: unify cleanup in setup_frame()Anton Khirnov2023-01-04
* lavc/libx264: reindent after previous commitAnton Khirnov2023-01-04
* lavc/libx264: factor out setting up ROIAnton Khirnov2023-01-04
* lavc/libx264: use a local variable for input frame in setup_frame()Anton Khirnov2023-01-04
* lavc/libx264: reindent after previous commitAnton Khirnov2023-01-04
* lavc/libx264: factor out setting up the input frameAnton Khirnov2023-01-04
* avcodec/mediacodecdec: add AV1 decoding supportZhao Zhili2023-01-03
* avcodec/bonk: increase level limit as joint encodings needs morePaul B Mahol2023-01-02
* avcodec/dts2pts_bsf: Avoid poc overflows in cmp_find()Michael Niedermayer2022-12-28
* avcodec/hdrdec: Check for end of input in decompress()Michael Niedermayer2022-12-28
* avcodec/proresdec2: set color information on frames instead of the decoder co...James Almer2022-12-27
* avcodec/pnm: avoid mirroring PFM images verticallyLeo Izen2022-12-27
* avcodec/mjpegbdec: return the amount of bytes consumed when discarding framesJames Almer2022-12-27
* libavcodec/flacenc: Implement encoding of 32 bit-per-sample PCMMartijn van Beurden2022-12-26
* libavcodec/flacdec: Implement decoding of 32 bit-per-sample PCMMartijn van Beurden2022-12-26
* avcodec/dts2pts_bsf: Avoid searching for poc == INT_MIN-1Michael Niedermayer2022-12-25
* avcodec/sunrast: Fix maplength checkMichael Niedermayer2022-12-24
* avcodec/mjpegbdec: Check for AVDISCARD_ALLMichael Niedermayer2022-12-23
* avcodec/apac: Sanity check bits_per_coded_sampleMichael Niedermayer2022-12-20
* avcodec/wavpack: Avoid undefined shift in get_tail()Michael Niedermayer2022-12-20
* avcodec/x86: add avx512icl function for v210decJames Darnley2022-12-20
* avcodec/x86/v210: add some comments to the improved avx2 functionJames Darnley2022-12-20
* avcodec/mediacodec_wrapper: include stdbool.hZhao Zhili2022-12-19
* avcodec/libdav1d: honor the requested skip_frame levelJames Almer2022-12-17
* avcodec/mediacodecenc: add pts_as_dts optionZhao Zhili2022-12-17
* avcodec/mediacodecenc: add max-bframes supportZhao Zhili2022-12-17
* avcodec/mediacodecenc: remove the strategy to create DTSZhao Zhili2022-12-17