[FFmpeg-cvslog] avcodec/h264: Fix memleak of a53_caption

2016-02-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Feb 13 02:06:22 2016 +0100| [588e2e338717078e88b0a7526e3740b7d3f6d207] | committer: Michael Niedermayer avcodec/h264: Fix memleak of a53_caption Fixes Ticket5111 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avcodec/rawdec: Print stride and packet size at debug level

2016-02-12 Thread Mats Peterson
ffmpeg | branch: master | Mats Peterson | Fri Feb 12 11:24:30 2016 +0100| [4e5db87174edc4f5f858bbc2b42d45cbe02ef379] | committer: Michael Niedermayer avcodec/rawdec: Print stride and packet size at debug level Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/rawdec: Fix nut pal8 test

2016-02-12 Thread Mats Peterson
ffmpeg | branch: master | Mats Peterson | Sat Feb 13 00:34:02 2016 +0100| [efcea77996859411f785f4913d16292cd5a02638] | committer: Michael Niedermayer avcodec/rawdec: Fix nut pal8 test Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=efcea77996859

[FFmpeg-cvslog] avcodec/rawdec: Initialize default mono palette only for bits_per_coded_sample == 1

2016-02-12 Thread Mats Peterson
ffmpeg | branch: master | Mats Peterson | Fri Feb 12 11:24:30 2016 +0100| [bbb45773b0436887b92e3a7eab79d5b460398f77] | committer: Michael Niedermayer avcodec/rawdec: Initialize default mono palette only for bits_per_coded_sample == 1 Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] doc/filters: add one more blend example

2016-02-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Feb 12 22:19:20 2016 +0100| [f80b4750b9e77dd2fc4a93dfca9627d52da8ba9e] | committer: Paul B Mahol doc/filters: add one more blend example This is faster than geq example below. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] doc/filters: add geq diagonal split screen example

2016-02-12 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Thu Feb 11 15:44:40 2016 -0900| [0b0121d7f2093367798216a37506dbd053073a60] | committer: Lou Logan doc/filters: add geq diagonal split screen example Also remove similar but confusing and less useful example. Based on geq expression by Patrick Race . Signe

[FFmpeg-cvslog] aacenc: make a better estimate for the audio bitrate if not provided

2016-02-12 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Fri Feb 12 18:34:18 2016 +| [f0a8212436c47afca997c4ce3af2da09cc30a4e4] | committer: Rostislav Pehlivanov aacenc: make a better estimate for the audio bitrate if not provided Takes into account whether there's pairing and if there's an LFE ch

[FFmpeg-cvslog] doc/encoders: fix typos in the vc2 encoder documentation

2016-02-12 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Fri Feb 12 18:38:20 2016 +| [d119268ed23bcf5b5b3c1a8f6742b11e17d33dde] | committer: Rostislav Pehlivanov doc/encoders: fix typos in the vc2 encoder documentation Thanks to RiCON for pointing these out. Signed-off-by: Rostislav Pehlivanov

[FFmpeg-cvslog] MAINTAINERS: Remove myself as libutvideo maintainer

2016-02-12 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Fri Feb 12 17:57:34 2016 +| [5da6bed1e025a250a1f4fe51609f4fc5283d7df9] | committer: Derek Buitenhuis MAINTAINERS: Remove myself as libutvideo maintainer I don't want to touch it, ever again. Signed-off-by: Derek Buitenhuis > http://git.videol

[FFmpeg-cvslog] doc/encoders: add documentation for the VC-2 encoder

2016-02-12 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Fri Feb 12 16:49:24 2016 +| [0384e3d5dfe16f87e40f948ee42e4697ed7442b6] | committer: Rostislav Pehlivanov doc/encoders: add documentation for the VC-2 encoder Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avfilter/avf_showspectrum: improve pts handling

2016-02-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Feb 12 17:14:30 2016 +0100| [13ea7c9780575ff63230c2614c54eaf28064f8c6] | committer: Paul B Mahol avfilter/avf_showspectrum: improve pts handling Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=13ea7c9780575ff

[FFmpeg-cvslog] avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist frequency

2016-02-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Feb 12 00:55:49 2016 +0100| [817bf8483e1351499f63c59aa7050dd1f2fc5bf0] | committer: Michael Niedermayer avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist frequency Fixes: CID1351398 Fixes: CID1351400 Reviewed-by: Pau

[FFmpeg-cvslog] avfilter/vf_zoompan: Fix use of uninitialized variables

2016-02-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Feb 12 00:33:11 2016 +0100| [03b26a2514c5df8777f07b0e0964c0b4ca065d72] | committer: Michael Niedermayer avfilter/vf_zoompan: Fix use of uninitialized variables Fixes: CID1351392 Fixes: CID1351393 Fixes: CID1351395 Reviewed-by: Paul B Mahol

[FFmpeg-cvslog] avfilter/vf_zoompan: Initialize ret

2016-02-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Feb 12 00:33:12 2016 +0100| [f9f684c0fb8cca97e2bb6102cc018da47e530d17] | committer: Michael Niedermayer avfilter/vf_zoompan: Initialize ret Silences: CID1351394 Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. e6b50ad web/security: Add CVEs to recent releases

2016-02-12 Thread ffmpeg-cvslog
The branch, master has been updated via e6b50ad812be58521c655c2260fe9ce6eb5dcc78 (commit) from 5317fd1ca1bb21a1bf8897f881ccbf4601693b03 (commit) - Log - commit e6b50ad812be58521c655c2260fe9ce6eb5dcc78 Author: Micha