Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It's just a huffman code. When you encounter an undecodable sequence of bits you can skip bits until you find the next symbol (i.e. the stream is decodable starting from current position + X bits), then just guess which symbol it was that you skipped. The symbols are a run length encoding of quantized zigzaged DCT coefficients of (usually) 4:2:0 YCbCr. Wikipedia has details and the spec is readable.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: