summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/avfft: deprecate the APILynne2023-09-01
* avfft: wrap lavu/tx instead of ff_dctLynne2023-09-01
* avfft: wrap lavu/tx instead of ff_rdftLynne2023-09-01
* avfft: wrap lavu/tx instead of ff_mdctLynne2023-09-01
* avfft: wrap lavu/tx instead of ff_fftLynne2023-09-01
* wmavoice: convert DCT-I/DST-I to lavu/txLynne2023-09-01
* wmavoice: convert RDFT to lavu/txLynne2023-09-01
* avcodec: add OSQ audio decoderPaul B Mahol2023-09-01
* avcodec/rka: do not output extra invalid samples in last framePaul B Mahol2023-08-30
* avcodec/jpegxl_parser: fix a compile errorTong Wu2023-08-28
* avcodec/apedec: Implement interim mode detectionMichael Niedermayer2023-08-28
* avcodec/apedec: remove unused variableMichael Niedermayer2023-08-28
* lavc/libx264: replace ITU-T T35(A/53 CC) SEI type by enum valueJun Zhao2023-08-27
* avcodec/jpegxl_parser: add JPEG XL parserLeo Izen2023-08-27
* avcodec/libjxldec: use internal AVFrame as buffered spaceLeo Izen2023-08-27
* avcodec/libjxldec: fix errors when decoding grayscale after rgbLeo Izen2023-08-27
* avcodec/huffyuvdec: don't prepare unnecessary joint tablesChristophe Gisquet2023-08-26
* avcodec/apedec: Fix 48khz 24bit below insane levelMichael Niedermayer2023-08-26
* avcodec/apedec: Fix CRC for 24bps and bigendianMichael Niedermayer2023-08-26
* avcodec/vulkan_decode: print also codec header nameKacper Michajłow2023-08-24
* avcodec/vulkan_decode: fix struct type for h265_profileKacper Michajłow2023-08-24
* vulkan_h264: send scaling lists in zig-zag orderBenjamin Cheng2023-08-24
* lavc/g722dsp: add RISC-V V DSP functionRémi Denis-Courmont2023-08-24
* avcodec/wavarc: Check that nb_samples is not negativeMichael Niedermayer2023-08-23
* avcodec/wavarc: Check shiftMichael Niedermayer2023-08-23
* avcodec/xvididct: Fix integer overflow in idct_row()Michael Niedermayer2023-08-23
* avcodec/nvenc: add option to limit slice sizeAleksoid2023-08-22
* cbs_h266: slice_header, fix inference for pred_weight_tableNuo Mi2023-08-17
* cbs_h266: H266RawSliceHeader, expose NumRefIdxActive[]Nuo Mi2023-08-17
* cbs_h266: H266RawPredWeightTable, expose num_weights_l0 and num_weights_l1Nuo Mi2023-08-17
* cbs_h266: H266RawSliceHeader, expose NumEntryPointsNuo Mi2023-08-17
* cbs_h266: fix slice_height_in_ctus for single slice tileNuo Mi2023-08-17
* cbs_h266: fix inference for xh_deblocking_filter_disabled_flagNuo Mi2023-08-17
* cbs_h266: fix inference for sh_alf_enabled_flagNuo Mi2023-08-17
* cbs_h266: fix inference for sh_lmcs_used_flag and sh_explicit_scaling_list_us...Nuo Mi2023-08-17
* avcodec/exr: tag gamma=1.0 output as linear lightLeo Izen2023-08-17
* lavc/qsvenc: return error with zero outputHaihao Xiang2023-08-17
* lavc/qsvenc_hevc: restore the default gop sizeHaihao Xiang2023-08-17
* avcodec/wavpack: fix indentationPaul B Mahol2023-08-16
* avcodec/tta: fix minor code style issuesPaul B Mahol2023-08-16
* avcodec/wavpack: reduce extra dereferencing inside loopsPaul B Mahol2023-08-16
* avcodec/alac: use branchless signPaul B Mahol2023-08-15
* avcodec/alac: reduce dereferencing inside loopsPaul B Mahol2023-08-15
* avcodec/wavpackenc: add support for encoding unspec channel layoutsPaul B Mahol2023-08-15
* avcodec/wavpack: remove hard limitation on number of supported channelsPaul B Mahol2023-08-15
* avcodec/cuviddec: dynamically set max decode surfacesRandom Joe2023-08-13
* avcodec/amfenc: Fix declaration-after-statement warningAndreas Rheinhardt2023-08-10
* avcodec/on2avc: use correct fft sizesMarton Balint2023-08-08
* avcodec/on2avc: use the matching AVTX context for the 512 sized iMDCTMarton Balint2023-08-08
* aarch64/hevc: Replace br return with retCasey Smalley2023-08-08