summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* lavu/tx: rotate 3 & 15-point exptabsLynne2022-09-10
* lavu/tx: generalize MDCTsLynne2022-09-10
* lavu/tx: add the inplace flag to PFA FFTsLynne2022-09-10
* lavu/tx: propagate the codelet flags into the contextLynne2022-09-10
* lavu/hwcontext_qsv: add support for AV_PIX_FMT_VUYX on LinuxHaihao Xiang2022-09-07
* x86/tx_float: add missing check for AVX2James Almer2022-09-06
* x86/tx_float: set all operands for shufpsJames Almer2022-09-06
* slicethread: Limit the automatic number of threads to 16Martin Storsjö2022-09-06
* x86/tx_float: Fix building for platforms with a symbol prefixMartin Storsjö2022-09-06
* aarch64/tx_float: fix compilationLynne2022-09-06
* x86/tx_float: implement inverse MDCT AVX2 assemblyLynne2022-09-06
* x86/tx_float: add support for calling assembly functions from assemblyLynne2022-09-06
* lavu/fifo: clarify interaction of AV_FIFO_FLAG_AUTO_GROW with av_fifo_write()Anton Khirnov2022-09-05
* lavu/fifo: clarify interaction of AV_FIFO_FLAG_AUTO_GROW with av_fifo_can_wri...Anton Khirnov2022-09-05
* lavu/fifo: add the header to its own doxy groupAnton Khirnov2022-09-05
* avutil/tests/.gitignore: Add channel_layout testtoolAndreas Rheinhardt2022-09-05
* lavu/hwcontext_vulkan: support mapping VUYX, P012, and XV36Philip Langdale2022-09-03
* lavc/vaapi: Add support for remaining 10/12bit profilesPhilip Langdale2022-09-03
* lavu/pixfmt: Add P012, Y212, XV30, and XV36 formatsPhilip Langdale2022-09-03
* arm: relax byte-swap assembler constraintsRémi Denis-Courmont2022-09-03
* aarch64: relax byte-swap assembler constraintsRémi Denis-Courmont2022-09-03
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-03
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avutil/file: Properly deprecate av_tempfile()Andreas Rheinhardt2022-09-03
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-03
* avutil/dict: Move avpriv_dict_set_timestamp() to a header of its ownAndreas Rheinhardt2022-09-03
* avutil/internal: Remove unused FF_SYMVERAndreas Rheinhardt2022-09-03
* avutil/internal: Remove unused ff_rint64_clip()Andreas Rheinhardt2022-09-03
* libavcodec: Set hidden visibility on global symbols accessed from AArch64 ass...Martin Storsjö2022-09-02
* arm: Check the build time constants in av_clip_*intp2Martin Storsjö2022-09-02
* lavc/vaapi: Switch preferred 8bit 444 format to VUYXPhilip Langdale2022-08-25
* lavu/pixfmt: Introduce VUYX formatPhilip Langdale2022-08-25
* lavu/tx: implement aarch64 NEON SIMD FFTLynne2022-08-25
* avutil/mem_internal: Fix headersAndreas Rheinhardt2022-08-24
* avutil/half2float: use native _Float16 if availableTimo Rothenpieler2022-08-19
* avutil/half2float: move non-inline init code out of headerTimo Rothenpieler2022-08-19
* avutil/half2float: move tables to header-internal structsTimo Rothenpieler2022-08-19
* avutil/half2float: adjust conversion of NaNTimo Rothenpieler2022-08-19
* avutil: move half-precision float helper to avutilTimo Rothenpieler2022-08-19
* lavu/tx: optimize and simplify inverse MDCTsLynne2022-08-16
* avutil/hwcontext_d3d11va: add support for rgbaf16 pixel formatTimo Rothenpieler2022-08-13
* lavu/pixfmt: add packed RGBA float16 formatTimo Rothenpieler2022-08-13
* configure: always enable gnu_windres if availableTimo Rothenpieler2022-08-13
* lavu/hwcontext_qsv: make qsv hwdevice works with oneVPLHaihao Xiang2022-08-12
* lavu/hwcontext_qsv: add loader field to AVQSVDeviceContextHaihao Xiang2022-08-12
* qsv: restrict OPAQUE memory to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsv: remove mfx/ prefix from mfx headersHaihao Xiang2022-08-12
* avutil/buffer: Never poison returned buffersAndreas Rheinhardt2022-08-10
* x86/tx_float: save a branch during coefficient deinterleavingLynne2022-08-09
* avutil/hwcontext_videotoolbox: add missing include for AVFrameZhao Zhili2022-08-08