ffmpeg | branch: master | James Almer | Thu Dec 3 01:39:47
2015 -0300| [9ac5beaa86b55a6121c30ffb3b75a9d923343c35] | committer: James Almer
avformat/mpjpegdec: fix mixed declarations and code
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ac5beaa86b55a6121c30ffb3b75a9d923343c35
--
ffmpeg | branch: master | Michael Niedermayer | Thu
Dec 3 03:14:11 2015 +0100| [b46dcd5209a77254345ae098b83a872634c5591b] |
committer: Michael Niedermayer
avutil/timecode: Fix fps check
The fps variable is explicitly set to -1 in case of some errors, the check must
thus be signed or the code
On Thu, Dec 03, 2015 at 02:44:10AM +0100, Michael Niedermayer wrote:
> ffmpeg | branch: master | Michael Niedermayer | Thu
> Dec 3 01:08:53 2015 +0100| [0afdfbe11678d813ce7865378276a0ba476a8cef] |
> committer: Michael Niedermayer
>
> avcodec/jpeg2000: fix type of arguments of tag_tree_size
>
ffmpeg | branch: master | Michael Niedermayer | Thu
Dec 3 01:08:53 2015 +0100| [0afdfbe11678d813ce7865378276a0ba476a8cef] |
committer: Michael Niedermayer
avcodec/jpeg2000: fix type of arguments of tag_tree_size
Fixes: out of array read
Fixes:
36b8096fefab16c4c9326a508053e95c/signal_sigsegv_
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Nov
29 21:36:52 2015 -0500| [1bb7db217d9000a8e5fe53d9df691884fe8014bf] | committer:
Ganesh Ajjanagadde
avutil/crc: avoid needless space wastage of hardcoded crc table
There was no reason AFAIK for making AV_CRC_24_IEEE 12. This simply
resulted
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Nov
25 17:49:22 2015 -0500| [d64b6c38198ea35a08ceda396ebc4745138ad6ec] | committer:
Ganesh Ajjanagadde
avfilter/af_flanger: use rint instead of floor hack
Reviewed-by: Paul B Mahol
Signed-off-by: Ganesh Ajjanagadde
> http://git.videolan.org
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Nov
25 17:27:27 2015 -0500| [fa5d299496c15e992240914ae05b92d9b74eb3c4] | committer:
Ganesh Ajjanagadde
avfilter/vsrc_mptestsrc: use lrint instead of floor hack
lrint is faster, and is more consistent across the codebase.
Reviewed-by: Michael
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Nov
25 17:32:15 2015 -0500| [c6bea81acfa49d7e73f625332fc304d8a0fd09bd] | committer:
Ganesh Ajjanagadde
avfilter/vf_perspective: use lrint instead of floor hack
Reviewed-by: Michael Niedermayer
Signed-off-by: Ganesh Ajjanagadde
> http://git.
ffmpeg | branch: master | Michael Niedermayer | Wed
Dec 2 22:59:56 2015 +0100| [26379d4fddc17cac853ef297ff327b58c44edbad] |
committer: Michael Niedermayer
avcodec/vp3: ensure header is parsed successfully before tables
Fixes assertion failure
Fixes:
266ee543812e934f7b4a72923a2701d4/signal_si
ffmpeg | branch: master | Michael Niedermayer | Wed
Dec 2 22:59:56 2015 +0100| [d872643cfe07e39fee42c846d5a3f57d5cad6ab6] |
committer: Michael Niedermayer
avformat/utils: Check AVFormatContext->duration in compute_chapters_end()
before use
Fixes integer overflow
Fixes:
266ee543812e934f7b4a7
ffmpeg | branch: master | Michael Niedermayer | Wed
Dec 2 22:59:56 2015 +0100| [ec7a3be11ed33002c8609e5d30e908a7c8827a43] |
committer: Michael Niedermayer
avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescale
Fixes integer overflow
Fixes:
266ee543812e934f7b4a72923a2701d4/signal_s
ffmpeg | branch: master | Paul B Mahol | Tue Dec 1 20:09:08
2015 +0100| [b2517b02d99054b18398427ba890fee582a8c7bf] | committer: Paul B Mahol
avfilter/af_compand: do not clip; allow >0dB curve points
Do not clip output samples, so that clipping can be handled by other filters.
Alow setting curv
ffmpeg | branch: master | Alex Agranovsky | Sun Nov 29
18:54:14 2015 -0500| [259c71c199e9b4ea89bf4cb90ed0e207ddc9dff7] | committer: wm4
avformat/mpjpeg: utilize MIME boundary value to detect start of new frame
This code is disabled by default so not to regress endpoints sending invalid
MIME, b
ffmpeg | branch: master | Alex Agranovsky | Sun Nov 29
18:36:20 2015 -0500| [79103f21990307bb8855a03d68154e1c5d197a7c] | committer: wm4
avformat/mpjpeg: allow processing of MIME parts without Content-Length header
Fixes ticket 5023
Signed-off-by: Alex Agranovsky
> http://git.videolan.org/git
ffmpeg | branch: master | Michael Niedermayer | Tue
Dec 1 13:34:19 2015 +0100| [97b8db334a63e89a0571b625595024872e40307c] |
committer: Michael Niedermayer
avutil/rational: Test av_rescale_rnd() with combinations of "special" values
Signed-off-by: Michael Niedermayer
> http://git.videolan.or
ffmpeg | branch: master | Michael Niedermayer | Wed
Dec 2 21:16:27 2015 +0100| [cd7524fdd13dc8d0cf22e2cfd8300a245542b13a] |
committer: Michael Niedermayer
avcodec/apedec: Check length in long_filter_high_3800()
Fixes out of array read
Fixes:
0a7ff0c1d93da9cef28a315ec91b692a/asan_heap-oob_4a5
ffmpeg | branch: master | Michael Niedermayer | Tue
Dec 1 13:32:31 2015 +0100| [f03c2ceec174877e03bb302f5971fbe9ffbe4856] |
committer: Michael Niedermayer
avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd()
for overflows
Fixes integer overflow
Fixes: mozilla bug 1229
ffmpeg | branch: master | Ronald S. Bultje | Tue Dec 1
12:24:05 2015 -0500| [1ac89869db05c283235045477f690f1a00852691] | committer:
Ronald S. Bultje
vp9: always keep s->bytesperpixel and ctx->pix_fmt in sync.
Fixes mozilla bug 1229128.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Andreas Cadhalpun
| Wed Nov 25 00:52:39 2015 +0100| [fb1bf4454e6e8d70c001969c0e423399235d3224] |
committer: Andreas Cadhalpun
git-howto: mention how to clone ffmpeg-web
Signed-off-by: Andreas Cadhalpun
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb1b
ffmpeg | branch: master | Tobias Rapp | Wed Nov 25
11:47:14 2015 +0100| [bc517be6b0fb276997e431ae7708b2d1681d1aff] | committer:
Andreas Cadhalpun
Makefile: add cleanup of pkg-config files created by configure to distclean
Signed-off-by: Andreas Cadhalpun
> http://git.videolan.org/gitweb.cgi/
The branch, master has been updated
via d391a05edc5b8b8ea9f3bfb53ecfb8f32c7466f3 (commit)
from 8bae71d86e245304e7e1e2543361632bc7a7bdad (commit)
- Log -
commit d391a05edc5b8b8ea9f3bfb53ecfb8f32c7466f3
Author: Andre
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Dec 2
14:56:53 2015 +0100| [d208acf2c82b260e90be6215c93809f3343760f0] | committer:
Carl Eugen Hoyos
lavf/rtpenc_jpeg: Less strict check for standard Huffman tables.
There can be one or more Huffman table segments DHT.
Reported-by: Andrey Utkin
ffmpeg | branch: release/2.8 | Carl Eugen Hoyos | Wed Dec 2
14:56:53 2015 +0100| [aa3101a9e825dc8b57624f3b9d07844c34c7c9a7] | committer:
Carl Eugen Hoyos
lavf/rtpenc_jpeg: Less strict check for standard Huffman tables.
There can be one or more Huffman table segments DHT.
Reported-by: Andrey
ffmpeg | branch: master | Paul B Mahol | Wed Dec 2 12:05:04
2015 +0100| [6670527d33bb6b76f779440222b2ac6459fa466f] | committer: Paul B Mahol
avfilter/af_stereotools: remove floor usage
Signed-off-by: Paul B Mahol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6670527d33bb6b76f77
ffmpeg | branch: master | Paul B Mahol | Sat Nov 28 19:50:32
2015 +0100| [c4f7b8f0db6e867f41f9c7a0e2d53301022a2aa4] | committer: Paul B Mahol
avfilter: add audio pulsator filter
Signed-off-by: Paul B Mahol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c4f7b8f0db6e867f41f9c7a0e2d
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Sat Nov 14 13:21:58 2015 +0100| [e6264f00addca8bd4efed7329aa1faf5fa13b70b] |
committer: Carl Eugen Hoyos
avcodec/ffv1dec: Clear quant_table_count if its invalid
Fixes deallocation of corrupted pointer
Fixes:
343dfbe142a38b521ed069dc4ea7c03b
ffmpeg | branch: release/2.6 | Michael Niedermayer |
Thu Nov 5 01:25:50 2015 +0100| [df660d685435df61524e06c83b58e8e6b5f1851e] |
committer: Carl Eugen Hoyos
avcodec/ffv1dec: Print an error if the quant table count is invalid
Signed-off-by: Michael Niedermayer
(cherry picked from commit a8b25
ffmpeg | branch: release/2.5 | Michael Niedermayer |
Thu Nov 5 01:25:50 2015 +0100| [b622d6f6f65d778ed3011482686ce6d4df9f7450] |
committer: Carl Eugen Hoyos
avcodec/ffv1dec: Print an error if the quant table count is invalid
Signed-off-by: Michael Niedermayer
(cherry picked from commit a8b25
ffmpeg | branch: release/2.5 | Michael Niedermayer |
Sat Nov 14 13:21:58 2015 +0100| [fa3df7ae415be860377d52e13202c8a0f7bf7316] |
committer: Carl Eugen Hoyos
avcodec/ffv1dec: Clear quant_table_count if its invalid
Fixes deallocation of corrupted pointer
Fixes:
343dfbe142a38b521ed069dc4ea7c03b
ffmpeg | branch: release/2.8 | Michael Niedermayer |
Thu Nov 5 01:25:50 2015 +0100| [1c6243228c343132e094cdab1cb048e20899806c] |
committer: Carl Eugen Hoyos
avcodec/ffv1dec: Print an error if the quant table count is invalid
Signed-off-by: Michael Niedermayer
(cherry picked from commit a8b25
ffmpeg | branch: release/2.8 | Michael Niedermayer |
Sat Nov 14 13:21:58 2015 +0100| [ff3e717003efe3a3f06aa0371be5d40826fa0f03] |
committer: Carl Eugen Hoyos
avcodec/ffv1dec: Clear quant_table_count if its invalid
Fixes deallocation of corrupted pointer
Fixes:
343dfbe142a38b521ed069dc4ea7c03b
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Thu Nov 5 01:25:50 2015 +0100| [183f5805944251f6856e26b6ceec10ca3072ff00] |
committer: Carl Eugen Hoyos
avcodec/ffv1dec: Print an error if the quant table count is invalid
Signed-off-by: Michael Niedermayer
(cherry picked from commit a8b25
ffmpeg | branch: release/2.6 | Michael Niedermayer |
Sat Nov 14 13:21:58 2015 +0100| [a1b8fa1d9add6014c89da4321ddea8f3694a30c1] |
committer: Carl Eugen Hoyos
avcodec/ffv1dec: Clear quant_table_count if its invalid
Fixes deallocation of corrupted pointer
Fixes:
343dfbe142a38b521ed069dc4ea7c03b
ffmpeg | branch: master | Claudio Freire | Tue Dec 1
03:28:36 2015 -0300| [ca203e9985cd2dcf42a0c0853940850d3a8edf3a] | committer:
Claudio Freire
AAC encoder: improve SF range utilization
This patch does 4 things, all of which interact and thus it
woudln't be possible to commit them separately
ffmpeg | branch: master | Aaron Colwell | Mon Nov 23
12:06:14 2015 -0800| [ec83efd4d3c5fe1e4bc5723d0b91abf85b722f41] | committer: wm4
avformat/matroskadec: Fix sample_aspect_ratio for stereo matroska content
matroskaenc.c applies divisors to the display width/height when generating
stereo conte
ffmpeg | branch: master | Chris Cunningham | Tue
Dec 1 10:54:38 2015 -0800| [5e6ce28dabe002a6130f17b59c454bdee33088f7] |
committer: wm4
avformat/mp3dec: prefer "fast_seek" to TOC seek for CBR files.
"Fast seek" uses linear interpolation to find the position of the
requested seek time. For CBR
36 matches
Mail list logo