5796 Commits (04cff3287214095ecf78a6b1e2a251f71ad7aab5)

Author SHA1 Message Date
Michael Niedermayer bf67615a1f
avformat/timecode: use 64bit for intermediate for rounding in fps_from_frame_rate() 9 months ago
Michael Niedermayer 5a1b84bbd9
avutil/rational: Document what is to be expected from av_d2q() of doubles representing rational numbers 9 months ago
Timo Rothenpieler cd49ee45ba avutil/hwcontext_d3d11va: prefer DXGI 1.1 factory when available 10 months ago
Michael Niedermayer 2269a892fb
avutil/tx_template: fix integer ovberflwo in fft3() 1 year ago
Sean McGovern 7b2b48078c
libavutil/ppc/cpu.c: check that AT_HWCAP2 is defined 1 year ago
Michael Niedermayer 47333e3e30
avutil/tx_template: Fix some signed integer overflows in DECL_FFT5() 1 year ago
Michael Niedermayer 161b2b6ed6
avutil/tx_template: extend to 2M 1 year ago
Michael Niedermayer 992fc9d75a
avutil/softfloat: Basic documentation for av_sincos_sf() 1 year ago
Michael Niedermayer 5531eacf9e
avutil/softfloat: fix av_sincos_sf() 1 year ago
Michael Niedermayer 81ab846988
avutil/tx_priv: Use unsigned in BF() to avoid signed overflows 1 year ago
James Almer 4808ed94e3 avutil/wchar_filename: propagate MultiByteToWideChar() and WideCharToMultiByte() failures 2 years ago
Kacper Michajłow 58f18df430 lavu/vulkan: fix handle type for 32-bit targets 2 years ago
Martin Storsjö 1cf17633cd vulkan: Fix win/i386 calling convention 2 years ago
Michael Niedermayer 62efa096af
version.h: Bump minor for 6.0 branch 2 years ago
Marton Balint 2296078397 avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_number 2 years ago
James Almer 5bad485603 Bump major versions of all libraries 2 years ago
James Almer 0a95e4af99 avutil/version: postpone the remaining API deprecations 2 years ago
Leo Izen 719a93f4e4 avutil/{color_utils, csp}: merge color_utils into csp and expose API 2 years ago
James Almer dc1b8135e0 avutil: remove FF_API_AV_MALLOCZ_ARRAY 2 years ago
James Almer 16c4e8f9c1 avutil: remove FF_API_COLORSPACE_NAME 2 years ago
James Almer 21814a70db avutil: remove FF_API_DECLARE_ALIGNED 2 years ago
James Almer 30e1e7e0f3 avutil: remove FF_API_D2STR 2 years ago
Haihao Xiang f1355ec9f6 lavu/hwcontext_qsv: add support for UYVY 2 years ago
Anton Khirnov bdc76f467f lavu/frame: deprecate reordered_opaque 2 years ago
Lynne bbe95f7353
x86: replace explicit REP_RETs with RETs 2 years ago
Martin Storsjö 01f58f3646 lavu/video_enc_params: Avoid relying on an undefined C construct 2 years ago
Anton Khirnov 5c36f4ef84 lavu/opt: use AV_DICT_MULTIKEY in av_opt_set_dict2() 2 years ago
Zhao Zhili 1263b0a6ca avutil/hwcontext_mediacodec: fix backward compatibility 2 years ago
Jan Ekström 002d0ec740 avutil: introduce AVAmbientViewingEnvironment side data 2 years ago
Zhao Zhili e7aca339ce avutil/hwcontext_videotoolbox: BGRA should be full range 2 years ago
Michael Niedermayer 9f04055669
avutil/tx_template: Use more unsigned ints to avoid undefined overflows 2 years ago
Lynne eb0455d646
hwcontext_vulkan: remove optional encode/decode extensions from the list 2 years ago
Philip Langdale 9651f873f8 lavu/pixdesc: handle xv30be in av_[read|write]_image_line 2 years ago
Brian Norris b62940bec3 lavu/hwcontext_vaapi: Skip 'vgem' driver 2 years ago
Andreas Rheinhardt 6aa7b0c463 avutil/tests/dict: Explicitly test av_dict_iterate() 2 years ago
Marvin Scholz 81747b5259 avutil: use av_dict_iterate 2 years ago
Lynne 710d83bdde
lavu/tx: zero-out imaginary of last coefficient in forward RDFTs 2 years ago
Michael Niedermayer 7792825ad6
avutil/tx: Use unsigned in ff_tx_fft_sr_combine() to avoid undefined behavior 2 years ago
Lynne 90c17a05aa
x86/tx_float: fix stray change in 15xM FFT and replace imul->lea 2 years ago
Andreas Rheinhardt 1a7efafd33 avutil/tx: Use proper deallocator 2 years ago
Lynne a56d7e0ca3
lavu/tx: add DCT-III implementation 2 years ago
Lynne 504b7bec1a
lavu/tx: add DCT-II implementation 2 years ago
Lynne 93c30bd6f0
lavu/tx: clarify stride for RDFT transforms 2 years ago
Lynne 43d285a40f
lavu/tx: fix last coefficient scaling for R2C transforms 2 years ago
Lynne 8547123f3b
lavu/tx: generalize PFA FFTs 2 years ago
Lynne 7f019e7758
lavu/tx: add length decomposition function 2 years ago
Lynne 87bae6b018
lavu/tx: refactor to explicitly track and convert lookup table order 2 years ago
Lynne 1c8d77a2bf
lavu/tx: refactor and separate codelet list and prio code 2 years ago
Lynne 958b3760b5
lavu/tx: improve transform tree logging 2 years ago
Lynne 6ddd10c3e2
lavu/tx: allow codelets to specify a minimum number of matching factors 2 years ago