| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | lavu/imgutils: add consistency checks to av_image_copy_plane() | Stefano Sabatini | 2012-11-25 | 1 | -0/+3 |
* | | replace av_log(0, by av_log(NULL, | Michael Niedermayer | 2012-11-23 | 1 | -1/+1 |
* | | av_image_copy: check for av_image_get_linesize() failure. | Michael Niedermayer | 2012-10-31 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-14 | 1 | -2/+2 |
|\| |
|
| * | avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() | Diego Biurrun | 2012-10-13 | 1 | -2/+2 |
* | | avoid more "0xFF << 24" as it is considered a integer overflow in C99 | Michael Niedermayer | 2012-10-14 | 1 | -1/+1 |
* | | imgutils: do not use av_pix_fmt_descriptors directly | Paul B Mahol | 2012-10-12 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-12 | 1 | -10/+17 |
|\| |
|
| * | lavu,lavd: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -9/+15 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -17/+17 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -13/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | imgutils: Fix warnings about incompatible pointer type and discarded qualifiers | jamal | 2012-07-27 | 1 | -2/+2 |
* | | lavu/imgutils: create misc functions for dealing with buffers | Stefano Sabatini | 2012-06-26 | 1 | -0/+71 |
* | | av_image_alloc: Align the width to 8 when align >= 8. | Michael Niedermayer | 2012-04-13 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-29 | 1 | -3/+1 |
|\| |
|
| * | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-09 | 1 | -3/+6 |
|\| |
|