summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* version.h: Bump minor for 6.0 branchMichael Niedermayer2023-02-191-1/+1
* avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_numberMarton Balint2023-02-133-1/+10
* Bump major versions of all librariesJames Almer2023-02-091-2/+2
* avutil/version: postpone the remaining API deprecationsJames Almer2023-02-091-6/+6
* avutil/{color_utils, csp}: merge color_utils into csp and expose APILeo Izen2023-02-096-293/+213
* avutil: remove FF_API_AV_MALLOCZ_ARRAYJames Almer2023-02-093-19/+0
* avutil: remove FF_API_COLORSPACE_NAMEJames Almer2023-02-093-27/+0
* avutil: remove FF_API_DECLARE_ALIGNEDJames Almer2023-02-093-83/+0
* avutil: remove FF_API_D2STRJames Almer2023-02-094-36/+0
* lavu/hwcontext_qsv: add support for UYVYHaihao Xiang2023-02-071-0/+7
* lavu/frame: deprecate reordered_opaqueAnton Khirnov2023-02-043-0/+10
* x86: replace explicit REP_RETs with RETsLynne2023-02-012-11/+11
* lavu/video_enc_params: Avoid relying on an undefined C constructMartin Storsjö2023-01-311-5/+5
* lavu/opt: use AV_DICT_MULTIKEY in av_opt_set_dict2()Anton Khirnov2023-01-311-1/+1
* avutil/hwcontext_mediacodec: fix backward compatibilityZhao Zhili2023-01-262-1/+32
* avutil: introduce AVAmbientViewingEnvironment side dataJan Ekström2023-01-136-1/+130
* avutil/hwcontext_videotoolbox: BGRA should be full rangeZhao Zhili2023-01-111-1/+1
* avutil/tx_template: Use more unsigned ints to avoid undefined overflowsMichael Niedermayer2022-12-251-2/+2
* hwcontext_vulkan: remove optional encode/decode extensions from the listLynne2022-12-251-8/+0
* lavu/pixdesc: handle xv30be in av_[read|write]_image_linePhilip Langdale2022-12-081-20/+50
* 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