summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* hwcontext_vulkan: dlopen libvulkanLynne2021-04-30
* hwcontext_vulkan: dynamically load functionsLynne2021-04-30
* avutil/hwcontext_vulkan: fix format specifiers for some printed variablesJames Almer2021-04-29
* hwcontext_vulkan: reorder structure fields and add spaces in betweenLynne2021-04-28
* Bump major versions of all libraries.Anton Khirnov2021-04-27
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-27
* avutil/cpu: Remove deprecated functionsAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-27
* avutil/frame: Remove deprecated getters and settersAndreas Rheinhardt2021-04-27
* avutil: Switch crypto APIs to size_tAndreas Rheinhardt2021-04-27
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-27
* avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt2021-04-27
* avutil/pixdesc: Remove deprecated off-by-one fields from pix fmt descsAndreas Rheinhardt2021-04-27
* avutil/frame: Remove AVFrame QP table APIAndreas Rheinhardt2021-04-27
* avutil/pixfmt: Remove deprecated VAAPI pixel formatsAndreas Rheinhardt2021-04-27
* x86/tx_float: remove ff_ prefix from external constant tablesJames Almer2021-04-25
* x86/tx_float: fix forgotten 2-argument mulpsLynne2021-04-24
* x86/tx_float: use all arguments on vperm2f and vpermilps and reindent commentsLynne2021-04-24
* x86/tx_float: Fixes compilation with old yasmJames Almer2021-04-24
* lavu/x86/tx_float: fix FMA3 implying AVX2 is availableLynne2021-04-24
* lavu/x86: add FFT assemblyLynne2021-04-24
* checkasm: add av_tx FFT SIMD testing codeLynne2021-04-24
* lavu/tx: add parity revtab generator versionLynne2021-04-24
* lavu: bump minor and add APIchanges entry for the lavu/tx changesLynne2021-04-24
* lavu/tx: add full-sized iMDCT transform flagLynne2021-04-24
* lavu/tx: add unaligned flag to the APILynne2021-04-24
* lavu/tx: add a 9-point FFT and (i)MDCTLynne2021-04-24
* lavu/tx: add a 7-point FFT and (i)MDCTLynne2021-04-24
* lavu/tx: refactor power-of-two FFTLynne2021-04-24
* lavu/tx: minor code style improvements and additional commentsLynne2021-04-24
* avutil/cpu: Schedule deprecated functions for removalAndreas Rheinhardt2021-04-19
* Include attributes.h directlyAndreas Rheinhardt2021-04-19
* avutil/cpu: Use HW_NCPUONLINE to detect # of online CPUs with OpenBSDBrad Smith2021-04-18
* lavu/detection_bbox.h: use AV_NUM_DETECTION_BBOX_CLASSIFY to replace AV_NUM_B...Guo, Yejun2021-04-18
* lavu/detection_bboxes: add missing spaceLynne2021-04-17
* lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/class...Guo, Yejun2021-04-17
* avutil/frame: Return 0 on success in av_frame_ref()Andreas Rheinhardt2021-04-05
* avutil/cpu: Fix race condition in av_cpu_count()Andreas Rheinhardt2021-04-02
* avutil/pixdesc: Fix 1 << 32Andreas Rheinhardt2021-04-01
* avutil/base64: Fix undefined NULL + 0Andreas Rheinhardt2021-04-01
* avutil/common: Add FF_PTR_ADD()Michael Niedermayer2021-03-31
* avutil/frame: Deprecate av_get_colorspace_name()Andreas Rheinhardt2021-03-24
* Bump minor versions after release branchMichael Niedermayer2021-03-20
* Bump Versions before release/4.4 branchMichael Niedermayer2021-03-20
* avutil/adler32: Switch av_adler32_update() to size_t on bumpAndreas Rheinhardt2021-03-19
* avutil/avstring: Check for memory allocation error in av_escapeAndreas Rheinhardt2021-03-15
* avutil/avstring: Limit string length in av_escape to range of intAndreas Rheinhardt2021-03-15
* avutil/timecode: Avoid fps overflowMichael Niedermayer2021-03-14
* libavutil/timer: Fix clang reserved-user-defined-literalChristopher Degawa2021-03-13