[FFmpeg-cvslog] avutil/avstring: fix hardcoded separator in av_match_list()

2014-10-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 23 12:22:21 2014 +0200| [2de9c5ed98e4929541cbc6bcede4877dbbf81bf4] | committer: Michael Niedermayer avutil/avstring: fix hardcoded separator in av_match_list() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avformat/hls: forward whitelists to mpegts demuxer

2014-10-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 23 15:26:46 2014 +0200| [24cd4e5071a710e3bdfd24efaf706e17cfec5b2c] | committer: Michael Niedermayer avformat/hls: forward whitelists to mpegts demuxer Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avformat/sapdec: Forward whitelists to sdp demuxer

2014-10-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 23 15:27:21 2014 +0200| [c5e337431b797c5da9b6a88a8103255f1b29a4a4] | committer: Michael Niedermayer avformat/sapdec: Forward whitelists to sdp demuxer Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] x86/hpeldsp: fix loop in {avg, avg_no_rnd}_pixels16_x2_mmx

2014-10-23 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Oct 23 00:43:43 2014 -0300| [7292b0477ac8a864af9bf97b63362c40062ab805] | committer: James Almer x86/hpeldsp: fix loop in {avg,avg_no_rnd}_pixels16_x2_mmx Handle it inside the __asm__() block. Fixes fate-vc1_ilaced_twomv when using the gcc-usan toolcha

[FFmpeg-cvslog] avformat/mpeg: Forward whitelists to the mpegps demuxer

2014-10-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 23 16:07:00 2014 +0200| [ad83cfec5ad2079acf2defcae1b578446b1d21da] | committer: Michael Niedermayer avformat/mpeg: Forward whitelists to the mpegps demuxer Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avformat/libquvi: Forward whitelists to subdemuxer

2014-10-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 23 16:04:45 2014 +0200| [ad5f861b8ce34dd5a3c643bc50a1b8c82138bbcd] | committer: Michael Niedermayer avformat/libquvi: Forward whitelists to subdemuxer Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] Forward whitelists to the asf demuxer

2014-10-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 23 16:08:51 2014 +0200| [feb9057b838e37a22a9c4c4a69207b17d787c78a] | committer: Michael Niedermayer Forward whitelists to the asf demuxer Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=feb

[FFmpeg-cvslog] avformat/concatdec: Forward whitelists to the subdemuxers.

2014-10-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 23 16:13:05 2014 +0200| [5ea0753a15367dc0f212e8652fab1d36dd491877] | committer: Michael Niedermayer avformat/concatdec: Forward whitelists to the subdemuxers. Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avformat/avidec: Forward whitelists to the subtitle demuxer

2014-10-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 23 16:07:31 2014 +0200| [b76234c00c7cac154dac50f4993e4372e47e3718] | committer: Michael Niedermayer avformat/avidec: Forward whitelists to the subtitle demuxer Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avformat/http: pass return code from http_open_cnx_internal() on its failure

2014-10-23 Thread Andrey Utkin
ffmpeg | branch: master | Andrey Utkin | Thu Oct 23 20:55:46 2014 +0400| [70c9d400087c182ce670fcc008b05c2edabd73e9] | committer: Michael Niedermayer avformat/http: pass return code from http_open_cnx_internal() on its failure Previously, AVERROR(EIO) was returned on failure of http_open_cnx_in

[FFmpeg-cvslog] avcodec/options_table: Fix codec_whitelist flags

2014-10-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 23 23:02:48 2014 +0200| [a1d06a0121cb2efaea238e0f8fa4b0099231e211] | committer: Michael Niedermayer avcodec/options_table: Fix codec_whitelist flags Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] avcodec/utils: Print the codec name that is missing on the whitelist

2014-10-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 23 23:09:01 2014 +0200| [00dbd7c4aee6ad2db8f99cda17b0f5f92ec20720] | committer: Michael Niedermayer avcodec/utils: Print the codec name that is missing on the whitelist Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb

[FFmpeg-cvslog] Print an error if -r and -vsync 0 are used together.

2014-10-23 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Oct 23 23:27:46 2014 +0200| [7a649e07830cf9aa83881b5c80bd4223b77ba523] | committer: Carl Eugen Hoyos Print an error if -r and -vsync 0 are used together. Fixes ticket #4041. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7a649e0783

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

2014-10-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 23 23:32:32 2014 +0200| [20aac40571a51aa5c32dc15958a73a23158986e2] | committer: Michael Niedermayer Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Print an error if -r and -vsync 0 are used together. Merged-by: Michael

[FFmpeg-cvslog] avformat/rtsp: pass return code from ffurl_open() on its failure

2014-10-23 Thread Andrey Utkin
ffmpeg | branch: master | Andrey Utkin | Thu Oct 23 20:55:45 2014 +0400| [08e6832a94cc1de441625f7834db739d131e23a6] | committer: Michael Niedermayer avformat/rtsp: pass return code from ffurl_open() on its failure Previously, AVERROR(EIO) was returned. Now the value is passed from lower level,

[FFmpeg-cvslog] avformat/rtsp: add av_assert0() to clarify that the else case is supposed to be unreachable

2014-10-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 23 23:48:45 2014 +0200| [7f2af3f56b3d69149b18e062664582c858631791] | committer: Michael Niedermayer avformat/rtsp: add av_assert0() to clarify that the else case is supposed to be unreachable If its reachable then theres a bug as err wou