ffmpeg | branch: master | Steven Liu | Sat Nov 26
11:28:22 2016 +0800| [af7d0ad983a1f049f4d2ef64716cb81ae724d9cc] | committer:
Steven Liu
refine avformat/flvdec set bit_rate
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af7d0ad983a1f049f4d2ef64716cb81ae724d9cc
---
libavformat/f
The branch, master has been updated
via 26bd9fcc758ec38d5a501bf9d0136ef90dd27838 (commit)
from 2a339972c576b7b97995adaa3793e8ed4415266e (commit)
- Log -
commit 26bd9fcc758ec38d5a501bf9d0136ef90dd27838
Author: Micha
[ffmpeg] [branch: refs/tags/n3.2.1]
Tag:cfff8a663c2746f6aae3e102e562dcb46280381d
> http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=cfff8a663c2746f6aae3e102e562dcb46280381d
Tagger: Michael Niedermayer
Date: Sat Nov 26 04:10:00 2016 +0100
FFmpeg 3.2.1 release
__
ffmpeg | branch: master | Steven Liu | Sat Nov 26
08:52:19 2016 +0800| [ee24c8ad011272ffd1a6daaf3f0128ace8663c18] | committer:
Steven Liu
avformat/flvenc: fix ticket 5976 and use old commit
mythtv have problem with non-seekable dont write duration and filesize
and there have problem with some
ffmpeg | branch: master | Steven Liu | Sat Nov 26
08:56:18 2016 +0800| [7c5478a2035e4c0b6fcf3c597c745669ccb698e0] | committer:
Steven Liu
avformat/flvdec: move set bit_rate from parse AMF OBJECT to
create_stream
before patch:
Stream #0:0: Video: h264 (High), yuv420p(progressive), 1280x714 [SA
ffmpeg | branch: master | Muhammad Faiz | Fri Nov 25
16:39:34 2016 +0700| [da34e4e13238b755bb0e6ebf549015797d9b4467] | committer:
Muhammad Faiz
swresample/soxr: fix invalid use of linear_interp
give very bad quality for soxr resampler.
linear_interp is intended for using linear interpolation
ffmpeg | branch: release/3.2 | James Almer | Thu Nov 24
21:10:47 2016 -0300| [c269c43a83166003ab6649263bc60634a6b7866f] | committer:
James Almer
avcodec/aac_adtstoasc_bsf: validate and forward extradata if the stream is
already ASC
Fixes ticket #5973
Reviewed-by: Hendrik Leppkes
Signed-off-
ffmpeg | branch: release/3.2 | Andreas Cadhalpun
| Fri Nov 25 00:26:51 2016 +0100|
[ad8203662613b4d0cb8342b267f748eeb0e968a0] | committer: Andreas Cadhalpun
softfloat: decrease MIN_EXP to cover full float range
floats are not necessarily normalized, so a normalized softfloat needs
MIN_EXP lowe
ffmpeg | branch: release/3.2 | Andreas Cadhalpun
| Sat Nov 19 14:21:11 2016 +0100|
[d8364f4e1d0ca21bde85dab11b02823712dea97c] | committer: Andreas Cadhalpun
smacker: limit recursion depth of smacker_decode_bigtree
This fixes segmentation faults due to stack-overflow caused by too deep
recursio
ffmpeg | branch: release/3.2 | Andreas Cadhalpun
| Thu Nov 17 22:46:40 2016 +0100|
[e00fec907ff89a370503ca0df9386819d3103c98] | committer: Andreas Cadhalpun
rmdec: validate block alignment
This fixes division by zero crashes.
Reviewed-by: Michael Niedermayer
Signed-off-by: Andreas Cadhalpun
ffmpeg | branch: release/3.2 | Andreas Cadhalpun
| Thu Nov 17 22:53:51 2016 +0100|
[7d0cc12a565db47c6fca16177b273c4c11efdea8] | committer: Andreas Cadhalpun
mxfdec: fix NULL pointer dereference in mxf_read_packet_old
Metadata streams have priv_data set to NULL.
Reviewed-by: Josh de Kock
Sign
ffmpeg | branch: release/3.2 | Andreas Cadhalpun
| Thu Nov 24 23:57:46 2016 +0100|
[d147114b9de0aa443388b429aad3a71859bf2af6] | committer: Andreas Cadhalpun
mss2: only use error correction for matching block counts
This fixes a heap-buffer-overflow in ff_er_frame_end when decoding mss2
with co
ffmpeg | branch: release/3.2 | Andreas Cadhalpun
| Mon Nov 14 21:41:45 2016 +0100|
[a6a2d9d1e546ecb7a697cfbc9f392f577e4d868c] | committer: Andreas Cadhalpun
libopusdec: default to stereo for invalid number of channels
This fixes an out-of-bounds read if avc->channels is 0.
Reviewed-by: Michae
ffmpeg | branch: release/3.2 | Andreas Cadhalpun
| Fri Nov 25 22:23:39 2016 +0100|
[6f3e3cb8baccb6f86f60892d99a81beee7db0b60] | committer: Andreas Cadhalpun
Update Changelog
Signed-off-by: Andreas Cadhalpun
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6f3e3cb8baccb6f86f60892d9
ffmpeg | branch: release/3.2 | Andreas Cadhalpun
| Wed Nov 9 23:23:16 2016 +0100|
[1dc59aaf61ec547bd1272453d0265e51929ab0ef] | committer: Andreas Cadhalpun
pgssubdec: only set w/h/linesize when allocating data
Rects with positive w/h/linesize but no data are invalid.
Reviewed-by: Petri Hintu
ffmpeg | branch: release/3.2 | Andreas Cadhalpun
| Fri Nov 4 21:37:13 2016 +0100|
[6ad27731428c93bcb3d7df91427b66a253206042] | committer: Andreas Cadhalpun
flvdec: require need_context_update when changing codec id
Otherwise the codec context and codecpar might disagree on the codec id,
trigg
ffmpeg | branch: release/3.2 | Andreas Cadhalpun
| Thu Nov 17 00:04:57 2016 +0100|
[de031809f3a001f1c31eace1ff6e42355c87b9bc] | committer: Andreas Cadhalpun
ffmdec: validate codec parameters
A negative extradata size for example gets passed to memcpy in
avcodec_parameters_from_context causing
ffmpeg | branch: release/3.2 | Andreas Cadhalpun
| Thu Nov 10 22:21:20 2016 +0100|
[9aaddbf0efd3f9649d373a51eedc249ce1be8c83] | committer: Andreas Cadhalpun
sbgdec: prevent NULL pointer access
Reviewed-by: Josh de Kock
Signed-off-by: Andreas Cadhalpun
(cherry picked from commit dbefbb61b785c
ffmpeg | branch: master | James Almer | Thu Nov 24 21:10:47
2016 -0300| [6e1902bab4349a79c45807af18ebf5b50f7b436b] | committer: James Almer
avcodec/aac_adtstoasc_bsf: validate and forward extradata if the stream is
already ASC
Fixes ticket #5973
Reviewed-by: Hendrik Leppkes
Signed-off-by: Ja
ffmpeg | branch: release/3.2 | Michael Niedermayer |
Fri Nov 25 21:12:44 2016 +0100| [6550d0580b075912a39129fe1774b385ee50a9cf] |
committer: Michael Niedermayer
Update for 3.2.1
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6550d0580b075912a39
ffmpeg | branch: master | Andreas Cadhalpun
| Thu Nov 24 23:57:46 2016 +0100| [2566ad98b01538ea589e5ee07b69fc566aadc348] |
committer: Andreas Cadhalpun
mss2: only use error correction for matching block counts
This fixes a heap-buffer-overflow in ff_er_frame_end when decoding mss2
with coded_w
ffmpeg | branch: master | Philip Langdale | Wed Nov 23
14:05:18 2016 -0800| [829db8effd76b579ae9aca5ee8f85d3ade6af253] | committer:
Philip Langdale
avcodec/nvenc: Remove aspect-ratio decompensation logic
This dubious behaviour in nvenc was finally removed by nvidia, and
as we refuse to run on
ffmpeg | branch: master | James Almer | Fri Nov 25 10:40:59
2016 -0300| [50b14539158bd6d179afebb795b38be108359c4a] | committer: James Almer
avcodec/mpeg4audio: correctly propagate meaningful error values
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=50
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Nov 25
11:06:14 2016 +0100| [e0791c5aaf1c12601322e410119ca46c6d09981d] | committer:
Carl Eugen Hoyos
lavf/flvdec: Set avg_frame_rate for video streams.
Requested-by: qw, applemax82 at 163 dot com
Reviewed-by: Steven Liu
> http://git.videolan.or
24 matches
Mail list logo