[FFmpeg-cvslog] doc: fix typing mistake

2014-10-15 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont r...@remlab.net | Tue Oct 14 12:59:52 2014 +0300| [e09a947c1a856d9d34199a13ee378fe46be53d3a] | committer: Anton Khirnov doc: fix typing mistake Signed-off-by: Anton Khirnov an...@khirnov.net

[FFmpeg-cvslog] Merge commit 'e09a947c1a856d9d34199a13ee378fe46be53d3a'

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 15 12:08:09 2014 +0200| [a72e75bf980c4faf3940be20e891050fe6dfe409] | committer: Michael Niedermayer Merge commit 'e09a947c1a856d9d34199a13ee378fe46be53d3a' * commit 'e09a947c1a856d9d34199a13ee378fe46be53d3a': doc: fix

[FFmpeg-cvslog] Merge commit 'c1724623ce0433c6a9ee72133b1fd4db75ec7193'

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 15 12:17:15 2014 +0200| [fd937866f7b7ae3303e8a78b1e9a48d853360d62] | committer: Michael Niedermayer Merge commit 'c1724623ce0433c6a9ee72133b1fd4db75ec7193' * commit 'c1724623ce0433c6a9ee72133b1fd4db75ec7193': vdpau:

[FFmpeg-cvslog] vdpau: have av_vdpau_bind_context() fail on unsupported flag

2014-10-15 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont r...@remlab.net | Tue Oct 14 12:59:53 2014 +0300| [c1724623ce0433c6a9ee72133b1fd4db75ec7193] | committer: Anton Khirnov vdpau: have av_vdpau_bind_context() fail on unsupported flag Currently, no flags are supported. Signed-off-by: Anton Khirnov

[FFmpeg-cvslog] vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level check

2014-10-15 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont r...@remlab.net | Tue Oct 14 12:59:54 2014 +0300| [d565fef1b83b6c5f8afb32229260b79f67c68109] | committer: Anton Khirnov vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level check Decoding acceleration may work even if the codec level is

[FFmpeg-cvslog] Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 15 13:38:10 2014 +0200| [17085a0251a1493f6447aa3d2ee06fda2c9402f0] | committer: Michael Niedermayer Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41' * commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41': lavc:

[FFmpeg-cvslog] avcodec/vc1: fix time_base and framerate

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 15 15:54:02 2014 +0200| [220a15c074876b04760e60aeae5badc7412b2f83] | committer: Michael Niedermayer avcodec/vc1: fix time_base and framerate They are not just inverses of each other. This should restore behavior to before

[FFmpeg-cvslog] avcodec/mpeg12dec: fix time_base and framerate

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 15 15:54:02 2014 +0200| [620e7f0f3b3dff85d9c49a5c4b8a5df7143af7fe] | committer: Michael Niedermayer avcodec/mpeg12dec: fix time_base and framerate They are not just inverses of each other. This should restore behavior to

[FFmpeg-cvslog] avcodec/h264: fix time_base and framerate

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 15 15:54:02 2014 +0200| [09450c55092523d073f7ec415f863531838ca908] | committer: Michael Niedermayer avcodec/h264: fix time_base and framerate They are not just inverses of each other. This should restore behavior to

[FFmpeg-cvslog] avcodec/dpx: fix framerate

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 15 15:57:15 2014 +0200| [18255441dd74e0bde4fbc8f2f6a1a356fc14df6e] | committer: Michael Niedermayer avcodec/dpx: fix framerate Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avcodec/utils: fix time_base after the framerate addition

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 15 15:50:49 2014 +0200| [801876fb079ecac157dbbffe2b6d10f2e2408fbf] | committer: Michael Niedermayer avcodec/utils: fix time_base after the framerate addition time_base != 1/framerate for example for interlaced video

[FFmpeg-cvslog] lavc: deprecate the use of AVCodecContext.time_base for decoding

2014-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov an...@khirnov.net | Fri Apr 4 12:47:44 2014 +0200| [7ea1b3472a61de4aa4d41b571e99418e4997ad41] | committer: Anton Khirnov lavc: deprecate the use of AVCodecContext.time_base for decoding When decoding, this field holds the inverse of the framerate that

[FFmpeg-cvslog] avformat/utils: use av_reduce() to simplify code and avoid overflow in ff_compute_frame_duration()

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 15 18:23:21 2014 +0200| [a92192d2e4f7ff3078b128592f6673089b221cc4] | committer: Michael Niedermayer avformat/utils: use av_reduce() to simplify code and avoid overflow in ff_compute_frame_duration() Signed-off-by:

[FFmpeg-cvslog] avconv: replace AVCodecContext.time_base with framerate

2014-10-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov an...@khirnov.net | Fri Apr 4 13:06:22 2014 +0200| [557d4c4ecae080729e68df54ed2bd8420d0f037a] | committer: Anton Khirnov avconv: replace AVCodecContext.time_base with framerate

[FFmpeg-cvslog] Merge commit '557d4c4ecae080729e68df54ed2bd8420d0f037a'

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 15 18:47:44 2014 +0200| [137f7a630b5f91d6baa74a75cca8dd920107c4c6] | committer: Michael Niedermayer Merge commit '557d4c4ecae080729e68df54ed2bd8420d0f037a' * commit '557d4c4ecae080729e68df54ed2bd8420d0f037a': avconv:

[FFmpeg-cvslog] rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp lines

2014-10-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Oct 3 21:40:13 2014 +0300| [9b7f932ee568cadfc0f556a061fcc00cb63f9780] | committer: Martin Storsjö rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp lines These are assembled into extradata in the order vps/sps/pps/sei.

[FFmpeg-cvslog] Merge commit '9b7f932ee568cadfc0f556a061fcc00cb63f9780'

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 15 19:04:17 2014 +0200| [6afc319eee79d16e9abd75df4377af7dd4d6eb96] | committer: Michael Niedermayer Merge commit '9b7f932ee568cadfc0f556a061fcc00cb63f9780' * commit '9b7f932ee568cadfc0f556a061fcc00cb63f9780':

[FFmpeg-cvslog] sdp: Provide out of bound parameter sets for HEVC if extradata is set

2014-10-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Oct 3 23:25:37 2014 +0300| [e5cfc8fdad901c9487fe896421972852f38bcf5b] | committer: Martin Storsjö sdp: Provide out of bound parameter sets for HEVC if extradata is set Signed-off-by: Martin Storsjö mar...@martin.st

[FFmpeg-cvslog] Merge commit 'e5cfc8fdad901c9487fe896421972852f38bcf5'

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 15 19:11:45 2014 +0200| [a9ed4f1d156764ca4e38799db454990d15a9dd3d] | committer: Michael Niedermayer Merge commit 'e5cfc8fdad901c9487fe896421972852f38bcf5' * commit 'e5cfc8fdad901c9487fe896421972852f38bcf5': sdp: Provide

[FFmpeg-cvslog] doc/filters: update link to OpenCV docs

2014-10-15 Thread Lou Logan
ffmpeg | branch: master | Lou Logan l...@lrcd.com | Mon Oct 13 16:41:00 2014 -0800| [b629b421d7428fffbbff02367317cfd0aee7b778] | committer: Lou Logan doc/filters: update link to OpenCV docs Signed-off-by: Lou Logan l...@lrcd.com

[FFmpeg-cvslog] fate: fix some subtitles tests dependencies

2014-10-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch u...@pkh.me | Sat Oct 11 14:05:49 2014 +0200| [b243393e8b4b0a24b21afc732697047c8b48fb58] | committer: Clément Bœsch fate: fix some subtitles tests dependencies

[FFmpeg-cvslog] avcodec/ass: output missing fields in AVSubtitles and output files

2014-10-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch u...@pkh.me | Sat Oct 11 14:31:23 2014 +0200| [40b9f28641b696c6bb73ce49dc97c2ce2700cbdb] | committer: Clément Bœsch avcodec/ass: output missing fields in AVSubtitles and output files Fixes Ticket #3207

[FFmpeg-cvslog] fate: add rawdiff and use it for subtitles

2014-10-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch u...@pkh.me | Sat Oct 11 19:17:33 2014 +0200| [d97d4795fd2648d48fe3ed586472db630c2b5046] | committer: Clément Bœsch fate: add rawdiff and use it for subtitles We want subtitles tests to match exactly line endings and trailing characters.

[FFmpeg-cvslog] fate: make subtitles tests output to stdout instead of md5

2014-10-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch u...@pkh.me | Sat Oct 11 13:55:55 2014 +0200| [8022bb1d9271f21167ecb4efc39ac17ca1612a1a] | committer: Clément Bœsch fate: make subtitles tests output to stdout instead of md5 This makes tracking subtitles changes simpler.

[FFmpeg-cvslog] avcodec/ass_split: assume default order when Format: line is not found

2014-10-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch u...@pkh.me | Sat Oct 11 16:12:51 2014 +0200| [3e86ead383c189d4eb41b3e4b33798eecf51a759] | committer: Clément Bœsch avcodec/ass_split: assume default order when Format: line is not found Fixes the decoding of the ASS stream in a mkv from a fansub release

[FFmpeg-cvslog] avcodec/ass: add FFmpeg signature

2014-10-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch u...@pkh.me | Sat Oct 11 18:37:43 2014 +0200| [52b0a0ecaa02e17f7e01bead8c3f215f1cfd48dc] | committer: Clément Bœsch avcodec/ass: add FFmpeg signature http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=52b0a0ecaa02e17f7e01bead8c3f215f1cfd48dc ---

[FFmpeg-cvslog] avformat/assdec: typo fix

2014-10-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch u...@pkh.me | Sat Oct 11 20:14:37 2014 +0200| [d281a87ae37be5338e667b43a5600511ec297815] | committer: Clément Bœsch avformat/assdec: typo fix http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d281a87ae37be5338e667b43a5600511ec297815 ---

