[FFmpeg-cvslog] avformat/mov.c: Use %d to print an enum, not PRIu8

2015-04-21 Thread Chris Watkins
ffmpeg | branch: master | Chris Watkins | Tue Apr 21 14:14:19 2015 -0700| [0703c44692d1ebd7c530c6f46beae8e4ecafaaa3] | committer: Michael Niedermayer avformat/mov.c: Use %d to print an enum, not PRIu8 Using the PRIu8 format specifier to print an enum value causes a compiler warning, so use %d

[FFmpeg-cvslog] Put a space between string literals and macros.

2015-07-07 Thread Chris Watkins
ffmpeg | branch: master | Chris Watkins | Tue Jul 7 10:40:27 2015 -0700| [55e29ceec84aa498122576c1ae8a0fa1fab0b41e] | committer: Michael Niedermayer Put a space between string literals and macros. When compiling libavutil/internal.h as C++11, clang warns that a space is required between a

[FFmpeg-cvslog] oggparsedirac: check return value of init_get_bits

2015-07-08 Thread Chris Watkins
ffmpeg | branch: master | Chris Watkins | Tue Jul 7 10:23:44 2015 -0700| [4f5c2e651a95b950f6a3fb36f2342cbc32515f17] | committer: Michael Niedermayer oggparsedirac: check return value of init_get_bits If init_get_bits fails the GetBitContext is invalid and must not be used. Check the return

[FFmpeg-cvslog] Put a space between string literals and macros.

2015-07-18 Thread Chris Watkins
ffmpeg | branch: release/2.7 | Chris Watkins | Tue Jul 7 10:40:27 2015 -0700| [151554e1eb86404fd973dbcf888c50d2d5a51ff5] | committer: Michael Niedermayer Put a space between string literals and macros. When compiling libavutil/internal.h as C++11, clang warns that a space is required between

[FFmpeg-cvslog] oggparsedirac: check return value of init_get_bits

2015-07-18 Thread Chris Watkins
ffmpeg | branch: release/2.7 | Chris Watkins | Tue Jul 7 10:23:44 2015 -0700| [2a6f2cd8486fb5fbe4f1d2fa97c272bd4a7b34fb] | committer: Michael Niedermayer oggparsedirac: check return value of init_get_bits If init_get_bits fails the GetBitContext is invalid and must not be used. Check the

[FFmpeg-cvslog] oggparsedirac: check return value of init_get_bits

2015-07-20 Thread Chris Watkins
ffmpeg | branch: release/2.6 | Chris Watkins | Tue Jul 7 10:23:44 2015 -0700| [77f5302465ca7d9a1d4744cae22f510116d5b2a8] | committer: Michael Niedermayer oggparsedirac: check return value of init_get_bits If init_get_bits fails the GetBitContext is invalid and must not be used. Check the

[FFmpeg-cvslog] oggparsedirac: check return value of init_get_bits

2015-07-27 Thread Chris Watkins
ffmpeg | branch: release/2.5 | Chris Watkins | Tue Jul 7 10:23:44 2015 -0700| [4f4ff23ccb88a6e815b9e8cbb95133491f1fb28c] | committer: Michael Niedermayer oggparsedirac: check return value of init_get_bits If init_get_bits fails the GetBitContext is invalid and must not be used. Check the

[FFmpeg-cvslog] oggparsedirac: check return value of init_get_bits

2015-08-20 Thread Chris Watkins
ffmpeg | branch: release/2.4 | Chris Watkins | Tue Jul 7 10:23:44 2015 -0700| [3fb241210af6000ec16aed5e1b445a6b12a367a7] | committer: Michael Niedermayer oggparsedirac: check return value of init_get_bits If init_get_bits fails the GetBitContext is invalid and must not be used. Check the