summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* lavu/hwcontext_qsv: add support for UYVYHaihao Xiang2023-02-07
* lavu/frame: deprecate reordered_opaqueAnton Khirnov2023-02-04
* x86: replace explicit REP_RETs with RETsLynne2023-02-01
* lavu/video_enc_params: Avoid relying on an undefined C constructMartin Storsjö2023-01-31
* lavu/opt: use AV_DICT_MULTIKEY in av_opt_set_dict2()Anton Khirnov2023-01-31
* avutil/hwcontext_mediacodec: fix backward compatibilityZhao Zhili2023-01-26
* avutil: introduce AVAmbientViewingEnvironment side dataJan Ekström2023-01-13
* avutil/hwcontext_videotoolbox: BGRA should be full rangeZhao Zhili2023-01-11
* avutil/tx_template: Use more unsigned ints to avoid undefined overflowsMichael Niedermayer2022-12-25
* hwcontext_vulkan: remove optional encode/decode extensions from the listLynne2022-12-25
* lavu/pixdesc: handle xv30be in av_[read|write]_image_linePhilip Langdale2022-12-08
* lavu/hwcontext_vaapi: Skip 'vgem' driverBrian Norris2022-12-08
* avutil/tests/dict: Explicitly test av_dict_iterate()Andreas Rheinhardt2022-12-07
* avutil: use av_dict_iterateMarvin Scholz2022-12-07
* lavu/tx: zero-out imaginary of last coefficient in forward RDFTsLynne2022-12-03
* 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