gstreamer/ext/openh264
Sebastian Dröge e7f8c62d42 openh264enc: Remove broken byte-stream to avc conversion and just output byte-stream as generated by the encoder
The byte-stream to avc conversion did not consider NAL sizes bigger than 2^16,
multiple layers, multiple NALs per layer, and various other things. This
caused corrupted streams in higher bitrates and other circumstances.

Let's just forward byte-stream as generated by the encoder and let h264parse
handle conversion to avc if needed. That way we only have to keep around one
version of the conversion and don't have to fix it in multiple places.
2016-06-30 10:37:08 +02:00
..
gstopenh264dec.cpp openh264dec: minor clean-ups 2016-04-11 20:23:45 +01:00
gstopenh264dec.h openh264: remove unnecessary instance private structures 2016-04-11 20:11:53 +01:00
gstopenh264enc.cpp openh264enc: Remove broken byte-stream to avc conversion and just output byte-stream as generated by the encoder 2016-06-30 10:37:08 +02:00
gstopenh264enc.h openh264: remove unnecessary instance private structures 2016-04-11 20:11:53 +01:00
gstopenh264plugin.c openh264: Use a MARGINAL rank for the encoder and decoder 2014-10-06 16:44:51 +03:00
Makefile.am openh264: Remove unused codecparsers lib 2014-10-03 17:23:36 +03:00