Re: [FFmpeg-devel] [PATCH]lavf/shortendec: Autodetect raw Shorten streams.

2015-10-03 Thread Carl Eugen Hoyos
On Saturday 03 October 2015 06:51:26 pm Michael Niedermayer wrote: > > Makefile |2 - > > rawdec.c | 12 - > > shortendec.c | 71 > > +++ version.h > > |2 - > > 4 files changed, 73 insertions(+), 14 deletions(-

Re: [FFmpeg-devel] [PATCH]lavf/shortendec: Autodetect raw Shorten streams.

2015-10-03 Thread Michael Niedermayer
On Fri, Oct 02, 2015 at 01:05:50PM +0200, Carl Eugen Hoyos wrote: > On Friday 02 October 2015 12:48:17 pm Paul B Mahol wrote: > > On 10/2/15, Carl Eugen Hoyos wrote: > > > Hi! > > > > > > Attached patch implements Shorten auto-detection. > > > > > > Please comment, Carl Eugen > > > > You do not ch

Re: [FFmpeg-devel] [PATCH]lavf/shortendec: Autodetect raw Shorten streams.

2015-10-02 Thread Carl Eugen Hoyos
On Friday 02 October 2015 12:48:17 pm Paul B Mahol wrote: > On 10/2/15, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch implements Shorten auto-detection. > > > > Please comment, Carl Eugen > > You do not check byte size I thought both the safe bitstream reader and the minimal probe buffe

Re: [FFmpeg-devel] [PATCH]lavf/shortendec: Autodetect raw Shorten streams.

2015-10-02 Thread Paul B Mahol
On 10/2/15, Carl Eugen Hoyos wrote: > Hi! > > Attached patch implements Shorten auto-detection. > > Please comment, Carl Eugen > You do not check byte size. and not using init_get_bits8. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpe

[FFmpeg-devel] [PATCH]lavf/shortendec: Autodetect raw Shorten streams.

2015-10-02 Thread Carl Eugen Hoyos
Hi! Attached patch implements Shorten auto-detection. Please comment, Carl Eugen diff --git a/libavformat/Makefile b/libavformat/Makefile index 466da51..a9af797 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -403,7 +403,7 @@ OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o OBJ