[FFmpeg-cvslog] avcodec/aac_tablegen: get rid of hardcoded tables entirely

2015-11-28 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Nov 27 17:01:49 2015 -0500| [79abf2d0ded860acf505de22c4f7a750e5e98446] | committer: Ganesh Ajjanagadde avcodec/aac_tablegen: get rid of hardcoded tables entirely Commit 96786a12f6df26990bbe7c0ca4592b3731724469 makes runtime initialization chea

[FFmpeg-cvslog] avcodec/hevc: Check max ctb addresses for WPP

2015-11-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 28 13:42:05 2015 +0100| [dad354f38ddc9bfc834bc21358a1d0ad41532ca0] | committer: Michael Niedermayer avcodec/hevc: Check max ctb addresses for WPP Fixes out of array read Fixes: 2f95ddd996db8a6281d2e18c184595a7/asan_heap-oob_192fe91_3330_

[FFmpeg-cvslog] avfilter: add compensation delay line filter

2015-11-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 24 11:14:36 2015 +0100| [3f895dcb0dcbcbf10a621bf4bfae6d8879899015] | committer: Paul B Mahol avfilter: add compensation delay line filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3f895dcb0dcbcbf10a

[FFmpeg-cvslog] avfilter: add audio compressor filter

2015-11-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Nov 25 11:36:45 2015 +0100| [1685a781cd50dbc1c9fd3107ba57981ba452b127] | committer: Paul B Mahol avfilter: add audio compressor filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1685a781cd50dbc1c9fd3107b

[FFmpeg-cvslog] doc/filters: extend agate documentation

2015-11-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Nov 28 18:17:02 2015 +0100| [13696c378989252da2706f357b330240a46ea7f3] | committer: Paul B Mahol doc/filters: extend agate documentation Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=13696c378989252da2706f3

[FFmpeg-cvslog] avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()

2015-11-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 28 17:26:05 2015 +0100| [4f03bebc79f76df3a3e5bb9e1bc32baabfb7797c] | committer: Michael Niedermayer avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string() Fixes integer overflow Fixes: 3a45b2ae02f2cf12b7bd99543cdcdae5/

[FFmpeg-cvslog] avcodec/utils: Clear dimensions in ff_get_buffer() on failure

2015-11-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 28 20:08:46 2015 +0100| [abee0a1c60612e8638640a8a3738fffb65e16dbf] | committer: Michael Niedermayer avcodec/utils: Clear dimensions in ff_get_buffer() on failure Fixes out of array access Fixes: 482d8f2fd17c9f532b586458a33f267c/asan_heap

[FFmpeg-cvslog] avcodec/h264_refs: Check that long references match before use

2015-11-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 29 03:25:41 2015 +0100| [aa427537b529cd584cd73222980286d36a00fe28] | committer: Michael Niedermayer avcodec/h264_refs: Check that long references match before use Fixes out of array read Fixes: 59bb925e90201fa0f87f0a31945d43b5/asan_heap-