summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* version.h: Bump minor for 6.0 branchMichael Niedermayer2023-02-191-1/+1
* libavcodec/qsvenc: Flush cached frames before reset encoderWenbin Chen2023-02-161-56/+66
* libavcodec/qsvenc: Do not pass RGB solorspace to VPL/MSDKWenbin Chen2023-02-161-1/+6
* avcodec/libx265: fix else clause when zeroing reordered_opaqueMarton Balint2023-02-161-1/+2
* avcodec/rka: fix long_namePaul B Mahol2023-02-151-1/+1
* avcodec/rka: fix channel value initializationPaul B Mahol2023-02-151-1/+2
* avcodec/rka: fix decoding uncorrelated stereoPaul B Mahol2023-02-151-26/+31
* avcodec/rka: fix array overflowPaul B Mahol2023-02-151-2/+5
* avcodec/rka: fix lossy mode decodingPaul B Mahol2023-02-141-5/+7
* avcodec/rka: add u8 sample format supportPaul B Mahol2023-02-131-35/+54
* avcodec/rka: misc fixes and improvementsPaul B Mahol2023-02-131-51/+66
* avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_numberMarton Balint2023-02-134-0/+24
* avcodec/mpegvideo_enc: do not use AVFrame.*_picture_number for encodingMarton Balint2023-02-136-14/+23
* avcodec/diracdec: do not use AVFrame.display_picture_number for decodingMarton Balint2023-02-131-15/+18
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-1345-87/+133
* avcodec/roqaudioenc: unbreak mono encodingPaul B Mahol2023-02-111-1/+1
* avcodec: add RKA decoderPaul B Mahol2023-02-116-1/+955
* avcodec/tta: fix regression with new channel layout switchPaul B Mahol2023-02-111-1/+2
* Bump major versions of all librariesJames Almer2023-02-092-2/+2
* avcodec/version: postpone the remaining API deprecationsJames Almer2023-02-091-7/+7
* avutil/{color_utils, csp}: merge color_utils into csp and expose APILeo Izen2023-02-093-7/+5
* avutil: remove FF_API_DECLARE_ALIGNEDJames Almer2023-02-091-0/+1
* avcodec: remove FF_API_SUB_TEXT_FORMATJames Almer2023-02-093-14/+0
* avcodec: remove FF_API_FLAG_TRUNCATEDJames Almer2023-02-0919-293/+1
* avcodec: remove FF_API_AVCTX_TIMEBASEJames Almer2023-02-0915-50/+12
* avcodec: remove FF_API_AUTO_THREADSJames Almer2023-02-092-4/+0
* avcodec: remove FF_API_GET_FRAME_CLASSJames Almer2023-02-093-42/+0
* avcodec: remove FF_API_DEBUG_MVJames Almer2023-02-092-12/+0
* avcodec: remove FF_API_THREAD_SAFE_CALLBACKSJames Almer2023-02-098-310/+6
* avcodec: remove FF_API_UNUSED_CODEC_CAPSJames Almer2023-02-092-12/+0
* avcodec: remove FF_API_OPENH264_CABACJames Almer2023-02-092-7/+0
* avcodec: remove FF_API_OPENH264_SLICE_MODEJames Almer2023-02-092-17/+0
* avcodec/avcodec: Remove AV_CODEC_FLAG2_DROP_FRAME_TIMECODEAndreas Rheinhardt2023-02-092-6/+0
* avcodec: Make avcodec_decode_subtitle2 accept a const AVPacket*Andreas Rheinhardt2023-02-092-7/+5
* avcodec/h264_metadata_bsf: remove AUDs at any positionGyan Doshi2023-02-091-6/+7
* avcodec/pngenc: avoid writing cICP when inappropriateLeo Izen2023-02-081-7/+14
* avcodec/wavarc: fix 16bit 0CPY modePaul B Mahol2023-02-071-9/+16
* avcodec/wavarc: add support for 0CPYPaul B Mahol2023-02-071-2/+30
* avcodec/bonk: properly handle some other errorsPaul B Mahol2023-02-071-2/+2
* avcodec/wavarc: properly handle invalid dataPaul B Mahol2023-02-071-3/+5
* avcodec/wavarc: remove invalid shiftsPaul B Mahol2023-02-061-2/+2
* avcodec/libjxl: add #ifdef guards for libjxl >= 0.8.0 featuresLeo Izen2023-02-063-10/+39
* avcodec/wavarc: really fix bits per sample detectionPaul B Mahol2023-02-061-4/+4
* avcodec/wavarc: fix 8bit decodingPaul B Mahol2023-02-061-4/+4
* avcodec/wavarc: check that nb_samples is validPaul B Mahol2023-02-061-0/+4
* lavu/frame: deprecate reordered_opaqueAnton Khirnov2023-02-0412-5/+98
* lavc/decode: allow using AV_CODEC_FLAG_COPY_OPAQUE for decodingAnton Khirnov2023-02-045-12/+45
* lavc: deprecate CrystalHD decodersAnton Khirnov2023-02-042-0/+7
* avcodec: add WavArc decoderPaul B Mahol2023-02-046-1/+471
* lavc/vaapi_encode: fix propagating durations and opaquesAnton Khirnov2023-02-022-5/+21