[x264-devel] commit: Callback feature for low-latency per-slice output ( Jason Garrett-Glaser )
git at videolan.org
git at videolan.org
Thu Jul 15 04:08:50 CEST 2010
x264 | branch: stable | Jason Garrett-Glaser <darkshikari at gmail.com> | Mon Jun 28 15:02:33 2010 -0700| [4f74306c2f266bfc671ad99e9027b816dd423ece] | committer: Jason Garrett-Glaser
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.
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=4f74306c2f266bfc671ad99e9027b816dd423ece
---
common/bitstream.c | 7 ++-
common/bitstream.h | 1 -
encoder/encoder.c | 26 ++++++++---
x264.h | 128 +++++++++++++++++++++++++++++++++-------------------
4 files changed, 105 insertions(+), 57 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=4f74306c2f266bfc671ad99e9027b816dd423ece
More information about the x264-devel
mailing list