index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
avutil/hwcontext_mediacodec: fix backward compatibility
Zhao Zhili
2023-01-26
2
-1
/
+32
*
avutil: introduce AVAmbientViewingEnvironment side data
Jan Ekström
2023-01-13
6
-1
/
+130
*
avutil/hwcontext_videotoolbox: BGRA should be full range
Zhao Zhili
2023-01-11
1
-1
/
+1
*
avutil/tx_template: Use more unsigned ints to avoid undefined overflows
Michael Niedermayer
2022-12-25
1
-2
/
+2
*
hwcontext_vulkan: remove optional encode/decode extensions from the list
Lynne
2022-12-25
1
-8
/
+0
*
lavu/pixdesc: handle xv30be in av_[read|write]_image_line
Philip Langdale
2022-12-08
1
-20
/
+50
*
lavu/hwcontext_vaapi: Skip 'vgem' driver
Brian Norris
2022-12-08
1
-7
/
+22
*
avutil/tests/dict: Explicitly test av_dict_iterate()
Andreas Rheinhardt
2022-12-07
1
-5
/
+25
*
avutil: use av_dict_iterate
Marvin Scholz
2022-12-07
2
-7
/
+7
*
lavu/tx: zero-out imaginary of last coefficient in forward RDFTs
Lynne
2022-12-03
1
-1
/
+1
*
avutil/tx: Use unsigned in ff_tx_fft_sr_combine() to avoid undefined behavior
Michael Niedermayer
2022-11-28
2
-1
/
+4
*
x86/tx_float: fix stray change in 15xM FFT and replace imul->lea
Lynne
2022-11-28
1
-2
/
+2
*
avutil/tx: Use proper deallocator
Andreas Rheinhardt
2022-11-25
1
-1
/
+1
*
lavu/tx: add DCT-III implementation
Lynne
2022-11-24
1
-2
/
+70
*
lavu/tx: add DCT-II implementation
Lynne
2022-11-24
2
-0
/
+122
*
lavu/tx: clarify stride for RDFT transforms
Lynne
2022-11-24
1
-1
/
+3
*
lavu/tx: fix last coefficient scaling for R2C transforms
Lynne
2022-11-24
1
-1
/
+1
*
lavu/tx: generalize PFA FFTs
Lynne
2022-11-24
2
-57
/
+163
*
lavu/tx: add length decomposition function
Lynne
2022-11-24
2
-0
/
+151
*
lavu/tx: refactor to explicitly track and convert lookup table order
Lynne
2022-11-24
5
-80
/
+181
*
lavu/tx: refactor and separate codelet list and prio code
Lynne
2022-11-24
1
-59
/
+66
*
lavu/tx: improve transform tree logging
Lynne
2022-11-24
1
-21
/
+35
*
lavu/tx: allow codelets to specify a minimum number of matching factors
Lynne
2022-11-24
3
-19
/
+40
*
lavu/tx: add ff_tx_clear_ctx()
Lynne
2022-11-24
2
-8
/
+22
*
x86/tx_float: implement striding in fft_15xM
Lynne
2022-11-24
1
-16
/
+29
*
x86/tx_float_init: properly specify the supported factors of 15xM FFTs
Lynne
2022-11-24
1
-3
/
+3
*
x86/tx_float: add a standalone 15-point AVX2 transform
Lynne
2022-11-24
2
-0
/
+117
*
x86/tx_float: optimize and macro out FFT15
Lynne
2022-11-24
1
-134
/
+143
*
lavu/tx: support output stride in naive transforms
Lynne
2022-11-24
1
-2
/
+6
*
lavu/tx: add fft_inplace_small transforms
Lynne
2022-11-24
1
-3
/
+31
*
lavu/tx: drop requirement of input == output for in-place transforms
Lynne
2022-11-24
1
-3
/
+2
*
lavu/tx: support out-of-place transforms in fft_inplace
Lynne
2022-11-24
1
-6
/
+7
*
lavu/tx: make C ptwo transforms in+out of place
Lynne
2022-11-24
1
-56
/
+61
*
lavu/tx: add naive_small FFT
Lynne
2022-11-24
1
-2
/
+61
*
lavu/tx: list all odd-length FFT factors as regular codelets
Lynne
2022-11-24
1
-0
/
+88
*
lavu/tx: generalize single-factor transforms
Lynne
2022-11-24
3
-26
/
+26
*
lavu/tx: make prime factor transforms truly in-place
Lynne
2022-11-24
1
-52
/
+56
*
lavu/pixfmt: Update the description for AV_PIX_FMT_QSV
Haihao Xiang
2022-11-22
1
-2
/
+30
*
avutil/hwcontext: verify hw_frames_ctx in transfer_data_alloc
Zhao Zhili
2022-11-21
1
-1
/
+5
*
avutil/hwcontext_mediacodec: add ANativeWindow support
Zhao Zhili
2022-11-21
3
-2
/
+67
*
avutil/hwcontext_cuda: fix compilation without Vulkan after last commit
James Almer
2022-11-12
1
-0
/
+2
*
avutil/hwcontext_cuda: fix mixed declarations and code warning
James Almer
2022-11-12
1
-1
/
+2
*
avutil/cast5: Avoid undefined shift of uint32_t by 32 places
Andreas Rheinhardt
2022-11-11
1
-1
/
+1
*
avutil/tx: use llrintf() to convert a float into a 64 bit integer
James Almer
2022-11-08
1
-1
/
+1
*
avutil/tx: use a lower log level for the debug messages
James Almer
2022-11-08
1
-5
/
+5
*
avutil/dict: Improve documentation
Marvin Scholz
2022-11-06
1
-36
/
+55
*
avutil/dict: Use av_dict_iterate in av_dict_get_string
Marvin Scholz
2022-11-06
1
-2
/
+2
*
avutil/dict: Use av_dict_iterate in av_dict_copy
Marvin Scholz
2022-11-06
1
-2
/
+2
*
avutil/dict: Use av_dict_iterate in av_dict_get
Marvin Scholz
2022-11-06
1
-10
/
+6
*
avutil/dict: Add av_dict_iterate
Marvin Scholz
2022-11-06
3
-11
/
+54
[next]