Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-22 Thread Philip Langdale
On Sat, 22 Aug 2015 13:59:10 +0200 Andreas Cadhalpun wrote: > On 22.08.2015 05:12, Philip Langdale wrote: > > I've sent a patch to the mplayer list that removes these final bits. > > Thanks. > > > I've verified that mplayer compiles and then runs correctly, but I > > can't actually build ffmpeg

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-22 Thread Andreas Cadhalpun
On 22.08.2015 05:12, Philip Langdale wrote: > I've sent a patch to the mplayer list that removes these final bits. Thanks. > I've verified that mplayer compiles and then runs correctly, but I > can't actually build ffmpeg without the API CAPs as the full-decoder > vdpau code is still being compil

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-21 Thread Philip Langdale
On Wed, 19 Aug 2015 21:15:55 +0200 Andreas Cadhalpun wrote: > On 19.08.2015 21:10, Philip Langdale wrote: > > I'll need to take a look at it, which I can do later this week. > > OK, thanks. > > > There's definitely code left that references the old api that can > > be removed. But removing it m

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-19 Thread Philip Langdale
On 2015-08-19 12:15, Andreas Cadhalpun wrote: On 19.08.2015 21:10, Philip Langdale wrote: I'll need to take a look at it, which I can do later this week. OK, thanks. There's definitely code left that references the old api that can be removed. But removing it may not be trivial if it's suffi

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-19 Thread Andreas Cadhalpun
On 19.08.2015 21:10, Philip Langdale wrote: > I'll need to take a look at it, which I can do later this week. OK, thanks. > There's definitely code left that references the old api that can be removed. > But removing it may not be trivial if it's sufficiently tangled up, as this > might be. I

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-19 Thread Philip Langdale
I'll need to take a look at it, which I can do later this week. There's definitely code left that references the old api that can be removed. But removing it may not be trivial if it's sufficiently tangled up, as this might be. --phil On Aug 19, 2015 11:52 AM, Andreas Cadhalpun wrote: > > O

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-19 Thread Andreas Cadhalpun
On 19.08.2015 01:08, Philip Langdale wrote: > On 2015-08-18 15:59, Andreas Cadhalpun wrote: >> On 18.08.2015 23:15, Philip Langdale wrote: >>> Do we have any known applications that still use the old API. >>> Even mplayer, of all things, uses the new API. >> >> I'm not exactly sure what you meant h

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread Philip Langdale
On 2015-08-18 15:59, Andreas Cadhalpun wrote: On 18.08.2015 23:15, Philip Langdale wrote: On 2015-08-18 14:05, Carl Eugen Hoyos wrote: Ronald S. Bultje gmail.com> writes: > Attached patch postpones the vdpau removal. > The decoders were only deprecated today, so give > users time until the n

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread Andreas Cadhalpun
On 18.08.2015 23:15, Philip Langdale wrote: > On 2015-08-18 14:05, Carl Eugen Hoyos wrote: >> Ronald S. Bultje gmail.com> writes: >> >>> > Attached patch postpones the vdpau removal. >>> > The decoders were only deprecated today, so give >>> > users time until the next version bump. >>> >>> No. >>

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread wm4
On Tue, 18 Aug 2015 18:04:22 -0400 compn wrote: > On Tue, 18 Aug 2015 23:36:12 +0200 > wm4 wrote: > > > On Tue, 18 Aug 2015 21:05:44 + (UTC) > > Carl Eugen Hoyos wrote: > > > > > Ronald S. Bultje gmail.com> writes: > > > > > > > > Attached patch postpones the vdpau removal. > > > > > Th

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread compn
On Tue, 18 Aug 2015 23:36:12 +0200 wm4 wrote: > On Tue, 18 Aug 2015 21:05:44 + (UTC) > Carl Eugen Hoyos wrote: > > > Ronald S. Bultje gmail.com> writes: > > > > > > Attached patch postpones the vdpau removal. > > > > The decoders were only deprecated today, so give > > > > users time unt

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread wm4
On Tue, 18 Aug 2015 21:05:44 + (UTC) Carl Eugen Hoyos wrote: > Ronald S. Bultje gmail.com> writes: > > > > Attached patch postpones the vdpau removal. > > > The decoders were only deprecated today, so give > > > users time until the next version bump. > > > > No. > > Then please revert a

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread wm4
On Tue, 18 Aug 2015 22:58:59 +0200 Carl Eugen Hoyos wrote: > Hi! > > Attached patch postpones the vdpau removal. > The decoders were only deprecated today, so give users time until the next > version bump. > > Carl Eugen -1 Your argument is ridiculous too. They were deprecated long ago, it's

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread Hendrik Leppkes
On Tue, Aug 18, 2015 at 10:58 PM, Carl Eugen Hoyos wrote: > The decoders were only deprecated today, so give users time until the next > version bump. > They have been deprecated for over 2 years now, it was just lacking a lot of version guards around various places. Adding the missing guards doe

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread Philip Langdale
On 2015-08-18 14:05, Carl Eugen Hoyos wrote: Ronald S. Bultje gmail.com> writes: > Attached patch postpones the vdpau removal. > The decoders were only deprecated today, so give > users time until the next version bump. No. Then please revert a383f226 I am listed as vdpau maintainer and I o

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread Carl Eugen Hoyos
Ronald S. Bultje gmail.com> writes: > > Attached patch postpones the vdpau removal. > > The decoders were only deprecated today, so give > > users time until the next version bump. > > No. Then please revert a383f226 I am listed as vdpau maintainer and I object to the patch. Thank you, Carl E

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread Ronald S. Bultje
Hi Carl, On Tue, Aug 18, 2015 at 4:58 PM, Carl Eugen Hoyos wrote: > Hi! > > Attached patch postpones the vdpau removal. > The decoders were only deprecated today, so give users time until the next > version bump. No. Ronald ___ ffmpeg-devel mailing

[FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread Carl Eugen Hoyos
Hi! Attached patch postpones the vdpau removal. The decoders were only deprecated today, so give users time until the next version bump. Carl Eugen diff --git a/libavutil/version.h b/libavutil/version.h index 653f530..e118be0 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -108,7 +