[FFmpeg-cvslog] avfilter/af_sidechaincompress: do not require writable input frames for acompressor filter

2015-11-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Nov 30 12:25:32 2015 +0100| [6b978dadc654906130de46a8b83b6f67f90d3e17] | committer: Paul B Mahol avfilter/af_sidechaincompress: do not require writable input frames for acompressor filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avfilter/af_sidechaincompress: add level_in and level_sc options

2015-11-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Nov 30 12:16:57 2015 +0100| [376a3bdb7bbe16a6f0835010c9e85f6837f000a7] | committer: Paul B Mahol avfilter/af_sidechaincompress: add level_in and level_sc options Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] qsvenc: write a53 caption data to SEI

2015-11-30 Thread Will Kelleher
ffmpeg | branch: master | Will Kelleher | Tue Oct 27 12:08:45 2015 -0500| [0eac93da0fd5baa400ee0a4a6dd8334202e8ada9] | committer: Michael Niedermayer qsvenc: write a53 caption data to SEI Signed-off-by: Will Kelleher Previous version reviewed-by: Ivan Uskov Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] ffserver: Clear avio context after closing it in rtp_new_av_stream()

2015-11-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 30 22:53:47 2015 +0100| [a00cc2e40d40c06e867ab4a07af3df565b02] | committer: Michael Niedermayer ffserver: Clear avio context after closing it in rtp_new_av_stream() Suggested-by: "Reynaldo H. Verdejo Pinochet" Signed-off-by: Michael

[FFmpeg-cvslog] ffserver: Clear avio context after closing it

2015-11-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 1 18:34:44 2015 +0100| [40063a900b6d5e39d3fab8ec9890cf8af02f8268] | committer: Michael Niedermayer ffserver: Clear avio context after closing it Fixes: ==13287== Invalid read of size 4 ==13287==at 0x45161A: flush_buffer (aviobuf.c:14

[FFmpeg-cvslog] avfilter/af_compand: use hypot()

2015-11-30 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Nov 22 11:39:40 2015 -0500| [5a41a5a4f57dc30df3795f52634ca69a18f33226] | committer: Ganesh Ajjanagadde avfilter/af_compand: use hypot() Reviewed-by: Paul B Mahol Signed-off-by: Ganesh Ajjanagadde > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/ac3: always use hardcoded tables

2015-11-30 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Nov 29 20:15:27 2015 -0500| [7b11eead1b4e08728561595e6b610cf8fe2b7122] | committer: Ganesh Ajjanagadde avcodec/ac3: always use hardcoded tables The table in question is a 253 byte one. In fact, it turns out that dynamic generation of the table