ffmpeg | branch: master | Jun Zhao | Wed Mar 26 17:47:54
2025 +0800| [976c16109bb09ad65fbf079af9ef5120a9f91e3e] | committer: Jun Zhao
doc/ffmpeg: document videotoolbox in -hwaccel option
Add videotoolbox to the list of supported hardware acceleration methods
in the -hwaccel option
ffmpeg | branch: master | Jun Zhao | Wed Mar 26 16:51:36
2025 +0800| [efa0c6252faa66ab90d0d5e60b0d4305474b7a8e] | committer: Jun Zhao
fftools/cmdutils: fix error message for "ffmpeg -init_hw_device list"
When running 'ffmpeg -init_hw_device list' to display available
ffmpeg | branch: master | Jun Zhao | Wed Jan 8 19:06:30
2025 +0800| [b88fc4e098607bed98c74e6d13ed77b907776685] | committer: Jun Zhao
lavc/ac3dsp: fix R-V HAVE_RVV scope issue
fix R-V HAVE_RVV scope issue
Reviewed-by: Rémi Denis-Courmont
Signed-off-by: Jun Zhao
> http://git.videolan.
ffmpeg | branch: master | Jun Zhao | Wed Jan 8 19:04:12
2025 +0800| [8ded602edad43227aa5b84ac8041d4b174ec9431] | committer: Jun Zhao
ffbuild/bin2c: misc fix
close input file if open output fail/read errors.
Signed-off-by: Alexander Strasser
Signed-off-by: Jun Zhao
> h
ffmpeg | branch: release/4.2 | Jun Zhao | Wed Sep 4
17:39:59 2019 +0800| [6247037d6c4b12d0d2cab5606bc2548e1d70aa51] | committer:
Brad Smith
configure: fix --disable-v4l2-m2m can't work
Use the command ./configure with/without --disable-v4l2-m2m test.
Reviewed-by: Aman Gupta
Signed-o
ffmpeg | branch: master | Jun Zhao | Sat Jun 29 09:40:53
2024 +0800| [03c2e9d77eace004db4579116e0141c496862895] | committer: Jun Zhao
lavf/scdet: minor fix
Change dbl to i64 for bool type
Reviewed-by: Michael Niedermayer
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.
ffmpeg | branch: master | Jun Zhao | Sat Jun 29 09:37:52
2024 +0800| [25a7dcf06916b6b55789abf801ccbc77859da9e2] | committer: Jun Zhao
lavc/libx264: minor format fix
Remove redundant semicolons
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Jun Zhao | Fri Apr 19 20:35:15
2024 +0800| [fc02b910ad5457af4d937a67c04b2fc139b89f03] | committer: Jun Zhao
lavc/libxevd: Fixed the has_b_frames setting
has_b_frames used in decoder for size of the frame
reordering buffer, and we don't used the max_b_frames
in de
ffmpeg | branch: master | Jun Zhao | Fri Apr 19 21:47:11
2024 +0800| [822e2843ca1ce185ebff3b665e62f3fc56bbd22a] | committer: Nuo Mi
lavc/vvc/refs: Use dpb_max_num_reorder_pics to control output
Use dpb_max_num_reorder_pics to control output instead of
dpb_max_dec_pic_buffering, when
ffmpeg | branch: master | Jun Zhao | Fri Apr 19 21:47:10
2024 +0800| [50b8666dc695b1d61ecc1ff2c4fbac2f466f0f65] | committer: Nuo Mi
lavc/vvc_parser: Fixed the has_b_frames setting
has_b_frames used in decoder for size of the frame reordering
buffer, setting this field from
ffmpeg | branch: master | Jun Zhao | Fri Apr 19 21:47:08
2024 +0800| [d9f72eb107da7691c163704145b055b94f4e73e9] | committer: Nuo Mi
lavc/vvc_parser: Remove max_b_frames setting
We don't used the max_b_frames field in decoder normally
Signed-off-by: Jun Zhao
> http://git.vide
ffmpeg | branch: master | Jun Zhao | Thu Mar 21 10:31:13
2024 +0800| [5ebcca4e08bf6063b227a23d8e87e56bba52ff18] | committer: Jun Zhao
lavf/movenc: small cleanup for style
Small cleanup for style, indent, switch case lables.
BTW, the preferred way to ease multiple indentation levels in a
switch
ffmpeg | branch: master | Jun Zhao | Fri Mar 22 18:35:38
2024 +0800| [bfbf0f4e82eff7fc6f15205b71e97322e7681dcb] | committer: Nuo Mi
lavc/vvc_parser: small cleanup for style
small cleanup for style, redundant semicolons, goto labels,
in FFmpeg, we put goto labels at brace level.
Signed-off-by
ffmpeg | branch: master | Jun Zhao | Mon Aug 28 16:09:57
2023 +0800| [ab3bd5ead047db1649ddc75ae8f08681c65d8eee] | committer: Jun Zhao
avdevice/decklink_dec: add explicit specifier
The explicit specifier used with a single argument constructor
to prevent implicit type conversions.
Signed-off
ffmpeg | branch: master | Jun Zhao | Sun Nov 12 18:25:29
2023 +0800| [c961ac4b0ca27d451c430553793b3fff88fc78e5] | committer: Jun Zhao
vulkan_decode: fix the print format of VkDeviceSize
VkDeviceSize represents device memory size and offset
values as uint64_t in Spec.
Signed-off-by: Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Nov 18 10:26:07
2023 +0800| [2d4aef8982791b59000a01ba334a8a3bd3a8d5b3] | committer: Stefano
Sabatini
lavfi/Makefile: fix vf_cropdetect missed edge_common
vf_cropdetect depends on edge_common, it's missing in Makefile.
Fix trac issue:
ffmpeg | branch: master | Jun Zhao | Sun Sep 3 23:06:21
2023 +0800| [213cba9696c1525d5022d8c3597bddb6fab15379] | committer: Jun Zhao
lavc/videotoolboxenc: Dump the encoder
Dump the encoder, it's will help debug some case
Signed-off-by: Jun Zhao
> http://git.videolan.org/gi
ffmpeg | branch: master | Jun Zhao | Mon Sep 4 10:48:01
2023 +0800| [5c635b7d8c7c4a7fe0c93b5b3cefff3c72bff237] | committer: Jun Zhao
lavc/videotoolboxenc: Get the encoder supported properties
Get the encoder supported properties list, it will be used for
feature support checks.
Signed-off-by
ffmpeg | branch: master | Jun Zhao | Tue Aug 15 17:56:13
2023 +0800| [c48ec95ba310fa7debb317b8790b387b6256d2c5] | committer: Jun Zhao
lavc/libx264: replace ITU-T T35(A/53 CC) SEI type by enum value
replace ITU-T T35(A/53 CC) SEI type by enum value
Reviewed-by: Kieran Kunhya
Signed-off-by
ffmpeg | branch: master | Jun Zhao | Sat Feb 25
21:54:00 2023 +0800| [a0a0a804998da8d1a397479c9bafeb000e6be088] | committer:
Jun Zhao
fftools/ffmpeg_filter: initialize the 'o' to silence the warning
silence the warning: variable 'o' is used uninitialized whenever
ffmpeg | branch: master | Jun Zhao | Sat Oct 22
10:46:03 2022 +0800| [3497362be18ec1f7b1e675209da2a9e5b4a585f7] | committer:
Jun Zhao
doc/examples/muxing: Remove unnecessary ret
Remove unnecessary ret and make the code more compact
Signed-off-by: Jun Zhao
> http://git.videolan.
ffmpeg | branch: master | Jun Zhao | Sat Oct 22
18:11:19 2022 +0800| [307326b36dccf4b3aec90864d4e71ec0b8872f48] | committer:
Jun Zhao
doc/protocols: update rtsp options
Split the rtsp options to muxer/demuxer, and update the options.
Signed-off-by: Jun Zhao
> http://git.videolan.
ffmpeg | branch: master | Jun Zhao | Thu Aug 4 17:49:00
2022 +0800| [33afa2167ee61a1f7555ee7d41436ffb1052548e] | committer: Jun Zhao
lavc/Makefile: fix make checkheaders fail
Fix the build break when used make checkheaders
Reviewed-by: Andreas Rheinhardt
Signed-off-by: Jun Zhao
> h
ffmpeg | branch: master | Jun Zhao | Thu Aug 4 16:49:23
2022 +0800| [101e154c2860abe4a8dcb7e54b2bc903adfd87b6] | committer: Jun Zhao
lavf/hevc: replace the unicode signal quotation with normal quotation
replace the unicode left/right signal quotation mark with normal
signal quotation.
Signed
ffmpeg | branch: master | Jun Zhao | Sun Apr 24
19:42:05 2022 +0800| [93d6d697fa8ba9d44a624187277d7ff028bb1f1c] | committer:
Jun Zhao
lavf/cavsvideodec: Add GuangDian profile support
Enable the Guangdian profile support
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.
ffmpeg | branch: master | Jun Zhao | Sun Apr 24
19:38:05 2022 +0800| [68a7df5e9d737486892b0a924748e1c47f870d97] | committer:
Jun Zhao
lavc/cavsdec: Add profile check
Add profile check for cavs decoder, now cavs decoder only support
JiZhun(0x20) profile
Signed-off-by: Jun Zhao
> h
ffmpeg | branch: master | Jun Zhao | Mon May 2
09:37:49 2022 +0800| [072a0daf5d99b92f833cc4e2807bc69eff2d338f] | committer:
Jun Zhao
lavc/libuavs3d: fix incorrect comments
fix incorrect comments
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Jun Zhao | Sun Jul 4
00:45:53 2021 +0800| [7bd7377ddbad959e7f77681e8cc990561406f04f] | committer:
Jun Zhao
lavc:libsvtav1: Update SVT-AV1 new repo
SVT-AV1 moved the repo from github to gitlab.
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.
ffmpeg | branch: master | Jun Zhao | Sat Apr 10
15:45:13 2021 +0800| [d5e575ef6a30dfbfa74bc74f18932c03106dc0d2] | committer:
Jun Zhao
doc/filters: Update commands doc for amix
commit 95b854dd06 "rename sum option to normalize" missed command
part docs
Signed-off-by: Jun Zhao
R
ffmpeg | branch: master | Jun Zhao | Wed Dec 9
17:53:10 2020 +0800| [0320dab265ef880b5b07cac1f9ebaa3fb5417f6a] | committer:
Guo, Yejun
lavfi/dnn: check the return value from sws_getContext
sws_getContext may be return NULL, and it's will be dereferenced,
so add the check.
Signed-off-by
ffmpeg | branch: master | Jun Zhao | Wed Dec 9
17:53:09 2020 +0800| [ae2075265b8e779ed0545aa4f9b238013b4e446f] | committer:
Guo, Yejun
lavfi/dnn: used the format name in debug message
Used the format name in debug message.
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.
ffmpeg | branch: master | Jun Zhao | Mon Dec 7
15:47:09 2020 +0800| [412c3b37a410c90820bb37308ed55df5aa75e2cc] | committer:
Jun Zhao
tests/audiomatch: add free to make static analysis tools happy
Reviewed-by: Anton Khirnov
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.
ffmpeg | branch: master | Jun Zhao | Fri Sep 25
19:23:54 2020 +0800| [ef868fa4a1e2803e22382ca907ebb384867f82b6] | committer:
Jun Zhao
examples/muxing: misc style fixes
misc style fixes.
Reviewed-by: Steven Liu
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | Jun Zhao | Fri Sep 25
19:52:14 2020 +0800| [5bf22519cec50cceada06bb58a9d1fa2bb30d1ec] | committer:
Jun Zhao
lavf/hls: add AC-3/EAC-3 to allowed extensions file list
Add AC-3/EAC-3 to allowed extensions file list.
From HTTP Live Streaming 2nd Edition draft-pantos-hls
ffmpeg | branch: release/4.3 | Jun Zhao | Sun Jul 12
13:48:48 2020 +0800| [6d886b6586bbc169525c84ce798c654f2fa8013a] | committer:
Jun Zhao
lavf/srt: fix build fail when used the libsrt 1.4.1
libsrt changed the:
SRTO_SMOOTHER -> SRTO_CONGESTION
SRTO_STRICTENC -> SRTO_ENFORCEDENCRYPTI
ffmpeg | branch: master | Jun Zhao | Fri Aug 7
20:48:42 2020 +0800| [856363710f035b128767b1deb3926b38a089fd91] | committer:
Jun Zhao
lavf/mov: Remove redundant code
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=856363710f035b128767b1deb3926b38a089f
ffmpeg | branch: master | Jun Zhao | Sun Jul 26
10:43:10 2020 +0800| [d5abb11738a3897681f5e1205659e0054180efe4] | committer:
Jun Zhao
lavc/libkvazaar: export encoded frame stats
Export choosen pict_type and qp.
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | Jun Zhao | Fri Aug 7
21:22:47 2020 +0800| [035208e514fa7f1251001a1cd500e9244060f042] | committer:
Jun Zhao
doc/fftools-common-opts: fix typo (name => named)
fix typo (name => named)
Reviewed-by: Gyan Doshi
Signed-off-by: Jun Zhao
> http://git.vid
ffmpeg | branch: master | Jun Zhao | Fri Aug 7
21:20:05 2020 +0800| [b9ff25a93e9bd7002b18b2bdca6b6a77d7ceb6a0] | committer:
Jun Zhao
doc/fftools-common-opts: document ffmpeg -h protocol=protocol_name
document ffmpeg -h protocol=protocol_name
Reviewed-by: Gyan Doshi
Signed-off-by: Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Jul 26
19:16:43 2020 +0800| [becfdaaa0961fcdfea5e7be102d59e5861e5adea] | committer:
Jun Zhao
lavc/libopenh264enc: use framerate if available
Respecting the framerate in the libopenh264enc codec context.
Both the libx264 and libx265 encoders already
ffmpeg | branch: master | Jun Zhao | Sun Jul 26
18:51:19 2020 +0800| [21e86a12e6ae3e977ba78edf23689be1c4219d71] | committer:
Jun Zhao
lavc/libkvazaar: fix framerate setting
fix framerate setting.
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Jun Zhao | Sun Jul 12
13:48:48 2020 +0800| [7c59e1b0f285cd7c7b35fcd71f49c5fd52cf9315] | committer:
Jun Zhao
lavf/srt: fix build fail when used the libsrt 1.4.1
libsrt changed the:
SRTO_SMOOTHER -> SRTO_CONGESTION
SRTO_STRICTENC -> SRTO_ENFORCEDENCRYPTI
ffmpeg | branch: master | Jun Zhao | Sat Jul 18
19:45:55 2020 +0800| [ba31fdfd7b7d5a077f3328bc8da5e61582b88354] | committer:
Jun Zhao
lavf/dashdec: enable custom interrup callback in sub-demuxer
Enable the custom callback in sub-demuxer
Reviewed-by: Steven Liu
Signed-off-by: Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jul 18
19:44:35 2020 +0800| [4239a8c9831a0054af47400aaf78167178b97197] | committer:
Jun Zhao
lavf/hls: enable custom interrup callback in sub-demuxer
Enable the custom callback in sub-demuxer
Reviewed-by: Steven Liu
Signed-off-by: Jun Zhao
> h
ffmpeg | branch: master | Jun Zhao | Fri Jul 17
10:59:05 2020 +0800| [68c56082d3888d7c1aba9f518ee9ad73850b7e31] | committer:
Jun Zhao
doc/http: Update HTTP protocol options
remove the timeout option docs part for HTTP protocol and add
auth_type option part.
Reviewed-by: Gyan Doshi
Signed
ffmpeg | branch: master | Jun Zhao | Sat Jul 11
19:09:36 2020 +0800| [3205ed31a7756ae563301e2f5a5dd2c853b20349] | committer:
Jun Zhao
lavf/udp: fix the comments for default UDP socket recvbuf size
15d160cc0b2 increased the UDP socket receiving buffer size
(64K ->384K), but missed to upd
ffmpeg | branch: master | Jun Zhao | Sat Jun 13
14:26:39 2020 +0800| [04037e296619f64d35b79ff5a00c3e6e9a05b0b8] | committer:
Jun Zhao
lavfi/setpts: fix setpts/asetpts option dump error
fix the command ffmpeg -h filter=setpts/asetpts both dump the expr
option with "FVA" flags.
R
ffmpeg | branch: master | Jun Zhao | Sun May 17
12:10:05 2020 +0800| [60d79b1df9d4c6030010ccb0c134ede9e33158c2] | committer:
Jun Zhao
lavc/aac_ac3_parser: improve the raw AAC file bit rate calculation
Now we just use one ADTS raw frame to calculate the bit rate, it's
lead to a larger
ffmpeg | branch: master | Jun Zhao | Thu Jun 4
22:00:48 2020 +0800| [3cf2f515e392ab22594f34966e93e75931cfc7e2] | committer:
Jun Zhao
lavf/dashdec: Add missed side data/disposition
dash demuxer get the stream info from sub-stream, but missed side
data/disposition part, e,g, missed the DOVI
ffmpeg | branch: master | Jun Zhao | Sat Jun 6
17:04:58 2020 +0800| [0a0158e45d467593d08d4cfd16cdc1be242090f5] | committer:
Jun Zhao
lavu/internal: Fix comment for avpriv_dict_set_timestamp
Fix comment for avpriv_dict_set_timestamp from b72a7b96f84
Signed-off-by: Jun Zhao
> h
ffmpeg | branch: master | Jun Zhao | Sun May 31
16:12:36 2020 +0800| [ab9ff762c1ead3cab1950a458e845b0b0267f38d] | committer:
Jun Zhao
lavc/qsv: fix make checkheaders warning
make checkheaders will get warning as follow:
In file included from libavcodec/qsv_internal.h.c:1:
./libavcodec
ffmpeg | branch: master | Jun Zhao | Sat May 30
20:41:31 2020 +0800| [0c79b731647f834dae86a5cf6fb4dbe3538b2266] | committer:
Jun Zhao
hwcontext_vulkan: fix make checkheaders fail
make checkheaders will get error as follow:
CC libavutil/hwcontext_vulkan.h.o
In file included from libavutil
ffmpeg | branch: master | Jun Zhao | Sat May 30
20:33:53 2020 +0800| [7f76f20fa0a8aad6de50634a5cb60dc53117d6ab] | committer:
Jun Zhao
checkasm: sw_rgb: Fix mixed declaration and code
Fix mixed declaration and code.
Reviewed-by: Michael Niedermayer
Signed-off-by: Jun Zhao
> h
ffmpeg | branch: master | Jun Zhao | Wed May 27
00:37:21 2020 +0800| [439128960991aea38263a53c7634a0e2aa786691] | committer:
Jun Zhao
lavf/utils: fix start_time/duration dump if it is AV_NOPTS_VALUE
e,g: the command:
ffprobe -show_format -i fate-suite/aac/foo.aac -loglevel 99 will
dump the
ffmpeg | branch: master | Jun Zhao | Mon May 25
08:48:12 2020 +0800| [ff8329a73054bc6055a69860507fe45386e94798] | committer:
Jun Zhao
lavfi/afir: fix vpad.name leak
Fix vpad.name leak in error path, move the vpad related operation
only if enabled show IR frequency response.
Signed-off-by
ffmpeg | branch: master | Jun Zhao | Mon May 25
16:10:29 2020 +0800| [018cd437f898aa72eafcd44dba263dc1ec8fcf05] | committer:
Jun Zhao
lavfi/aiir: Refine the pad/vpad related operation
move the pad/vpad related operation with more natural
coding style.
Signed-off-by: Jun Zhao
> h
ffmpeg | branch: master | Jun Zhao | Wed May 27
00:42:12 2020 +0800| [b63f502911170f6eaef97dae7bd968b1233fbc7e] | committer:
Jun Zhao
lavc/libx264: misc style fixes
commit 4ed3a01d717 missed coding style fix.
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com
ffmpeg | branch: master | Jun Zhao | Wed May 27
00:49:50 2020 +0800| [ab42db9bed019c1247fb20c9d7be77ff9ccb006a] | committer:
Jun Zhao
lavf/mpegtsenc: misc style fixes
commit 32aeba12755 missed coding style fix.
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | Jun Zhao | Mon Apr 20
15:59:39 2020 +0800| [280383a8975bf04f7d05caf55fae75bbff71b347] | committer:
Jun Zhao
lavf/mp3enc: fix ID3v1 year metadata setting issue
Follow the http://id3.org/ID3v1, setting the year metadata
for ID3v1.
fix #8623
Signed-off-by: Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Apr 23
19:02:03 2020 +0800| [5a2a1990319f141314b707676eca400e2d317189] | committer:
Jun Zhao
lavu/version: bump minor version for DOVI sidedata
bump minor version for DOVI sidedata, because added the dovi_meta.h
as lavu API part. Also update APIchanges
ffmpeg | branch: master | Jun Zhao | Sat Apr 11
21:09:03 2020 +0800| [446dac9ccf0bc8ae723929e3c2e87395753c3d5c] | committer:
Jun Zhao
lavf/dump: dump DOVI side data
dump DOVI side data.
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Jun Zhao | Sat Apr 11
21:10:00 2020 +0800| [e689a759c6b634ff26d53e870dcfe725cfce86a5] | committer:
Jun Zhao
fftools/ffprobe: support DOVI sidedata
support DOVI sidedata.
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Jun Zhao | Sat Apr 11
21:07:15 2020 +0800| [0e1db79e37bb9d5ad1f647bd38f7381e2c5865fb] | committer:
Jun Zhao
lavc: add a new sidedata type for DOVI
add a new sidedata type for DOVI.
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Jun Zhao | Sat Apr 11
21:11:11 2020 +0800| [b8243b3edfe91dcd74621edd5fd4f5f95b7bf8f3] | committer:
Jun Zhao
lavf/movenc: enable dvcC/dvvC box support from DOVI sidedata
enable dvcC/dvvC box support from DOVI sidedata.
Signed-off-by: Jun Zhao
> h
ffmpeg | branch: master | Jun Zhao | Wed Apr 22
19:22:56 2020 +0800| [7fd70ad9e97c57efcf7734a5c80e83d52606efa9] | committer:
Jun Zhao
lavc/version: bump minor version for DOVI sidedata
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Jun Zhao | Wed Apr 22
19:47:32 2020 +0800| [54f100272a363d119bc862df23c6191676b97ea7] | committer:
Jun Zhao
doc/APIChanges: add AV_PKT_DATA_DOVI_CONF entry
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Jun Zhao | Mon Apr 20
14:45:16 2020 +0800| [36083450a4be9e3053f4254ca1f696b402dab8e0] | committer:
Jun Zhao
lavf/tls_mbedtls: fix resource leak
fix resource leak in mbedtls part.
fix #8614
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | Jun Zhao | Thu Apr 9
21:54:01 2020 +0800| [5633f9a8a221f7511d5ec9b4c57a21c890271ad0] | committer:
Jun Zhao
fftools: fix hwaccels option dump redundancy
When QSV is enabled in FFmpeg, the command "ffmpeg -hwaccels" shows a
duplicate entry in acceleration m
ffmpeg | branch: master | Jun Zhao | Wed Feb 19
13:20:45 2020 +0800| [ab316a19aad70b8350a22b605a7808937399e773] | committer:
Jun Zhao
lavf/dashdec: Add ts to the list of allowed extensions.
Dashdec can able to handle MPEG-2 TS streams by default as well,
used MP4Box to create the segmented
ffmpeg | branch: master | Jun Zhao | Wed Feb 19
11:51:20 2020 +0800| [e27a35e0458224ef6f47753f248ba84ec8284818] | committer:
Jun Zhao
lavf/dashdec: add 3GPP TS26.247 probe in dash demuxer
Enabled the 3GP-DASH Release-10/Relase-11(3GPP TS26.247) profile
to dash demuxer probe.
Signed-off-by
ffmpeg | branch: master | Jun Zhao | Sun Mar 1
20:06:31 2020 +0800| [493f669efaa0504dd46ec2c44acc8578ba2c91a0] | committer:
Jun Zhao
doc/filters: add missed framesync part in filter docs
Add missed framesync part in filter docs.
Reviewed-by: Gyan Doshi
Signed-off-by: Jun Zhao
> h
ffmpeg | branch: master | Jun Zhao | Thu Jan 30
22:03:17 2020 +0800| [b99ed6e4287ccc4dcaf3c5133e9ec62d4ddb5bc6] | committer:
James Almer
cmdutils: fix crash if no name for "ffmpeg -h protocol"
fix crash when used the command like:
- ffmpeg -h protocol
- ffmpeg -h protocol=
Signed-o
ffmpeg | branch: master | Jun Zhao | Sat Jan 18
09:37:52 2020 +0800| [b3cfbd7194f0bf4dacaa08f77bcad8af4ddf7fe9] | committer:
Jun Zhao
doc/spp: Update spp command options docs
Update spp command options docs
Reviewed-by: Gyan Doshi
Suggested-by: Moritz Barsnick
Signed-off-by: Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jan 11
09:28:33 2020 +0800| [722547996c27b871c9288c45de9887b98a076750] | committer:
Jun Zhao
lavfi/volume: enable runtime change flag
enable runtime change flag.
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Jun Zhao | Sat Jan 11
09:31:40 2020 +0800| [d9e78a723a375c90641f9eac26db4019c94a80d4] | committer:
Jun Zhao
lavfi/scale: enable runtime change flag
enable runtime change flag.
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Jun Zhao | Sat Jan 11
10:14:57 2020 +0800| [b7bf0cc24e1b12c2ee031e5f5b915cba771e] | committer:
Jun Zhao
lavfi/eq: enable runtime change flag
enable runtime change flag
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Jun Zhao | Sat Jan 11
09:29:46 2020 +0800| [31b24588c5cb4a0ad37a7b64ab3f2b3de682b2dd] | committer:
Jun Zhao
lavfi/crop: enable runtime change flag
enable runtime change flag.
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Jun Zhao | Sat Jan 11
10:28:11 2020 +0800| [a2619a473ef795c9e49cbcca9757ab154f9c334c] | committer:
Jun Zhao
lavfi/firequalizer: enable runtime change flag
enable runtime change flag
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com
ffmpeg | branch: master | Jun Zhao | Sat Jan 11
09:56:46 2020 +0800| [f2a095ac2a1d9c8d96f55e634f84f3d0ed71c0f3] | committer:
Jun Zhao
lavfi/streamselect: enable runtime change flag
enable runtime change flag.
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com
ffmpeg | branch: master | Jun Zhao | Sat Jan 11
10:14:25 2020 +0800| [419e47788ac2c658ab5904cca96c964b335607b1] | committer:
Jun Zhao
lavfi/rotate: enable runtime change flag
enable runtime change flag
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Jun Zhao | Sat Jan 11
09:30:46 2020 +0800| [8cebc8e4793b2062def191dd80931a2574405f7e] | committer:
Jun Zhao
lavfi/hue: enable runtime change flag
enable runtime change flag.
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Jun Zhao | Sat Jan 11
10:28:50 2020 +0800| [b5cea391906a9a484be937a36bdf2c4f8be6d739] | committer:
Jun Zhao
lavfi/zscale: enable runtime change flag
enable runtime change flag
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Jun Zhao | Sat Jan 11
09:56:10 2020 +0800| [94004a8b654b339fcb19dd19d9a7bb5138ca21fa] | committer:
Jun Zhao
lavfi/spp: enable runtime change flag
enable runtime change flag.
Reviewe-by: Michael Niedermayer
Signed-off-by: Jun Zhao
> http://git.videolan.
ffmpeg | branch: master | Jun Zhao | Fri Jan 10
19:48:02 2020 +0800| [692f0519bbefbeac2004aba92c35a37c5f378eaf] | committer:
Jun Zhao
lavfi/spp: add "quality" option in runtime change path
it's stranage to use option "level" in runtime change path but used
"qu
ffmpeg | branch: master | Jun Zhao | Sat Jan 11
12:12:24 2020 +0800| [883e6af710ba71bb26b5b9e19ebbec455528d7b4] | committer:
Gyan Doshi
doc/general: Add avs2 decoder/encoder entry
Add avs2 decoder/encoder entry
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | Jun Zhao | Wed Jan 1
13:22:13 2020 +0800| [304eaa63a993e9c926832b44069f6814c527d026] | committer:
Nicolas George
lavfi/buffersrc: Remove redundant free after ff_filter_frame() failure
ff_filter_frame() always frees the frame in case of error, so we don't
ne
ffmpeg | branch: master | Jun Zhao | Wed Jan 1
12:09:52 2020 +0800| [cf9c9a9db93ac5158ad77ba7f6d23493d7e8e222] | committer:
Jun Zhao
lavc/libkvazaar: fix memory leak after av_dict_parse_string fail
In case of failure, all the successfully set entries are stored in
*pm. We need to manually
ffmpeg | branch: master | Jun Zhao | Wed Jan 1
12:06:47 2020 +0800| [0099f71502b7b88ae11ea7360d0f751be8d5878e] | committer:
Jun Zhao
lavc/bsf: fix memory leak after av_dict_parse_string fail
In case of failure, all the successfully set entries are stored in
*pm. We need to manually free the
ffmpeg | branch: master | Jun Zhao | Wed Jan 1
12:35:31 2020 +0800| [3c8da7b9826d03e370cab550a403ed0e14da24ef] | committer:
Jun Zhao
libavutil/opt: fix memory leak after av_dict_parse_string fail
In case of failure, all the successfully set entries are stored in
*pm. We need to manually free
ffmpeg | branch: master | Jun Zhao | Wed Jan 1
12:27:18 2020 +0800| [c8e72a6494ebffbe930a30823cb70a0671e6bfe0] | committer:
Jun Zhao
lavfi/coreimage: fix memory leak after av_dict_parse_string fail
In case of failure, all the successfully set entries are stored in
*pm. We need to manually
ffmpeg | branch: master | Jun Zhao | Wed Dec 25
21:22:09 2019 +0800| [d7e2a2bb35e394287b3e3dc27744830bf0b7ca99] | committer:
Jun Zhao
lavf/libsrt: add version guard for srt encryption control
add version guard for srt encryption control. and use
SRTO_STRICTENC(53) for compatibility.
Signed
ffmpeg | branch: master | Jun Zhao | Thu Dec 12
16:02:53 2019 +0800| [c1e215041bb4feeb17fc1d16d5c651ca6d35ad84] | committer:
Jun Zhao
fftools/cmdutils: Fix break command dump for -map option
Before this fix, ffmpeg -h full | grep map get the command dump
like:
-map [-]input_file_id
ffmpeg | branch: master | Jun Zhao | Tue Dec 10
17:41:56 2019 +0800| [4eae85a82f81fa2ff4c317797ca3d82caf35db86] | committer:
Jun Zhao
lavf/tls_openssl: support both pre-1.1.0 and post-1.1.0 init
supporting both pre-1.1.0 and post-1.1.0 version of the OpenSSL
library as the link:
https
ffmpeg | branch: master | Jun Zhao | Sun Dec 1
14:03:37 2019 +0800| [8d823e6005febef23ca10ccd9d8725e708167aeb] | committer:
Jun Zhao
lavf/libsrt: add linger parameter to libsrt
add linger parameter to libsrt, it's setting the number of seconds
that the socket waits for unsent data
ffmpeg | branch: master | Jun Zhao | Sun Dec 1
21:09:13 2019 +0800| [952fd0c768747a0f910ce8b689fd23d7c67a51f8] | committer:
Jun Zhao
lavf/libsrt: enable other encryption parameters
Enable the SRTO_ENFORCEDENCRYPTION/SRTO_KMREFRESHRATE/
SRTO_KMPREANNOUNCE for srt encryption control.
Signed
ffmpeg | branch: master | Jun Zhao | Tue Dec 3
17:50:45 2019 +0800| [70e292becf3fc62535aefd6b48c5834f89eed7f4] | committer:
Jun Zhao
lavf/rtmpproto: Don't unref uninitialized buffers
This happens if ffurl_open_whitelist fails and stream is unset.
Signed-off-by: Jun Zhao
&
ffmpeg | branch: master | Jun Zhao | Tue Dec 3
18:16:24 2019 +0800| [46d2a67f80e60128791d3d254fc6c17db6b94db9] | committer:
Jun Zhao
lavfi/avf_showspectrum: Fix the memory leak in error handle path
Fix the memory leak in error handle path.
Reviewed-by: Michael Niedermayer
Signed-off-by
ffmpeg | branch: master | Jun Zhao | Thu Nov 28
19:42:01 2019 +0800| [2952d9c5dce4014716ed9693f01447254bf42ee3] | committer:
Jun Zhao
lavc/mvha: Check init_get_bits8() for failure
fix potential null pointer dereference
Signed-off-by: Jun Zhao
> http://git.videolan.org/gitweb.cgi/ffmpeg.
ffmpeg | branch: master | Jun Zhao | Thu Nov 28
19:07:48 2019 +0800| [d96558902277a25e002ad1b9bb9bc7e536a13a8b] | committer:
Jun Zhao
lavf/vividas: check avformat_new_stream() return
check avformat_new_stream() return.
Reviewed-by: Michael Niedermayer
Signed-off-by: Jun Zhao
> h
ffmpeg | branch: master | Jun Zhao | Fri Nov 15
19:10:47 2019 +0800| [487e7e9670032465e1850d54fd58c5248aa50be9] | committer:
Jun Zhao
lavf/rtmpproto: fix the playpath truncation if the len > 512
fix the playpath truncation if the len > 512
Reviewed-by: Michael Niedermayer
Fo
1 - 100 of 383 matches
Mail list logo