[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 33764ae web: Add dates to the last two news entries

2015-12-13 Thread ffmpeg-cvslog
The branch, master has been updated via 33764ae5c94f5d5a019acaeaee25b1498a4e0eb3 (commit) from b95c6584576e004e56d94fcdf6679d051a043bf4 (commit) - Log - commit 33764ae5c94f5d5a019acaeaee25b1498a4e0eb3 Author: Timot

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. b95c658 web: Do not use to establish anchors

2015-12-13 Thread ffmpeg-cvslog
The branch, master has been updated via b95c6584576e004e56d94fcdf6679d051a043bf4 (commit) from 1b7fef3b4f1832963db372273e91ec40667d7d25 (commit) - Log - commit b95c6584576e004e56d94fcdf6679d051a043bf4 Author: Timot

[FFmpeg-cvslog] get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNAL

2015-12-13 Thread Kieran Kunhya
ffmpeg | branch: master | Kieran Kunhya | Sun Dec 13 18:01:50 2015 +| [906c0b77164e19e3263292eb3f22e20519fda402] | committer: Kieran Kunhya get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNAL > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=906c0b77164e19e3263292eb3f22e20519f

[FFmpeg-cvslog] fate: increase FUZZ by 1 for aac-tns-encode

2015-12-13 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Dec 13 22:11:00 2015 +0100| [28e9b7e8aed9df9e4e20f61f803fe8e8a850eb9f] | committer: Andreas Cadhalpun fate: increase FUZZ by 1 for aac-tns-encode This should fix this test failing on kfreebsd, a regression since 6e5dbe7, which decreased the CMP

[FFmpeg-cvslog] lavf/tee: fix side data double free.

2015-12-13 Thread Nicolas George
ffmpeg | branch: release/2.8 | Nicolas George | Sat Oct 10 15:19:43 2015 +0200| [1450a39ad495ad086b1110d15f999c0eeca92ef8] | committer: Michael Niedermayer lavf/tee: fix side data double free. Similar to 33fefdb44. Fix trac ticket #4921. Signed-off-by: Nicolas George Signed-off-by: Michael N

[FFmpeg-cvslog] avformat/mxfenc: Do not crash if there is no packet in the first stream

2015-12-13 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Sun Dec 13 16:13:22 2015 +0100| [95a144ae62b1cc724f8e9cbcfbb6e9195599a37f] | committer: Michael Niedermayer avformat/mxfenc: Do not crash if there is no packet in the first stream Fixes: Ticket4914 Signed-off-by: Michael Niedermayer (cherr

[FFmpeg-cvslog] avfilter/af_sofalizer: switch comments positions to correct order

2015-12-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Dec 13 18:49:29 2015 +0100| [ac25d1d35e99e8e08099c0b329dd23b1159a2bb3] | committer: Paul B Mahol avfilter/af_sofalizer: switch comments positions to correct order Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] lavfi/ebur128: apply I dual mono correction only if I available

2015-12-13 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Dec 13 18:20:42 2015 +0100| [5083900b73d12ad2c7aa2e2532f244716dec533f] | committer: Clément Bœsch lavfi/ebur128: apply I dual mono correction only if I available Spotted-by: jamrial & gcc 6 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avfilter/af_sofalizer: fix calculation of split point

2015-12-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Dec 13 17:37:47 2015 +0100| [f69f050a316810dca1f3bce79d5c7ccaa2ea51c0] | committer: Paul B Mahol avfilter/af_sofalizer: fix calculation of split point Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f69f050a3

[FFmpeg-cvslog] avformat/mxfenc: Do not crash if there is no packet in the first stream

2015-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 13 16:13:22 2015 +0100| [b51e7554e74cbf007a1cab83c7bed3ad9fa2793a] | committer: Michael Niedermayer avformat/mxfenc: Do not crash if there is no packet in the first stream Fixes: Ticket4914 Signed-off-by: Michael Niedermayer > http://g

[FFmpeg-cvslog] avfilter/af_sofalizer: remove reorder hack

2015-12-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Dec 13 12:56:30 2015 +0100| [780c4223a54396c3b352608002428fae7f378996] | committer: Paul B Mahol avfilter/af_sofalizer: remove reorder hack Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=780c4223a54396c3b352

[FFmpeg-cvslog] avfilter/af_sofalizer: move modulo operation out of loop

2015-12-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Dec 13 11:52:23 2015 +0100| [49d97d9bcab888bcdac6b8635428bd7c88149d90] | committer: Paul B Mahol avfilter/af_sofalizer: move modulo operation out of loop Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=49d97d

Re: [FFmpeg-cvslog] avformat/hlsenc: Check the return code of avformat_write_header()

2015-12-13 Thread Ganesh Ajjanagadde
On Sat, Dec 12, 2015 at 9:30 PM, Michael Niedermayer wrote: > ffmpeg | branch: release/2.8 | Michael Niedermayer | > Sun Dec 13 02:28:13 2015 +0100| [d07f6582018d3388716340b08f1b1461c2f05bda] | > committer: Michael Niedermayer > > avformat/hlsenc: Check the return code of avformat_write_header(

[FFmpeg-cvslog] lavf/tee: fix side data double free.

2015-12-13 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sat Oct 10 15:19:43 2015 +0200| [1acc90eaa54ad82a21474ed759b8ed3a0f3d482d] | committer: Michael Niedermayer lavf/tee: fix side data double free. Similar to 33fefdb44. Fix trac ticket #4921. Signed-off-by: Nicolas George Signed-off-by: Michael Nieder