ffmpeg | branch: master | Paul B Mahol | Mon Oct 7 11:10:45
2019 +0200| [5b4010e88686ea40a56f016f3c27753af6b3c766] | committer: Paul B Mahol
avfilter/vf_nnedi: fix possible double free
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5b4010e88686ea40a56f016f3c27753af6b3c766
---
li
ffmpeg | branch: master | Paul B Mahol | Mon Oct 7 11:37:05
2019 +0200| [0c4137bcb742bccc29f87145615a120bc5988c24] | committer: Paul B Mahol
avfilter/af_afftfilt: fix possible invalid memory access
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c4137bcb742bccc29f87145615a120bc598
ffmpeg | branch: master | Paul B Mahol | Mon Oct 7 12:07:00
2019 +0200| [651a0f63080f4073c324594188841a15da13e9ce] | committer: Paul B Mahol
avfilter/vf_showpalette: remove timeline flag
This filter changes output size and thus can not have support
for timeline.
> http://git.videolan.org/gitw
ffmpeg | branch: master | Paul B Mahol | Mon Oct 7 12:17:14
2019 +0200| [c303d0979fb050008974182784b633e8184f0be7] | committer: Paul B Mahol
avfilter/vf_normalize: typedef all structs
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c303d0979fb050008974182784b633e8184f0be7
---
lib
ffmpeg | branch: master | Paul B Mahol | Mon Oct 7 17:26:59
2019 +0200| [9a53e0125290238db66034f67a9c41c420264c09] | committer: Paul B Mahol
avfilter/formats: guard against double free
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a53e0125290238db66034f67a9c41c420264c09
---
li
ffmpeg | branch: master | Paul B Mahol | Mon Oct 7 18:02:50
2019 +0200| [0633d87ae6e6a63669d0877aac5a12c22778b0e8] | committer: Paul B Mahol
avfilter/af_adelay: add option which changes how unset channels are delayed
Fixes #8032.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=063
ffmpeg | branch: master | Andreas Rheinhardt |
Mon Oct 7 02:10:30 2019 +0200| [361fb42e1e53a78a96a8b30ed7c4baff18fa206e] |
committer: Paul B Mahol
avcodec/filter: Remove extra '; ' outside of functions
They are not allowed outside of functions. Fixes the warning
"ISO C does not allow extra ‘;
ffmpeg | branch: master | Andriy Gelman | Sun Oct 6
01:49:47 2019 -0400| [4cb124a800d0150f7a632b4a61bc7449f8562e2d] | committer:
Gyan Doshi
doc/formats: Update documentation for chromaprint
Silence detection can only be set with algorithm version 3.
Reviewed-by: Gyan Doshi
> http://git.vid
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Oct 6 07:01:15 2019 +0200| [e5e5be4c7f607d3c04396d71f511c6b81a1cd997] |
committer: Paul B Mahol
avcodec/flac_parser: Fix off-by-one error
The flac parser uses a fifo to buffer its data. Consequently, when
searching for sync codes of flac pack
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Oct 6 07:01:12 2019 +0200| [69dd8d3a2a3d82ada344c889cbf8a8837a9157a0] |
committer: Paul B Mahol
avformat/flac_picture: Avoid allocation of AVIOContext
Put an AVIOContext whose lifetime doesn't extend beyond the function
where it is allocated
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Oct 6 07:01:14 2019 +0200| [d03c3e85176436d06b0367b6dd926645d46a2083] |
committer: Paul B Mahol
avcodec/flac_parser: Don't allocate array separately
The FLACHeaderMarker structure contained a pointer to an array of int;
said array was always
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Oct 6 07:01:13 2019 +0200| [5e546864b09379910721b35a14713982d933d9dd] |
committer: Paul B Mahol
avcodec/flac_parser: Use native endianness when possible
FLAC sync codes contain a byte equal to 0xFF and so the function that
searches for sync c
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Oct 6 07:01:16 2019 +0200| [047a6d396f6919c469e35d6ef75bd9cae5a87523] |
committer: Paul B Mahol
avcodec/flac_parser: Fix number of buffered headers
Only decrement the number of buffered headers if a header has actually
been freed.
Signed-off
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Oct 6 07:01:18 2019 +0200| [87b30f8af8c6d2da7364bf595d98c3c5d3485853] |
committer: Paul B Mahol
avcodec/flac_parser: Don't modify size of the input buffer
When flushing, MAX_FRAME_HEADER_SIZE bytes (always zero) are supposed to
be written to
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Oct 6 07:01:20 2019 +0200| [1d54309c8ac17254e95ad9f3cab0110a33b1dd2b] |
committer: Paul B Mahol
avcodec/flac_parser: Cosmetics
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1d54309c8ac17254e95
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Oct 6 07:01:19 2019 +0200| [5873feac54da8b8e1d6e4ccf4821c2ff09864cd9] |
committer: Paul B Mahol
avcodec/flac_parser: Don't leave stale pointer in memory
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Oct 6 07:01:17 2019 +0200| [a1701e7591e5fcbe9111218cb583a8ea0fb0b1da] |
committer: Paul B Mahol
avcodec/flac_parser: Remove superfluous checks
For a parser, the input buffer is always != NULL: In case of flushing,
the indicated size of the in
ffmpeg | branch: master | Zhong Li | Sun Sep 29 16:01:06
2019 +0800| [6f0dd6b4ab6536ef0506c121263de15a0be64d5d] | committer: Zhong Li
lavc/qsv: fix a memory leak in ff_qsv_set_display_handle()
Reported-by: Linjie Fu
Signed-off-by: Zhong Li
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c
ffmpeg | branch: master | Zhong Li | Sun Sep 29 16:05:51
2019 +0800| [8df91de9aa263df77bd3f59a65355a1ccca83f0c] | committer: Zhong Li
lavfi/normalize: remove the unused pointer
Signed-off-by: Zhong Li
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8df91de9aa263df77bd3f59a65355a1c
ffmpeg | branch: master | elliottk | Tue
Sep 24 16:24:13 2019 -0700| [14941d386acd90b92aaaf75fbdac2c07d33f167a] |
committer: James Zern
Change libvpxenc default to crf=32.
Current default is 200kbps, which produces inconsistent
results (too high for low-res, too low for hi-res). Use
CRF instea
ffmpeg | branch: master | Steven Liu | Mon Sep 30
14:47:57 2019 +0800| [cdf8253a061ceb3fee9bc0ebd403d434c8395b70] | committer:
Steven Liu
avformat/mmst: add logging context to log
Signed-off-by: Steven Liu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cdf8253a061ceb3fee9bc0ebd4
ffmpeg | branch: master | Steven Liu | Mon Sep 30
15:03:04 2019 +0800| [76ab5ebbeea6c35e3901dfa077cd24a0db3fe8d8] | committer:
Steven Liu
avcodec/mpegvideo_enc: add logging context to log
Reviewed-by: Michael Niedermayer
Reviewed-by: Paul B Mahol
Signed-off-by: Steven Liu
> http://git.vide
ffmpeg | branch: master | Steven Liu | Mon Sep 30
14:41:06 2019 +0800| [4ff97342ceefb8c90809953e7b39f1c1745ede58] | committer:
Steven Liu
avformat/network: add logging context to log
Signed-off-by: Steven Liu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ff97342ceefb8c90809953
ffmpeg | branch: master | Steven Liu | Mon Sep 30
15:12:43 2019 +0800| [985ed65117c7c82255bb0931442725aa6e5f6967] | committer:
Steven Liu
avfilter/vf_pad: add logging context to log
Reviewed-by: Paul B Mahol
Signed-off-by: Steven Liu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit
ffmpeg | branch: master | Steven Liu | Wed Oct 2
14:44:47 2019 +0800| [17236a2c402b815de889b1f0c54fd903c19a787c] | committer:
Steven Liu
avformat/avidec: add logging context to log
Reviewed-by: Michael Niedermayer
Signed-off-by: Steven Liu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a
ffmpeg | branch: master | Steven Liu | Mon Sep 30
14:31:36 2019 +0800| [db99b32a1bfc35077933a068a09a1a8dc695644e] | committer:
Steven Liu
avformat/hlsenc: add logging context to log
Signed-off-by: Steven Liu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db99b32a1bfc35077933a068
ffmpeg | branch: master | Steven Liu | Mon Sep 30
15:11:50 2019 +0800| [9b2155ad3f54ab5ed66b08fe9d10402c2d7922d9] | committer:
Steven Liu
avfilter/boxblur: add logging context to log
Reviewed-by: Paul B Mahol
Signed-off-by: Steven Liu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Steven Liu | Mon Sep 30
15:07:19 2019 +0800| [aea36b63571e161049280ce2445a1b736702b92a] | committer:
Steven Liu
avcodec/pngdec: add logging context to log
Reviewed-by: Paul B Mahol
Signed-off-by: Steven Liu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;
ffmpeg | branch: master | Steven Liu | Mon Sep 30
15:08:33 2019 +0800| [acc1256654fcb8c85d02857e3c1f069b1bf74f73] | committer:
Steven Liu
avfilter/vf_crop: add logging context to log
Reviewed-by: Paul B Mahol
Signed-off-by: Steven Liu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Steven Liu | Mon Sep 30
14:34:17 2019 +0800| [5db50dbf060fe9b8332c0c2274af66208ca6d887] | committer:
Steven Liu
avformat/udp: add logging context to log
Signed-off-by: Steven Liu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5db50dbf060fe9b8332c0c2274a
ffmpeg | branch: master | Steven Liu | Mon Sep 30
14:36:52 2019 +0800| [35236fd729a37d69a79c708e06139d6aa54da123] | committer:
Steven Liu
avformat/rtmpptoto: add logging context to log
Signed-off-by: Steven Liu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=35236fd729a37d69a79c7
ffmpeg | branch: master | Steven Liu | Mon Sep 30
15:10:36 2019 +0800| [3dead10fa3059583a3a46030e9762aae7ea58045] | committer:
Steven Liu
avfilter/vf_scale_qsv: add logging context to log
Signed-off-by: Steven Liu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3dead10fa3059583a3
ffmpeg | branch: master | Steven Liu | Mon Sep 30
15:04:41 2019 +0800| [4aa391388a67fb636e8127924274b00ec380e245] | committer:
Steven Liu
avcodec/videotoolbox: add logging context to log
Signed-off-by: Steven Liu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4aa391388a67fb636e8
ffmpeg | branch: master | Steven Liu | Mon Sep 30
14:50:28 2019 +0800| [8c16c133d03539648814057162850d24a5de9a81] | committer:
Steven Liu
avformat/mms: add logging context to log
Signed-off-by: Steven Liu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8c16c133d035396488140571628
ffmpeg | branch: master | Limin Wang | Tue Sep 24
19:23:58 2019 +0800| [a77fb510c2684a43980c79ff85ff36e094cae63c] | committer:
Steven Liu
avutil/avstring: support input path as a null pointer or empty string
Linux and OSX systems support basename and dirname via , I plan to
make the wrapper in
ffmpeg | branch: master | Limin Wang | Tue Sep 24
19:24:00 2019 +0800| [28bb73cee77e209a6445d081e7ea577ede29c50f] | committer:
Steven Liu
avformat/hlsenc: replace with av_dirname to get the directory
Signed-off-by: Limin Wang
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=28bb73
ffmpeg | branch: master | Limin Wang | Tue Sep 24
19:23:59 2019 +0800| [61aa77272a25d83e5ce5c63d93c64bb9a3e15557] | committer:
Steven Liu
avformat/hlsenc: remove the unnecessary null pointer check
Reviewed-by: Steven Liu
Signed-off-by: Limin Wang
> http://git.videolan.org/gitweb.cgi/ffmpeg.
ffmpeg | branch: master | Limin Wang | Tue Sep 24
19:24:01 2019 +0800| [afab93ccd097169b2a598768af4a9273332f3619] | committer:
Steven Liu
avformat/hlsenc: replace with av_freep for all av_free
Signed-off-by: Limin Wang
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=afab93ccd0971
38 matches
Mail list logo