[FFmpeg-devel] [PATCH 3/4] avformat/oggenc: make Vorbis audio the only default for ogg muxer

2016-07-06 Thread James Almer
While not enforced, RFC 5334 mentions that the .ogg extension should be used for Vorbis audio files only. Signed-off-by: James Almer --- This patch turns the ogg muxer into an audio only muxer to follow the RFC's recommendation. The next patch in the set adds a new ogv muxer to properly deal with

Re: [FFmpeg-devel] [PATCH 3/4] avformat/oggenc: make Vorbis audio the only default for ogg muxer

2016-07-07 Thread Michael Niedermayer
On Wed, Jul 06, 2016 at 08:25:26PM -0300, James Almer wrote: > While not enforced, RFC 5334 mentions that the .ogg extension should > be used for Vorbis audio files only. > > Signed-off-by: James Almer > --- > This patch turns the ogg muxer into an audio only muxer to follow > the RFC's recommend

Re: [FFmpeg-devel] [PATCH 3/4] avformat/oggenc: make Vorbis audio the only default for ogg muxer

2016-07-07 Thread James Almer
On 7/7/2016 10:55 PM, Michael Niedermayer wrote: > On Wed, Jul 06, 2016 at 08:25:26PM -0300, James Almer wrote: >> While not enforced, RFC 5334 mentions that the .ogg extension should >> be used for Vorbis audio files only. >> >> Signed-off-by: James Almer >> --- >> This patch turns the ogg muxer

Re: [FFmpeg-devel] [PATCH 3/4] avformat/oggenc: make Vorbis audio the only default for ogg muxer

2016-07-08 Thread Michael Niedermayer
On Thu, Jul 07, 2016 at 11:02:30PM -0300, James Almer wrote: > On 7/7/2016 10:55 PM, Michael Niedermayer wrote: > > On Wed, Jul 06, 2016 at 08:25:26PM -0300, James Almer wrote: > >> While not enforced, RFC 5334 mentions that the .ogg extension should > >> be used for Vorbis audio files only. > >> >

Re: [FFmpeg-devel] [PATCH 3/4] avformat/oggenc: make Vorbis audio the only default for ogg muxer

2016-07-08 Thread James Almer
On 7/8/2016 4:22 AM, Michael Niedermayer wrote: > On Thu, Jul 07, 2016 at 11:02:30PM -0300, James Almer wrote: >> On 7/7/2016 10:55 PM, Michael Niedermayer wrote: >>> On Wed, Jul 06, 2016 at 08:25:26PM -0300, James Almer wrote: While not enforced, RFC 5334 mentions that the .ogg extension shou

Re: [FFmpeg-devel] [PATCH 3/4] avformat/oggenc: make Vorbis audio the only default for ogg muxer

2016-07-12 Thread Michael Niedermayer
On Fri, Jul 08, 2016 at 12:08:14PM -0300, James Almer wrote: > On 7/8/2016 4:22 AM, Michael Niedermayer wrote: > > On Thu, Jul 07, 2016 at 11:02:30PM -0300, James Almer wrote: > >> On 7/7/2016 10:55 PM, Michael Niedermayer wrote: > >>> On Wed, Jul 06, 2016 at 08:25:26PM -0300, James Almer wrote: >