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(-
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
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
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
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