| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h | Andreas Rheinhardt | 2024-03-31 | 1 | -1/+0 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | avutil/imgutils: fix half-float representation of 0.0625 | Marton Balint | 2024-01-04 | 1 | -1/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avutil/imgutils: add new function av_image_fill_color() | Marton Balint | 2023-12-13 | 1 | -3/+3 |
* | avutil/imgutils: factorize a fill color function | Marton Balint | 2023-12-13 | 1 | -39/+64 |
* | avutil/imgutils: add support for 32bit pixel format for av_image_fill_black() | Marton Balint | 2023-12-13 | 1 | -10/+23 |
* | avutil/imgutils: fix av_image_fill_black() for some pixel formats | Marton Balint | 2023-12-13 | 1 | -31/+18 |
* | avutil/imgutils: Constify some pointees | Andreas Rheinhardt | 2023-09-12 | 1 | -7/+7 |
* | imgutils: expose av_image_copy_plane_uc_from() | Lynne | 2021-08-14 | 1 | -4/+4 |
* | avutil/imgutils: don't add offsets to NULL pointers | James Almer | 2021-05-12 | 1 | -0/+3 |
* | avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL | Andreas Rheinhardt | 2021-04-27 | 1 | -11/+4 |
* | avutil/imgutils: always zero data pointers in av_image_fill_pointers() | James Almer | 2020-07-26 | 1 | -2/+2 |
* | avutil/imgutils: don't fill data pointers for missing planes | James Almer | 2020-07-26 | 1 | -1/+1 |
* | avutil/imgutils: add utility to get plane sizes | Brian Kim | 2020-07-22 | 1 | -23/+75 |
* | avutil/imgutils: remove dead assignment | Marton Balint | 2019-08-22 | 1 | -1/+0 |
* | lavu/imgutils: Use FFABS() instead of abs() for ptrdiff_t. | Carl Eugen Hoyos | 2019-02-01 | 1 | -2/+2 |
* | avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr() | Michael Niedermayer | 2019-01-20 | 1 | -22/+5 |
* | avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL | wm4 | 2018-04-03 | 1 | -6/+7 |
* | Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24' | James Almer | 2017-11-01 | 1 | -3/+4 |
|\ |
|
| * | Convert all AVClass struct declarations to designated initializers. | Diego Biurrun | 2017-06-12 | 1 | -1/+8 |
* | | avutil/imgutils: Fix warning: missing braces around initializer | Michael Niedermayer | 2017-09-16 | 1 | -1/+1 |
* | | imgutils: add function to clear an image to black | wm4 | 2017-08-08 | 1 | -0/+167 |
* | | Merge commit 'd7bc52bf456deba0f32d9fe5c288ec441f1ebef5' | Clément Bœsch | 2017-03-20 | 1 | -13/+62 |
|\| |
|
| * | imgutils: add a function for copying image data from GPU mapped memory | Anton Khirnov | 2016-08-31 | 1 | -13/+62 |
| * | lavu: add AV_CEIL_RSHIFT and use it in various places | Clément Bœsch | 2016-01-11 | 1 | -1/+1 |
* | | avutil: Add av_image_check_size2() | Michael Niedermayer | 2016-12-10 | 1 | -5/+24 |
* | | avutil/imgutils: Assert that the 2nd av_image_fill_linesizes() call in av_ima... | Michael Niedermayer | 2016-02-28 | 1 | -1/+4 |
* | | avutil/imgutils: remove special case for aligning the palette | Michael Niedermayer | 2016-02-14 | 1 | -7/+7 |
* | | avutil/imgutils: only align the palette in av_image_copy_to_buffer() if there... | Michael Niedermayer | 2016-02-13 | 1 | -0/+5 |
* | | avutil/imgutils: do not ignore align parameter for pseudo-pal in av_image_get... | Michael Niedermayer | 2016-02-13 | 1 | -1/+1 |
* | | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -1/+1 |
* | | imgutils: Use designated initializers for AVClass | Timothy Gu | 2015-11-23 | 1 | -2/+12 |
* | | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba' | Hendrik Leppkes | 2015-09-08 | 1 | -2/+2 |
|\| |
|
| * | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 1 | -5/+5 |
* | | avutil/imgutils: Simplify pix_fmt validity check in av_image_get_linesize() | Michael Niedermayer | 2015-06-12 | 1 | -1/+1 |
* | | imgutils: initialize palette padding bytes in av_image_alloc | Andreas Cadhalpun | 2015-05-13 | 1 | -0/+8 |
* | | avutil/imgutils: correctly check for negative SAR components | Michael Niedermayer | 2015-02-28 | 1 | -1/+1 |
* | | Merge commit 'e2ad0b66fa273c5c823978e8f601f2c0d9ee42f8' | Michael Niedermayer | 2015-01-15 | 1 | -15/+26 |
|\| |
|
| * | imgutils: create misc functions for dealing with buffers | Stefano Sabatini | 2015-01-14 | 1 | -0/+81 |
* | | lavu/imgutils: remove redundant and wrong check in av_image_fill_arrays | Stefano Sabatini | 2014-11-27 | 1 | -3/+0 |
* | | Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2' | Michael Niedermayer | 2014-06-20 | 1 | -0/+23 |
|\| |
|
| * | Add av_image_check_sar() and use it to validate SAR | Justin Ruggles | 2014-06-20 | 1 | -0/+23 |
* | | Merge commit '4d8c28deab2488579f585406110b1be790896e59' | Michael Niedermayer | 2014-05-27 | 1 | -1/+1 |
|\| |
|
| * | imgutils: make systematic palette opaque. | Carl Eugen Hoyos | 2014-05-25 | 1 | -1/+1 |
* | | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* | Michael Niedermayer | 2013-05-15 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-15 | 1 | -9/+9 |
|\| |
|
| * | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -10/+10 |
* | | lavu: add FF_CEIL_RSHIFT and use it in various places. | Clément Bœsch | 2013-05-09 | 1 | -1/+1 |