[FFmpeg-cvslog] avfilter/vf_qp: fix cleanup on error

2015-04-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Apr 21 14:11:30 2015 +0200| [8f9a3817d502a46e1349befac24c7d2311df4e12] | committer: Michael Niedermayer avfilter/vf_qp: fix cleanup on error Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8f9a

[FFmpeg-cvslog] avcodec/hq_hqa: remove superfluous log message

2015-04-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Apr 21 13:19:32 2015 +| [77e794908b18c9598ed3937af00e74c01014bbd9] | committer: Paul B Mahol avcodec/hq_hqa: remove superfluous log message Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=77e794908b18c959

[FFmpeg-cvslog] Merge commit '9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386'

2015-04-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Apr 21 20:20:58 2015 +0200| [122150168f7d2a1bdc5c208505366d1a9e9c3892] | committer: Michael Niedermayer Merge commit '9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386' * commit '9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386': drawtext: Add an alpha opti

[FFmpeg-cvslog] drawtext: Add an alpha option

2015-04-21 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sat Apr 11 19:04:25 2015 +0200| [9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386] | committer: Luca Barbato drawtext: Add an alpha option And document both `draw` and `alpha`. Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avfilter/vf_qp: Fix use of uinitialized variable

2015-04-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Apr 21 22:42:46 2015 +0200| [a79cbc0b8e774b2f9d0cabe33105c5a4f808544b] | committer: Michael Niedermayer avfilter/vf_qp: Fix use of uinitialized variable Found-by: Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] fate: Include branch information in the payload header

2015-04-21 Thread Timothy Gu
ffmpeg | branch: release/2.5 | Timothy Gu | Sun Apr 12 08:28:42 2015 -0700| [a2ad7fdb3a262e14a8371f3201879ee647a4d287] | committer: Michael Niedermayer fate: Include branch information in the payload header The server is properly equiped not to choke on that now. Signed-off-by: Michael Nieder

[FFmpeg-cvslog] avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before use

2015-04-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Mon Apr 20 22:22:31 2015 +0200| [5fd5b8ef79c074d5830f2213009601a399f9c952] | committer: Michael Niedermayer avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before use Signed-off-by: Michael Niedermayer (cherry picked from commit ba6

[FFmpeg-cvslog] avformat/img2dec: do not rewind custom io buffers

2015-04-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Mon Apr 20 23:59:53 2015 +0200| [3f629c83b462bbafbc262fbc7f1488a2d8f3b13e] | committer: Michael Niedermayer avformat/img2dec: do not rewind custom io buffers Fixes double free with some applications Fixes vlc ticket14121 Signed-off-by: Mich

[FFmpeg-cvslog] avformat/mov.c: Use %d to print an enum, not PRIu8

2015-04-21 Thread Chris Watkins
ffmpeg | branch: master | Chris Watkins | Tue Apr 21 14:14:19 2015 -0700| [0703c44692d1ebd7c530c6f46beae8e4ecafaaa3] | committer: Michael Niedermayer avformat/mov.c: Use %d to print an enum, not PRIu8 Using the PRIu8 format specifier to print an enum value causes a compiler warning, so use %d

[FFmpeg-cvslog] aacpsy: correct calculation of minath in psy_3gpp_init

2015-04-21 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Tue Apr 21 18:43:55 2015 +0200| [ca9849eecdf7db91d652c698018a5b096d8b78c7] | committer: Michael Niedermayer aacpsy: correct calculation of minath in psy_3gpp_init The minimum of the ath(x, ATH_ADD) function depends on ATH_ADD. This patch uses the f

[FFmpeg-cvslog] webmdashenc: Add minimumUpdatePeriod

2015-04-21 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian | Tue Apr 21 16:36:52 2015 -0700| [4f287a3c5007db853e4f1098ab194f9337e2f7da] | committer: Michael Niedermayer webmdashenc: Add minimumUpdatePeriod DASH spec requires the presence of either duration of the period or the minimumUpdatePeriod el

[FFmpeg-cvslog] avcodec: use av_mod_uintp2() where useful

2015-04-21 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 21 22:28:21 2015 -0300| [ba625dd8a12b8f440af7f50c833e5c1005d67c85] | committer: James Almer avcodec: use av_mod_uintp2() where useful Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a