summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/mem: Also poison new av_realloc-allocated blocksAndreas Rheinhardt2021-04-301-2/+8
* hwcontext_vulkan: dlopen libvulkanLynne2021-04-301-4/+47
* hwcontext_vulkan: dynamically load functionsLynne2021-04-303-148/+376
* avutil/hwcontext_vulkan: fix format specifiers for some printed variablesJames Almer2021-04-291-3/+3
* hwcontext_vulkan: reorder structure fields and add spaces in betweenLynne2021-04-281-26/+38
* Bump major versions of all libraries.Anton Khirnov2021-04-271-2/+2
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-274-48/+0
* avutil/cpu: Remove deprecated functionsAndreas Rheinhardt2021-04-273-119/+0
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-2717-75/+20
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-276-49/+9
* avutil/frame: Remove deprecated getters and settersAndreas Rheinhardt2021-04-273-67/+0
* avutil: Switch crypto APIs to size_tAndreas Rheinhardt2021-04-2716-102/+39
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-273-22/+0
* avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt2021-04-273-17/+0
* avutil/pixdesc: Remove deprecated off-by-one fields from pix fmt descsAndreas Rheinhardt2021-04-273-545/+525
* avutil/frame: Remove AVFrame QP table APIAndreas Rheinhardt2021-04-273-141/+0
* avutil/pixfmt: Remove deprecated VAAPI pixel formatsAndreas Rheinhardt2021-04-273-38/+0
* x86/tx_float: remove ff_ prefix from external constant tablesJames Almer2021-04-251-20/+20
* x86/tx_float: fix forgotten 2-argument mulpsLynne2021-04-241-1/+1
* x86/tx_float: use all arguments on vperm2f and vpermilps and reindent commentsLynne2021-04-241-78/+78
* x86/tx_float: Fixes compilation with old yasmJames Almer2021-04-241-119/+121
* lavu/x86/tx_float: fix FMA3 implying AVX2 is availableLynne2021-04-242-5/+10
* lavu/x86: add FFT assemblyLynne2021-04-245-0/+1319
* checkasm: add av_tx FFT SIMD testing codeLynne2021-04-243-16/+22
* lavu/tx: add parity revtab generator versionLynne2021-04-242-0/+80
* lavu: bump minor and add APIchanges entry for the lavu/tx changesLynne2021-04-241-1/+1
* lavu/tx: add full-sized iMDCT transform flagLynne2021-04-243-2/+42
* lavu/tx: add unaligned flag to the APILynne2021-04-241-1/+7
* lavu/tx: add a 9-point FFT and (i)MDCTLynne2021-04-241-1/+143
* lavu/tx: add a 7-point FFT and (i)MDCTLynne2021-04-241-10/+116
* lavu/tx: refactor power-of-two FFTLynne2021-04-242-87/+79
* lavu/tx: minor code style improvements and additional commentsLynne2021-04-243-28/+48
* avutil/cpu: Schedule deprecated functions for removalAndreas Rheinhardt2021-04-193-1/+8
* Include attributes.h directlyAndreas Rheinhardt2021-04-192-0/+3
* avutil/cpu: Use HW_NCPUONLINE to detect # of online CPUs with OpenBSDBrad Smith2021-04-181-0/+6
* lavu/detection_bbox.h: use AV_NUM_DETECTION_BBOX_CLASSIFY to replace AV_NUM_B...Guo, Yejun2021-04-181-3/+3
* lavu/detection_bboxes: add missing spaceLynne2021-04-171-1/+1
* lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/class...Guo, Yejun2021-04-176-1/+190
* avutil/frame: Return 0 on success in av_frame_ref()Andreas Rheinhardt2021-04-051-1/+1
* avutil/cpu: Fix race condition in av_cpu_count()Andreas Rheinhardt2021-04-021-4/+2
* avutil/pixdesc: Fix 1 << 32Andreas Rheinhardt2021-04-011-1/+1
* avutil/base64: Fix undefined NULL + 0Andreas Rheinhardt2021-04-011-2/+7
* avutil/common: Add FF_PTR_ADD()Michael Niedermayer2021-03-311-0/+2
* avutil/frame: Deprecate av_get_colorspace_name()Andreas Rheinhardt2021-03-243-3/+10
* Bump minor versions after release branchn4.5-devMichael Niedermayer2021-03-201-1/+1
* Bump Versions before release/4.4 branchMichael Niedermayer2021-03-201-1/+1
* avutil/adler32: Switch av_adler32_update() to size_t on bumpAndreas Rheinhardt2021-03-193-3/+19
* avutil/avstring: Check for memory allocation error in av_escapeAndreas Rheinhardt2021-03-151-3/+4
* avutil/avstring: Limit string length in av_escape to range of intAndreas Rheinhardt2021-03-151-1/+1
* avutil/timecode: Avoid fps overflowMichael Niedermayer2021-03-141-2/+2