summaryrefslogtreecommitdiff
path: root/libavutil/imgutils.c
Commit message (Expand)AuthorAge
* avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.hAndreas Rheinhardt2024-03-31
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* avutil/imgutils: fix half-float representation of 0.0625Marton Balint2024-01-04
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avutil/imgutils: add new function av_image_fill_color()Marton Balint2023-12-13
* avutil/imgutils: factorize a fill color functionMarton Balint2023-12-13
* avutil/imgutils: add support for 32bit pixel format for av_image_fill_black()Marton Balint2023-12-13
* avutil/imgutils: fix av_image_fill_black() for some pixel formatsMarton Balint2023-12-13
* avutil/imgutils: Constify some pointeesAndreas Rheinhardt2023-09-12
* imgutils: expose av_image_copy_plane_uc_from()Lynne2021-08-14
* avutil/imgutils: don't add offsets to NULL pointersJames Almer2021-05-12
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-27
* avutil/imgutils: always zero data pointers in av_image_fill_pointers()James Almer2020-07-26
* avutil/imgutils: don't fill data pointers for missing planesJames Almer2020-07-26
* avutil/imgutils: add utility to get plane sizesBrian Kim2020-07-22
* avutil/imgutils: remove dead assignmentMarton Balint2019-08-22
* lavu/imgutils: Use FFABS() instead of abs() for ptrdiff_t.Carl Eugen Hoyos2019-02-01
* avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr()Michael Niedermayer2019-01-20
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-03
* Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer2017-11-01
|\
| * Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-12
* | avutil/imgutils: Fix warning: missing braces around initializerMichael Niedermayer2017-09-16
* | imgutils: add function to clear an image to blackwm42017-08-08
* | Merge commit 'd7bc52bf456deba0f32d9fe5c288ec441f1ebef5'Clément Bœsch2017-03-20
|\|
| * imgutils: add a function for copying image data from GPU mapped memoryAnton Khirnov2016-08-31
| * lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-11
* | avutil: Add av_image_check_size2()Michael Niedermayer2016-12-10
* | avutil/imgutils: Assert that the 2nd av_image_fill_linesizes() call in av_ima...Michael Niedermayer2016-02-28
* | avutil/imgutils: remove special case for aligning the paletteMichael Niedermayer2016-02-14
* | avutil/imgutils: only align the palette in av_image_copy_to_buffer() if there...Michael Niedermayer2016-02-13
* | avutil/imgutils: do not ignore align parameter for pseudo-pal in av_image_get...Michael Niedermayer2016-02-13
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* | imgutils: Use designated initializers for AVClassTimothy Gu2015-11-23
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-08
|\|
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-07
* | avutil/imgutils: Simplify pix_fmt validity check in av_image_get_linesize()Michael Niedermayer2015-06-12
* | imgutils: initialize palette padding bytes in av_image_allocAndreas Cadhalpun2015-05-13
* | avutil/imgutils: correctly check for negative SAR componentsMichael Niedermayer2015-02-28
* | Merge commit 'e2ad0b66fa273c5c823978e8f601f2c0d9ee42f8'Michael Niedermayer2015-01-15
|\|
| * imgutils: create misc functions for dealing with buffersStefano Sabatini2015-01-14
* | lavu/imgutils: remove redundant and wrong check in av_image_fill_arraysStefano Sabatini2014-11-27
* | Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer2014-06-20
|\|
| * Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-20
* | Merge commit '4d8c28deab2488579f585406110b1be790896e59'Michael Niedermayer2014-05-27
|\|
| * imgutils: make systematic palette opaque.Carl Eugen Hoyos2014-05-25
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-15
|\|
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-09