Re: [libav-devel] [RFC][PATCH] Drop non-refcounted-frame code on the next version bump

2017-10-24 Thread Vittorio Giovara
On Tue, Oct 24, 2017 at 2:21 PM, Diego Biurrun wrote: > --- > > I'm quite suspicious of this. It passes tests w/ and w/o a lavc version > bump, > doesn't that mean that the compat layer works as expected? -- Vittorio ___ libav-devel mailing list libav

[libav-devel] [RFC][PATCH] Drop non-refcounted-frame code on the next version bump

2017-10-24 Thread Diego Biurrun
--- I'm quite suspicious of this. It passes tests w/ and w/o a lavc version bump, but I'm sure it's not completely correct and/or may need further changes in other parts of the codebase. The documentation bits probably need changes as well. avtools/avconv.c | 2 ++ avtools/avplay.c

Re: [libav-devel] [RFC] [PATCH] Drop non-refcounted-frame code on the next version bump

2017-10-24 Thread Diego Biurrun
On Tue, Oct 24, 2017 at 10:35:19AM +0200, wm4 wrote: > On Sun, 22 Oct 2017 07:57:42 +0200 > Diego Biurrun wrote: > > --- > > libavcodec/decode.c | 11 +++ > > libavcodec/version.h | 3 +++ > > libavfilter/vsrc_movie.c | 5 + > > 3 files changed, 19 insertions(+) > > LGTM,

Re: [libav-devel] [RFC] [PATCH] Drop non-refcounted-frame code on the next version bump

2017-10-24 Thread wm4
On Sun, 22 Oct 2017 07:57:42 +0200 Diego Biurrun wrote: > --- > libavcodec/decode.c | 11 +++ > libavcodec/version.h | 3 +++ > libavfilter/vsrc_movie.c | 5 + > 3 files changed, 19 insertions(+) > > diff --git a/libavcodec/decode.c b/libavcodec/decode.c > index b74c163f9

[libav-devel] [RFC] [PATCH] Drop non-refcounted-frame code on the next version bump

2017-10-21 Thread Diego Biurrun
--- libavcodec/decode.c | 11 +++ libavcodec/version.h | 3 +++ libavfilter/vsrc_movie.c | 5 + 3 files changed, 19 insertions(+) diff --git a/libavcodec/decode.c b/libavcodec/decode.c index b74c163f92..040e1cc08e 100644 --- a/libavcodec/decode.c +++ b/libavcodec/decode.c @