[FFmpeg-cvslog] lavc/h264: fix spacing before comment

2016-07-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Tue Jul 19 15:34:03 2016 +0200| [21c081a2465172a8ea6c6598deea1872d0a7a045] | committer: Clément Bœsch lavc/h264: fix spacing before comment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=21c081a2465172a8ea6c6598deea1872d0a7a045 --- libav

[FFmpeg-cvslog] avformat: Add tee protocol

2016-07-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jul 18 14:42:22 2016 +0200| [64caafaeb18ac68eebbb3adccbd87cabc53ba9cc] | committer: Michael Niedermayer avformat: Add tee protocol Option passing support will be submitted seperately to the ML Signed-off-by: Michael Niedermayer > http://gi

[FFmpeg-cvslog] fate: add test for avfft

2016-07-19 Thread Petru Rares Sincraian
ffmpeg | branch: master | Petru Rares Sincraian | Mon Jul 4 17:23:14 2016 +0200| [68f991d9090dee0960cc6cdf7dca83c7fbe865fa] | committer: Michael Niedermayer fate: add test for avfft Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=68f991d9090dee

[FFmpeg-cvslog] avcodec/h264_slice: Move h264_init_ps() call into h264_field_start()

2016-07-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jul 19 22:31:56 2016 +0200| [9bf3fdcd3c21b22cdbee43ae1c15c65f973a12fe] | committer: Michael Niedermayer avcodec/h264_slice: Move h264_init_ps() call into h264_field_start() This was missing from f512e4a39037ef798ec78170f734c7733abe3231 Signe

[FFmpeg-cvslog] avcodec/h264: remove list_count and ref_count clearing

2016-07-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jul 19 22:31:57 2016 +0200| [fd1588919d2c70288a1a3fea1aefdd3ea2c424bb] | committer: Michael Niedermayer avcodec/h264: remove list_count and ref_count clearing The code conflicts with moving the h264_init_ps() call point Without this, ff_h264

[FFmpeg-cvslog] configure: add support for new CPUs

2016-07-19 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Jul 17 19:14:12 2016 -0300| [114870dbc9394cace08fc35d8474a733a7db0e1e] | committer: James Almer configure: add support for new CPUs Add new -march values for Intel and AMD CPUs introduced with GCC 5 and 6, and improve SunCC flags accordingly. Reviewe

[FFmpeg-cvslog] avformat/oggenc: fix page duration calculation when granule differs from timestamp

2016-07-19 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jul 7 22:41:55 2016 -0300| [b3820cabad87c4df7bce82f7aacd2c5c54fd1252] | committer: James Almer avformat/oggenc: fix page duration calculation when granule differs from timestamp Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http:/

[FFmpeg-cvslog] avformat/oggparsevp8: fix pts calculation on pages ending with an invisible frame

2016-07-19 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jul 12 17:05:42 2016 -0300| [5adfbd391847fcdaea1e9b105fae2dd90af2a733] | committer: James Almer avformat/oggparsevp8: fix pts calculation on pages ending with an invisible frame Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] avformat/avlanguage: make av_convert_lang_to() internal

2016-07-19 Thread James Almer
ffmpeg | branch: master | James Almer | Fri May 13 18:03:28 2016 -0300| [1582e306a47977b09fddb029b999f99eb03cd485] | committer: James Almer avformat/avlanguage: make av_convert_lang_to() internal The header was never installed and the function is only used in libavformat Reviewed-by: Paul B Ma

[FFmpeg-cvslog] fate: add test for chorus filter

2016-07-19 Thread Petru Rares Sincraian
ffmpeg | branch: master | Petru Rares Sincraian | Tue Jul 19 21:18:08 2016 +0200| [2383618a4019391e836e061dca51b59fd4c1605c] | committer: Michael Niedermayer fate: add test for chorus filter Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=238361

[FFmpeg-cvslog] libavcodec/libvpx: Add VPx alpha decode support

2016-07-19 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian | Thu Jul 14 12:15:57 2016 -0700| [134fe28981cd94206cf4dcfd468ccc1b76391980] | committer: James Zern libavcodec/libvpx: Add VPx alpha decode support VPx (VP8/VP9) alpha encoding has been part of FFmpeg. Now, add the ability to decode such fi