aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/pix{desc,fmt}: add new matrix coefficients from H.273 v3Jan Ekström2024-04-033-1/+7
* avutil/dovi_meta: add dolby vision extension blocksNiklas Haas2024-04-033-4/+166
* avutil/dovi_meta: add AVDOVIDataMapping.nlq_pivotsquietvoid2024-04-032-1/+2
* avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.hAndreas Rheinhardt2024-03-313-4/+4
* avutil/hwcontext_vulkan: Include hwcontext.hAndreas Rheinhardt2024-03-311-0/+1
* avutil/internal: Move FF_MEMORY_POISON to its only userAndreas Rheinhardt2024-03-312-2/+2
* avutil/internal: Move libm inclusion to the beginningAndreas Rheinhardt2024-03-311-2/+1
* avcodec/arm/mpegvideo_arm: Use static_assert to check offsetsAndreas Rheinhardt2024-03-311-8/+0
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-3124-6/+29
* lib*/version: Use static_assert for static assertsAndreas Rheinhardt2024-03-311-5/+7
* avutil/frame: use the same data information as the source entry when cloning ...James Almer2024-03-301-10/+20
* avutil/opt: Avoid av_uninitAndreas Rheinhardt2024-03-301-1/+1
* all: Don't use ATOMIC_VAR_INITAndreas Rheinhardt2024-03-282-4/+4
* avutil/tests/.gitignore: Add side_data_arrayAndreas Rheinhardt2024-03-281-0/+1
* avutil/opt: Don't cast when the result might be misalignedAndreas Rheinhardt2024-03-281-14/+15
* avutil/opt: Avoid av_strdup(NULL)Andreas Rheinhardt2024-03-281-3/+7
* avutil/fifo, file: Remove unused headersAndreas Rheinhardt2024-03-272-5/+0
* lavu/frame: add side data descriptorsAnton Khirnov2024-03-273-31/+78
* Bump after 7.0 branch pointn7.1-devMichael Niedermayer2024-03-271-1/+1
* Bump prior release/7.0 branchMichael Niedermayer2024-03-271-1/+1
* avformat/timecode: use 64bit for intermediate for rounding in fps_from_frame_...Michael Niedermayer2024-03-261-1/+1
* avutil/timestamp: change precision of av_ts_make_time_string()Marton Balint2024-03-251-3/+1
* avutil/timestamp: introduce av_ts_make_time_string2 for better precisionMarton Balint2024-03-254-1/+46
* avutil/channel_layout: don't clear the opaque pointer on type conversionJames Almer2024-03-251-0/+8
* avutil/hwcontext_qsv: Fix mixed declaration and codeAndreas Rheinhardt2024-03-251-2/+2
* vulkan_av1: port to the new stable APILynne2024-03-253-3/+3
* avutil/film_grain_params: remove do loop in CHECK macroLeo Izen2024-03-241-3/+1
* avutil/film_grain_params: remove unused variablesLeo Izen2024-03-241-3/+0
* x86: Update x86inc.asmHenrik Gramner2024-03-241-210/+462
* avutil/film_grain_params: add av_film_grain_params_select()Niklas Haas2024-03-233-1/+73
* avutil/frame: clarify AV_FRAME_DATA_FILM_GRAIN_PARAMS usageNiklas Haas2024-03-231-0/+4
* avutil/film_grain_params: initialize VCS to UNSPECIFIEDNiklas Haas2024-03-231-2/+9
* avutil/film_grain_params: add metadata to common structNiklas Haas2024-03-232-4/+56
* avutil/frame: Use av_realloc_array(), improve overflow checkAndreas Rheinhardt2024-03-221-2/+3
* avutil/frame: Rename av_frame_side_data_get and add wrapper for itAndreas Rheinhardt2024-03-222-6/+21
* avutil/frame: Constify av_frame_side_data_get()Andreas Rheinhardt2024-03-223-3/+3
* {avutil/version,APIchanges}: bump, document new AVFrameSideData functionsJan Ekström2024-03-201-1/+1
* avutil/frame: add helper for getting side data from arrayJan Ekström2024-03-202-5/+29
* avutil/frame: add helper for adding existing side data to arrayJan Ekström2024-03-202-0/+69
* avutil/frame: add helper for adding side data to arrayJan Ekström2024-03-204-0/+143
* avutil/frame: split side data removal out to non-AVFrame functionJan Ekström2024-03-201-8/+16
* avutil/frame: split side_data_from_buf to base and AVFrame funcJan Ekström2024-03-201-8/+17
* avutil/frame: add helper for freeing arrays of side dataJan Ekström2024-03-202-0/+16
* avutil/frame: split side data list wiping out to non-AVFrame functionJan Ekström2024-03-201-9/+14
* lavu/hwcontext_vulkan: check PCI ID if possibleHaihao Xiang2024-03-191-7/+23
* avutil/hwcontext_d3d11va: add logging to dxgi debug interfacesTimo Rothenpieler2024-03-181-1/+9
* avutil/hwcontext_d3d11va: prefer DXGI 1.1 factory when availableTimo Rothenpieler2024-03-181-1/+3
* avutil/hwcontext_d3d11va: remove check for d3d11 debug layer dllTimo Rothenpieler2024-03-181-7/+3
* lavu/hwcontext_qsv: Join the download/upload session to the main sessionHaihao Xiang2024-03-181-0/+24
* avutil/hash: Avoid relocations for hash namesAndreas Rheinhardt2024-03-181-31/+41