]> git.sesse.net Git - x264/commit
Callback feature for low-latency per-slice output
authorFiona Glaser <fiona@x264.com>
Mon, 28 Jun 2010 22:02:33 +0000 (15:02 -0700)
committerFiona Glaser <fiona@x264.com>
Fri, 2 Jul 2010 03:38:26 +0000 (20:38 -0700)
commit4cd44841f5ea8816f81a7975480cea6da10ad1f5
tree1521cce7f74cf95973db99555872463c9c0dcdc6
parenta0ce4b768d46137692531e2869800d7d3c419e42
Callback feature for low-latency per-slice output
Add a callback to allow the calling application to send slices immediately after being encoded.
Also add some extra information to the x264_nal_t structure to help inform such a calling application how the NAL units should be ordered.

Full documentation is in x264.h.
common/bitstream.c
common/bitstream.h
encoder/encoder.c
x264.h