[FFmpeg-cvslog] lavf/avio: do not include bprint.h.

2014-07-24 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Jul 24 09:34:10 2014 +0200| [04bc37007224cfab68bc557507c449fb661218e5] | committer: Michael Niedermayer lavf/avio: do not include bprint.h. C++ chokes on the definition of AVBPrint. Including avio.h from c++ code used to work. Fix trac ticket #380

[FFmpeg-cvslog] avformat/segment: re-interleave packets if needed

2014-07-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jul 24 23:22:33 2014 +0200| [66ae994c544a46e4f6915222d8608b3d87b39b07] | committer: Michael Niedermayer avformat/segment: re-interleave packets if needed Fixes part of Ticket 3797 Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] avformat/matroskaenc: print a warning when the relative timestamp wouldnt fit in 16bit

2014-07-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jul 24 20:25:29 2014 +0200| [d44b8f0a47245936c371f0db88ff1436d218df00] | committer: Michael Niedermayer avformat/matroskaenc: print a warning when the relative timestamp wouldnt fit in 16bit This is somewhat unusual so its better to use warn

[FFmpeg-cvslog] avformat/mux: support re-interleaving packets in ff_write_chained()

2014-07-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jul 24 22:39:22 2014 +0200| [351b22caae65ad5c5d2deb3815d79d032eb04385] | committer: Michael Niedermayer avformat/mux: support re-interleaving packets in ff_write_chained() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/mux: keep AVPacket fields consistent in ff_write_chained()

2014-07-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jul 24 22:33:21 2014 +0200| [383a04a127734d25c1ef7839c489bba297855801] | committer: Michael Niedermayer avformat/mux: keep AVPacket fields consistent in ff_write_chained() This might have caused double frees in theory, i do not have a test ca

Re: [FFmpeg-cvslog] vc1: Do not return an error when skipping b frames

2014-07-24 Thread Dominik 'Rathann' Mierzejewski
Hi Michael, On Wednesday, 23 July 2014 at 10:51, Alessandro Ghedini wrote: > ffmpeg | branch: release/2.2 | Alessandro Ghedini | > Mon Apr 21 19:10:52 2014 +0200| [4ddac7199b247e4ed04296db944f29f5148e9860] | > committer: Michael Niedermayer > > vc1: Do not return an error when skipping b frame

[FFmpeg-cvslog] mpegenccontext: Remove unused opaque pointer

2014-07-24 Thread Nidhi Makhijani
ffmpeg | branch: master | Nidhi Makhijani | Thu Jul 24 20:40:43 2014 +0530| [436ced244fadcde2c0b925627920e84b25482542] | committer: Diego Biurrun mpegenccontext: Remove unused opaque pointer Signed-off-by: Diego Biurrun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=436ced244fad

[FFmpeg-cvslog] Merge commit '436ced244fadcde2c0b925627920e84b25482542'

2014-07-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jul 24 18:53:21 2014 +0200| [ce8e27e0ed2d4de3644f1e5b2cfdf5890c56f1aa] | committer: Michael Niedermayer Merge commit '436ced244fadcde2c0b925627920e84b25482542' * commit '436ced244fadcde2c0b925627920e84b25482542': mpegenccontext: Remove unus

[FFmpeg-cvslog] Ignore xing number of frames if the file is larger than indicated.

2014-07-24 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Jul 24 15:34:36 2014 +0200| [ef21b3d38e61ba6730eb1d4573da65ca222b3619] | committer: Carl Eugen Hoyos Ignore xing number of frames if the file is larger than indicated. Fixes ticket #3777. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/matroskaenc: Factor mkv_start_new_cluster() out

2014-07-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jul 24 18:19:11 2014 +0200| [3c6e220a8c2d079107cf07609c87e778c787fdd4] | committer: Michael Niedermayer avformat/matroskaenc: Factor mkv_start_new_cluster() out Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] Merge remote-tracking branch 'cehoyos/master'

2014-07-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jul 24 16:50:40 2014 +0200| [183bbc2af1dcda27b56f9a64145dc20ea33ecbcd] | committer: Michael Niedermayer Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Ignore xing number of frames if the file is larger than indicated. Merg

[FFmpeg-cvslog] avformat/matroskaenc: Start new cluster if relative timestamp could not otherwise be stored

2014-07-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jul 24 18:19:50 2014 +0200| [7923aa0fba6b7b55ebbe1af8b7620060f36a1133] | committer: Michael Niedermayer avformat/matroskaenc: Start new cluster if relative timestamp could not otherwise be stored Signed-off-by: Michael Niedermayer > http:/

[FFmpeg-cvslog] hevc: propagate error code from set_sps()

2014-07-24 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Thu Jul 17 18:26:44 2014 -0700| [c508adb22366149222797669b27fa5cdaa52fa9d] | committer: Michael Niedermayer hevc: propagate error code from set_sps() Signed-off-by: Timothy Gu Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] Print a warning instead of requesting a sample for an invalid exif tag.

2014-07-24 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Jul 24 11:58:11 2014 +0200| [badcd3da81ac447d71c8d6d91bfaa3f49cd5ed6b] | committer: Carl Eugen Hoyos Print a warning instead of requesting a sample for an invalid exif tag. Fixes ticket #3792. Reviewed-by: Thilo Borgmann > http://git.videolan.o

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. cef4230 web/style: Add a comment in the generated css file for the doc in the main repo

2014-07-24 Thread gitolite
The branch, master has been updated via cef4230fa01523cae1d9394e0ce941f9d6d4d78e (commit) from be17b4e850fda7a81126865e87cae78d709fb817 (commit) - Log - commit cef4230fa01523cae1d9394e0ce941f9d6d4d78e Author: db0co