summaryrefslogtreecommitdiffstats
path: root/libavutil/frame.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov2014-08-091-2/+0
|
* avcodec: Deprecate dtg_active_format field in favor of avframe side-dataKieran Kunhya2014-08-031-0/+15
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* lavu: add all color-related enums to AVFramewm42014-06-011-0/+13
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Add transformation matrix API.Vittorio Giovara2014-05-191-0/+8
| | | | | | | | | | | Add AV_PKT_DATA_DISPLAYMATRIX and AV_FRAME_DATA_DISPLAYMATRIX as stream and frame side data (respectively) to describe a display transformation matrix for linear transformation operations on the decoded video. Add functions to easily extract a rotation angle from a matrix and conversely to setup a matrix for a given rotation angle. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* frame: add a function for removing side data from a frameAnton Khirnov2014-03-241-0/+6
|
* Add replaygain side data type and code for parsing replaygain tags.Anton Khirnov2014-03-241-0/+4
|
* doc: fix a couple of typos in frame.hVittorio Giovara2014-03-041-1/+1
|
* frame: add a convenience function for copying AVFrame dataAnton Khirnov2014-02-241-0/+13
|
* lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.Tim Walker2014-02-151-0/+5
|
* doxy: Document better the available AVFrame flagsLuca Barbato2014-01-171-1/+11
|
* doxy: Add AVFrame to the structured modulesLuca Barbato2014-01-171-0/+19
|
* avutil: do not use avcodec header in frame.hVittorio Giovara2014-01-091-2/+1
|
* avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker2014-01-051-0/+4
| | | | Includes a libavcodec utility function to update a frame's side data.
* lavu: fix typo in documentation.Tim Walker2013-12-221-1/+1
|
* avframe: add codec-independent stereoscopic metadataVittorio Giovara2013-12-091-0/+5
|
* mpeg12dec: Extract CC user data into frame side dataJohn Stebbins2013-11-261-0/+6
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-311-0/+10
| | | | | | | | 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-271-2/+2
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avframe: note that linesize is not the usable data sizeAnton Khirnov2013-09-281-0/+3
|
* avframe: have av_frame_get_side_data take const AVFrame*Vittorio Giovara2013-08-011-1/+1
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* AVFrame: deprecate all now unused fieldsAnton Khirnov2013-03-081-1/+25
|
* AVFrame: add side data.Anton Khirnov2013-03-081-0/+38
|
* Move AVFrame from lavc to lavu.Anton Khirnov2013-03-081-0/+429
Add AVBuffer-based reference counting API to it.
OpenPOWER on IntegriCloud