Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-30avutil/mem: Also poison new av_realloc-allocated blocksAndreas Rheinhardt
2021-04-30hwcontext_vulkan: dlopen libvulkanLynne
2021-04-30hwcontext_vulkan: dynamically load functionsLynne
2021-04-29avutil/hwcontext_vulkan: fix format specifiers for some printed variablesJames Almer
2021-04-28hwcontext_vulkan: reorder structure fields and add spaces in betweenLynne
2021-04-27Bump major versions of all libraries.Anton Khirnov
2021-04-27avutil: remove deprecated AVClass.child_class_nextJames Almer
2021-04-27avutil/cpu: Remove deprecated functionsAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-27avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt
2021-04-27avutil/frame: Remove deprecated getters and settersAndreas Rheinhardt
2021-04-27avutil: Switch crypto APIs to size_tAndreas Rheinhardt
2021-04-27avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt
2021-04-27avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt
2021-04-27avutil/pixdesc: Remove deprecated off-by-one fields from pix fmt descsAndreas Rheinhardt
2021-04-27avutil/frame: Remove AVFrame QP table APIAndreas Rheinhardt
2021-04-27avutil/pixfmt: Remove deprecated VAAPI pixel formatsAndreas Rheinhardt
2021-04-26x86/tx_float: remove ff_ prefix from external constant tablesJames Almer
2021-04-24x86/tx_float: fix forgotten 2-argument mulpsLynne
2021-04-24x86/tx_float: use all arguments on vperm2f and vpermilps and reindent commentsLynne
2021-04-24x86/tx_float: Fixes compilation with old yasmJames Almer
2021-04-24lavu/x86/tx_float: fix FMA3 implying AVX2 is availableLynne
2021-04-24lavu/x86: add FFT assemblyLynne
2021-04-24checkasm: add av_tx FFT SIMD testing codeLynne
2021-04-24lavu/tx: add parity revtab generator versionLynne
2021-04-24lavu: bump minor and add APIchanges entry for the lavu/tx changesLynne
2021-04-24lavu/tx: add full-sized iMDCT transform flagLynne
2021-04-24lavu/tx: add unaligned flag to the APILynne
2021-04-24lavu/tx: add a 9-point FFT and (i)MDCTLynne
2021-04-24lavu/tx: add a 7-point FFT and (i)MDCTLynne
2021-04-24lavu/tx: refactor power-of-two FFTLynne
2021-04-24lavu/tx: minor code style improvements and additional commentsLynne
2021-04-19avutil/cpu: Schedule deprecated functions for removalAndreas Rheinhardt
2021-04-19Include attributes.h directlyAndreas Rheinhardt
2021-04-18avutil/cpu: Use HW_NCPUONLINE to detect # of online CPUs with OpenBSDBrad Smith
2021-04-18lavu/detection_bbox.h: use AV_NUM_DETECTION_BBOX_CLASSIFY to replace AV_NUM_B...Guo, Yejun
2021-04-17lavu/detection_bboxes: add missing spaceLynne
2021-04-17lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/class...Guo, Yejun
2021-04-05avutil/frame: Return 0 on success in av_frame_ref()Andreas Rheinhardt
2021-04-02avutil/cpu: Fix race condition in av_cpu_count()Andreas Rheinhardt
2021-04-01avutil/pixdesc: Fix 1 << 32Andreas Rheinhardt
2021-04-01avutil/base64: Fix undefined NULL + 0Andreas Rheinhardt
2021-04-01avutil/common: Add FF_PTR_ADD()Michael Niedermayer
2021-03-24avutil/frame: Deprecate av_get_colorspace_name()Andreas Rheinhardt
2021-03-20Bump minor versions after release branchn4.5-devMichael Niedermayer
2021-03-20Bump Versions before release/4.4 branchMichael Niedermayer
2021-03-19avutil/adler32: Switch av_adler32_update() to size_t on bumpAndreas Rheinhardt
2021-03-15avutil/avstring: Check for memory allocation error in av_escapeAndreas Rheinhardt
2021-03-15avutil/avstring: Limit string length in av_escape to range of intAndreas Rheinhardt
2021-03-15avutil/timecode: Avoid fps overflowMichael Niedermayer