gstreamer/tests
Stian Selnes ef8d630a59 rtp: add H.261 RTP payloader and depayloader
Implementation according to RFC 4587.

Payloader create fragments on MB boundaries in order to match MTU size
the best it can. Some decoders/depayloaders in the wild are very strict
about receiving a continuous bit-stream (e.g. no no-op bits between
frames), so the payloader will shift the compressed bit-stream of a
frame to align with the last significant bit of the previous frame.

Depayloader does not try to be fancy in case of packet loss. It simply
drops all packets for a frame if there is a loss, keeping it simple.

https://bugzilla.gnome.org/show_bug.cgi?id=751886
2015-07-03 11:48:41 +01:00
..
check rtp: add H.261 RTP payloader and depayloader 2015-07-03 11:48:41 +01:00
examples rtp: Add examples with VTS/ATS for VP8/OPUS 2015-07-01 12:42:40 +02:00
files tests: Change splitmux test video files 2015-02-06 05:03:19 +11:00
icles icles: Fix waiting for segment-done if it happens too fast 2015-04-06 19:08:59 -07:00
Makefile.am tests: don't build examples if --disable-examples was passed to configure 2009-05-05 13:23:45 +01:00