[FFmpeg-cvslog] avformat/nutenc: store the actual r_frame_rate in the corresponding field if available

2014-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 14 01:12:27 2014 +0100| [3b537eab27bb34f5f63b06097fbd52ff5941c3f6] | committer: Michael Niedermayer avformat/nutenc: store the actual r_frame_rate in the corresponding field if available Fixes Ticket 3629 part3 Signed-off-by: Michael Ni

[FFmpeg-cvslog] ffmpeg: forward r_frame_rate to the muxer in case of stream copy

2014-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 14 01:16:39 2014 +0100| [28a6f970f64c4d5c1326dd68393bedf73cc42e10] | committer: Michael Niedermayer ffmpeg: forward r_frame_rate to the muxer in case of stream copy Fixes Ticket3629 part2 Signed-off-by: Michael Niedermayer > http://git

[FFmpeg-cvslog] avformat/utils: use r_frame_rate only in the demuxer for ff_compute_frame_duration()

2014-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 14 01:36:29 2014 +0100| [add46edf33a72b5b3d3af3761d7b372d16769911] | committer: Michael Niedermayer avformat/utils: use r_frame_rate only in the demuxer for ff_compute_frame_duration() This is primarly to maintain current behavior when r

[FFmpeg-cvslog] avcodec: fix wording in AVSubtitleRect doxy

2014-12-13 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Dec 13 23:35:22 2014 +0100| [d823edee8d346901ec4f9b31f9abee758b23b5ef] | committer: Clément Bœsch avcodec: fix wording in AVSubtitleRect doxy > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d823edee8d346901ec4f9b31f9abee758b23b5ef ---

[FFmpeg-cvslog] swresample/soxr_resample: fix error handling

2014-12-13 Thread Rob Sykes
ffmpeg | branch: master | Rob Sykes | Sat Dec 13 21:12:56 2014 +0100| [4b6f2253741f3023928e61ae5105ccd4b1c515fb] | committer: Michael Niedermayer swresample/soxr_resample: fix error handling Fixes CID1257659 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] fix "than" typo

2014-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 13 20:52:31 2014 +0100| [d5a263f480fbca873f113609e2a5510e942c27c6] | committer: Michael Niedermayer fix "than" typo Found-by reimar Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d5a263f48

Re: [FFmpeg-cvslog] avformat/utils: Do not estimate the container bitrate from the streams if one video stream lacks the bitrate

2014-12-13 Thread Michael Niedermayer
On Sat, Dec 13, 2014 at 08:50:16PM +0100, Reimar Döffinger wrote: > On 13.12.2014, at 19:30, g...@videolan.org (Michael Niedermayer) wrote: > > +} else if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO && > > st->codec_info_nb_frames > 1) { > > +// If we have a videostrea

Re: [FFmpeg-cvslog] avformat/utils: Do not estimate the container bitrate from the streams if one video stream lacks the bitrate

2014-12-13 Thread Reimar Döffinger
On 13.12.2014, at 19:30, g...@videolan.org (Michael Niedermayer) wrote: > +} else if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO && > st->codec_info_nb_frames > 1) { > +// If we have a videostream with packets but without a > bitrate > +// than conside

[FFmpeg-cvslog] avformat/utils: Do not estimate the container bitrate from the streams if one video stream lacks the bitrate

2014-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 13 19:20:10 2014 +0100| [53496aa7f3d1b2165a198c3b96099e648963c218] | committer: Michael Niedermayer avformat/utils: Do not estimate the container bitrate from the streams if one video stream lacks the bitrate Signed-off-by: Michael Niede

Re: [FFmpeg-cvslog] avfilter/vf_uspp: fix used pix_fmt

2014-12-13 Thread Michael Niedermayer
On Sat, Dec 13, 2014 at 05:27:13PM +0100, Michael Niedermayer wrote: > ffmpeg | branch: master | Michael Niedermayer | Sat Dec 13 > 16:38:44 2014 +0100| [354fda7698bfeb0553d41ef8fbbf6d8b02383bf8] | committer: > Michael Niedermayer > > avfilter/vf_uspp: fix used pix_fmt > > Found-by: carl Thi

[FFmpeg-cvslog] avfilter/vf_uspp: fix used pix_fmt

2014-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 13 16:38:44 2014 +0100| [354fda7698bfeb0553d41ef8fbbf6d8b02383bf8] | committer: Michael Niedermayer avfilter/vf_uspp: fix used pix_fmt Found-by: carl Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avfilter/vf_uspp: fix used chroma subsampling factors

2014-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 13 16:54:13 2014 +0100| [3dd5f7aaa091e69fc7cd5044cbd0d18ecb284eac] | committer: Michael Niedermayer avfilter/vf_uspp: fix used chroma subsampling factors Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avfilter/vf_uspp: fix gray pixfmt handling

2014-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 13 17:16:49 2014 +0100| [609a73b6ff30fbafcd84aba35de1ff3d65e4ba8e] | committer: Michael Niedermayer avfilter/vf_uspp: fix gray pixfmt handling Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avformat/mov: Simplify code by using OFFSET() and FLAGS macros

2014-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 13 15:06:19 2014 +0100| [d7de48f0df82000ccc14d8a078b391dede00281e] | committer: Michael Niedermayer avformat/mov: Simplify code by using OFFSET() and FLAGS macros Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avcodec/libxvid_rc: Avoid strerror() for thread saftey

2014-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 13 15:12:37 2014 +0100| [3ab82e9206fe73c876d9c2e789cdc5ea6688a23d] | committer: Michael Niedermayer avcodec/libxvid_rc: Avoid strerror() for thread saftey Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avcodec/dvdsubdec: Avoid strerror() due to thread saftey

2014-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 13 15:15:07 2014 +0100| [5d0cfb58ef995dc17a12f42c5e5ba2f360e6655d] | committer: Michael Niedermayer avcodec/dvdsubdec: Avoid strerror() due to thread saftey Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avfilter/vf_kerndeint: use av_freep(), avoid leaving stale pointers in memory

2014-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 13 13:54:16 2014 +0100| [43fb40c3c321fdbfa841d6537841467749b55233] | committer: Michael Niedermayer avfilter/vf_kerndeint: use av_freep(), avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] avfilter/vf_unsharp: use av_freep() avoid leaving stale pointers in memory

2014-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 13 13:53:53 2014 +0100| [498396f80c2e70e291e2f6cae716aebc883bb761] | committer: Michael Niedermayer avfilter/vf_unsharp: use av_freep() avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.org/

[FFmpeg-cvslog] avfilter/vf_uspp: Add grayscale support

2014-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 13 05:33:19 2014 +0100| [792a5004a14ebcb54791a16b4d9be5354585c7e6] | committer: Michael Niedermayer avfilter/vf_uspp: Add grayscale support Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7

[FFmpeg-cvslog] avfilter/vf_uspp: assert that the qp_type is valid

2014-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 13 05:30:39 2014 +0100| [b898c49ba1b60e77780f5b28d6200f984c27dc98] | committer: Michael Niedermayer avfilter/vf_uspp: assert that the qp_type is valid Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a