summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* lavu/frame: extend AVFrame.repeat_pict documentationAnton Khirnov2023-05-151-2/+16
* avutil/version: bump minor after recent changesJames Almer2023-05-041-1/+1
* avutil/frame: deprecate key_frameJames Almer2023-05-043-1/+10
* avutil/frame: add a keyframe flag to AVFrameJames Almer2023-05-041-0/+4
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-043-0/+13
* avutil/frame: add new interlaced and top_field_first flagsJames Almer2023-05-041-0/+9
* riscv/intmath: use builtins for counting onesRémi Denis-Courmont2023-05-021-26/+4
* riscv/bswap: use compiler builtinsRémi Denis-Courmont2023-05-021-47/+5
* lavu/hwcontext_qsv: Update after adding support for VAAPI on WindowsSil Vilerino2023-04-241-2/+12
* lavu/hwcontext_vaapi: Add Windows/VAAPI support with vaGetDisplayWin32Sil Vilerino2023-04-242-3/+77
* avutil/tx_priv: Use unsigned in BF() to avoid signed overflowsMichael Niedermayer2023-04-221-4/+10
* avutil/wchar_filename: propagate MultiByteToWideChar() and WideCharToMultiByt...James Almer2023-04-141-2/+4
* avutil/internal: remove timer.h againZhao Zhili2023-04-151-1/+0
* avutil: make av_frame_get_plane_buffer accept a const AVFrame*Niklas Haas2023-04-142-2/+2
* avutil/hdr_dynamic_metadata: allow av_dynamic_hdr_plus_to_t35() to accept an ...James Almer2023-04-053-12/+32
* mips: fix build fail on MIPS R6Junxian Zhu2023-03-261-3/+3
* avutil/frame: move counters utilized in loops to their scopeJan Ekström2023-03-241-44/+32
* avutil: add HDR10+ dynamic metadata serialization functionRaphaël Zumer2023-03-213-1/+161
* avcodec/avutil: move dynamic HDR10+ metadata parsing to libavutilRaphaël Zumer2023-03-212-0/+203
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-203-0/+19
* libavutil/hdr_dynamic_vivid_metadata: fix three spline paramsZhao Zhili2023-03-172-2/+64
* lavu/frame: improve AVFrame.opaque[_ref] documentationAnton Khirnov2023-03-101-7/+23
* lavu/vulkan: fix handle type for 32-bit targetsKacper Michajłow2023-03-072-1/+5
* vulkan: Fix win/i386 calling conventionMartin Storsjö2023-03-071-4/+4
* lavu/hwcontext_vaapi: sync surface before export its DRM handleFei Wang2023-02-271-1/+10
* avutil: [LA] use getauxval to do runtime check.Shiyou Yin2023-02-271-16/+8
* qsv: remove CONFIG_VAAPI for mutiple formatsTong Wu2023-02-221-3/+3
* hwcontext_dxva2: add mutiple supported formatsTong Wu2023-02-221-0/+7
* hwcontext_d3d11va: add mutiple supported DXGI formatsTong Wu2023-02-221-0/+7
* version.h: Bump minor post 6.0 branchn6.1-devMichael Niedermayer2023-02-191-1/+1
* version.h: Bump minor for 6.0 branchMichael Niedermayer2023-02-191-1/+1
* avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_numberMarton Balint2023-02-133-1/+10
* Bump major versions of all librariesJames Almer2023-02-091-2/+2
* avutil/version: postpone the remaining API deprecationsJames Almer2023-02-091-6/+6
* avutil/{color_utils, csp}: merge color_utils into csp and expose APILeo Izen2023-02-096-293/+213
* avutil: remove FF_API_AV_MALLOCZ_ARRAYJames Almer2023-02-093-19/+0
* avutil: remove FF_API_COLORSPACE_NAMEJames Almer2023-02-093-27/+0
* avutil: remove FF_API_DECLARE_ALIGNEDJames Almer2023-02-093-83/+0
* avutil: remove FF_API_D2STRJames Almer2023-02-094-36/+0
* lavu/hwcontext_qsv: add support for UYVYHaihao Xiang2023-02-071-0/+7
* lavu/frame: deprecate reordered_opaqueAnton Khirnov2023-02-043-0/+10
* x86: replace explicit REP_RETs with RETsLynne2023-02-012-11/+11
* lavu/video_enc_params: Avoid relying on an undefined C constructMartin Storsjö2023-01-311-5/+5
* lavu/opt: use AV_DICT_MULTIKEY in av_opt_set_dict2()Anton Khirnov2023-01-311-1/+1
* avutil/hwcontext_mediacodec: fix backward compatibilityZhao Zhili2023-01-262-1/+32
* avutil: introduce AVAmbientViewingEnvironment side dataJan Ekström2023-01-136-1/+130
* avutil/hwcontext_videotoolbox: BGRA should be full rangeZhao Zhili2023-01-111-1/+1
* avutil/tx_template: Use more unsigned ints to avoid undefined overflowsMichael Niedermayer2022-12-251-2/+2
* hwcontext_vulkan: remove optional encode/decode extensions from the listLynne2022-12-251-8/+0
* lavu/pixdesc: handle xv30be in av_[read|write]_image_linePhilip Langdale2022-12-081-20/+50