[vlc-commits] packetizer h264: refactor and expose SPS/PPS parsing
Thomas Guillem
git at videolan.org
Tue Apr 28 17:49:37 CEST 2015
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Apr 23 18:24:38 2015 +0200| [a56ed71a07144ea696b5e376073c00d226edea4d] | committer: Thomas Guillem
packetizer h264: refactor and expose SPS/PPS parsing
The goal is to expose h264_parse_sps and h264_parse_pps functions that can be
used from decoders.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a56ed71a07144ea696b5e376073c00d226edea4d
---
modules/packetizer/h264.c | 306 +++++------------------------------------
modules/packetizer/h264_nal.c | 281 +++++++++++++++++++++++++++++++++++++
modules/packetizer/h264_nal.h | 58 ++++++++
3 files changed, 375 insertions(+), 270 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=a56ed71a07144ea696b5e376073c00d226edea4d
More information about the vlc-commits
mailing list