aizvorski / h264bitstream

A complete set of functions to read and write H.264 video bitstreams, in particular to examine or modify headers.
GNU Lesser General Public License v2.1
717 stars 238 forks source link

Make the project buildable #7

Closed tsvetomir closed 9 years ago

tsvetomir commented 9 years ago

Add build instructions Add missing source file for libh264bitstream in Makefile Add back debug_* functions in h264_stream.c

aizvorski commented 9 years ago

Thanks, this looks good. Sorry about the build breakage, a couple of non-matching versions of things got checked in.

Re: the debug_pps/debug_sps functions, there are new functions that kinda take their place, see read_debug_pic_parameter_set_rbsp. They provide some extra functionality, but also it is not trivial to switch h264_avcc to using them, so I'm ok to add them back in.

tsvetomir commented 9 years ago

Cool, thanks for merging!