summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* lavu/vulkan: fix handle type for 32-bit targetsKacper Michajłow2023-03-10
* vulkan: Fix win/i386 calling conventionMartin Storsjö2023-03-10
* version.h: Bump minor for 6.0 branchMichael Niedermayer2023-02-19
* avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_numberMarton Balint2023-02-13
* Bump major versions of all librariesJames Almer2023-02-09
* avutil/version: postpone the remaining API deprecationsJames Almer2023-02-09
* avutil/{color_utils, csp}: merge color_utils into csp and expose APILeo Izen2023-02-09
* avutil: remove FF_API_AV_MALLOCZ_ARRAYJames Almer2023-02-09
* avutil: remove FF_API_COLORSPACE_NAMEJames Almer2023-02-09
* avutil: remove FF_API_DECLARE_ALIGNEDJames Almer2023-02-09
* avutil: remove FF_API_D2STRJames Almer2023-02-09
* 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