Re: [FFmpeg-devel] [PATCH] avcodec: remove old vdpau decoder implementation

2015-10-04 Thread compn
On Sun, 4 Oct 2015 09:27:05 -0700 Philip Langdale wrote: > On Sun, 4 Oct 2015 09:25:23 -0400 > compn wrote: > > carl is maintainer of this vdpau code, wm4. > > its right there in MAINTAINERS. > > As am I, for better or worse. > > Perhaps Carl and I can talk about this at the GSoC summit. I sup

Re: [FFmpeg-devel] [PATCH] avcodec: remove old vdpau decoder implementation

2015-10-04 Thread Philip Langdale
On Sun, 4 Oct 2015 09:25:23 -0400 compn wrote: > carl: if this new api works with kodi and mplayer, whats the problem? > > are there still users of this api in 2015? yes or no? > > carl, do you use this api? what for? to test vdpau? I'm curious about this too. Traditionally, mplayer *is* the l

Re: [FFmpeg-devel] [PATCH] avcodec: remove old vdpau decoder implementation

2015-10-04 Thread wm4
On Sun, 4 Oct 2015 09:25:23 -0400 compn wrote: > On Sun, 4 Oct 2015 14:48:25 +0200 > wm4 wrote: > > > On Sun, 4 Oct 2015 11:31:31 + (UTC) > > Carl Eugen Hoyos wrote: > > > > > wm4 googlemail.com> writes: > > > > > > > On Sat, 3 Oct 2015 22:23:21 +0200 > > > > Carl Eugen Hoyos ag.or.at>

Re: [FFmpeg-devel] [PATCH] avcodec: remove old vdpau decoder implementation

2015-10-04 Thread compn
On Sun, 4 Oct 2015 14:48:25 +0200 wm4 wrote: > On Sun, 4 Oct 2015 11:31:31 + (UTC) > Carl Eugen Hoyos wrote: > > > wm4 googlemail.com> writes: > > > > > On Sat, 3 Oct 2015 22:23:21 +0200 > > > Carl Eugen Hoyos ag.or.at> wrote: > > > > > > > On Saturday 03 October 2015 10:05:29 pm wm4 wr

Re: [FFmpeg-devel] [PATCH] avcodec: remove old vdpau decoder implementation

2015-10-04 Thread Ronald S. Bultje
Hi, On Sat, Oct 3, 2015 at 4:23 PM, Carl Eugen Hoyos wrote: > On Saturday 03 October 2015 10:05:29 pm wm4 wrote: > > Ping. Will push in 24 hours or so if nobody complains. > > The reason I am against this is just that users told me > repeatedly (in person) that they switched from the dark > side

Re: [FFmpeg-devel] [PATCH] avcodec: remove old vdpau decoder implementation

2015-10-04 Thread wm4
On Sun, 4 Oct 2015 11:31:31 + (UTC) Carl Eugen Hoyos wrote: > wm4 googlemail.com> writes: > > > On Sat, 3 Oct 2015 22:23:21 +0200 > > Carl Eugen Hoyos ag.or.at> wrote: > > > > > On Saturday 03 October 2015 10:05:29 pm wm4 wrote: > > > > Ping. Will push in 24 hours or so if nobody complain

Re: [FFmpeg-devel] [PATCH] avcodec: remove old vdpau decoder implementation

2015-10-04 Thread Carl Eugen Hoyos
wm4 googlemail.com> writes: > On Sat, 3 Oct 2015 22:23:21 +0200 > Carl Eugen Hoyos ag.or.at> wrote: > > > On Saturday 03 October 2015 10:05:29 pm wm4 wrote: > > > Ping. Will push in 24 hours or so if nobody complains. > > > > The reason I am against this is just that users told me > > repeate

Re: [FFmpeg-devel] [PATCH] avcodec: remove old vdpau decoder implementation

2015-10-03 Thread wm4
On Sat, 3 Oct 2015 22:23:21 +0200 Carl Eugen Hoyos wrote: > On Saturday 03 October 2015 10:05:29 pm wm4 wrote: > > Ping. Will push in 24 hours or so if nobody complains. > > The reason I am against this is just that users told me > repeatedly (in person) that they switched from the dark > side

Re: [FFmpeg-devel] [PATCH] avcodec: remove old vdpau decoder implementation

2015-10-03 Thread Carl Eugen Hoyos
On Saturday 03 October 2015 10:05:29 pm wm4 wrote: > Ping. Will push in 24 hours or so if nobody complains. The reason I am against this is just that users told me repeatedly (in person) that they switched from the dark side to FFmpeg because this (and possibly) other API was removed there. I

Re: [FFmpeg-devel] [PATCH] avcodec: remove old vdpau decoder implementation

2015-10-03 Thread wm4
On Fri, 2 Oct 2015 20:56:10 +0200 wm4 wrote: > This is all duplicated functionality with the vdpau hwaccel API, which > was introduced almost 3 years ago. > > API users had time enough to switch to the new API. But note that the > API stubs are kept, and old programs will still compile against

[FFmpeg-devel] [PATCH] avcodec: remove old vdpau decoder implementation

2015-10-02 Thread wm4
This is all duplicated functionality with the vdpau hwaccel API, which was introduced almost 3 years ago. API users had time enough to switch to the new API. But note that the API stubs are kept, and old programs will still compile against modern libavcodec. --- configure | 1