[FFmpeg-cvslog] avformat/http: change error message from numeric code to string

2019-07-10 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Jul 11 09:35:31 2019 +0800| [1b1b974aace71740fa21bcc0537b1f9d694df7b1] | committer: Steven Liu avformat/http: change error message from numeric code to string Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1b1b

[FFmpeg-cvslog] avutil/hwcontext_vaapi: move kernel_driver into CONFIG_LIBDRM

2019-07-10 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Jul 11 09:34:57 2019 +0800| [1498e39439202b7b28f516771a59bca90be7150f] | committer: Steven Liu avutil/hwcontext_vaapi: move kernel_driver into CONFIG_LIBDRM Reviewed-by: Zhong Li Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] avformat/hlsenc: use one handler for m3u8 and segments

2019-07-10 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Jul 11 09:38:39 2019 +0800| [33a8cd5925a03b137c079dde64a7b24e102cd06b] | committer: Steven Liu avformat/hlsenc: use one handler for m3u8 and segments Use one handler for m3u8 and segments. Use two handler in byterange mode. Signed-off-by: Steven Liu

[FFmpeg-cvslog] fate: add hls_init_time option fate

2019-07-10 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Jul 11 09:37:29 2019 +0800| [89ea0c9bfdab744d91c5f43f4a432411d30fa985] | committer: Steven Liu fate: add hls_init_time option fate Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89ea0c9bfdab744d91c5f43f4a432411

[FFmpeg-cvslog] fate: add hls_list_size fate test case

2019-07-10 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Jul 11 09:39:44 2019 +0800| [af9dc02e6b07c66250a76e6c51da65a37e46b953] | committer: Steven Liu fate: add hls_list_size fate test case Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af9dc02e6b07c66250a76e6c51da6

[FFmpeg-cvslog] avcodec/videotoolboxenc: remove unused variable

2019-07-10 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Jul 11 09:34:34 2019 +0800| [092bd1e54fefb72f1bc84eb7ab945113480ba67c] | committer: Steven Liu avcodec/videotoolboxenc: remove unused variable Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=092bd1e54fefb72f1bc8

[FFmpeg-cvslog] avfilter/avf_showfreqs: make selecting window size simpler

2019-07-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jul 10 16:03:34 2019 +0200| [74d4fd0822c39809c8f1fdc0efc672bee5cacfc7] | committer: Paul B Mahol avfilter/avf_showfreqs: make selecting window size simpler The previous solution was very bad. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avfilter/af_afftfilt: make selecting window size simpler

2019-07-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jul 10 15:57:38 2019 +0200| [57a2688fe388dd3d9e12ac59fc289dc36c1ee283] | committer: Paul B Mahol avfilter/af_afftfilt: make selecting window size simpler Next step after this one will be adding support for more window sizes. > http://git.videolan.or

[FFmpeg-cvslog] avformat/rpl: Replace strcpy with av_strlcpy

2019-07-10 Thread Cameron Cawley
ffmpeg | branch: master | Cameron Cawley | Wed Jul 10 10:27:02 2019 +0200| [94d45a13c7e893538ca59bf6605a772c13f64f95] | committer: Michael Niedermayer avformat/rpl: Replace strcpy with av_strlcpy Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9

[FFmpeg-cvslog] avcodec/mips/cabac: replace addi with addiu

2019-07-10 Thread YunQiang Su
ffmpeg | branch: master | YunQiang Su | Tue Jul 2 11:52:43 2019 +0800| [925e33b253c81112960854c61cdbb71682e51f4b] | committer: Michael Niedermayer avcodec/mips/cabac: replace addi with addiu addi/daddi are deprecated by MIPS for years, and MIPS r6 remove them. They should be replace with add

[FFmpeg-cvslog] avcodec/utils, avcodec_open2: close codec on failure

2019-07-10 Thread James Zern
ffmpeg | branch: master | James Zern | Tue Jul 9 19:03:58 2019 -0700| [b1febda061955c6f4bfbc1a75918b5e75e7d7f80] | committer: Michael Niedermayer avcodec/utils, avcodec_open2: close codec on failure after a successful init if the function fails for another reason close the codec without requi

[FFmpeg-cvslog] avutil/mips: optimize UNPCK&SAD macros with MSA2.0 instruction.

2019-07-10 Thread Shiyou Yin
ffmpeg | branch: master | Shiyou Yin | Tue Jul 9 20:43:37 2019 +0800| [a45e8ade2d2d46fde48ee0567ab18e23dc8c71d1] | committer: Michael Niedermayer avutil/mips: optimize UNPCK&SAD macros with MSA2.0 instruction. Loongson 3A4000 and 2k1000 has supported MSA2.0. This patch optimized SAD_UB2_UH,UN

[FFmpeg-cvslog] avformat/dashdec: fix code style and remove some empty line

2019-07-10 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Jul 10 17:26:33 2019 +0800| [24f7a8a1688f88af153de4587de50cbf3084ee7d] | committer: Steven Liu avformat/dashdec: fix code style and remove some empty line > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=24f7a8a1688f88af153de4587de50cbf3084