[FFmpeg-cvslog] avcodec/pthread_frame: remove usage of AVCodecContext accessors

2017-11-14 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Nov 13 00:11:15 2017 -0300| [21add0c228e00b8ea89dd13082faa3dcb37912fb] | committer: James Almer avcodec/pthread_frame: remove usage of AVCodecContext accessors Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=21

[FFmpeg-cvslog] avcodec: deprecate getters and setters for AVCodecContext and AVCodec fields

2017-11-14 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 23:57:38 2017 -0300| [c4131a0613c4b2c30c01b2550b41068815d27799] | committer: James Almer avcodec: deprecate getters and setters for AVCodecContext and AVCodec fields The fields can be accessed directly, so these are not needed anymore. Signed-

[FFmpeg-cvslog] ffprobe: remove usage of AVCodecContext accessors

2017-11-14 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Nov 13 00:10:45 2017 -0300| [b2731bcd1dc7587d20b4b2ceee0bcbade29a6ea2] | committer: James Almer ffprobe: remove usage of AVCodecContext accessors Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b2731bcd1dc7587d

[FFmpeg-cvslog] ffplay: remove usage of AVCodecContext accessors

2017-11-14 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Nov 13 00:10:49 2017 -0300| [e61825d5b4c3ffb981c21bee23f6372a65218e9b] | committer: James Almer ffplay: remove usage of AVCodecContext accessors Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e61825d5b4c3ffb98

[FFmpeg-cvslog] ffmpeg: remove usage of AVCodecContext accessors

2017-11-14 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Nov 13 00:10:21 2017 -0300| [e9025beacb86dd4390a8448fb38671699d40e24c] | committer: James Almer ffmpeg: remove usage of AVCodecContext accessors Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9025beacb86dd439

[FFmpeg-cvslog] avfilter/vf_subtitles: remove usage of AVCodecContext accessors

2017-11-14 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Nov 13 00:11:34 2017 -0300| [03dae121c0508bddeac30245042485420a0a3370] | committer: James Almer avfilter/vf_subtitles: remove usage of AVCodecContext accessors Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03

[FFmpeg-cvslog] avformat/utils: remove usage of AVCodecContext accessors

2017-11-14 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Nov 13 00:11:52 2017 -0300| [d8ea66ab33252a19eaa8ef83bec70e3b4e9e003b] | committer: James Almer avformat/utils: remove usage of AVCodecContext accessors Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d8ea66ab3

[FFmpeg-cvslog] avcodec: Implement vc1 nvdec hwaccel

2017-11-14 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Mon Nov 13 21:09:27 2017 -0800| [912ceba61b0d45caa8ba8664ddf7b18e2121ddf3] | committer: Philip Langdale avcodec: Implement vc1 nvdec hwaccel This hwaccel is interesting because it also works for wmv3/9 content, which is not supported by the nvidia pa

[FFmpeg-cvslog] avcodec: Don't assume separate u and v planes in ff_alloc_picture

2017-11-14 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Mon Nov 13 21:11:27 2017 -0800| [bb4c9d0a8ead02f7d943c2bae3e36b30e605b30b] | committer: Philip Langdale avcodec: Don't assume separate u and v planes in ff_alloc_picture alloc_frame_buffer in ff_alloc_picture asserts that the linesize of planes 1 and

[FFmpeg-cvslog] Avoid corrupting diagnostic state with _Pragma changes.

2017-11-14 Thread Dale Curtis
ffmpeg | branch: master | Dale Curtis | Fri Nov 3 17:10:55 2017 -0700| [01763144dcc1bc47fa4967d91d3fedb25e3ef556] | committer: Michael Niedermayer Avoid corrupting diagnostic state with _Pragma changes. The macros for ICC and MSVC correctly push and pop the diagnostic state of the compiler wh

[FFmpeg-cvslog] lavf/mov.c: Don't correct edit list start to zero, when we can't find a frame before edit list start.

2017-11-14 Thread Sasi Inguva
ffmpeg | branch: master | Sasi Inguva | Mon Nov 13 18:09:28 2017 -0800| [54f8ac199fe38b2837146621963bb543868130be] | committer: Michael Niedermayer lavf/mov.c: Don't correct edit list start to zero, when we can't find a frame before edit list start. After c2a8f0fcbe57ea9ccaa864130f078af10516c

[FFmpeg-cvslog] avcodec/mips: cleanup unused macros

2017-11-14 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Thu Nov 9 11:05:28 2017 +0530| [e5f66a9ea40cf463ef40631b4704607182ceee3c] | committer: Michael Niedermayer avcodec/mips: cleanup unused macros Signed-off-by: Kaustubh Raste Reviewed-by: Manojkumar Bhosale Signed-off-by: Michael Niedermayer > http

[FFmpeg-cvslog] fate/mov: add test for overlapping fragments

2017-11-14 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Mon Nov 13 08:09:30 2017 -0800| [57a422ea4c27dc699baf18ecf7f20353bec36090] | committer: Michael Niedermayer fate/mov: add test for overlapping fragments Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57

[FFmpeg-cvslog] avcodec/mips: Improve hevc non-uni hz and vt mc msa functions

2017-11-14 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Thu Nov 9 15:57:49 2017 +0530| [143fc5f6e20b05ba5b45c807c990acaa87134e8b] | committer: Michael Niedermayer avcodec/mips: Improve hevc non-uni hz and vt mc msa functions Use mask buffer. Signed-off-by: Kaustubh Raste Reviewed-by: Manojkumar Bhosale

[FFmpeg-cvslog] avcodec: fix whitespace on AVPanScan struct definition

2017-11-14 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Tue Nov 14 10:02:20 2017 -0800| [034e1f82d924bb3038873798b2cc8d84f9701f62] | committer: Aman Gupta avcodec: fix whitespace on AVPanScan struct definition > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=034e1f82d924bb3038873798b2cc8d84f9701f62 -

[FFmpeg-cvslog] avformat/http: fix chunked response w/ multiple_requests=1

2017-11-14 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Mon Nov 13 11:34:50 2017 -0800| [91a565e20f0c220a6bc37e58c11cea4a3590149c] | committer: Aman Gupta avformat/http: fix chunked response w/ multiple_requests=1 Currently if you use the multiple_requests=1 option and try to receive a chunked-encoded response,