| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
7beeea8f17 |
error: define AVERROR_EXTERNAL.
This code is intended for errors in external libraries when no corresponding error code can be found. AVERROR_UNKNOWN is too vague for that and looks like AVERROR_BUG. |
13 years ago |
|
|
2047e40e6e | Clarify Doxygen comment for FF_API_* #defines. | 13 years ago |
|
|
86ab7b0f2f | Create version.h headers for libraries that lack them | 13 years ago |
|
|
e6674e46ec |
lavu/imgutils: create misc functions for dealing with buffers
Move the lavc/imgconvert functions and rename them as follows: avpicture_get_size -> av_image_get_buffer_size() avpicture_fill -> av_image_fill_arrays() avpicture_layout -> av_image_copy_to_buffer() The new functions have an align parameter, which allows to define the linesize alignment assumed in the buffer (which is set or read). The names of the functions are consistent with the lavu/samples API (av_samples_get_buffer_size(), av_samples_fill_arrays()). |
13 years ago |
|
|
c41899a377 |
lavu: split version info into version.h
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |
13 years ago |