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
732 stars 238 forks source link

Add format changes plus sanity checks to h264_analyze #26

Open joselopez10 opened 7 years ago

joselopez10 commented 7 years ago

-Format unification -Explicit variable initialization -Sanity checks

joselopez10 commented 6 years ago

Hi @aizvorski we don't know each other, my name is Jose and I've worked in embedded software & codecs for some time. I like h264bitstream a lot, hopefully for an upcoming project I'll be using it a little bit more, and I have some minor upgrades that you may find useful (this time for h264_analyze). If it is of your interest you can take a look to this PR. -Best regards