Re: [FFmpeg-devel] [PATCH 2/2] avcodec/nvenc: Add 'nvenc_h264' as an alternative name for 'nvenc'

2015-06-06 Thread Timo Rothenpieler
> not really related to this patch but > are the nvenc encoders intended to be used by default for > "h264/hevc" even when libx264 / libx265 is enabled ? > they are registered before them so they would be used if no encoder > is explicitly specified I was under the impression that the list is alp

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/nvenc: Add 'nvenc_h264' as an alternative name for 'nvenc'

2015-06-06 Thread Michael Niedermayer
On Sat, Jun 06, 2015 at 11:12:13AM -0700, Philip Langdale wrote: > This allows us to offer the same codec name that libav uses. We don't have > a special way to do aliases, so it's all a bit more verbose than you'd want > but such is life. > > Signed-off-by: Philip Langdale > --- > configure

[FFmpeg-devel] [PATCH 2/2] avcodec/nvenc: Add 'nvenc_h264' as an alternative name for 'nvenc'

2015-06-06 Thread Philip Langdale
This allows us to offer the same codec name that libav uses. We don't have a special way to do aliases, so it's all a bit more verbose than you'd want but such is life. Signed-off-by: Philip Langdale --- configure | 1 + libavcodec/allcodecs.c | 1 + libavcodec/nvenc.c | 25 ++