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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
avfilter/af_afftfilt: call av_frame_copy_props()
Paul B Mahol
2023-01-17
1
-1
/
+1
*
avfilter/af_afftdn: call av_frame_copy_props()
Paul B Mahol
2023-01-17
1
-1
/
+1
*
avfilter/vsrc_cellauto: set video frame duration
Paul B Mahol
2023-01-17
1
-0
/
+1
*
avfilter/vsrc_life: set video frame duration
Paul B Mahol
2023-01-17
1
-0
/
+1
*
avfilter/vsrc_mandelbrot: set video frame duration
Paul B Mahol
2023-01-17
1
-0
/
+1
*
avfilter/vsrc_mptestsrc: set video frame duration
Paul B Mahol
2023-01-17
1
-0
/
+1
*
avfilter/vsrc_testsrc: set video frame duration
Paul B Mahol
2023-01-17
1
-0
/
+1
*
avfilter/vsrc_sierpinski: set video frame duration
Paul B Mahol
2023-01-17
1
-0
/
+1
*
avfilter/vf_ciescope: fix black-point position
Paul B Mahol
2023-01-17
1
-18
/
+16
*
avfilter/vf_ciescope: switch to anti-aliased lines
Paul B Mahol
2023-01-17
1
-13
/
+30
*
avfilter/avf_a3dscope,avf_showcwt: set video frame duration
Paul B Mahol
2023-01-17
2
-0
/
+2
*
avfilter/af_dialoguenhance: call av_frame_copy_props()
Paul B Mahol
2023-01-17
1
-1
/
+1
*
avfilter/af_surround: call av_frame_copy_props()
Paul B Mahol
2023-01-17
1
-1
/
+1
*
avfilter/af_afir: call av_frame_copy_props()
Paul B Mahol
2023-01-17
1
-0
/
+1
*
avcodec/scpr3: Check bx
Michael Niedermayer
2023-01-17
1
-0
/
+3
*
avcodec/012v: Order operations for odd size handling
Michael Niedermayer
2023-01-17
1
-2
/
+2
*
lavfi/overlay_vaapi: remove unnecessary code
Haihao Xiang
2023-01-17
1
-3
/
+0
*
lavfi/vaapi: remove duplicated code
Haihao Xiang
2023-01-17
3
-140
/
+77
*
avcodec/vaapi_encode_h26x: passthrough A53 CC data as H264/HEVC SEI
Aman Karmani
2023-01-17
3
-4
/
+68
*
lavfi/qsv: use QSVVPPContext as base context in vf_vpp_qsv/vf_overlay_qsv
Haihao Xiang
2023-01-17
4
-48
/
+31
*
lavfi/qsvvpp: set output frame durations
Haihao Xiang
2023-01-17
1
-0
/
+5
*
lavfi/vf_vpp_qsv: check output format string against NULL pointer
Haihao Xiang
2023-01-17
1
-1
/
+1
*
lavfi/vf_vpp_qsv: add has_passthrough flag in VPPContext
Haihao Xiang
2023-01-17
1
-1
/
+5
*
lavfi/vf_vpp_qsv: add vpp_preinit callback
Haihao Xiang
2023-01-17
1
-0
/
+14
*
lavfi/vf_vpp_qsv: allow special values for the output video dimensions
Haihao Xiang
2023-01-17
1
-7
/
+40
*
lavfi/vf_vpp_qsv: handle NULL pointer when evaluating an expression
Haihao Xiang
2023-01-17
1
-16
/
+20
*
lavfi/vf_vpp_qsv: add "a", "dar" and "sar" variables
Haihao Xiang
2023-01-17
1
-20
/
+29
*
lavc/qsvenc_jpeg: accept YUYV422 and BGRA in system memory
Haihao Xiang
2023-01-17
1
-0
/
+2
*
avformat/segment: calculate segment durations correctly.
Gyan Doshi
2023-01-16
2
-2
/
+17
*
avformat/dtshddec: also read trailing padding in samples
Paul B Mahol
2023-01-16
1
-2
/
+5
*
avfilter: add fractional delay IR source filter
Paul B Mahol
2023-01-16
6
-1
/
+204
*
avcodec/wbmpdec: use remaining size not whole size
Michael Niedermayer
2023-01-15
1
-1
/
+1
*
avcodec/eatgq: : Check index increments in tgq_decode_block()
Michael Niedermayer
2023-01-15
1
-3
/
+11
*
avfilter/vf_showinfo: add support for Ambient Viewing Environment side data
James Almer
2023-01-15
1
-0
/
+15
*
avfilter/vf_showinfo: use av_frame_side_data_name() to print side data names
James Almer
2023-01-13
1
-24
/
+15
*
avcodec/h2645_sei: add support for Ambient Viewing Environment SEI
Jan Ekström
2023-01-13
3
-0
/
+65
*
ffprobe: expose AVAmbientViewingEnvironment side data in AVFrames
Jan Ekström
2023-01-13
1
-0
/
+15
*
avutil: introduce AVAmbientViewingEnvironment side data
Jan Ekström
2023-01-13
7
-1
/
+136
*
avcodec/cbs_{h2645,sei}: add support for Ambient Viewing Environment SEI
Jan Ekström
2023-01-13
3
-0
/
+29
*
lavf/spdifdec: support EAC3
rcombs
2023-01-13
3
-1
/
+680
*
libavformat/dashenc: Enable HTTP persistent connections for dashenc_delete_file
Basel Sayeh
2023-01-13
1
-4
/
+6
*
libavformat/hlsenc: Enable HTTP persistent connections for hls_delete_file
Basel Sayeh
2023-01-13
1
-6
/
+11
*
avformat/movenc: Add loop parameter to animated AVIF
Vignesh Venkatasubramanian
2023-01-13
2
-4
/
+32
*
avformat/movenc: Add movie_timescale option to AVIF
Vignesh Venkatasubramanian
2023-01-13
1
-0
/
+6
*
avcodec/bonk: Check ntaps against buffer size
Michael Niedermayer
2023-01-12
1
-0
/
+4
*
avcodec/bonk: Avoid undefined overflow in quant
Michael Niedermayer
2023-01-12
1
-1
/
+1
*
avcodec/sgidec: do not forget the number of components in read_uncompressed_s...
Michael Niedermayer
2023-01-12
1
-1
/
+1
*
avformat/nsvdec: add support for STARDIVA format
Paul B Mahol
2023-01-12
1
-0
/
+18
*
avformat/file: add S_IFBLK/S_ISBLK compatability macro
Zhao Zhili
2023-01-12
1
-0
/
+18
*
avcodec/h274: fix include
Michael Niedermayer
2023-01-11
1
-1
/
+1
[prev]
[next]