Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-20Merge commit 'd7bc52bf456deba0f32d9fe5c288ec441f1ebef5'Clément Bœsch
2016-12-11avutil: Add av_image_check_size2()Michael Niedermayer
2016-08-31imgutils: add a function for copying image data from GPU mapped memoryAnton Khirnov
2016-02-28avutil/imgutils: Assert that the 2nd av_image_fill_linesizes() call in av_ima...Michael Niedermayer
2016-02-14avutil/imgutils: remove special case for aligning the paletteMichael Niedermayer
2016-02-13avutil/imgutils: only align the palette in av_image_copy_to_buffer() if there...Michael Niedermayer
2016-02-13avutil/imgutils: do not ignore align parameter for pseudo-pal in av_image_get...Michael Niedermayer
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
2015-11-24imgutils: Use designated initializers for AVClassTimothy Gu
2015-09-08Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-06-13avutil/imgutils: Simplify pix_fmt validity check in av_image_get_linesize()Michael Niedermayer
2015-05-13imgutils: initialize palette padding bytes in av_image_allocAndreas Cadhalpun
2015-02-28avutil/imgutils: correctly check for negative SAR componentsMichael Niedermayer
2015-01-15Merge commit 'e2ad0b66fa273c5c823978e8f601f2c0d9ee42f8'Michael Niedermayer
2015-01-14imgutils: create misc functions for dealing with buffersStefano Sabatini
2014-11-27lavu/imgutils: remove redundant and wrong check in av_image_fill_arraysStefano Sabatini
2014-06-21Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-05-27Merge commit '4d8c28deab2488579f585406110b1be790896e59'Michael Niedermayer
2014-05-25imgutils: make systematic palette opaque.Carl Eugen Hoyos
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch
2012-11-25lavu/imgutils: add consistency checks to av_image_copy_plane()Stefano Sabatini
2012-11-23replace av_log(0, by av_log(NULL,Michael Niedermayer
2012-10-31av_image_copy: check for av_image_get_linesize() failure.Michael Niedermayer
2012-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-14avoid more "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer
2012-10-13avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()Diego Biurrun
2012-10-12imgutils: do not use av_pix_fmt_descriptors directlyPaul B Mahol
2012-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-12lavu,lavd: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-28imgutils: Fix warnings about incompatible pointer type and discarded qualifiersjamal
2012-06-26lavu/imgutils: create misc functions for dealing with buffersStefano Sabatini
2012-04-13av_image_alloc: Align the width to 8 when align >= 8.Michael Niedermayer
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2011-12-23Make systematic palette opaque.Carl Eugen Hoyos
2011-11-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-19imgutils: Fix illegal read.Thierry Foucu
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer