[FFmpeg-cvslog] avformat/dashenc: fix for segment open issue when persistent connection is enabled

2018-03-03 Thread Vishwanath Dixit
ffmpeg | branch: master | Vishwanath Dixit | Fri Mar 2 12:10:37 2018 +0530| [0dd1fff1c97d6d4e4f9c485028652aa791e4a91f] | committer: Karthick Jeyapal avformat/dashenc: fix for segment open issue when persistent connection is enabled > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avformat/dashenc: Use HTTP DELETE for HTTP base proto

2018-03-03 Thread Serhii Marchuk
ffmpeg | branch: master | Serhii Marchuk | Tue Feb 27 11:18:10 2018 +0200| [e45d55756188186f065fa23fcab7b7d9026ddf41] | committer: Karthick Jeyapal avformat/dashenc: Use HTTP DELETE for HTTP base proto > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e45d55756188186f065fa23fcab7b7d9

[FFmpeg-cvslog] avcodec/mediacodecdec_common: refactor mediacodec_dec_parse_format()

2018-03-03 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Mon Feb 19 16:13:00 2018 +0100| [a079eaba8ee20bc3869852df658f2f6cc11875e3] | committer: Matthieu Bouron avcodec/mediacodecdec_common: refactor mediacodec_dec_parse_format() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a079eaba8ee20bc38

[FFmpeg-cvslog] avcodec/mediacodecdec_common: remove unused field from MediaCodecDecContext

2018-03-03 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Tue Feb 20 11:08:01 2018 +0100| [cc9875dc29383dd2c82dee3736e0cf53008a865e] | committer: Matthieu Bouron avcodec/mediacodecdec_common: remove unused field from MediaCodecDecContext > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc9875dc29

[FFmpeg-cvslog] avcodec/mediacodecdec_common: remove spurious space

2018-03-03 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Mon Feb 19 16:13:51 2018 +0100| [5d69e249c81ec71630b4cb536907cc831fadef6b] | committer: Matthieu Bouron avcodec/mediacodecdec_common: remove spurious space > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5d69e249c81ec71630b4cb536907cc831f

[FFmpeg-cvslog] avcodec/mediacodec_wrapper: load and use MediaFormat.constainsKey()

2018-03-03 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Feb 21 14:15:42 2018 +0100| [c55ba52a6a0698e0d6a9f7698f7dcc384764505a] | committer: Matthieu Bouron avcodec/mediacodec_wrapper: load and use MediaFormat.constainsKey() Avoids triggering an exception in MediaFormat getter functions if the key does

[FFmpeg-cvslog] avcodec/mediacodecdec: factorize codec declarations

2018-03-03 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Fri Mar 2 12:06:19 2018 +0100| [2238e54ef02b7a7ce3ddf614280d7d883ed2a9e6] | committer: Matthieu Bouron avcodec/mediacodecdec: factorize codec declarations > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2238e54ef02b7a7ce3ddf614280d7d883e

[FFmpeg-cvslog] avcodec/mediacodecdec: factorize common extradata functions

2018-03-03 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Fri Mar 2 10:36:08 2018 +0100| [af167d970bbf86c5741e4ba8d524be77085c30ae] | committer: Matthieu Bouron avcodec/mediacodecdec: factorize common extradata functions > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af167d970bbf86c5741e4ba8d5

[FFmpeg-cvslog] avcodec/mediacodecdec: add missing "libavutil/internal.h" include

2018-03-03 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Fri Mar 2 12:04:30 2018 +0100| [535e020225486514dd3cd2f4e3b59f0cc42c54f7] | committer: Matthieu Bouron avcodec/mediacodecdec: add missing "libavutil/internal.h" include libavutil/internal.h defines NULL_IF_CONFIG_SMALL. > http://git.videolan.org/gi

[FFmpeg-cvslog] avformat/mov: Add manu/modl to mov_read_udta_string.

2018-03-03 Thread Tianqiang Liu
ffmpeg | branch: master | Tianqiang Liu | Fri Mar 2 09:17:11 2018 -0800| [5df9d75b4417e8ca16a4ca48caa2902315723dd2] | committer: Michael Niedermayer avformat/mov: Add manu/modl to mov_read_udta_string. Documentation: http://mp4ra.org/atoms.html Signed-off-by: Michael Niedermayer > http://g

[FFmpeg-cvslog] doc/bitstream_filters: correct dump_extra bsfs docs.

2018-03-03 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Feb 23 13:53:05 2018 +0800| [1c7f1f38c533382710361ef7e765f1de4f7dfa78] | committer: Michael Niedermayer doc/bitstream_filters: correct dump_extra bsfs docs. Update dump_extra bit stream filter docs to follow current code implement. Signed-off-by: Jun Z

[FFmpeg-cvslog] swscale: Introduce a helper to identify semi-planar formats

2018-03-03 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Fri Mar 2 09:09:05 2018 -0800| [dd3f1e3a1186ac2cd3d4ce71944626a2c3f200f1] | committer: Philip Langdale swscale: Introduce a helper to identify semi-planar formats This cleans up the ever-more-unreadable list of semi-planar exclusions for selecting t