Re: [FFmpeg-devel] [PATCH]lavf/rawenc: Add a gsm muxer

2016-04-08 Thread Michael Niedermayer
On Tue, Apr 05, 2016 at 12:10:03PM +0200, Carl Eugen Hoyos wrote: > On Saturday 02 April 2016 03:23:31 pm Michael Niedermayer wrote: > > On Sat, Apr 02, 2016 at 10:29:20AM +0200, Carl Eugen Hoyos wrote: > > > Hi! > > > > > > Attached is a probe function for gsm and a patch for a gsm muxer to allow

Re: [FFmpeg-devel] [PATCH]lavf/rawenc: Add a gsm muxer

2016-04-06 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > > breaks fate-gif-deal somehow > > Cool effect, new muxer patch attached. Ping. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH]lavf/rawenc: Add a gsm muxer

2016-04-05 Thread Carl Eugen Hoyos
On Saturday 02 April 2016 03:23:31 pm Michael Niedermayer wrote: > On Sat, Apr 02, 2016 at 10:29:20AM +0200, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached is a probe function for gsm and a patch for a gsm muxer to allow > > testing. The file format is for example supported by sox. > > > > Please