gstreamer/gst/mpeg4videoparse
Vincent Penquerc'h 4735a7554b mpeg4videoparse: fix number of bytes read for fixed time increment
The spec I found says "16 bits".
The existing code used log2(somevalue)+1.
ffmpeg uses log2(somevalue-1)+1.
The code now uses log2(somevalue-1)+1, and this makes it work with
some sample video without breaking another sample.
Now, I'm far from certain I've got the right spec, I found it by
searching the internet, so...

https://bugzilla.gnome.org/show_bug.cgi?id=654666
2011-11-28 15:22:56 +00:00
..
Makefile.am mpeg4videoparse: port to baseparse 2011-05-23 16:57:25 +02:00
mpeg4parse.c mpeg4videoparse: fix number of bytes read for fixed time increment 2011-11-28 15:22:56 +00:00
mpeg4parse.h mpeg4videoparse: port to baseparse 2011-05-23 16:57:25 +02:00
mpeg4videoparse.c various: fix pad template ref leaks 2011-11-28 13:08:27 +00:00
mpeg4videoparse.h mpeg4videoparse: port to baseparse 2011-05-23 16:57:25 +02:00