[FFmpeg-cvslog] avformat/internal: Fix warning about struct declaration

2015-05-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue May 12 03:20:49 2015 +0200| [59db9e69496258f63fae618638a2649cf302d2b6] | committer: Michael Niedermayer avformat/internal: Fix warning about struct declaration Moving ffio_open2_wrapper() to internal as it uses AVFormatContext Signed-off-by:

[FFmpeg-cvslog] tools/graph2dot: use larger data types than int for array/string sizes

2015-05-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue May 12 03:59:30 2015 +0200| [acf4925f444636a828534ab47d0f86c21a7a9b4e] | committer: Michael Niedermayer tools/graph2dot: use larger data types than int for array/string sizes Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] avcodec/hevc: Fix order of operations in hls_decode_neighbour()

2015-05-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue May 12 00:52:03 2015 +0200| [3ecc063322388f03435f7fd47f8e85bea73fd5c2] | committer: Michael Niedermayer avcodec/hevc: Fix order of operations in hls_decode_neighbour() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avformat/avformat: slightly more verbose documentation for open_cb()

2015-05-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 11 22:33:48 2015 +0200| [a228f7d5e5eb689a67b3edcebeeaf540e18a68ce] | committer: Michael Niedermayer avformat/avformat: slightly more verbose documentation for open_cb() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb

[FFmpeg-cvslog] avformat/mlvdec: Use AVFormatContext->open_cb()

2015-05-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 11 22:38:21 2015 +0200| [62a1e0035a1438883510f47e8d9af0df5d3e9b53] | committer: Michael Niedermayer avformat/mlvdec: Use AVFormatContext->open_cb() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avformat/mov: Use open_cb() if set

2015-05-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 11 17:45:42 2015 +0200| [77ccc9145aa585c6edf8b468668ee8dcb8586c2e] | committer: Michael Niedermayer avformat/mov: Use open_cb() if set Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=77ccc9

[FFmpeg-cvslog] avformat: add callback for opening further files

2015-05-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 11 17:45:13 2015 +0200| [541d75f9a0b6e1b360345e289cb44e43a39643cd] | committer: Michael Niedermayer avformat: add callback for opening further files Previous version reviewed-by: wm4 Signed-off-by: Michael Niedermayer > http://git.vide

[FFmpeg-cvslog] id3v2: catch avio_read errors in check_tag

2015-05-11 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon May 11 20:07:49 2015 +0200| [0382c94f13b4b20456b7259e90b170dc020419b8] | committer: Michael Niedermayer id3v2: catch avio_read errors in check_tag Since len is an unsigned int, the comparison is currently treated as unsigned and thus ignores al

[FFmpeg-cvslog] avutil/avstring: Use size_t in av_strlcatf()

2015-05-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 11 20:01:15 2015 +0200| [ae4eea8be45a0b212fd57ceaac1f11089ab81d98] | committer: Michael Niedermayer avutil/avstring: Use size_t in av_strlcatf() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/mov: Pass MovContext into mov_open_dref()

2015-05-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 11 17:28:25 2015 +0200| [2b97cc2e5beef06e78a1a85d9b12d832cfea8e03] | committer: Michael Niedermayer avformat/mov: Pass MovContext into mov_open_dref() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avcodec/libx265: use x265 Multi-library Interface to query the API

2015-05-11 Thread Gopu Govindaswamy
ffmpeg | branch: master | Gopu Govindaswamy | Thu May 7 14:46:55 2015 +0530| [94c20de429420f541aba2d371c6175e8658f8353] | committer: Derek Buitenhuis avcodec/libx265: use x265 Multi-library Interface to query the API ffmpeg can now use the x265 multi-library interface to make a runtime select

[FFmpeg-cvslog] avformat/vorbiscomment: Use 64bit int for ff_vorbiscomment_length()

2015-05-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 11 15:39:35 2015 +0200| [ab6dc863436361311eb2a2d3de692c7de4837d59] | committer: Michael Niedermayer avformat/vorbiscomment: Use 64bit int for ff_vorbiscomment_length() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/oggenc: Check ff_vorbiscomment_length in ogg_write_vorbiscomment( )

2015-05-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 11 15:34:28 2015 +0200| [0db5b2b9f8a96298eeba7988d43c4eb44220fab3] | committer: Michael Niedermayer avformat/oggenc: Check ff_vorbiscomment_length in ogg_write_vorbiscomment() Signed-off-by: Michael Niedermayer > http://git.videolan.org

[FFmpeg-cvslog] avformat/flacenc: Check length in flac_write_block_comment()

2015-05-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 11 15:30:32 2015 +0200| [40a7700b82aec0036622f8673ce64e070a520891] | committer: Michael Niedermayer avformat/flacenc: Check length in flac_write_block_comment() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avformat/vorbiscomment: Check entry length in ff_vorbiscomment_write()

2015-05-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 11 15:23:51 2015 +0200| [eca38864a6ce5053e463b8d3fc22b22bc9a49578] | committer: Michael Niedermayer avformat/vorbiscomment: Check entry length in ff_vorbiscomment_write() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] avformat/matroskaenc: Check ff_vorbiscomment_length in put_flac_codecpriv( )

2015-05-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 11 15:37:38 2015 +0200| [66f26b3e8ec075298e7ba329a55893d085bafe96] | committer: Michael Niedermayer avformat/matroskaenc: Check ff_vorbiscomment_length in put_flac_codecpriv() Its currently guaranteed to be smaller but its safer to check

[FFmpeg-cvslog] avformat/subtitles: Use size_t for len

2015-05-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 10 15:38:40 2015 +0200| [a633928d47057426a9c328da594407d1c7da8a5c] | committer: Michael Niedermayer avformat/subtitles: Use size_t for len string length could theoretically be larger than int Reviewed-by: Clément Bœsch Signed-off-by: Mi