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
713 stars 237 forks source link

SVC support #13

Closed leslie-wang closed 7 years ago

leslie-wang commented 7 years ago

Thanks for the wonderful work. I'm wondering if you have any plan to support SVC. If no, I'd like to contribute to it. Please let me know your thought.

leslie-wang commented 7 years ago

I've committed the change in my folked repo https://github.com/leslie-wang/h264bitstream. Please kindly let me know if you want me to create a pull request.

aizvorski commented 7 years ago

Hi @leslie-wang

This looks fantastic! Yes please a pull request. Sorry it took me so long to review your changes, really good work.

Could you also add an example file with SVC? (preferably a tiny one, resolution/number of frames doesn't matter as long as it has the right headers) I would like to start building a set of unit tests and this would help a lot since I don't have another source for SVC files.

Thanks!

leslie-wang commented 7 years ago

Sure. I'll send pull request firstly, then create another issue to check in some SVC sample videos.