[FFmpeg-cvslog] swresample/swresample_internal: add av_warn_unused_result

2015-10-15 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 15 21:29:43 2015 -0400| [ef62f573ca5ea5284fb77d3acc8c75ec7b00e378] | committer: Ganesh Ajjanagadde swresample/swresample_internal: add av_warn_unused_result This will trigger a few warnings that need to be fixed. Reviewed-by: Michael Nied

[FFmpeg-cvslog] avutil/cast5: update Doxygen for av_cast5_init with return information

2015-10-15 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 15 17:43:25 2015 -0400| [0418541d5d3f4eada6ce6f250f159ce569f180bc] | committer: Ganesh Ajjanagadde avutil/cast5: update Doxygen for av_cast5_init with return information Reviewed-by: Michael Niedermayer Signed-off-by: Ganesh Ajjanagadde

[FFmpeg-cvslog] avutil/crc: use EINVAL instead of -1 for the return code of av_crc_init()

2015-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 16 03:24:36 2015 +0200| [d6f6e98eb1581e1153ff4d87996bfb4f5c61d9dc] | committer: Michael Niedermayer avutil/crc: use EINVAL instead of -1 for the return code of av_crc_init() Signed-off-by: Michael Niedermayer > http://git.videolan.org/g

[FFmpeg-cvslog] avcodec/jpeg2000dec: Clear properties in jpeg2000_dec_cleanup() too

2015-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 15 21:48:42 2015 +0200| [c980c5e54dfe83ce8b631845ce750c38cec56873] | committer: Michael Niedermayer avcodec/jpeg2000dec: Clear properties in jpeg2000_dec_cleanup() too Fixes: Ticket4878 Signed-off-by: Michael Niedermayer > http://git.v

[FFmpeg-cvslog] mips: disable all features in configure if no cpu is matched

2015-10-15 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Wed Oct 14 14:58:49 2015 +0100| [50366b429508e7b34e1a68eca3031a43cb0f523c] | committer: Michael Niedermayer mips: disable all features in configure if no cpu is matched Signed-off-by: Vicente Olivert Riera Reviewed-by: Nedeljko Babic Signed-o

[FFmpeg-cvslog] Revert "avcodec/h264: remove redundant and bogus get_format call"

2015-10-15 Thread wm4
ffmpeg | branch: master | wm4 | Thu Oct 15 20:19:55 2015 +0200| [17fe18d21ad9caba5dec08237b511c7fb89e88b3] | committer: wm4 Revert "avcodec/h264: remove redundant and bogus get_format call" This reverts commit be583c6fd3a6f06844b56619653b9b0e4561870d. This was not approved, and was accidentall

[FFmpeg-cvslog] avcodec/h264: remove redundant and bogus get_format call

2015-10-15 Thread wm4
ffmpeg | branch: master | wm4 | Sun Oct 11 19:02:40 2015 +0200| [be583c6fd3a6f06844b56619653b9b0e4561870d] | committer: wm4 avcodec/h264: remove redundant and bogus get_format call The AVCodecContext.get_format callback is not only used for pixel format negotiation with the API user, but also f

[FFmpeg-cvslog] swresample: slightly nicer debug output for auto matrix

2015-10-15 Thread wm4
ffmpeg | branch: master | wm4 | Thu Oct 15 19:07:27 2015 +0200| [cdf4a13f86157155bf9518a51369f0d5c03ae707] | committer: wm4 swresample: slightly nicer debug output for auto matrix This is the matrix that will be used for up/downmixing. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] aac: Make codec init run under ff_thread_once

2015-10-15 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Oct 14 14:25:51 2015 -0400| [1a29804558c13ef512d9ef73a9b0d782af4fa5f2] | committer: Derek Buitenhuis aac: Make codec init run under ff_thread_once This makes AAC init threadsafe. Signed-off-by: Derek Buitenhuis > http://git.videolan.org/gitwe

[FFmpeg-cvslog] winrt: multithreading support

2015-10-15 Thread wang-bin
ffmpeg | branch: master | wang-bin | Tue Sep 29 18:11:03 2015 +0800| [0861862b897ade9e62064f532f3b0a957ee7a0d8] | committer: Matt Oliver winrt: multithreading support _beginthreadex is for desktop only. CreateThread is available for windows store apps on windows (and phone) 8.1 and later. htt

[FFmpeg-cvslog] avformat/hls: add support for EXT-X-MAP

2015-10-15 Thread Anssi Hannula
ffmpeg | branch: release/2.7 | Anssi Hannula | Thu Oct 15 14:23:00 2015 +0300| [1f25a3ddb83d17b579396f37add381fc792fa2ba] | committer: Carl Eugen Hoyos avformat/hls: add support for EXT-X-MAP Without EXT-X-MAP support we miss the first bytes of some streams. These streams worked by luck befor

