webm/m2ts
Tom Finegan 0c0ecd0f24 vpxpes_parser: Add start code emulation prevention support.
Remove bytes inserted to avoid start code emulation. Operates on:
- PES optional header
- BCMV header
- payloads.

Transforms the following byte sequences as noted (left converts to
right):
  0x00 0x00 0x03 0x01  =>  0x00 0x00 0x01
  0x00 0x00 0x03 0x03  =>  0x00 0x00 0x03

Change-Id: I09ae2d5bf03dfc1ade785ee89a773509eca8330c
2016-08-11 08:45:31 -07:00
..
tests vpxpes_parser: Add start code emulation prevention support. 2016-08-11 08:45:31 -07:00
vpxpes2ts_main.cc iwyu/vpxpes2ts_main: Update includes. 2016-03-10 09:21:48 -08:00
vpxpes2ts.cc webmts: Fix implicit conversion warnings. 2016-04-08 10:44:35 -07:00
vpxpes2ts.h iwyu/vpxpes2ts: Update includes. 2016-03-10 09:21:48 -08:00
vpxpes_parser.cc vpxpes_parser: Add start code emulation prevention support. 2016-08-11 08:45:31 -07:00
vpxpes_parser.h vpxpes_parser: Add start code emulation prevention support. 2016-08-11 08:45:31 -07:00
webm2pes_main.cc iwyu/webm2pes_main: Update includes. 2016-03-10 09:21:48 -08:00
webm2pes.cc webm2pes: Remove debug printfs(). 2016-08-10 14:56:33 -07:00
webm2pes.h webm2pes: Track total bytes written. 2016-08-10 14:56:33 -07:00