summaryrefslogtreecommitdiff
path: root/libavutil/frame.h
Commit message (Collapse)AuthorAge
* frame: add a function for removing side data from a frameAnton Khirnov2014-03-24
|
* Add replaygain side data type and code for parsing replaygain tags.Anton Khirnov2014-03-24
|
* doc: fix a couple of typos in frame.hVittorio Giovara2014-03-04
|
* frame: add a convenience function for copying AVFrame dataAnton Khirnov2014-02-24
|
* lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.Tim Walker2014-02-15
|
* doxy: Document better the available AVFrame flagsLuca Barbato2014-01-17
|
* doxy: Add AVFrame to the structured modulesLuca Barbato2014-01-17
|
* avutil: do not use avcodec header in frame.hVittorio Giovara2014-01-09
|
* avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker2014-01-05
| | | | Includes a libavcodec utility function to update a frame's side data.
* lavu: fix typo in documentation.Tim Walker2013-12-22
|
* avframe: add codec-independent stereoscopic metadataVittorio Giovara2013-12-09
|
* mpeg12dec: Extract CC user data into frame side dataJohn Stebbins2013-11-26
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-31
| | | | | | | | This can be optionally disabled whith the "output_corrupt" flags option. When in "output_corrupt" mode, incomplete frames are signalled through AVFrame.flags FRAME_FLAG_INCOMPLETE_FRAME. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avframe: mark source frame const in _ref and _cloneVittorio Giovara2013-10-27
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avframe: note that linesize is not the usable data sizeAnton Khirnov2013-09-28
|
* avframe: have av_frame_get_side_data take const AVFrame*Vittorio Giovara2013-08-01
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* AVFrame: deprecate all now unused fieldsAnton Khirnov2013-03-08
|
* AVFrame: add side data.Anton Khirnov2013-03-08
|
* Move AVFrame from lavc to lavu.Anton Khirnov2013-03-08
Add AVBuffer-based reference counting API to it.