gstreamer/gst/rtpvp8
Vincent Penquerc'h 837500af07 rtpvp8: fix bitstream parsing using the wrong kind of bitreader
VP8 uses a probabilistic bool coder, not a straight bit coder.
This fixes parsing when error-resilient is set.

This commit includes a copy of libvpx's bool coder, BSD licensed.

https://bugzilla.gnome.org/show_bug.cgi?id=652694
2011-09-19 11:33:34 +02:00
..
dboolhuff.c rtpvp8: fix bitstream parsing using the wrong kind of bitreader 2011-09-19 11:33:34 +02:00
dboolhuff.h rtpvp8: fix bitstream parsing using the wrong kind of bitreader 2011-09-19 11:33:34 +02:00
dboolhuff.LICENSE rtpvp8: fix bitstream parsing using the wrong kind of bitreader 2011-09-19 11:33:34 +02:00
gstrtpvp8.c rtpvp8: Add simple payloaders and depayloaders for VP8 2011-01-30 14:51:15 +00:00
gstrtpvp8depay.c rtpvp8depay: Accept packets with only one byte of data 2011-01-30 14:52:00 +00:00
gstrtpvp8depay.h rtpvp8: Add simple payloaders and depayloaders for VP8 2011-01-30 14:51:15 +00:00
gstrtpvp8pay.c rtpvp8: fix bitstream parsing using the wrong kind of bitreader 2011-09-19 11:33:34 +02:00
gstrtpvp8pay.h rtpvp8pay: Treat the frame header just like any other partition 2011-01-30 14:51:47 +00:00
Makefile.am rtpvp8: fix bitstream parsing using the wrong kind of bitreader 2011-09-19 11:33:34 +02:00