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