| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
cd322794ee |
lavc: Mark hw_config pointer arrays as const
They are read-only just like the HWConfig structures they point to. |
5 years ago |
|
|
263a4b13db |
avcodec/codec.h: add missing FF_API_NEXT wrapper
Signed-off-by: James Almer <jamrial@gmail.com> |
5 years ago |
|
|
827d6fe73d |
avcodec/encode: restructure the core encoding code
This commit follows the same logic as 061a0c14bb, but for the encode API: The new public encoding API will no longer be a wrapper around the old deprecated one, and the internal API used by the encoders now consists of a single receive_packet() callback that pulls frames as required. amf encoders adapted by James Almer librav1e encoder adapted by James Almer nvidia encoders adapted by James Almer MediaFoundation encoders adapted by James Almer vaapi encoders adapted by Linjie Fu v4l2_m2m encoders adapted by Andriy Gelman Signed-off-by: James Almer <jamrial@gmail.com> |
5 years ago |
|
|
ba6cada92e | avcodec.h: split AVCodec API into its own header | 5 years ago |