]> git.sesse.net Git - ffmpeg/history - libavutil/frame.h
lavc: export the timestamps when decoding in AVFrame.pts
[ffmpeg] / libavutil / frame.h
2016-06-21 Anton Khirnovlavc: export the timestamps when decoding in AVFrame.pts
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-03-05 wm4lavu: improve documentation of some AVFrame functions
2016-02-18 Diego Biurruncosmetics: Drop empty comment lines
2016-02-14 Anton Khirnovlavu: add a framework for handling hwaccel frames
2015-09-30 Vittorio Giovaralavu: Deprecate AVFrame.error[]
2015-08-28 Vittorio Giovaralavu: Drop deprecated duplicated AVFrame/AVCodecContext...
2015-02-08 Anton Khirnovframe: clarify buf documentation
2015-01-27 Anton KhirnovAdd a side data type for audio service type.
2014-08-09 Anton KhirnovRemove obsolete FF_API_AVFRAME_COLORSPACE cruft.
2014-08-03 Kieran Kunhyaavcodec: Deprecate dtg_active_format field in favor...
2014-06-01 wm4lavu: add all color-related enums to AVFrame
2014-05-19 Vittorio GiovaraAdd transformation matrix API.
2014-03-24 Anton Khirnovframe: add a function for removing side data from a...
2014-03-24 Anton KhirnovAdd replaygain side data type and code for parsing...
2014-03-04 Vittorio Giovaradoc: fix a couple of typos in frame.h
2014-02-24 Anton Khirnovframe: add a convenience function for copying AVFrame...
2014-02-15 Tim Walkerlavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.
2014-01-17 Luca Barbatodoxy: Document better the available AVFrame flags
2014-01-17 Luca Barbatodoxy: Add AVFrame to the structured modules
2014-01-09 Vittorio Giovaraavutil: do not use avcodec header in frame.h
2014-01-05 Tim Walkeravframe: add AV_FRAME_DATA_MATRIXENCODING side data...
2013-12-22 Tim Walkerlavu: fix typo in documentation.
2013-12-09 Vittorio Giovaraavframe: add codec-independent stereoscopic metadata
2013-11-26 John Stebbinsmpeg12dec: Extract CC user data into frame side data
2013-10-31 John Stebbinsh264: wait for initial complete frame before outputing...
2013-10-27 Vittorio Giovaraavframe: mark source frame const in _ref and _clone
2013-09-28 Anton Khirnovavframe: note that linesize is not the usable data...
2013-08-01 Vittorio Giovaraavframe: have av_frame_get_side_data take const AVFrame*
2013-03-08 Anton KhirnovAVFrame: deprecate all now unused fields
2013-03-08 Anton KhirnovAVFrame: add side data.
2013-03-08 Anton KhirnovMove AVFrame from lavc to lavu.