| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc, lavu: move frame cropping to a convenience function | wm4 | 2017-07-26 | 1 | -0/+100 |
* | AVFrame: add an opaque_ref field | wm4 | 2017-02-11 | 1 | -0/+9 |
* | frame: allow align=0 (meaning automatic) for av_frame_get_buffer() | Anton Khirnov | 2017-02-11 | 1 | -0/+4 |
* | frame: add a cropping rectangle to AVFrame | Anton Khirnov | 2017-01-12 | 1 | -0/+4 |
* | lavc: export the timestamps when decoding in AVFrame.pts | Anton Khirnov | 2016-06-21 | 1 | -0/+4 |
* | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | lavu: add a framework for handling hwaccel frames | Anton Khirnov | 2016-02-14 | 1 | -0/+11 |
* | lavu: add AV_CEIL_RSHIFT and use it in various places | Clément Bœsch | 2016-01-11 | 1 | -1/+1 |
* | lavu: Deprecate AVFrame.error[] | Vittorio Giovara | 2015-09-30 | 1 | -0/+4 |
* | lavu: Refactor side data wiping | Luca Barbato | 2014-12-18 | 1 | -8/+14 |
* | frame: Remove some FF_API_AVFRAME_COLORSPACE leftovers | Diego Biurrun | 2014-08-14 | 1 | -2/+0 |
* | Remove obsolete FF_API_AVFRAME_COLORSPACE cruft. | Anton Khirnov | 2014-08-09 | 1 | -2/+0 |
* | AVFrame: factor out freeing the side data | Roman Savchenko | 2014-06-18 | 1 | -9/+12 |
* | lavu: add all color-related enums to AVFrame | wm4 | 2014-06-01 | 1 | -0/+14 |
* | frame: fix the error path in av_frame_copy_props() | Roman Savchenko | 2014-05-29 | 1 | -1/+1 |
* | frame: add a function for removing side data from a frame | Anton Khirnov | 2014-03-24 | 1 | -0/+16 |
* | frame: add a convenience function for copying AVFrame data | Anton Khirnov | 2014-02-24 | 1 | -16/+65 |
* | frame: cosmetics, reindent | Anton Khirnov | 2013-12-09 | 1 | -15/+15 |
* | frame: copy flags in av_frame_copy_props() | Anton Khirnov | 2013-12-09 | 1 | -0/+1 |
* | avframe: mark source frame const in _ref and _clone | Vittorio Giovara | 2013-10-27 | 1 | -2/+2 |
* | avframe: have av_frame_get_side_data take const AVFrame* | Vittorio Giovara | 2013-08-01 | 1 | -1/+1 |
* | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -1/+1 |
* | avutil/frame: add all remaining frame properties to av_frame_copy_props | Hendrik Leppkes | 2013-03-22 | 1 | -0/+4 |
* | avframe: copy reordered_opaque in copy_props | Janne Grunau | 2013-03-11 | 1 | -0/+1 |
* | Replace remaining includes of audioconvert.h with channel_layout.h | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | AVFrame: add side data. | Anton Khirnov | 2013-03-08 | 1 | -0/+72 |
* | Move AVFrame from lavc to lavu. | Anton Khirnov | 2013-03-08 | 1 | -0/+401 |