Anton Khirnov
|
a553c6a347
|
lavc: use buf[0] instead of data[0] in checks whether a frame is allocated
data[0] may be NULL for valid frames with hwaccel pixel formats.
|
2013-11-18 18:09:48 +01:00 |
|
Anton Khirnov
|
da6506c607
|
lavc: move AVCodecContext.pkt to AVCodecInternal
It's a private field, not meant to be accessed from outside lavc.
|
2013-11-04 08:51:26 +01:00 |
|
Anton Khirnov
|
38ecc3702d
|
pthread: store thread contexts in AVCodecInternal instead of AVCodecContext
It's a private field, it should not be visible to callers.
Deprecate AVCodecContext.thread_opaque
|
2013-11-04 08:51:26 +01:00 |
|
Anton Khirnov
|
cc14ee03a7
|
lavc: split slice and frame threading functions into separate files
|
2013-11-04 08:51:26 +01:00 |
|