ffmpeg | branch: master | Carl Eugen Hoyos | Sun Nov 22
01:49:18 2015 +0100| [ced39dc5ed3ad40e7f970c95019721d58742088a] | committer:
Carl Eugen Hoyos
lavc/opusdec: Fix a memleak when reading invalid files.
Reviewed-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Nov 22
01:44:18 2015 +0100| [f5074dd39ca3bc6bff96cafea1d723cf944f50e5] | committer:
Carl Eugen Hoyos
lavc/rscc: Fix colourspace for codec_tag RSCC.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f5074dd39ca3bc6bff96cafea1d723cf944f5
ffmpeg | branch: master | Paul B Mahol | Sat Nov 21 21:58:24
2015 +0100| [16195aad75d7350c192628d7c72c17fd44d138bd] | committer: Paul B Mahol
avformat/vpk: check samples_per_block size
Signed-off-by: Paul B Mahol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=16195aad75d7350c1926
ffmpeg | branch: master | Paul B Mahol | Mon Oct 19 14:42:56
2015 +0200| [8b1bc2b075dd7ace77dc718c7ef26829f35ec091] | committer: Paul B Mahol
avformat: add FSB demuxer
Signed-off-by: Paul B Mahol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8b1bc2b075dd7ace77dc718c7ef26829f35ec
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Nov
16 17:01:18 2015 -0500| [8ffb3f08c6d44fe9ce7076288b1cd63edc56dad7] | committer:
Ganesh Ajjanagadde
avcodec/amr: replace #define by typedef
See e.g
https://stackoverflow.com/questions/1666353/are-typedef-and-define-the-same-in-c
for ration
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Nov
14 19:52:57 2015 -0500| [14ea4151d7c3c26500193f11ac661ed20c7c2b9c] | committer:
Ganesh Ajjanagadde
avutil/libm: correct isnan, isinf compat hacks
isnan and isinf are actually macros as per the standard. In particular,
the existing implemen
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Nov
14 12:04:53 2015 -0500| [401c93ddb76fb213b858ad722c83cdb4a510dc52] | committer:
Ganesh Ajjanagadde
avutil/eval: change sqrt to hypot
This improves the mathematical behavior of hypotenuse computation.
Reviewed-by: Michael Niedermayer
Sign
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Nov
14 11:57:28 2015 -0500| [275aca8fba50e77af16627d8d5db4b3d4987d889] | committer:
Ganesh Ajjanagadde
configure+libm.h: add hypot emulation
It is known that the naive sqrt(x*x + y*y) approach for computing the
hypotenuse suffers from overflow
ffmpeg | branch: master | Daniil Cherednik | Sat Nov
14 01:57:25 2015 +0300| [6662ca28d4c03c2f45fdba3945c7f0e7bdf64264] | committer:
Michael Niedermayer
avcodec/atrac1: fix decoder: QMF delay compensation should be 39 samples
This also adds a new fate test
Signed-off-by: Michael Niedermayer