index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwcontext_vulkan: wait and signal semaphores when transferring to CUDA
Lynne
2020-12-05
1
-0
/
+16
*
avutil/opt: add AV_OPT_FLAG_DEPRECATED option
Limin Wang
2020-12-05
1
-0
/
+1
*
avutil/timecode: add av_timecode_init_from_components
Marton Balint
2020-12-03
3
-11
/
+36
*
avutil/timecode: allow drop frame timecodes for multiples of 30000/1001 fps
Marton Balint
2020-12-03
2
-12
/
+9
*
avutil/film_grain_params: fix doxy for ar_coeff_* fields
James Almer
2020-12-03
1
-4
/
+5
*
avutil/avsscanf: fix possible overreads when dealing with %c or %s
Paul B Mahol
2020-12-02
1
-1
/
+1
*
hwcontext_vulkan: reduce priority for PACK32 formats
Lynne
2020-11-27
1
-2
/
+5
*
avutil/film_grain_params: add more details to some AVFilmGrainAOMParams fields
James Almer
2020-11-26
1
-6
/
+6
*
lavu/film_grain_params: fix typo in type enum
Lynne
2020-11-27
1
-2
/
+2
*
hwcontext_vulkan: optionally enable more functionality
Niklas Haas
2020-11-25
1
-0
/
+6
*
hwcontext_vulkan: support additional pixel formats
Lynne
2020-11-25
1
-4
/
+38
*
hwcontext_vulkan: fix incorrect A/0BGR mapping
Lynne
2020-11-25
1
-2
/
+2
*
hwcontext_vulkan: simplify plane size calculations and support 4-plane formats
Lynne
2020-11-25
1
-53
/
+64
*
hwcontext_vulkan: do not segfault when failing to init a AVHWFramesContext
Lynne
2020-11-25
1
-38
/
+33
*
hwcontext_vulkan: always attempt to map host memory when transferring
Lynne
2020-11-25
1
-33
/
+81
*
hwcontext_vulkan: check for memory size before choosing type
Lynne
2020-11-25
1
-1
/
+7
*
hwcontext_vulkan: correctly access the p->extensions bitmask
Lynne
2020-11-25
1
-2
/
+2
*
hwcontext_vulkan: unify download/upload functions
Lynne
2020-11-25
1
-141
/
+69
*
hwcontext_vulkan: add VkExternalMemoryBufferCreateInfo to imported buffers
Lynne
2020-11-25
1
-2
/
+14
*
hwcontext_vulkan: do not use uninitialized variables on errors in CUDA code
Lynne
2020-11-25
1
-10
/
+9
*
hwcontext_drm: issue DMA_BUF_IOCTL_SYNC when mapping FDs
Lynne
2020-11-25
1
-5
/
+31
*
libavutil: introduce AVFilmGrainParams side data
Lynne
2020-11-25
6
-1
/
+219
*
lavu: add missing stddef.h includes for size_t.
Anton Khirnov
2020-11-20
6
-0
/
+8
*
avutil/frame: fix potential leaks in av_frame_ref()
Gil Pedersen
2020-11-19
1
-3
/
+3
*
avutil/frame: use av_buffer_replace() to simplify code
Gil Pedersen
2020-11-19
1
-22
/
+9
*
avutil/hwcontext_cuda: fix edge case with non-even frame heights
Timo Rothenpieler
2020-11-04
1
-1
/
+1
*
avutil/hwcontext_cuda: query correct alignment from device
Timo Rothenpieler
2020-11-04
1
-6
/
+23
*
avutil/hwcontext_cuda: increase CUDA frame alignment to 512
Timo Rothenpieler
2020-11-03
1
-1
/
+1
*
avutil/mathematics: Use av_sat_add64() for the last addition in av_add_stable()
Michael Niedermayer
2020-10-25
1
-1
/
+1
*
avutil/common: Implement av_sat_add64_c() with fewer branches
Michael Niedermayer
2020-10-24
1
-5
/
+4
*
avutil/pixdesc: add missing FF_API_PSEUDOPAL check
James Almer
2020-10-02
1
-0
/
+2
*
lavu/buffer: add a convenience function for replacing buffers
Anton Khirnov
2020-09-28
3
-1
/
+43
*
avutil/pixfmt: improve definition of AVColorRange
Jan Ekström
2020-09-23
1
-3
/
+51
*
avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c()
Michael Niedermayer
2020-09-19
1
-1
/
+2
*
avutil/cuda_check: add missing dynlink_loader.h include
James Almer
2020-09-15
1
-0
/
+2
*
avutil/timecode: add av_timecode_make_smpte_tc_string2
Marton Balint
2020-09-13
3
-2
/
+36
*
avutil/timecode: do not trash bits on invalid av_timecode_get_smpte arguments
Marton Balint
2020-09-13
1
-0
/
+5
*
avutil/timecode: cosmetics on av_timecode_get_smpte
Marton Balint
2020-09-13
1
-7
/
+4
*
avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fps
Marton Balint
2020-09-13
2
-18
/
+4
*
hwcontext_vaapi: Don't require a render node when deriving from DRM
Mark Thompson
2020-08-31
1
-12
/
+16
*
lavu/buffer: forward av_buffer_realloc() error code.
Nicolas George
2020-08-21
1
-3
/
+4
*
lavu/avstring: deprecate av_d2str().
Nicolas George
2020-08-21
4
-0
/
+14
*
avutil/video_enc_params: fix code comment
leozhang
2020-08-20
1
-1
/
+1
*
avutil/channel_layout: add 22.2 layout
Jan Ekström
2020-08-04
3
-1
/
+13
*
hwcontext_vulkan: remove plane size alignment checks when host importing
Lynne
2020-08-02
1
-4
/
+4
*
tests/imgutils: test the output of av_image_fill_* functions
James Almer
2020-07-30
1
-0
/
+38
*
avutil/mips/generic_macros_msa: Fix prob that 'ulw' and 'uld' unsupported by ...
Shiyou Yin
2020-07-30
1
-6
/
+8
*
hwcontext_vaapi: remove duplicate formats from sw_format list
Haihao Xiang
2020-07-27
1
-5
/
+25
*
hwcontext_vaapi: avoid fd leak in vaapi_device_derive
Haihao Xiang
2020-07-27
1
-1
/
+6
*
avutil/imgutils: always zero data pointers in av_image_fill_pointers()
James Almer
2020-07-26
1
-2
/
+2
[next]