85 Commits (509afedaafa1c6796dac6c5654a1229d6af945bb)

Author SHA1 Message Date
Andreas Rheinhardt 0e5f71230a avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h 8 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
Marton Balint d178539532 avutil/imgutils: fix half-float representation of 0.0625 11 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
Marton Balint 5475f665f6 avutil/imgutils: add new function av_image_fill_color() 11 months ago
Marton Balint 0ae8afffb4 avutil/imgutils: factorize a fill color function 11 months ago
Marton Balint 74a269c3ce avutil/imgutils: add support for 32bit pixel format for av_image_fill_black() 11 months ago
Marton Balint 32cb4504f3 avutil/imgutils: fix av_image_fill_black() for some pixel formats 11 months ago
Andreas Rheinhardt 41285890e0 avutil/imgutils: Constify some pointees 1 year ago
Lynne d5de9965ef
imgutils: expose av_image_copy_plane_uc_from() 3 years ago
James Almer fc99d59553 avutil/imgutils: don't add offsets to NULL pointers 4 years ago
Andreas Rheinhardt 985c0dac67 avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL 4 years ago
James Almer 9faae05ddf avutil/imgutils: always zero data pointers in av_image_fill_pointers() 4 years ago
James Almer 5ce47d0aad avutil/imgutils: don't fill data pointers for missing planes 4 years ago
Brian Kim 3a8e927176 avutil/imgutils: add utility to get plane sizes 4 years ago
Marton Balint b2e37e3eb2 avutil/imgutils: remove dead assignment 5 years ago
Carl Eugen Hoyos 73d4efc596 lavu/imgutils: Use FFABS() instead of abs() for ptrdiff_t. 6 years ago
Michael Niedermayer f64c0dffa1 avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr() 6 years ago
wm4 d6fc031caf avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL 7 years ago
Michael Niedermayer 0f5576a22b avutil/imgutils: Fix warning: missing braces around initializer 7 years ago
wm4 463b81de2b imgutils: add function to clear an image to black 7 years ago
wm4 45df7adc1d imgutils: add function to clear an image to black 7 years ago
Diego Biurrun 97cfe1d8bd Convert all AVClass struct declarations to designated initializers. 8 years ago
Michael Niedermayer f542b152aa avutil: Add av_image_check_size2() 8 years ago
Anton Khirnov d7bc52bf45 imgutils: add a function for copying image data from GPU mapped memory 8 years ago
Michael Niedermayer b70e9b4906 avutil/imgutils: Assert that the 2nd av_image_fill_linesizes() call in av_image_fill_linesizes() still succeeds 9 years ago
Michael Niedermayer 0eb4092c1b avutil/imgutils: remove special case for aligning the palette 9 years ago
Michael Niedermayer 4c920ce777 avutil/imgutils: only align the palette in av_image_copy_to_buffer() if there is enough space 9 years ago
Michael Niedermayer d18df8beb0 avutil/imgutils: do not ignore align parameter for pseudo-pal in av_image_get_buffer_size() 9 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Clément Bœsch e8bc642202 lavu: add AV_CEIL_RSHIFT and use it in various places 9 years ago
Timothy Gu 7c91b3021c imgutils: Use designated initializers for AVClass 9 years ago
Vittorio Giovara 2268db2cd0 lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 9 years ago
Michael Niedermayer ea37df2d52 avutil/imgutils: Simplify pix_fmt validity check in av_image_get_linesize() 10 years ago
Andreas Cadhalpun 51f6455285 imgutils: initialize palette padding bytes in av_image_alloc 10 years ago
Michael Niedermayer 5705dc5276 avutil/imgutils: correctly check for negative SAR components 10 years ago
Stefano Sabatini e2ad0b66fa imgutils: create misc functions for dealing with buffers 10 years ago
Stefano Sabatini 29208e6dcf lavu/imgutils: remove redundant and wrong check in av_image_fill_arrays 10 years ago
Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 11 years ago
Carl Eugen Hoyos 4d8c28deab imgutils: make systematic palette opaque. 11 years ago
Michael Niedermayer c7c71f95f8 replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* 12 years ago
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
Clément Bœsch 570d63eef3 lavu: add FF_CEIL_RSHIFT and use it in various places. 12 years ago
Stefano Sabatini 252746d052 lavu/imgutils: add consistency checks to av_image_copy_plane() 12 years ago
Michael Niedermayer 0efcf16a3e replace av_log(0, by av_log(NULL, 12 years ago
Michael Niedermayer adc39b28a5 av_image_copy: check for av_image_get_linesize() failure. 12 years ago
Michael Niedermayer 2fed05f53a avoid more "0xFF << 24" as it is considered a integer overflow in C99 12 years ago
Diego Biurrun 52d113ee06 avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() 12 years ago
Paul B Mahol 77e6b085a3 imgutils: do not use av_pix_fmt_descriptors directly 12 years ago