summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* avutil/frame: use the same data information as the source entry when cloning ...James Almer2024-03-30
* avutil/opt: Avoid av_uninitAndreas Rheinhardt2024-03-30
* all: Don't use ATOMIC_VAR_INITAndreas Rheinhardt2024-03-28
* avutil/tests/.gitignore: Add side_data_arrayAndreas Rheinhardt2024-03-28
* avutil/opt: Don't cast when the result might be misalignedAndreas Rheinhardt2024-03-28
* avutil/opt: Avoid av_strdup(NULL)Andreas Rheinhardt2024-03-28
* avutil/fifo, file: Remove unused headersAndreas Rheinhardt2024-03-27
* lavu/frame: add side data descriptorsAnton Khirnov2024-03-27
* Bump after 7.0 branch pointMichael Niedermayer2024-03-27
* Bump prior release/7.0 branchMichael Niedermayer2024-03-27
* avformat/timecode: use 64bit for intermediate for rounding in fps_from_frame_...Michael Niedermayer2024-03-26
* avutil/timestamp: change precision of av_ts_make_time_string()Marton Balint2024-03-25
* avutil/timestamp: introduce av_ts_make_time_string2 for better precisionMarton Balint2024-03-25
* avutil/channel_layout: don't clear the opaque pointer on type conversionJames Almer2024-03-25
* avutil/hwcontext_qsv: Fix mixed declaration and codeAndreas Rheinhardt2024-03-25
* vulkan_av1: port to the new stable APILynne2024-03-25
* avutil/film_grain_params: remove do loop in CHECK macroLeo Izen2024-03-24
* avutil/film_grain_params: remove unused variablesLeo Izen2024-03-24
* x86: Update x86inc.asmHenrik Gramner2024-03-24
* avutil/film_grain_params: add av_film_grain_params_select()Niklas Haas2024-03-23
* avutil/frame: clarify AV_FRAME_DATA_FILM_GRAIN_PARAMS usageNiklas Haas2024-03-23
* avutil/film_grain_params: initialize VCS to UNSPECIFIEDNiklas Haas2024-03-23
* avutil/film_grain_params: add metadata to common structNiklas Haas2024-03-23
* avutil/frame: Use av_realloc_array(), improve overflow checkAndreas Rheinhardt2024-03-22
* avutil/frame: Rename av_frame_side_data_get and add wrapper for itAndreas Rheinhardt2024-03-22
* avutil/frame: Constify av_frame_side_data_get()Andreas Rheinhardt2024-03-22
* {avutil/version,APIchanges}: bump, document new AVFrameSideData functionsJan Ekström2024-03-20
* avutil/frame: add helper for getting side data from arrayJan Ekström2024-03-20
* avutil/frame: add helper for adding existing side data to arrayJan Ekström2024-03-20
* avutil/frame: add helper for adding side data to arrayJan Ekström2024-03-20
* avutil/frame: split side data removal out to non-AVFrame functionJan Ekström2024-03-20
* avutil/frame: split side_data_from_buf to base and AVFrame funcJan Ekström2024-03-20
* avutil/frame: add helper for freeing arrays of side dataJan Ekström2024-03-20
* avutil/frame: split side data list wiping out to non-AVFrame functionJan Ekström2024-03-20
* lavu/hwcontext_vulkan: check PCI ID if possibleHaihao Xiang2024-03-19
* avutil/hwcontext_d3d11va: add logging to dxgi debug interfacesTimo Rothenpieler2024-03-18
* avutil/hwcontext_d3d11va: prefer DXGI 1.1 factory when availableTimo Rothenpieler2024-03-18
* avutil/hwcontext_d3d11va: remove check for d3d11 debug layer dllTimo Rothenpieler2024-03-18
* lavu/hwcontext_qsv: Join the download/upload session to the main sessionHaihao Xiang2024-03-18
* avutil/hash: Avoid relocations for hash namesAndreas Rheinhardt2024-03-18
* avutil/x86util: Fix broken pre-SSE4.1 PMINSD emulationHenrik Gramner2024-03-17
* avutil/channel_layout: add specific text versions for unknown and unused chan...Marton Balint2024-03-16
* avutil/channel_layout: fix some (un)initialization issues in av_channel_layou...Marton Balint2024-03-16
* avutil/channel_layout: factorize parsing list of channel namesMarton Balint2024-03-16
* avutil/tests/channel_layout: add some av_channel_from_string and av_channel_l...Marton Balint2024-03-16
* avutil/tests/channel_layout: make printing results part of the testsMarton Balint2024-03-16
* avutil/channel_layout: add AV_CHANNEL_LAYOUT_RETYPE_FLAG_CANONICALMarton Balint2024-03-16
* configure: Remove av_restrictAndreas Rheinhardt2024-03-15
* avutil/avstring: Use proper typesAndreas Rheinhardt2024-03-10
* lavu/opt: add array optionsAnton Khirnov2024-03-08