aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* avutil/x86util: Fix broken pre-SSE4.1 PMINSD emulationHenrik Gramner2024-03-171-4/+0
* avutil/channel_layout: add specific text versions for unknown and unused chan...Marton Balint2024-03-162-0/+15
* avutil/channel_layout: fix some (un)initialization issues in av_channel_layou...Marton Balint2024-03-162-2/+11
* avutil/channel_layout: factorize parsing list of channel namesMarton Balint2024-03-161-114/+58
* avutil/tests/channel_layout: add some av_channel_from_string and av_channel_l...Marton Balint2024-03-161-0/+26
* avutil/tests/channel_layout: make printing results part of the testsMarton Balint2024-03-161-185/+98
* avutil/channel_layout: add AV_CHANNEL_LAYOUT_RETYPE_FLAG_CANONICALMarton Balint2024-03-163-1/+38
* configure: Remove av_restrictAndreas Rheinhardt2024-03-158-16/+8
* avutil/avstring: Use proper typesAndreas Rheinhardt2024-03-101-1/+1
* lavu/opt: add array optionsAnton Khirnov2024-03-084-44/+423
* lavu/opt: distinguish between native and foreign access for AVOption fieldsAnton Khirnov2024-03-081-0/+14
* lavu/opt: factor per-type dispatch out of av_opt_copy()Anton Khirnov2024-03-081-42/+49
* libavutil/opt: rework figuring out option sizesAnton Khirnov2024-03-081-39/+50
* lavu/opt: factor per-type dispatch out of av_opt_set()Anton Khirnov2024-03-081-13/+22
* lavu/opt: factor per-type dispatch out of av_opt_get()Anton Khirnov2024-03-081-46/+68
* avutil/dict: Deduplicate freeing dictionaryAndreas Rheinhardt2024-03-081-6/+4
* libs: bump major version for all librariesJames Almer2024-03-071-2/+2
* avutil/hwcontext: Allocate AVHWFramesCtx jointly with its internalsAndreas Rheinhardt2024-03-0713-115/+119
* avutil/hwcontext_internal: Remove unused AVHWFramesInternal.privAndreas Rheinhardt2024-03-072-15/+0
* avutil/hwcontext_d3d12va: Allocate pub and priv frames hwctx togetherAndreas Rheinhardt2024-03-071-8/+12
* avutil/hwcontext: Allocate AVHWDevCtx jointly with its internalsAndreas Rheinhardt2024-03-073-61/+55