[FFmpeg-cvslog] avformat/hls: Factor copying stream info to a separate function

2016-11-07 Thread Anssi Hannula
ffmpeg | branch: master | Anssi Hannula | Sat Nov 5 18:04:00 2016 +0200| [9a51cd35b87d75658cdefa029485775f77ed4866] | committer: Anssi Hannula avformat/hls: Factor copying stream info to a separate function Signed-off-by: Anssi Hannula > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avformat/hls: Fix probing mpegts audio streams that use probing

2016-11-07 Thread Anssi Hannula
ffmpeg | branch: master | Anssi Hannula | Sat Nov 5 18:05:31 2016 +0200| [3d2f636497f7d4404921bf77387381fa6c98d1b3] | committer: Anssi Hannula avformat/hls: Fix probing mpegts audio streams that use probing Commit 04964ac311abe670f ("avformat/hls: Fix missing streams in some cases with MPEG T

[FFmpeg-cvslog] avformat/hls: Add missing error check for avcodec_parameters_copy()

2016-11-07 Thread Anssi Hannula
ffmpeg | branch: master | Anssi Hannula | Sun Nov 6 23:23:20 2016 +0200| [e2193b53eab9f207544a75ebaf51871b7a1a7931] | committer: Anssi Hannula avformat/hls: Add missing error check for avcodec_parameters_copy() Signed-off-by: Anssi Hannula > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avformat/hls: Factor copying stream info to a separate function

2016-11-07 Thread Anssi Hannula
ffmpeg | branch: release/3.2 | Anssi Hannula | Sat Nov 5 18:04:00 2016 +0200| [32ceeb579e81ff71612a3967a061aaa7be54d862] | committer: Anssi Hannula avformat/hls: Factor copying stream info to a separate function Signed-off-by: Anssi Hannula (cherry picked from commit 9a51cd35b87d75658cdefa02

[FFmpeg-cvslog] avformat/hls: Fix probing mpegts audio streams that use probing

2016-11-07 Thread Anssi Hannula
ffmpeg | branch: release/3.2 | Anssi Hannula | Sat Nov 5 18:05:31 2016 +0200| [fc20e300580cf3f9f73fa15c4a782a4a4a1fa2cf] | committer: Anssi Hannula avformat/hls: Fix probing mpegts audio streams that use probing Commit 04964ac311abe670f ("avformat/hls: Fix missing streams in some cases with M

[FFmpeg-cvslog] avformat/hls: Add missing error check for avcodec_parameters_copy()

2016-11-07 Thread Anssi Hannula
ffmpeg | branch: release/3.2 | Anssi Hannula | Sun Nov 6 23:23:20 2016 +0200| [7568b0f553b0c93c42dff5abb6ef87984bbd45aa] | committer: Anssi Hannula avformat/hls: Add missing error check for avcodec_parameters_copy() Signed-off-by: Anssi Hannula (cherry picked from commit e2193b53eab9f207544a

[FFmpeg-cvslog] ffserver: use av_freep() for a case that is not clearly at the end of a function

2016-11-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 28 19:16:48 2016 +0200| [10019c13e003b2ef4857d78ee980f796f6379252] | committer: Michael Niedermayer ffserver: use av_freep() for a case that is not clearly at the end of a function Signed-off-by: Michael Niedermayer > http://git.videola

[FFmpeg-cvslog] ffserver: Throw ffm.h out its not used except for a constant that is part of the format

2016-11-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 28 18:36:53 2016 +0200| [f67d22f0fd6bbb70949a939e282f78d13b36aaa3] | committer: Michael Niedermayer ffserver: Throw ffm.h out its not used except for a constant that is part of the format Signed-off-by: Michael Niedermayer > http://git

[FFmpeg-cvslog] ffserver: drop a bunch of apparently unneeded internal headers

2016-11-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 28 18:32:36 2016 +0200| [4c8d69e534f168fdf0358e2f409c6c3694eacd12] | committer: Michael Niedermayer ffserver: drop a bunch of apparently unneeded internal headers Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] ffserver: steal SPACE_CHARS, remove one reason for internal.h that way

2016-11-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 28 19:28:39 2016 +0200| [73ce1d864c6aec282febea5e891d41c44783db79] | committer: Michael Niedermayer ffserver: steal SPACE_CHARS, remove one reason for internal.h that way Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] ffserver: eliminate hardcoded literal and duplicated array size

2016-11-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 28 19:21:21 2016 +0200| [ecb40dee3284393c5adb760515ecba668db282da] | committer: Michael Niedermayer ffserver: eliminate hardcoded literal and duplicated array size Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] hls: fix leaking avio_opts on hls_read_header error

2016-11-07 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Nov 7 19:43:16 2016 +0100| [2c90316b46fce5785bc6af72c8fd369c3104] | committer: Andreas Cadhalpun hls: fix leaking avio_opts on hls_read_header error Use the hls_close function to reduce code duplication. Reviewed-by: Michael Niedermayer

[FFmpeg-cvslog] hls: move hls_close above hls_read_header

2016-11-07 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Nov 7 00:09:54 2016 +0100| [a305e0e5c0de4bb90c153ef067b08f437fe2483d] | committer: Andreas Cadhalpun hls: move hls_close above hls_read_header This is needed for the following commit. Reviewed-by: Michael Niedermayer Signed-off-by: Andreas C

[FFmpeg-cvslog] mpegaudio_parser: don't return AVERROR_PATCHWELCOME

2016-11-07 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Nov 7 01:16:14 2016 +0100| [5249706e9d2ec5ed1b07d8ffdbb8fb9104261f6d] | committer: Andreas Cadhalpun mpegaudio_parser: don't return AVERROR_PATCHWELCOME The API does not allow returning AVERROR codes. It triggers an assert in av_parser_parse2

[FFmpeg-cvslog] ffserver: Fix one AVFormatContext misuse

2016-11-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 7 18:42:50 2016 +0100| [ef6a786401f8ad44a6274e4f17c4ae078c5e02b1] | committer: Michael Niedermayer ffserver: Fix one AVFormatContext misuse Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] aacenc: quit when the audio queue reaches 0 rather than keeping track of empty frames

2016-11-07 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Nov 7 02:11:50 2016 +| [0cf6853804675c99573889670b3447af4de1a3f3] | committer: Rostislav Pehlivanov aacenc: quit when the audio queue reaches 0 rather than keeping track of empty frames The libopus encoder does the same thing and its b

[FFmpeg-cvslog] cmdutils: add show_demuxers and show_muxers

2016-11-07 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Nov 4 20:20:25 2016 +0800| [acd87dfc05b5c4d8ebf6832fe7c0aa13b9cc0c5f] | committer: Michael Niedermayer cmdutils: add show_demuxers and show_muxers add -muxers and -demuxers parameters to list the dexmuers and muxers Signed-off-by: Michael Niedermaye