Re: [FFmpeg-devel] [PATCH 0/2] Move show_*() code from cmdutils to libs

2016-11-07 Thread Clément Bœsch
On Fri, Nov 04, 2016 at 09:16:34PM +0100, Michael Niedermayer wrote: > > Printing the available codecs, decoders, encoders, bitstream filters and their > options and capabilities is usefull for Apps in general and not just ffmpeg. > > This patch-set is also required for moving ffserver into a sep

Re: [FFmpeg-devel] [PATCH 0/2] Move show_*() code from cmdutils to libs

2016-11-04 Thread Reynaldo H. Verdejo Pinochet
On 11/04/2016 01:16 PM, Michael Niedermayer wrote: Printing the available codecs, decoders, encoders, bitstream filters and their options and capabilities is usefull for Apps in general and not just ffmpeg. [..] We had a chat about this with Michael and I think it indeed makes sense so +1 fr

[FFmpeg-devel] [PATCH 0/2] Move show_*() code from cmdutils to libs

2016-11-04 Thread Michael Niedermayer
Printing the available codecs, decoders, encoders, bitstream filters and their options and capabilities is usefull for Apps in general and not just ffmpeg. This patch-set is also required for moving ffserver into a separate repository as it too uses these functions and they otherwise would need t