[FFmpeg-cvslog] lavc: remove uneffective attribute_deprecated on enum

2017-12-26 Thread wm4
ffmpeg | branch: master | wm4 | Wed Dec 27 03:47:28 2017 +0100| [8f9024f2ca4740c4ed80dea1e9c890c9217013bd] | committer: wm4 lavc: remove uneffective attribute_deprecated on enum Does not work. Even emits a warning with some compilers that the attribute does not work on enums. It's likely that t

[FFmpeg-cvslog] avformat/hls: remove repeated http proto_name checks in open_url()

2017-12-26 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Tue Dec 26 14:29:03 2017 -0800| [2f9ca64556cba9a7edcca9a1c55923a60022937d] | committer: Aman Gupta avformat/hls: remove repeated http proto_name checks in open_url() Signed-off-by: Aman Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2f

[FFmpeg-cvslog] avformat/hls: enable http_multiple only for http/1.1 servers

2017-12-26 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Mon Dec 25 20:37:55 2017 -0800| [1dd82edea5ab689f9a94e14cb2cf6d382cbf9ee6] | committer: Aman Gupta avformat/hls: enable http_multiple only for http/1.1 servers Some http/1.0 implementations, like python's SimpleHTTPServer, can only support one client conn

[FFmpeg-cvslog] avformat/http: avoid ff_http_do_new_request after http/1.0 response

2017-12-26 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Mon Dec 25 11:35:26 2017 -0800| [11f989945e1748fbe9b2a5abd68a25d3091acc5d] | committer: Aman Gupta avformat/http: avoid ff_http_do_new_request after http/1.0 response This makes do_new_request fail early when dealing with a http/1.0 server, avoiding unnec

[FFmpeg-cvslog] avformat/hls: return AVERROR_PROTOCOL_NOT_FOUND when http protocol is not available

2017-12-26 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Mon Dec 25 11:33:06 2017 -0800| [a232a72d77cf32766e7f42f892b983f5e496653f] | committer: Aman Gupta avformat/hls: return AVERROR_PROTOCOL_NOT_FOUND when http protocol is not available Fixes compile error when building with network or protocols disabled. T

[FFmpeg-cvslog] avformat/hls: respect http_persistent only for http playlist urls

2017-12-26 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Mon Dec 25 18:25:13 2017 -0800| [ac19e63b184570c0ade4d3a8a785f64441d9cac8] | committer: Aman Gupta avformat/hls: respect http_persistent only for http playlist urls Fixes a segfault when reading a live playlist (without end tag) from non-http url (like a

[FFmpeg-cvslog] avformat/http: export http_version from response

2017-12-26 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Mon Dec 25 20:21:15 2017 -0800| [039007c928b4207b8bdde31c80c57dc7b917dd2f] | committer: Aman Gupta avformat/http: export http_version from response Can be used by the api user to figure out what http features the server supports based on the response rece

[FFmpeg-cvslog] avcodec/libx264: set supported pix_fmts at runtime rather than build time

2017-12-26 Thread James Almer
ffmpeg | branch: release/3.4 | James Almer | Tue Dec 26 19:40:27 2017 -0300| [d8104977bbfaa91743bf983ff620f75f8c7684bc] | committer: James Almer avcodec/libx264: set supported pix_fmts at runtime rather than build time This partially reverts a change in behavior introduced in 2a111c99a60fdf4f

[FFmpeg-cvslog] avcodec/libx264: set supported pix_fmts at runtime rather than build time

2017-12-26 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Dec 26 19:40:27 2017 -0300| [7e60c74329353db28db00552028bc88cd2a52346] | committer: James Almer avcodec/libx264: set supported pix_fmts at runtime rather than build time This partially reverts a change in behavior introduced in 2a111c99a60fdf4fe5eea2

[FFmpeg-cvslog] mpeg4videodec: Fix unused variable warning

2017-12-26 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Dec 21 19:54:56 2017 +| [e6a1dfc9ce81a443b16776a5fbd841284efa3613] | committer: Mark Thompson mpeg4videodec: Fix unused variable warning video_format is not used. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6a1dfc9ce81a443b167

[FFmpeg-cvslog] avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant)

2017-12-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 22 03:12:03 2017 +0100| [0c9ab5ef9c1ee852c80c859c9e07efe8730b57ed] | committer: Michael Niedermayer avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant) Fixes: runtime error: left shift of negative value -180 Fixes: 4626/clust

[FFmpeg-cvslog] avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD137iL0()

2017-12-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 22 03:06:14 2017 +0100| [4d70fbeec8cbab072b3a9b9f760b8deaaef240f2] | committer: Michael Niedermayer avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD137iL0() Fixes: runtime error: signed integer overflow: 214748

[FFmpeg-cvslog] avcodec/libx264: fix compilation with x264 builds >= 153

2017-12-26 Thread James Almer
ffmpeg | branch: release/3.4 | James Almer | Mon Dec 25 19:41:09 2017 -0300| [650cb712efc47cf4c1f4f419ea220fcedc65f122] | committer: James Almer avcodec/libx264: fix compilation with x264 builds >= 153 x264 now supports multibitdepth builds, with a slightly changed API to request bitdepth duri

[FFmpeg-cvslog] avcodec/libx264: use the pixfmt descriptor to check for high bit depths

2017-12-26 Thread James Almer
ffmpeg | branch: release/3.4 | James Almer | Mon Dec 25 19:40:42 2017 -0300| [31d6f3df25eea5bece145ad01f8a089a3005ca84] | committer: James Almer avcodec/libx264: use the pixfmt descriptor to check for high bit depths The x264_bit_depth constant has been removed in newer x264 builds. Signed-of

[FFmpeg-cvslog] avcodec/libx264: use the pixfmt descriptor to check for high bit depths

2017-12-26 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Dec 25 19:40:42 2017 -0300| [89f704cabab446afc8ba6ecea76714a51b1df32b] | committer: James Almer avcodec/libx264: use the pixfmt descriptor to check for high bit depths The x264_bit_depth constant has been removed in newer x264 builds. Signed-off-by:

[FFmpeg-cvslog] avcodec/libx264: fix compilation with x264 builds >= 153

2017-12-26 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Dec 25 19:41:09 2017 -0300| [2a111c99a60fdf4fe5eea2b073901630190c6c93] | committer: James Almer avcodec/libx264: fix compilation with x264 builds >= 153 x264 now supports multibitdepth builds, with a slightly changed API to request bitdepth during ini