Re: [FFmpeg-devel] [PATCH] Added Turing codec to ffmpeg

2017-12-14 Thread Matteo Naccari
> > I still have an issue with this patch, while it would be nice to have > > another > HEVC encoder available in FFmpeg for comparisons and whatnot, I feel that > turingcodec isn't a mature enough encoder compared to what is already in > the project. > > > > Not to mention that development seems

Re: [FFmpeg-devel] [PATCH] Added Turing codec to ffmpeg

2017-12-13 Thread Jan Ekström
On Thu, Dec 14, 2017 at 12:39 AM, Josh de Kock wrote: > On Thu, 7 Dec 2017 11:08:47 + > Matteo Naccari wrote: > >> - This patch contains the changes required to interface the Turing codec >> [...] > > I still have an issue with this patch, while

Re: [FFmpeg-devel] [PATCH] Added Turing codec to ffmpeg

2017-12-13 Thread Josh de Kock
On Thu, 7 Dec 2017 11:08:47 + Matteo Naccari wrote: > - This patch contains the changes required to interface the Turing codec > [...] I still have an issue with this patch, while it would be nice to have another HEVC encoder available in FFmpeg for comparisons

[FFmpeg-devel] [PATCH] Added Turing codec to ffmpeg

2017-12-07 Thread Matteo Naccari
- This patch contains the changes required to interface the Turing codec (http://turingcodec.org/) to ffmpeg --- Changelog | 1 + LICENSE.md | 1 + configure | 6 + libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libturing.c

Re: [FFmpeg-devel] [PATCH] Added Turing codec to ffmpeg

2017-11-20 Thread Derek Buitenhuis
On 11/20/2017 10:35 AM, Matteo Naccari wrote: > +enabled libturing && require_pkg_config libturing libturing turing.h > turing_version && > + { check_cpp_condition turing.h > "TURING_API_VERSION > 1" || > + die "ERROR: libturing

Re: [FFmpeg-devel] [PATCH] Added Turing codec to ffmpeg

2017-11-20 Thread Moritz Barsnick
On Mon, Nov 20, 2017 at 10:35:39 +, Matteo Naccari wrote: I don't recall all of the previous review remarks, but these may be new: > LICENSE.md | 1 + > configure | 6 + Please add a changelog entry. > librubberband > + libturing > libvidstab You

[FFmpeg-devel] [PATCH] Added Turing codec to ffmpeg

2017-11-20 Thread Matteo Naccari
This patch contains the changes required to interface the Turing codec (http://turingcodec.org/) to ffmpeg --- LICENSE.md | 1 + configure | 6 + libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libturing.c | 318