[FFmpeg-cvslog] avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a header

2016-07-25 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jul 25 12:09:22 2016 -0300| [0c75bd8e3cd7f92a65878fc643d17d7826ecc561] | committer: James Almer avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a header It's a small and simple function that can be inlined. This removes one private symbol

[FFmpeg-cvslog] Revert "lavc: always build dnxhddata"

2016-07-25 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jul 25 12:19:31 2016 -0300| [26cb7232c3432faa7a83d52dbff4503530f833ab] | committer: James Almer Revert "lavc: always build dnxhddata" This reverts commit 2adbea4e216ce38a8bf6c72de16267c9162c174d. A better solution will follow in the next commit. > h

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

2016-07-25 Thread James Almer
ffmpeg | branch: release/2.5 | James Almer | Tue Jul 12 17:05:42 2016 -0300| [5141a0ceafd34a68723da1940a410cfacf116110] | committer: James Almer avformat/oggparsevp8: fix pts calculation on pages ending with an invisible frame Signed-off-by: James Almer (cherry picked from commit 5adfbd39184

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

2016-07-25 Thread James Almer
ffmpeg | branch: release/2.7 | James Almer | Tue Jul 12 17:05:42 2016 -0300| [470bdd397f2a8fcc4ea968dcf017d9d5f91f296a] | committer: James Almer avformat/oggparsevp8: fix pts calculation on pages ending with an invisible frame Signed-off-by: James Almer (cherry picked from commit 5adfbd39184

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

2016-07-25 Thread James Almer
ffmpeg | branch: release/3.1 | James Almer | Tue Jul 12 17:05:42 2016 -0300| [7cab4142c541a721db7cf59d9da6b483e9196b90] | committer: James Almer avformat/oggparsevp8: fix pts calculation on pages ending with an invisible frame Signed-off-by: James Almer (cherry picked from commit 5adfbd39184

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

2016-07-25 Thread James Almer
ffmpeg | branch: release/3.0 | James Almer | Tue Jul 12 17:05:42 2016 -0300| [21c36d83f8507a051babaaabd69c15a4ac64e676] | committer: James Almer avformat/oggparsevp8: fix pts calculation on pages ending with an invisible frame Signed-off-by: James Almer (cherry picked from commit 5adfbd39184

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

2016-07-25 Thread James Almer
ffmpeg | branch: release/2.8 | James Almer | Tue Jul 12 17:05:42 2016 -0300| [e9b7ae08d6216997b644ade83d46a48732359bf9] | committer: James Almer avformat/oggparsevp8: fix pts calculation on pages ending with an invisible frame Signed-off-by: James Almer (cherry picked from commit 5adfbd39184

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

2016-07-25 Thread James Almer
ffmpeg | branch: release/2.6 | James Almer | Tue Jul 12 17:05:42 2016 -0300| [ebd4d7189c2aba8689cc64530964029d91769b0d] | committer: James Almer avformat/oggparsevp8: fix pts calculation on pages ending with an invisible frame Signed-off-by: James Almer (cherry picked from commit 5adfbd39184

[FFmpeg-cvslog] lavd/libdc1394: distinguish between enumeration errors and no cameras found

2016-07-25 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Sun Jul 24 19:49:40 2016 +0100| [384251daffb98d88b0fe897b341bb68445f885de] | committer: Michael Niedermayer lavd/libdc1394: distinguish between enumeration errors and no cameras found Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb

[FFmpeg-cvslog] libavformat/rtpdec_asf: zero initialize the AVIOContext struct

2016-07-25 Thread Kacper Michajłow
ffmpeg | branch: master | Kacper Michajłow | Sat Jul 23 23:47:39 2016 +0200| [e947b75b1c76ef6793209c2c445b8c224a28717a] | committer: Michael Niedermayer libavformat/rtpdec_asf: zero initialize the AVIOContext struct This fixes crash in avformat_open_input() when accessing protocol_whitelist fi

[FFmpeg-cvslog] avutil/frame: access avframe fields directly in get_frame_defaults()

2016-07-25 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jul 25 15:04:42 2016 -0300| [fb91850fe11f9e727b405a92c134b07bdc277921] | committer: James Almer avutil/frame: access avframe fields directly in get_frame_defaults() The accessors are needed only from outside libavutil. Reviewed-by: Michael Niedermaye