summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* lavu/hwcontext_vaapi: Skip 'vgem' driverBrian Norris2022-12-081-7/+22
* avutil/tests/dict: Explicitly test av_dict_iterate()Andreas Rheinhardt2022-12-071-5/+25
* avutil: use av_dict_iterateMarvin Scholz2022-12-072-7/+7
* lavu/tx: zero-out imaginary of last coefficient in forward RDFTsLynne2022-12-031-1/+1
* avutil/tx: Use unsigned in ff_tx_fft_sr_combine() to avoid undefined behaviorMichael Niedermayer2022-11-282-1/+4
* x86/tx_float: fix stray change in 15xM FFT and replace imul->leaLynne2022-11-281-2/+2
* avutil/tx: Use proper deallocatorAndreas Rheinhardt2022-11-251-1/+1
* lavu/tx: add DCT-III implementationLynne2022-11-241-2/+70
* lavu/tx: add DCT-II implementationLynne2022-11-242-0/+122
* lavu/tx: clarify stride for RDFT transformsLynne2022-11-241-1/+3
* lavu/tx: fix last coefficient scaling for R2C transformsLynne2022-11-241-1/+1
* lavu/tx: generalize PFA FFTsLynne2022-11-242-57/+163
* lavu/tx: add length decomposition functionLynne2022-11-242-0/+151
* lavu/tx: refactor to explicitly track and convert lookup table orderLynne2022-11-245-80/+181
* lavu/tx: refactor and separate codelet list and prio codeLynne2022-11-241-59/+66
* lavu/tx: improve transform tree loggingLynne2022-11-241-21/+35
* lavu/tx: allow codelets to specify a minimum number of matching factorsLynne2022-11-243-19/+40
* lavu/tx: add ff_tx_clear_ctx()Lynne2022-11-242-8/+22
* x86/tx_float: implement striding in fft_15xMLynne2022-11-241-16/+29
* x86/tx_float_init: properly specify the supported factors of 15xM FFTsLynne2022-11-241-3/+3
* x86/tx_float: add a standalone 15-point AVX2 transformLynne2022-11-242-0/+117
* x86/tx_float: optimize and macro out FFT15Lynne2022-11-241-134/+143
* lavu/tx: support output stride in naive transformsLynne2022-11-241-2/+6
* lavu/tx: add fft_inplace_small transformsLynne2022-11-241-3/+31
* lavu/tx: drop requirement of input == output for in-place transformsLynne2022-11-241-3/+2
* lavu/tx: support out-of-place transforms in fft_inplaceLynne2022-11-241-6/+7
* lavu/tx: make C ptwo transforms in+out of placeLynne2022-11-241-56/+61
* lavu/tx: add naive_small FFTLynne2022-11-241-2/+61
* lavu/tx: list all odd-length FFT factors as regular codeletsLynne2022-11-241-0/+88
* lavu/tx: generalize single-factor transformsLynne2022-11-243-26/+26
* lavu/tx: make prime factor transforms truly in-placeLynne2022-11-241-52/+56
* lavu/pixfmt: Update the description for AV_PIX_FMT_QSVHaihao Xiang2022-11-221-2/+30
* avutil/hwcontext: verify hw_frames_ctx in transfer_data_allocZhao Zhili2022-11-211-1/+5
* avutil/hwcontext_mediacodec: add ANativeWindow supportZhao Zhili2022-11-213-2/+67
* avutil/hwcontext_cuda: fix compilation without Vulkan after last commitJames Almer2022-11-121-0/+2
* avutil/hwcontext_cuda: fix mixed declarations and code warningJames Almer2022-11-121-1/+2
* avutil/cast5: Avoid undefined shift of uint32_t by 32 placesAndreas Rheinhardt2022-11-111-1/+1
* avutil/tx: use llrintf() to convert a float into a 64 bit integerJames Almer2022-11-081-1/+1
* avutil/tx: use a lower log level for the debug messagesJames Almer2022-11-081-5/+5
* avutil/dict: Improve documentationMarvin Scholz2022-11-061-36/+55
* avutil/dict: Use av_dict_iterate in av_dict_get_stringMarvin Scholz2022-11-061-2/+2
* avutil/dict: Use av_dict_iterate in av_dict_copyMarvin Scholz2022-11-061-2/+2
* avutil/dict: Use av_dict_iterate in av_dict_getMarvin Scholz2022-11-061-10/+6
* avutil/dict: Add av_dict_iterateMarvin Scholz2022-11-063-11/+54
* avutil/tests/cpu: print the avx512icl flagJames Darnley2022-11-041-0/+1
* avutil/channel_layout: add a 7.1(top) channel layoutJames Almer2022-11-033-1/+4
* avutil/channel_layout: add a cube channel layoutJames Almer2022-10-303-2/+5
* avutil/tx_template: Move function pointers to const memoryAndreas Rheinhardt2022-10-281-21/+26
* avutil/tx_template: Avoid code duplicationAndreas Rheinhardt2022-10-281-49/+27
* avutil/tx_template: Don't waste space for inexistent factorsAndreas Rheinhardt2022-10-281-2/+7