[FFmpeg-cvslog] avformat/hls: fix segment selection regression on track changes of live streams

2015-10-15 Thread Anssi Hannula
ffmpeg | branch: release/2.7 | Anssi Hannula | Thu Oct 15 13:42:38 2015 +0300| [e69d8fc619d2e640e207c2b412cfc0b6cc6d5230] | committer: Carl Eugen Hoyos avformat/hls: fix segment selection regression on track changes of live streams Commit ad701326b43078b90 ("avformat/hls: open playlists immedi

[FFmpeg-cvslog] avformat/hls: add support for EXT-X-MAP

2015-10-15 Thread Anssi Hannula
ffmpeg | branch: release/2.8 | Anssi Hannula | Thu Oct 15 14:23:00 2015 +0300| [68a6178ef05a7fb16881f0447882d19f6dece025] | committer: Carl Eugen Hoyos avformat/hls: add support for EXT-X-MAP Without EXT-X-MAP support we miss the first bytes of some streams. These streams worked by luck befor

[FFmpeg-cvslog] avformat/hls: fix segment selection regression on track changes of live streams

2015-10-15 Thread Anssi Hannula
ffmpeg | branch: release/2.8 | Anssi Hannula | Thu Oct 15 13:42:38 2015 +0300| [d51ddd45b2117d397af43d16c319e910cf0689b4] | committer: Carl Eugen Hoyos avformat/hls: fix segment selection regression on track changes of live streams Commit ad701326b43078b90 ("avformat/hls: open playlists immedi

[FFmpeg-cvslog] avformat/hls: add support for EXT-X-MAP

2015-10-15 Thread Anssi Hannula
ffmpeg | branch: master | Anssi Hannula | Thu Oct 15 14:23:00 2015 +0300| [909907948846dedf57a730a4d115d04d1117f9e5] | committer: Anssi Hannula avformat/hls: add support for EXT-X-MAP Without EXT-X-MAP support we miss the first bytes of some streams. These streams worked by luck before byte-r

[FFmpeg-cvslog] avformat/hls: fix segment selection regression on track changes of live streams

2015-10-15 Thread Anssi Hannula
ffmpeg | branch: master | Anssi Hannula | Thu Oct 15 13:42:38 2015 +0300| [fd74d45d5158812675105a3b4aeb29c67b82f7e8] | committer: Anssi Hannula avformat/hls: fix segment selection regression on track changes of live streams Commit ad701326b43078b90 ("avformat/hls: open playlists immediately wh

[FFmpeg-cvslog] vp9: expose reference frames in VP9SharedContext

2015-10-15 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Wed Oct 14 10:03:20 2015 +0200| [6e719dc6bb64d37c0b47f8c3387aa572e0a4780a] | committer: Hendrik Leppkes vp9: expose reference frames in VP9SharedContext > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6e719dc6bb64d37c0b47f8c3387aa572e0a47

[FFmpeg-cvslog] vp9: split header into separate struct and expose in vp9.h

2015-10-15 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Wed Oct 14 09:51:54 2015 +0200| [b95f241b6e6360eef8073b4c7b55bd0e3eb73aca] | committer: Hendrik Leppkes vp9: split header into separate struct and expose in vp9.h This allows hwaccels to access the bitstream header information. > http://git.videola

[FFmpeg-cvslog] build/videotoolbox: add missing CoreVideo framework

2015-10-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Oct 15 10:43:42 2015 +0200| [f2f55bd9ca45001dea0d80c137fa93d1b9b7d01c] | committer: Clément Bœsch build/videotoolbox: add missing CoreVideo framework > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2f55bd9ca45001dea0d80c137fa93d1b9b7d0

[FFmpeg-cvslog] ffmpeg/videotoolbox: protect UTGetOSTypeFromString on both VDA and VT

2015-10-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Oct 15 10:21:52 2015 +0200| [3041618516930d768d0d0a6f5b206e0fcfe0f8f4] | committer: Clément Bœsch ffmpeg/videotoolbox: protect UTGetOSTypeFromString on both VDA and VT > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3041618516930d768d0d

[FFmpeg-cvslog] ffmpeg/videotoolbox: try to fix compilation when cross compiling ffmpeg with VT for iOS under certain configuration

2015-10-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Oct 15 10:12:19 2015 +0200| [9898ef8139ff31d006ae4d976de2b4e648608c51] | committer: Clément Bœsch ffmpeg/videotoolbox: try to fix compilation when cross compiling ffmpeg with VT for iOS under certain configuration Likely a regression from 8f6f357f