Gwenole Beauchesne
|
621fd01281
|
codecparsers: h264: fix pred_weight_table() parsing.
Use 16-bit signed integer values for weight values because valid
ranges are -128 to +128 inclusive.
|
2011-09-02 15:46:03 +02:00 |
|
Gwenole Beauchesne
|
4bacba620f
|
codecparsers: h264: record slice_header() size in bits.
|
2011-09-02 15:46:03 +02:00 |
|
Gwenole Beauchesne
|
0a0c73169f
|
codecparsers: h264: fix slice_header() parsing.
We were not parsing the slice headers until the actual end, we are now
parsing until the end.
|
2011-09-02 15:46:03 +02:00 |
|
Gwenole Beauchesne
|
43e47009d5
|
codecparsers: h264: fix filler-data NAL unit type name.
|
2011-09-02 15:46:03 +02:00 |
|
Thibault Saunier
|
a1cfba43f6
|
codecparsers: h264: Add an h.264 bitstream parsing library
|
2011-09-02 15:46:02 +02:00 |
|