> > 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
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 it would be nice to have another
> HEVC encod
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 and whatnot, I feel that
tu
- 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
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
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
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 ++