| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/timestamp: change precision of av_ts_make_time_string() | Marton Balint | 2024-03-25 | 1 | -3/+1 |
* | avutil/timestamp: introduce av_ts_make_time_string2 for better precision | Marton Balint | 2024-03-25 | 4 | -1/+46 |
* | avutil/channel_layout: don't clear the opaque pointer on type conversion | James Almer | 2024-03-25 | 1 | -0/+8 |
* | avutil/hwcontext_qsv: Fix mixed declaration and code | Andreas Rheinhardt | 2024-03-25 | 1 | -2/+2 |
* | vulkan_av1: port to the new stable API | Lynne | 2024-03-25 | 3 | -3/+3 |
* | avutil/film_grain_params: remove do loop in CHECK macro | Leo Izen | 2024-03-24 | 1 | -3/+1 |
* | avutil/film_grain_params: remove unused variables | Leo Izen | 2024-03-24 | 1 | -3/+0 |
* | x86: Update x86inc.asm | Henrik Gramner | 2024-03-24 | 1 | -210/+462 |
* | avutil/film_grain_params: add av_film_grain_params_select() | Niklas Haas | 2024-03-23 | 3 | -1/+73 |
* | avutil/frame: clarify AV_FRAME_DATA_FILM_GRAIN_PARAMS usage | Niklas Haas | 2024-03-23 | 1 | -0/+4 |
* | avutil/film_grain_params: initialize VCS to UNSPECIFIED | Niklas Haas | 2024-03-23 | 1 | -2/+9 |
* | avutil/film_grain_params: add metadata to common struct | Niklas Haas | 2024-03-23 | 2 | -4/+56 |
* | avutil/frame: Use av_realloc_array(), improve overflow check | Andreas Rheinhardt | 2024-03-22 | 1 | -2/+3 |
* | avutil/frame: Rename av_frame_side_data_get and add wrapper for it | Andreas Rheinhardt | 2024-03-22 | 2 | -6/+21 |
* | avutil/frame: Constify av_frame_side_data_get() | Andreas Rheinhardt | 2024-03-22 | 3 | -3/+3 |
* | {avutil/version,APIchanges}: bump, document new AVFrameSideData functions | Jan Ekström | 2024-03-20 | 1 | -1/+1 |
* | avutil/frame: add helper for getting side data from array | Jan Ekström | 2024-03-20 | 2 | -5/+29 |
* | avutil/frame: add helper for adding existing side data to array | Jan Ekström | 2024-03-20 | 2 | -0/+69 |
* | avutil/frame: add helper for adding side data to array | Jan Ekström | 2024-03-20 | 4 | -0/+143 |
* | avutil/frame: split side data removal out to non-AVFrame function | Jan Ekström | 2024-03-20 | 1 | -8/+16 |
* | avutil/frame: split side_data_from_buf to base and AVFrame func | Jan Ekström | 2024-03-20 | 1 | -8/+17 |
* | avutil/frame: add helper for freeing arrays of side data | Jan Ekström | 2024-03-20 | 2 | -0/+16 |
* | avutil/frame: split side data list wiping out to non-AVFrame function | Jan Ekström | 2024-03-20 | 1 | -9/+14 |
* | lavu/hwcontext_vulkan: check PCI ID if possible | Haihao Xiang | 2024-03-19 | 1 | -7/+23 |
* | avutil/hwcontext_d3d11va: add logging to dxgi debug interfaces | Timo Rothenpieler | 2024-03-18 | 1 | -1/+9 |
* | avutil/hwcontext_d3d11va: prefer DXGI 1.1 factory when available | Timo Rothenpieler | 2024-03-18 | 1 | -1/+3 |
* | avutil/hwcontext_d3d11va: remove check for d3d11 debug layer dll | Timo Rothenpieler | 2024-03-18 | 1 | -7/+3 |
* | lavu/hwcontext_qsv: Join the download/upload session to the main session | Haihao Xiang | 2024-03-18 | 1 | -0/+24 |
* | avutil/hash: Avoid relocations for hash names | Andreas Rheinhardt | 2024-03-18 | 1 | -31/+41 |
* | avutil/x86util: Fix broken pre-SSE4.1 PMINSD emulation | Henrik Gramner | 2024-03-17 | 1 | -4/+0 |
* | avutil/channel_layout: add specific text versions for unknown and unused chan... | Marton Balint | 2024-03-16 | 2 | -0/+15 |
* | avutil/channel_layout: fix some (un)initialization issues in av_channel_layou... | Marton Balint | 2024-03-16 | 2 | -2/+11 |
* | avutil/channel_layout: factorize parsing list of channel names | Marton Balint | 2024-03-16 | 1 | -114/+58 |
* | avutil/tests/channel_layout: add some av_channel_from_string and av_channel_l... | Marton Balint | 2024-03-16 | 1 | -0/+26 |
* | avutil/tests/channel_layout: make printing results part of the tests | Marton Balint | 2024-03-16 | 1 | -185/+98 |
* | avutil/channel_layout: add AV_CHANNEL_LAYOUT_RETYPE_FLAG_CANONICAL | Marton Balint | 2024-03-16 | 3 | -1/+38 |
* | configure: Remove av_restrict | Andreas Rheinhardt | 2024-03-15 | 8 | -16/+8 |
* | avutil/avstring: Use proper types | Andreas Rheinhardt | 2024-03-10 | 1 | -1/+1 |
* | lavu/opt: add array options | Anton Khirnov | 2024-03-08 | 4 | -44/+423 |
* | lavu/opt: distinguish between native and foreign access for AVOption fields | Anton Khirnov | 2024-03-08 | 1 | -0/+14 |
* | lavu/opt: factor per-type dispatch out of av_opt_copy() | Anton Khirnov | 2024-03-08 | 1 | -42/+49 |
* | libavutil/opt: rework figuring out option sizes | Anton Khirnov | 2024-03-08 | 1 | -39/+50 |
* | lavu/opt: factor per-type dispatch out of av_opt_set() | Anton Khirnov | 2024-03-08 | 1 | -13/+22 |
* | lavu/opt: factor per-type dispatch out of av_opt_get() | Anton Khirnov | 2024-03-08 | 1 | -46/+68 |
* | avutil/dict: Deduplicate freeing dictionary | Andreas Rheinhardt | 2024-03-08 | 1 | -6/+4 |
* | libs: bump major version for all libraries | James Almer | 2024-03-07 | 1 | -2/+2 |
* | avutil/hwcontext: Allocate AVHWFramesCtx jointly with its internals | Andreas Rheinhardt | 2024-03-07 | 13 | -115/+119 |
* | avutil/hwcontext_internal: Remove unused AVHWFramesInternal.priv | Andreas Rheinhardt | 2024-03-07 | 2 | -15/+0 |
* | avutil/hwcontext_d3d12va: Allocate pub and priv frames hwctx together | Andreas Rheinhardt | 2024-03-07 | 1 | -8/+12 |
* | avutil/hwcontext: Allocate AVHWDevCtx jointly with its internals | Andreas Rheinhardt | 2024-03-07 | 3 | -61/+55 |