| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL | wm4 | 2018-04-03 | 1 | -2/+2 |
* | lavu/frame: add QP side data | wm4 | 2018-03-18 | 1 | -6/+53 |
* | lavu/frame: fix inconsistent qp_table_buf deprecation | wm4 | 2018-03-18 | 1 | -3/+4 |
* | frame: add an av_frame_new_side_data_from_buf function | Rostislav Pehlivanov | 2018-03-01 | 1 | -17/+15 |
* | avutil/frame: Add private_ref to AVFrame | Michael Niedermayer | 2017-11-10 | 1 | -1/+7 |
* | avutil/frame: deprecate getters and setters for AVFrame fields | James Almer | 2017-10-29 | 1 | -0/+2 |
* | avutil/frame: remove unneccessary metadata pointer getter | James Almer | 2017-10-23 | 1 | -2/+0 |
* | Merge commit '4de220d2e3751c459f8739a08ac6ca52e63eba30' | James Almer | 2017-09-27 | 1 | -0/+3 |
|\ |
|
| * | frame: allow align=0 (meaning automatic) for av_frame_get_buffer() | Anton Khirnov | 2017-02-11 | 1 | -0/+4 |
* | | lavc, lavu: move frame cropping to a convenience function | wm4 | 2017-08-08 | 1 | -0/+100 |
* | | avutil/frame: add ICC Profile to av_frame_side_data_name | James Almer | 2017-07-26 | 1 | -0/+1 |
* | | Merge commit '52627248e49e58eb4b78e4fcda90a64f4c476ea3' | James Almer | 2017-05-08 | 1 | -0/+4 |
|\| |
|
| * | frame: add a cropping rectangle to AVFrame | Anton Khirnov | 2017-01-12 | 1 | -0/+4 |
* | | lavu: add support for Content Light Level side metadata | Steve Lhomme | 2017-04-06 | 1 | -0/+1 |
* | | Revert "avutil/frame: Disallow zero sized frame side data" | Michael Niedermayer | 2017-03-03 | 1 | -2/+0 |
* | | avutil/frame: Disallow zero sized frame side data | Michael Niedermayer | 2017-02-25 | 1 | -0/+2 |
* | | avutil/frame: Reimplement av_frame_new_side_data() without size=0 special case | Michael Niedermayer | 2017-02-25 | 1 | -26/+29 |
* | | AVFrame: add an opaque_ref field | wm4 | 2017-02-13 | 1 | -0/+9 |
* | | avutil/frame: fix av_frame_copy for unknown layouts | Marton Balint | 2017-01-31 | 1 | -1/+1 |
* | | avutil/frame: fix indention after last commit | Michael Niedermayer | 2016-11-16 | 1 | -7/+7 |
* | | avutil/frame: Copy size=0 side data in ff_init_buffer_info() | Michael Niedermayer | 2016-11-16 | 1 | -0/+2 |
* | | Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27' | Hendrik Leppkes | 2016-10-07 | 1 | -1/+9 |
|\| |
|
| * | lavc: export the timestamps when decoding in AVFrame.pts | Anton Khirnov | 2016-06-21 | 1 | -0/+4 |
* | | avutil/frame: Add a flag to discard frame after decode. | Sasi Inguva | 2016-09-19 | 1 | -0/+1 |
* | | avutil/frame: access avframe fields directly in get_frame_defaults() | James Almer | 2016-07-25 | 1 | -4/+4 |
* | | avutil/frame: Assert that width/height/channels is 0 for the destination of a... | Michael Niedermayer | 2016-06-05 | 1 | -0/+6 |
* | | Merge commit '29c2d06d67724e994980045afa055c6c34611b30' | Derek Buitenhuis | 2016-02-24 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | | Merge commit '89923e418b494e337683442ab896d754bc07341a' | Derek Buitenhuis | 2016-02-17 | 1 | -0/+10 |
|\| |
|
| * | 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 |
* | | avutil/frame: Free destination qp_table_buf in frame_copy_props() | Michael Niedermayer | 2016-02-13 | 1 | -0/+1 |
* | | avutil: Add GOP timecode frame side data | Derek Buitenhuis | 2016-02-01 | 1 | -0/+1 |
* | | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -1/+1 |
* | | Add missing conversions from side data enum to name | Neil Birkbeck | 2016-01-22 | 1 | -0/+4 |
* | | lavu/frame: use AVPALETTE_SIZE instead of 1024 | Clément Bœsch | 2015-12-08 | 1 | -1/+1 |
* | | Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8' | Hendrik Leppkes | 2015-10-03 | 1 | -0/+4 |
|\| |
|
| * | lavu: Deprecate AVFrame.error[] | Vittorio Giovara | 2015-09-30 | 1 | -0/+4 |
* | | lavu/frame: put frame QP elements under a new version guard | Hendrik Leppkes | 2015-09-05 | 1 | -0/+12 |
* | | Merge commit '8f12ef9860d0e164e4647fd5d5cebdb3cfb34a79' | Hendrik Leppkes | 2015-09-05 | 1 | -5/+0 |
|\| |
|
* | | disable deprecation warnings in deprecated code | Andreas Cadhalpun | 2015-08-22 | 1 | -0/+2 |
* | | avutil/frame: fix crash with av_frame_unref(NULL) | Michael Niedermayer | 2015-07-13 | 1 | -0/+3 |
* | | avutil: make AVFrameSideData buffers ref-counted. | Ronald S. Bultje | 2015-03-25 | 1 | -15/+38 |
* | | lavu/frame: move av_frame_copy_props() up in the file. | Ronald S. Bultje | 2015-03-25 | 1 | -70/+70 |
* | | Merge commit '5d839778b9f3edb682b7f71dde4f80f07c75b098' | Michael Niedermayer | 2014-12-19 | 1 | -9/+14 |
|\| |
|
| * | 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 |
* | | lavu/frame: fix malloc error path in av_frame_copy_props() | wm4 | 2014-12-15 | 1 | -0/+1 |
* | | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 1 | -1/+1 |
* | | avcodec: export motion vectors in frame side data on demand | Clément Bœsch | 2014-08-18 | 1 | -0/+1 |