Anton Khirnov
|
90ed6c5cf7
|
h2645_parse: compute the actual data length, without trailing paddding
This is required by h264.
|
9 years ago |
Anton Khirnov
|
b667252a41
|
h2645_parse: add support for parsing h264
|
9 years ago |
Anton Khirnov
|
52ec149fbe
|
h2645_parse: change the AVCodecContext* parameter to void*
This should make it more clear that it is not supposed to be used for
anything except logging.
|
9 years ago |
Anton Khirnov
|
8229eff4b7
|
h2645_parse: add a function for uninitializing the packet
|
9 years ago |
Anton Khirnov
|
fa936a307f
|
hevc_parse: rename into h2645_parse
This code will be shared with h264.
|
9 years ago |
Vittorio Giovara
|
059a934806
|
lavc: Consistently prefix input buffer defines
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
|
10 years ago |
Anton Khirnov
|
d82e1adc20
|
hevc: move splitting the packet into NALUs into a separate function
This function is independent of the decoding context, so we'll be able
to use it in the parser.
|
10 years ago |
Anton Khirnov
|
69ab9f53f9
|
hevc: split bitstream unescaping to a separate file
It will be useful in the QSV HEVC encoder.
|
10 years ago |