| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/imgutils: Add wrapper for av_image_copy() to avoid casts | Andreas Rheinhardt | 2023-09-12 | 1 | -5/+3 |
* | avutil/frame: remove one layer of indirection in av_frame_replace() | James Almer | 2023-05-18 | 1 | -1/+3 |
* | avutil/frame: add av_frame_replace | James Almer | 2023-05-18 | 1 | -0/+125 |
* | avutil/frame: deprecate palette_has_changed | James Almer | 2023-05-18 | 1 | -0/+4 |
* | avutil/frame: deprecate key_frame | James Almer | 2023-05-04 | 1 | -1/+4 |
* | avutil/frame: deprecate interlaced_frame and top_field_first | James Almer | 2023-05-04 | 1 | -0/+4 |
* | avutil: make av_frame_get_plane_buffer accept a const AVFrame* | Niklas Haas | 2023-04-14 | 1 | -1/+1 |
* | avutil/frame: move counters utilized in loops to their scope | Jan Ekström | 2023-03-24 | 1 | -44/+32 |
* | lavu/frame: deprecate AVFrame.pkt_{pos,size} | Anton Khirnov | 2023-03-20 | 1 | -0/+8 |
* | avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_number | Marton Balint | 2023-02-13 | 1 | -0/+4 |
* | avutil: remove FF_API_COLORSPACE_NAME | James Almer | 2023-02-09 | 1 | -17/+0 |
* | lavu/frame: deprecate reordered_opaque | Anton Khirnov | 2023-02-04 | 1 | -0/+4 |
* | avutil: introduce AVAmbientViewingEnvironment side data | Jan Ekström | 2023-01-13 | 1 | -0/+1 |
* | lavu/frame: allow calling av_frame_make_writable() on non-refcounted frames | Anton Khirnov | 2022-08-02 | 1 | -3/+0 |
* | lavu/frame: add a duration field to AVFrame | Anton Khirnov | 2022-07-19 | 1 | -0/+10 |
* | avutil/avframe: fix channel layout checks in av_frame_copy() | James Almer | 2022-06-05 | 1 | -3/+12 |
* | avframe: switch to the new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -22/+106 |
* | avutil: support for CUVA Vivid HDR metadata | Limin Wang | 2022-03-01 | 1 | -0/+1 |
* | lavu/frame: Add Dolby Vision metadata side data type | Niklas Haas | 2022-01-04 | 1 | -0/+1 |
* | avutil/frame: Treat frame as uninitialized in get_frame_defaults() | Andreas Rheinhardt | 2021-12-05 | 1 | -6/+4 |
* | lavu/avframe: add a time_base field | Lynne | 2021-12-03 | 1 | -0/+2 |
* | avutil: Add Dolby Vision RPU side data type | Derek Buitenhuis | 2021-11-17 | 1 | -0/+1 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -4/+4 |
* | avcodec/avcodec: Don't include cpu.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/frame: Remove deprecated getters and setters | Andreas Rheinhardt | 2021-04-27 | 1 | -14/+0 |
* | avutil/frame: Remove deprecated AVFrame.pkt_pts field | Andreas Rheinhardt | 2021-04-27 | 1 | -10/+0 |
* | avutil/frame: Remove deprecated AVFrame.error | Andreas Rheinhardt | 2021-04-27 | 1 | -6/+0 |
* | avutil/frame: Remove AVFrame QP table API | Andreas Rheinhardt | 2021-04-27 | 1 | -97/+0 |
* | lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/class... | Guo, Yejun | 2021-04-17 | 1 | -0/+1 |
* | avutil/frame: Return 0 on success in av_frame_ref() | Andreas Rheinhardt | 2021-04-05 | 1 | -1/+1 |
* | avutil/frame: Deprecate av_get_colorspace_name() | Andreas Rheinhardt | 2021-03-24 | 1 | -1/+2 |
* | avutil/frame: change av_frame_new_side_data() size parameter type to size_t | James Almer | 2021-03-10 | 1 | -1/+1 |
* | libavutil: introduce AVFilmGrainParams side data | Lynne | 2020-11-25 | 1 | -0/+1 |
* | avutil/frame: fix potential leaks in av_frame_ref() | Gil Pedersen | 2020-11-19 | 1 | -3/+3 |
* | avutil/frame: use av_buffer_replace() to simplify code | Gil Pedersen | 2020-11-19 | 1 | -22/+9 |
* | libavutil/frame: avoid UB when getting plane sizes | Brian Kim | 2020-07-22 | 1 | -4/+16 |
* | avutil: add AV_FRAME_DATA_SEI_UNREGISTERED side data type | Limin Wang | 2020-06-11 | 1 | -0/+1 |
* | Stop hardcoding align=32 in av_frame_get_buffer() calls. | Anton Khirnov | 2020-05-22 | 1 | -2/+2 |
* | libavutil: add API for exporting video frame quantizers | Juan De León | 2020-05-12 | 1 | -0/+1 |
* | avutil/frame: make frame copy functions hwframe aware | Timo Rothenpieler | 2020-03-28 | 1 | -1/+9 |
* | avutil/frame: fix remove_side_data | Zhao Zhili | 2019-11-11 | 1 | -1/+1 |
* | avutil: add ROI (Region Of Interest) data struct and bump version | Guo, Yejun | 2019-01-17 | 1 | -0/+1 |
* | Add HDR dynamic metadata struct (for SMPTE 2094-40) to libavutil | Mohammad Izadi | 2018-12-21 | 1 | -0/+1 |
* | lavu/frame: Add error report if av_image_fill_pointers fail. | Jun Zhao | 2018-10-30 | 1 | -4/+6 |
* | lavc/h264: create AVFrame side data from H.264 timecodes | Devin Heitmueller | 2018-10-23 | 1 | -0/+1 |
* | lavu/frame: Add missing conversions from side data enum to name | Jun Zhao | 2018-09-21 | 1 | -0/+3 |
* | Merge commit 'f89ec87afaf0d1abb6d450253b0b348fd554533b' | James Almer | 2018-09-11 | 1 | -16/+16 |
|\ |
|
| * | frame: Simplify the video allocation | Luca Barbato | 2018-08-05 | 1 | -20/+9 |