[FFmpeg-cvslog] lavc/avcodec: Constify AVBitStreamFilter* in AVBitStreamFilterContext struct.

2017-03-17 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Mar 16 22:31:44 2017 +0100| [9e6b269fea260a4f4cd15d1c0f77b21addee342a] | committer: Carl Eugen Hoyos lavc/avcodec: Constify AVBitStreamFilter* in AVBitStreamFilterContext struct. Fixes a gcc warning: libavcodec/bitstream_filter.c:71:20: warning:

[FFmpeg-cvslog] mov: Drop extra format specifier in error message

2017-03-17 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Mar 17 15:29:51 2017 -0400| [95a72aed764aa8a08c56ba0e8cf5153f5b769222] | committer: Vittorio Giovara mov: Drop extra format specifier in error message > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=95a72aed764aa8a08c56ba0e8cf5153f5b

[FFmpeg-cvslog] spherical: Change types of bounding and pad to uint32_t

2017-03-17 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Thu Mar 16 17:20:47 2017 -0400| [f20bcec4c2b1c2a57ed89e5be1ac2e0db1bc62b4] | committer: Vittorio Giovara spherical: Change types of bounding and pad to uint32_t These values are defined to be 32bit in the specification, so it makes more sense to sto

[FFmpeg-cvslog] fate: Do not report side data size

2017-03-17 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Mar 7 19:15:28 2017 -0500| [21a8e751ad6abb2d423afa3041da92f8f7741997] | committer: Vittorio Giovara fate: Do not report side data size This field is of little value, and interferes with testing side data, since sizes can be different on multipl

[FFmpeg-cvslog] Merge commit '0638b99cdba52554691fc668d9e477bc184c7a33'

2017-03-17 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Fri Mar 17 13:31:03 2017 +0100| [e2adbcbd97de1595b26a116ca22475b6f9acdf07] | committer: Matthieu Bouron Merge commit '0638b99cdba52554691fc668d9e477bc184c7a33' * commit '0638b99cdba52554691fc668d9e477bc184c7a33': aiff: Skip padding byte for odd-sized

[FFmpeg-cvslog] aiff: Skip padding byte for odd-sized chunks

2017-03-17 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Aug 8 21:06:03 2016 +0200| [0638b99cdba52554691fc668d9e477bc184c7a33] | committer: Diego Biurrun aiff: Skip padding byte for odd-sized chunks Bug-Id: 660 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0638b99cdba52554691fc668d9e477bc

[FFmpeg-cvslog] avcodec: estimate output bitrate for uncompressed video codecs

2017-03-17 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Mon Mar 6 08:53:28 2017 +0100| [205b8fd078e50aa3f7f401646dbb73de1bb35a10] | committer: Tobias Rapp avcodec: estimate output bitrate for uncompressed video codecs Allows to get a more realistic total bitrate (and estimated file size) in avi_write_header.

[FFmpeg-cvslog] ffmpeg: set the encoding framerate when the output is CFR

2017-03-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Oct 1 11:47:23 2016 +0200| [8db301deadfcf113fb274881e65afcbe3e1bd645] | committer: Tobias Rapp ffmpeg: set the encoding framerate when the output is CFR (cherry picked from Libav commit d10102d23c9467d4eb84f58e0cd12be284b982f6) Signed-off-by: Tob

[FFmpeg-cvslog] avcodec/nvenc: allow different const-qps for I, P and B frames

2017-03-17 Thread Konda Raju
ffmpeg | branch: master | Konda Raju | Fri Mar 17 10:00:25 2017 +0530| [2db5ab73d43a8c22616e686ab12f94223910c761] | committer: Timo Rothenpieler avcodec/nvenc: allow different const-qps for I, P and B frames Signed-off-by: Timo Rothenpieler > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=