summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* avutil/tx: Use unsigned in ff_tx_fft_sr_combine() to avoid undefined behaviorMichael Niedermayer2022-11-28
* x86/tx_float: fix stray change in 15xM FFT and replace imul->leaLynne2022-11-28
* avutil/tx: Use proper deallocatorAndreas Rheinhardt2022-11-25
* lavu/tx: add DCT-III implementationLynne2022-11-24
* lavu/tx: add DCT-II implementationLynne2022-11-24
* lavu/tx: clarify stride for RDFT transformsLynne2022-11-24
* lavu/tx: fix last coefficient scaling for R2C transformsLynne2022-11-24
* lavu/tx: generalize PFA FFTsLynne2022-11-24
* lavu/tx: add length decomposition functionLynne2022-11-24
* lavu/tx: refactor to explicitly track and convert lookup table orderLynne2022-11-24
* lavu/tx: refactor and separate codelet list and prio codeLynne2022-11-24
* lavu/tx: improve transform tree loggingLynne2022-11-24
* lavu/tx: allow codelets to specify a minimum number of matching factorsLynne2022-11-24
* lavu/tx: add ff_tx_clear_ctx()Lynne2022-11-24
* x86/tx_float: implement striding in fft_15xMLynne2022-11-24
* x86/tx_float_init: properly specify the supported factors of 15xM FFTsLynne2022-11-24
* x86/tx_float: add a standalone 15-point AVX2 transformLynne2022-11-24
* x86/tx_float: optimize and macro out FFT15Lynne2022-11-24
* lavu/tx: support output stride in naive transformsLynne2022-11-24
* lavu/tx: add fft_inplace_small transformsLynne2022-11-24
* lavu/tx: drop requirement of input == output for in-place transformsLynne2022-11-24
* lavu/tx: support out-of-place transforms in fft_inplaceLynne2022-11-24
* lavu/tx: make C ptwo transforms in+out of placeLynne2022-11-24
* lavu/tx: add naive_small FFTLynne2022-11-24
* lavu/tx: list all odd-length FFT factors as regular codeletsLynne2022-11-24
* lavu/tx: generalize single-factor transformsLynne2022-11-24
* lavu/tx: make prime factor transforms truly in-placeLynne2022-11-24
* lavu/pixfmt: Update the description for AV_PIX_FMT_QSVHaihao Xiang2022-11-22
* avutil/hwcontext: verify hw_frames_ctx in transfer_data_allocZhao Zhili2022-11-21
* avutil/hwcontext_mediacodec: add ANativeWindow supportZhao Zhili2022-11-21
* avutil/hwcontext_cuda: fix compilation without Vulkan after last commitJames Almer2022-11-12
* avutil/hwcontext_cuda: fix mixed declarations and code warningJames Almer2022-11-12
* avutil/cast5: Avoid undefined shift of uint32_t by 32 placesAndreas Rheinhardt2022-11-11
* avutil/tx: use llrintf() to convert a float into a 64 bit integerJames Almer2022-11-08
* avutil/tx: use a lower log level for the debug messagesJames Almer2022-11-08
* avutil/dict: Improve documentationMarvin Scholz2022-11-06
* avutil/dict: Use av_dict_iterate in av_dict_get_stringMarvin Scholz2022-11-06
* avutil/dict: Use av_dict_iterate in av_dict_copyMarvin Scholz2022-11-06
* avutil/dict: Use av_dict_iterate in av_dict_getMarvin Scholz2022-11-06
* avutil/dict: Add av_dict_iterateMarvin Scholz2022-11-06
* avutil/tests/cpu: print the avx512icl flagJames Darnley2022-11-04
* avutil/channel_layout: add a 7.1(top) channel layoutJames Almer2022-11-03
* avutil/channel_layout: add a cube channel layoutJames Almer2022-10-30
* avutil/tx_template: Move function pointers to const memoryAndreas Rheinhardt2022-10-28
* avutil/tx_template: Avoid code duplicationAndreas Rheinhardt2022-10-28
* avutil/tx_template: Don't waste space for inexistent factorsAndreas Rheinhardt2022-10-28
* avutil/integer: Use '|' instead of '+' where it is more naturalAndreas Rheinhardt2022-10-24
* avutil/integer: Fix undefined left shifts of negative numbersAndreas Rheinhardt2022-10-24
* avutil/aes: Don't use out-of-bounds indexAndreas Rheinhardt2022-10-24
* avutil/aes: Don't use misaligned pointersAndreas Rheinhardt2022-10-24