ffmpeg | branch: master | Pavel Koshevoy | Thu Sep 16
20:09:13 2021 -0600| [4fc0b75973d20425df22a9178fc2b735710a5f40] | committer:
Pavel Koshevoy
avfilter/vf_zscale: fix output color_range discrepancy
This filter chain was supposed to convert from narrow range
to full range yuv444p, but didn't
ffmpeg | branch: master | Michael Niedermayer | Sun
May 30 18:38:23 2021 +0200| [245017ec8a87d6e4c764d06afeca37100b980d85] |
committer: Michael Niedermayer
avcodec/mpegvideo_enc: Limit bitrate tolerance to the representable
Fixes: error: 1.66789e+11 is outside the range of representable values
ffmpeg | branch: master | Michael Niedermayer | Tue
Aug 31 20:15:09 2021 +0200| [5a95abcce4d93f979e4b53f2220f7a54edd03312] |
committer: Michael Niedermayer
avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error return
Fixes: invalid shift
Fixes:
37018/clusterfuzz-testcase-mi
ffmpeg | branch: master | Michael Niedermayer | Fri
Sep 17 00:21:25 2021 +0200| [48bbeac259a9eb323018c3715a84008867e1294f] |
committer: Michael Niedermayer
avcodec/wmaprodec: Check that the EOF frame was allocated before decoding into
it
Fixes: NULL pointer dereference
Fixes:
38125/clusterfu
ffmpeg | branch: master | James Almer | Fri Sep 17 00:06:45
2021 -0300| [ccfdef79b132bef49f4654266d5d3da8d1deb305] | committer: James Almer
avutil/buffer: constify some function parameters
Reviewed-by: Andreas Rheinhardt
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Aug 15 07:43:21 2021 +0200| [f58abfbedc35737ca5a732acbb0448e771a236f8] |
committer: Andreas Rheinhardt
avfilter/vf_coreimage: Simplify query_formats
Using ff_set_common_formats_from_list() avoids using different functions
depending upon how ma
ffmpeg | branch: master | Andreas Rheinhardt |
Wed Sep 15 05:13:11 2021 +0200| [10ad3cd7982e5a5d922cabd176c97571a7684c60] |
committer: Andreas Rheinhardt
avfilter/avfilter: Actually error out on init error
Currently an error from init could be overwritten by successfully
setting the enable exp
ffmpeg | branch: master | Chengfeng Ye | Thu Aug 26
07:40:24 2021 -0700| [9bbdfbfb32e5ad94a06a4ce2830a655009378684] | committer:
Thilo Borgmann
libavdevice/avfoundation.m: fix protential unreleased lock issue
The problem here is that the lock ctx->frame_lock will
become an unreleased lock if t
ffmpeg | branch: master | Chengfeng Ye | Thu Aug 26
07:40:46 2021 -0700| [54d201ae20d37e1ff5b2fba502fb82e23f090ddb] | committer:
Thilo Borgmann
libavdevice/avfoundation.m: fix potential unreleased lock issue
The problem here is that the lock ctx->frame_lock will become
an unreleased lock if th
ffmpeg | branch: master | Andreas Rheinhardt |
Fri Sep 17 01:35:48 2021 +0200| [a6760bb92b1079c32b2dee26edeaf23769f6dcb4] |
committer: Andreas Rheinhardt
avcodec/elbg: Remove avoidable buffer
Reviewed-by: Paul B Mahol
Reviewed-by: Tomas Härdin
Signed-off-by: Andreas Rheinhardt
> http://git
ffmpeg | branch: master | Andreas Rheinhardt |
Wed Sep 8 22:35:43 2021 +0200| [f5bfc11b5decdf4eef06d25d9699a1d4dcda0b8a] |
committer: Andreas Rheinhardt
avformat/demux: Don't free inexistent ID3v2 metadata
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Sep 9 17:08:49 2021 +0200| [6af21de373c979bc2087717acb61e834768ebe4b] |
committer: Andreas Rheinhardt
avformat/utils: Use st for AVStream variable in avpriv_set_pts_info
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Aug 26 16:41:50 2021 +0200| [a55ce5baf34fe84a2af8be0464b8bc23e915bae7] |
committer: Andreas Rheinhardt
avformat/utils: Reindentation
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a55ce5baf34fe8
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Aug 26 23:41:01 2021 +0200| [cf7c51f24ba5ea7196e89a205c1860048e2226b5] |
committer: Andreas Rheinhardt
avformat/utils: Move seeking code out into a new file
libavformat/utils.c has over 5500 lines and is supposed to contain
"various utility fu
ffmpeg | branch: master | Andreas Rheinhardt |
Tue Aug 24 19:07:51 2021 +0200| [9f05b3ba604a30eeb6f5ff877b8b5b5c93a268d7] |
committer: Andreas Rheinhardt
avformat/mux, utils: Use dedicated pointer for AVStreamInternal
This gets rid of ugly "->internal" and is in preparation for removing
AVStre
ffmpeg | branch: master | Andreas Rheinhardt |
Tue Aug 24 14:58:07 2021 +0200| [fed02825081bd6441f865c9cfcf50e384b2392f5] |
committer: Andreas Rheinhardt
avformat: Avoid allocation for AVFormatInternal
Do this by allocating AVFormatContext together with the data that is
currently in AVFormatIn
ffmpeg | branch: master | Andreas Rheinhardt |
Tue Aug 24 13:37:28 2021 +0200| [dfbf41775cb58a9218a8b39b0dc6fd8de3f1ab35] |
committer: Andreas Rheinhardt
avformat/mux, mxfenc, utils: Use dedicated pointer for AVFormatInternal
This gets rid of ugly "->internal" and is in preparation for removin
ffmpeg | branch: master | Andreas Rheinhardt |
Tue Aug 24 17:47:04 2021 +0200| [eaacb5c513512b13140d161cd038a845d87ae0d9] |
committer: Andreas Rheinhardt
avformat/asfenc, mux, utils: Use smaller scope for variables
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpeg
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Sep 9 12:54:30 2021 +0200| [8ab5bf512a5705975f698f799979a77d748a7313] |
committer: Andreas Rheinhardt
avformat/mp3dec: Simplify checking for no-metadata
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Sep 9 12:50:42 2021 +0200| [6d1e792980cd3d1bfed7840e80764fa403df17ab] |
committer: Andreas Rheinhardt
avformat/mp3dec: Avoid calling avio_tell() multiple times
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpeg.gi
20 matches
Mail list logo