Re: [FFmpeg-devel] [PATCH 0/5] Remove nvenc_b

2015-06-06 Thread Timo Rothenpieler
> We've decided to drop the libav reimplementation of nvenc support and retain > ours as is. This patch series removes the files, along with also reverting > the various fixes we made on top of them. The series LGTM for me. signature.asc Description: OpenPGP digital signature _

Re: [FFmpeg-devel] [PATCH 0/5] Remove nvenc_b

2015-06-06 Thread Michael Niedermayer
On Sat, Jun 06, 2015 at 10:51:22AM -0700, Philip Langdale wrote: > We've decided to drop the libav reimplementation of nvenc support and retain > ours as is. This patch series removes the files, along with also reverting > the various fixes we made on top of them. > > In subsequent changes, I'll r

[FFmpeg-devel] [PATCH 0/5] Remove nvenc_b

2015-06-06 Thread Philip Langdale
We've decided to drop the libav reimplementation of nvenc support and retain ours as is. This patch series removes the files, along with also reverting the various fixes we made on top of them. In subsequent changes, I'll rename our nvenc_h265 to nvenc_hevc and add an alias for nvenc_h264. Philip