Re: [FFmpeg-devel] [PATCH v7] - Added Turing codec interface for ffmpeg

2017-03-19 Thread Clément Bœsch
On Tue, Feb 21, 2017 at 05:15:59PM +, Saverio Blasi wrote: [...] > enabled libspeex && require_pkg_config speex speex/speex.h > speex_decoder_init -lspeex > enabled libtesseract && require_pkg_config tesseract tesseract/capi.h > TessBaseAPICreate > enabled libtheora &

Re: [FFmpeg-devel] [PATCH v7] - Added Turing codec interface for ffmpeg

2017-03-16 Thread Saverio Blasi
ndon|W12 7SB -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Mark Thompson Sent: 28 February 2017 11:02 To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH v7] - Added Turing codec interface for ffmpeg On 28/02/1

Re: [FFmpeg-devel] [PATCH v7] - Added Turing codec interface for ffmpeg

2017-02-28 Thread Mark Thompson
Behalf Of Mark > Thompson > Sent: 27 February 2017 11:14 > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v7] - Added Turing codec interface for > ffmpeg > > On 27/02/17 08:29, Saverio Blasi wrote: >>> Right, I had a bit more o

Re: [FFmpeg-devel] [PATCH v7] - Added Turing codec interface for ffmpeg

2017-02-28 Thread Saverio Blasi
e be a bit more specific? Thanks a lot, Saverio -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Mark Thompson Sent: 27 February 2017 11:14 To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH v7] - Added Turing codec

Re: [FFmpeg-devel] [PATCH v7] - Added Turing codec interface for ffmpeg

2017-02-27 Thread Carl Eugen Hoyos
2017-02-27 12:13 GMT+01:00 Mark Thompson : > * I think libstdc++ and the boost libraries are always required If this is true, not using pkgconfig is the more user-friendly solution. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http:

Re: [FFmpeg-devel] [PATCH v7] - Added Turing codec interface for ffmpeg

2017-02-27 Thread Mark Thompson
On 27/02/17 08:29, Saverio Blasi wrote: >> Right, I had a bit more of a look at it and was able to "fix" it by adding >> the boost libraries to the ffmpeg configure line as well. >> >> Actually running it it all looks good to me, if as fast as a particularly >> lethargic snail (like all H.265 enc

Re: [FFmpeg-devel] [PATCH v7] - Added Turing codec interface for ffmpeg

2017-02-27 Thread Saverio Blasi
> Right, I had a bit more of a look at it and was able to "fix" it by adding > the boost libraries to the ffmpeg configure line as well. > > Actually running it it all looks good to me, if as fast as a particularly > lethargic snail (like all H.265 encoders targetting quality). > > valgrind came

Re: [FFmpeg-devel] [PATCH v7] - Added Turing codec interface for ffmpeg

2017-02-24 Thread Mark Thompson
On 23/02/17 20:47, Mark Thompson wrote: > On 21/02/17 17:15, Saverio Blasi wrote: >> Hi all, >> >> We have recently circulated this new iteration (see below) of our work >> towards integrating our HEVC Turing codec within FFMpeg. Assuming that there >> are no more requests for changes, we would l

Re: [FFmpeg-devel] [PATCH v7] - Added Turing codec interface for ffmpeg

2017-02-23 Thread Mark Thompson
On 21/02/17 17:15, Saverio Blasi wrote: > Hi all, > > We have recently circulated this new iteration (see below) of our work > towards integrating our HEVC Turing codec within FFMpeg. Assuming that there > are no more requests for changes, we would like to understand what is the > timeline for

Re: [FFmpeg-devel] [PATCH v7] - Added Turing codec interface for ffmpeg

2017-02-21 Thread Saverio Blasi
Hi all, We have recently circulated this new iteration (see below) of our work towards integrating our HEVC Turing codec within FFMpeg. Assuming that there are no more requests for changes, we would like to understand what is the timeline for integration within the project. Thanks a lot, All

[FFmpeg-devel] [PATCH v7] - Added Turing codec interface for ffmpeg

2017-02-13 Thread Saverio Blasi
- This patch contains the changes to interface the Turing codec (http://turingcodec.org/) with ffmpeg. The patch was modified to address the comments in the review as follows: - Added a pkg-config file to list all dependencies required by libturing. This should address the issue pointed out by