[FFmpeg-devel] [PATCH] MAINTAINERS: add Subtitle maintainer

2014-07-13 Thread Anshul Maheshwari
From: Anshul Maheshwari er.anshul.maheshw...@gmail.com --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index d06030b..65c5ce0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -132,6 +132,8 @@ Generic Parts: tableprint.c, tableprint.h

Re: [FFmpeg-devel] [PATCH] avutil: actually install hash.h

2014-07-13 Thread Michael Niedermayer
On Sun, Jul 13, 2014 at 09:54:42AM +0200, Reimar Döffinger wrote: On 06.07.2014, at 06:09, Timothy Gu timothyg...@gmail.com wrote: This header is designed as a public header (with APIchanges entry and everything), but it is forgotten to put into the headers to be installed list. Note I

Re: [FFmpeg-devel] [PATCH] lavf: add samba protocol via libsmbclient

2014-07-13 Thread wm4
On Sat, 12 Jul 2014 18:20:46 +0200 Lukasz Marek lukasz.m.lu...@gmail.com wrote: --- Changelog | 1 + configure | 5 ++ doc/general.texi | 1 + doc/protocols.texi | 29 +++ libavformat/Makefile | 1 +

Re: [FFmpeg-devel] [PATCH] lavf: add samba protocol via libsmbclient

2014-07-13 Thread Michael Niedermayer
On Sun, Jul 13, 2014 at 06:44:21PM +0200, Lukasz Marek wrote: On 13.07.2014 18:04, Derek Buitenhuis wrote: On 7/12/2014 5:20 PM, Lukasz Marek wrote: +libsmbclient_protocol_deps=libsmbclient gpl Samba is actually GPLv3, so you need to add dependency on that. Fixed. Changelog

Re: [FFmpeg-devel] [PATCH] lavf: add samba protocol via libsmbclient

2014-07-13 Thread compn
On Sun, 13 Jul 2014 18:04:54 +0100 Derek Buitenhuis derek.buitenh...@gmail.com wrote: On 7/13/2014 5:54 PM, Lukasz Marek wrote: You also ignored the case where user might have no access to shell at all to mount remote fs. That's a pretty damn specialized case. googletv does not have easy

Re: [FFmpeg-devel] [PATCH] Revert lavc/utils: Do not require dimensions for PNG.

2014-07-13 Thread Derek Buitenhuis
On 7/13/2014 9:17 PM, Reimar Döffinger wrote: Well, IMHO if this is a requirement that was added, I would say it was an API change, and MPlayer might just be the first where the API change was detected. Indeed there should have been a version bump in 419ade4b6193c6eb626cda01b21e7091f42b2cc2.

Re: [FFmpeg-devel] [PATCH] avutil avdevice: remove av_bprint_fd_contents()

2014-07-13 Thread Michael Niedermayer
On Sun, Jul 13, 2014 at 04:01:05PM +0200, Michael Niedermayer wrote: MSVC does not allow passing file pointers between libs This API can thus not work with MSVC and as it was very recently added and its it was in no release its removial should not cause any problems Found-by: Hendrik Leppkes

[FFmpeg-devel] [PATCH] Add a release note for 2.3

2014-07-13 Thread Timothy Gu
Based on a patch by Clément Bœsch u...@pkh.me. Signed-off-by: Timothy Gu timothyg...@gmail.com --- Moved API info up per IRC --- RELEASE_NOTES | 172 ++ 1 file changed, 172 insertions(+) create mode 100644 RELEASE_NOTES diff --git