[FFmpeg-cvslog] avutil/hwcontext_dxva.c: Use new safe dlopen code.

2016-11-05 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Sat Oct 29 18:25:05 2016 +1100| [85db1f97eb506b7b0fd876f428872b89f967cc53] | committer: Matt Oliver avutil/hwcontext_dxva.c: Use new safe dlopen code. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=85db1f97eb506b

[FFmpeg-cvslog] compat/w32dlfcn.h: Add safe win32 dlopen/dlclose/dlsym functions.

2016-11-05 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Sun Oct 30 00:08:41 2016 +1100| [85553b42f92457a581e13edbd3e2c2e6136931eb] | committer: Matt Oliver compat/w32dlfcn.h: Add safe win32 dlopen/dlclose/dlsym functions. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avformat/avisynth.c: Use new safe dlopen code.

2016-11-05 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Mon Oct 31 14:30:43 2016 +1100| [d6f85ec2700e40b3ec864d5ee405b7e257778e1f] | committer: Matt Oliver avformat/avisynth.c: Use new safe dlopen code. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d6f85ec2700e40b3ec

[FFmpeg-cvslog] avcodec/nvenc.c: Use new safe dlopen code.

2016-11-05 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Sat Oct 29 18:25:36 2016 +1100| [6ead033bca9accd56f188cc004b4c4b18d616aa7] | committer: Matt Oliver avcodec/nvenc.c: Use new safe dlopen code. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ead033bca9accd56f188c

[FFmpeg-cvslog] fate: add zombie test

2016-11-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 5 01:36:53 2016 +0100| [5dc237b6cfd1f573d4cc4751683df7c41933] | committer: Michael Niedermayer fate: add zombie test This test tests some odd sample with odd aspect ratio Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] fate: Remove show_formats for fate-mov-zombie test

2016-11-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 5 15:25:44 2016 +0100| [26e9efab1eccc83de11032cf76c50ff17d531b46] | committer: Michael Niedermayer fate: Remove show_formats for fate-mov-zombie test This includes the absolute path Found-by: jamrial Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/rtpdec: Add support for 24 bit RTSP audio playback

2016-11-05 Thread Timur Aydin
ffmpeg | branch: master | Timur Aydin | Sat Nov 5 01:15:44 2016 +0300| [7746103227195b4d106ce6090d17dc6fd36de683] | committer: Michael Niedermayer avformat/rtpdec: Add support for 24 bit RTSP audio playback When ffplay is used to play from the RTSP URL that serves 24 bit audio content, ffplay

[FFmpeg-cvslog] avformat/tcp: workaround for IOS9 getaddrinfo in IPv6 only network use hardcode IPv4 address can not resolve port number.

2016-11-05 Thread liu jc
ffmpeg | branch: master | liu jc | Wed Aug 24 10:46:41 2016 +| [c0f6eff6a7edaa38a9ea4865ffc2ad36539d9d48] | committer: Michael Niedermayer avformat/tcp: workaround for IOS9 getaddrinfo in IPv6 only network use hardcode IPv4 address can not resolve port number. Signed-off-by: liujingchao

[FFmpeg-cvslog] mxfdec: fix NULL pointer dereference

2016-11-05 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Nov 5 00:17:53 2016 +0100| [0efb6106118c17308b3fdc3190f5e5bf84b01d5c] | committer: Andreas Cadhalpun mxfdec: fix NULL pointer dereference Metadata streams have priv_data set to NULL. Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Ca

[FFmpeg-cvslog] lzf: update pointer p after realloc

2016-11-05 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Nov 4 22:58:49 2016 +0100| [bb6a7b6f75ac544c956e3eefee297700ef4d3468] | committer: Andreas Cadhalpun lzf: update pointer p after realloc This fixes heap-use-after-free detected by AddressSanitizer. Reviewed-by: Luca Barbato Signed-off-by: An

[FFmpeg-cvslog] avutil/softfloat_ieee754: make all functions inline

2016-11-05 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Sep 15 23:05:29 2016 -0300| [9ea69f48089254c4c5bda1851d6e297c68ec46fe] | committer: James Almer avutil/softfloat_ieee754: make all functions inline Removes "defined but not used" warnings Reviewed-by: Michael Niedermayer Signed-off-by: James Almer

[FFmpeg-cvslog] MAINTAINERS: Replace QSV maintainer

2016-11-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 5 19:38:15 2016 +0100| [c3e0755663a8441795b916a6689e8bf920cb89b3] | committer: Michael Niedermayer MAINTAINERS: Replace QSV maintainer Ivan has a shortage of time to take care of QSV, Mark agreed to take over. Signed-off-by: Michael Nie

[FFmpeg-cvslog] avformat/mux: remove unnecessary autobsf hack

2016-11-05 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Sep 23 02:02:43 2016 -0300| [75a13115cd6b961f4f6779423353c1cf25db4c0e] | committer: James Almer avformat/mux: remove unnecessary autobsf hack autobsf has been ported to the new bsf API. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avformat/framehash: also print channel layout as a string

2016-11-05 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Sep 28 20:55:18 2016 -0300| [e8a39f584a97fa81919393596b7ab6ac23783a9b] | committer: James Almer avformat/framehash: also print channel layout as a string This should be more useful for users since numerical values for channel layout can be confusing a