[FFmpeg-cvslog] avcodec/ass_split: extend recognized fields in ASS splitter

2014-10-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch u...@pkh.me | Sat Oct 11 16:10:51 2014 +0200| [d9f272fe33063350127d1d6632804f4f0fd8dd9c] | committer: Clément Bœsch avcodec/ass_split: extend recognized fields in ASS splitter This simplifies the logic for the fix in the next commit.

[FFmpeg-cvslog] avcodec/ass_split: realign after addition of new fields

2014-10-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch u...@pkh.me | Sat Oct 11 20:16:43 2014 +0200| [462f2876ce41f27000da3c23441a0a086f290499] | committer: Clément Bœsch avcodec/ass_split: realign after addition of new fields

[FFmpeg-cvslog] avformat/rtsp: check memory allocation

2014-10-15 Thread Michael Lynch
ffmpeg | branch: master | Michael Lynch mtly...@google.com | Tue Oct 14 16:30:39 2014 -0400| [c69f230a3afbfa30d7a978a6961b1ddcc774499f] | committer: Michael Niedermayer avformat/rtsp: check memory allocation Reviewed-by: Reimar Döffinger reimar.doeffin...@gmx.de Commit message by: Benoit Fouet

[FFmpeg-cvslog] avformat/mov: auodetect use_mfra_for

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Oct 13 13:35:33 2014 +0200| [1b54e6b12bcf3090266ea632e52e8f8fe946397b] | committer: Michael Niedermayer avformat/mov: auodetect use_mfra_for Reviewed-by: Mika Raento mi...@iki.fi Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] build: mov_muxer requires ac3_parser

2014-10-15 Thread Yu Xiaolei
ffmpeg | branch: master | Yu Xiaolei dreifachst...@gmail.com | Wed Oct 15 13:33:39 2014 +0800| [8091fe3071db996110c2732f2446701a6d7544bc] | committer: Michael Niedermayer build: mov_muxer requires ac3_parser Reviewed-by: Benoit Fouet benoit.fo...@free.fr Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] Merge commit '74b02377980321934e33969c84733ace7e9f4eeb'

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 15 21:39:50 2014 +0200| [16f9f7b881d2025e47c73fc30dbe5cc47109a711] | committer: Michael Niedermayer Merge commit '74b02377980321934e33969c84733ace7e9f4eeb' * commit '74b02377980321934e33969c84733ace7e9f4eeb': mov:

[FFmpeg-cvslog] rtpdec_hevc: Rename a variable for clarity

2014-10-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Oct 15 16:14:28 2014 +0300| [752e71e74f50e7a6f9a19edb8e775b2ea2fb94d8] | committer: Martin Storsjö rtpdec_hevc: Rename a variable for clarity Signed-off-by: Martin Storsjö mar...@martin.st

[FFmpeg-cvslog] rtpdec_hevc: Use av_realloc instead of av_malloc+memcpy

2014-10-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Oct 15 16:21:27 2014 +0300| [ced7238cd01cc2199acf9225305628641a27c1d7] | committer: Martin Storsjö rtpdec_hevc: Use av_realloc instead of av_malloc+memcpy Signed-off-by: Martin Storsjö mar...@martin.st

[FFmpeg-cvslog] rtmpproto: Fix a typo

2014-10-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Oct 15 13:41:33 2014 +0300| [79dd756e143a54efc25d64e90505f0dca6cbc4ec] | committer: Martin Storsjö rtmpproto: Fix a typo Signed-off-by: Martin Storsjö mar...@martin.st

[FFmpeg-cvslog] avcodec/avcodec: more verbose documentation for time_base

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Thu Oct 16 00:13:45 2014 +0200| [7b6a97edd1b50c03ec9b30f5806a72036923bee4] | committer: Michael Niedermayer avcodec/avcodec: more verbose documentation for time_base Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avformat/oggparsedirac: use AVCodecContext.framerate

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Thu Oct 16 00:29:14 2014 +0200| [46f52274f38d61102bba38961a02b1938003a514] | committer: Michael Niedermayer avformat/oggparsedirac: use AVCodecContext.framerate Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avformat/util: Simplify av_guess_frame_rate() by using AVCodecContext.framerate

2014-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Thu Oct 16 01:53:43 2014 +0200| [d267a0f8c1a8f950abe0043dc7b9b29835ed1dc2] | committer: Michael Niedermayer avformat/util: Simplify av_guess_frame_rate() by using AVCodecContext.framerate Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] mpegts: add the judgement if a new program is created successfully

2014-10-15 Thread Di Wu
ffmpeg | branch: master | Di Wu di1028...@samsung.com | Wed Oct 15 16:24:21 2014 +0800| [0e406aba14a89e94b31afde02b6bc0f456b113f5] | committer: Michael Niedermayer mpegts: add the judgement if a new program is created successfully Add the judement after create a new program to avoid segment