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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-27simplify format string for writing pix_fmt string.Justin Ruggles
2009-09-25Align pix_fmt list by allowing one more char for the pix_fmt name.Justin Ruggles
2009-09-06Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber
2009-08-11Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their nativeAlexis Ballier
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-01Fix argument type mismatches for av_picture_crop and av_picture_fillMåns Rullgård
2009-04-21Add 420,422 and 444 planar 16bit per component pix formats.Michael Niedermayer
2009-04-17Remove a useless assignment in img_get_alpha_info() found by CSA.Michael Niedermayer
2009-04-17Remove redundant assignment in av_picture_copy() found by CSA.Michael Niedermayer
2009-04-17Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA.Michael Niedermayer
2009-04-14fix indentationBaptiste Coudurier
2009-04-14avoid strcmp NULL, fix segv on mingwBaptiste Coudurier
2009-03-23Make the pixel formats which were defined as macros:Stefano Sabatini
2009-03-23Factorize: use the X_NE() macro in avcodec_get_pix_fmt().Stefano Sabatini
2009-03-23Implement X_NE() macro.Stefano Sabatini
2009-03-22Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini
2009-03-22Extend the behavior of avcodec_get_pix_fmt(), if it cannot find aStefano Sabatini
2009-03-22Globally prefer enum PixelFormat over int when it makes sense.Stefano Sabatini
2009-03-21Fix avpicture_get_size for non-paletted formats with a helper paletteReimar Döffinger
2009-03-20Do not set linesize for palette data, it does not make sense and createsReimar Döffinger
2009-03-04Remove old scaler.Michael Niedermayer
2009-03-03Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats.Gwenole Beauchesne
2009-02-28Fix avpicture_layout to not chroma shift the alpha plane when outputting YUVA...Cédric Schieli
2009-02-27Add VA API pixel formats.Gwenole Beauchesne
2009-02-23Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-22Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.Peter Ross
2009-02-10Add a default (error) for the switch in case of an unsupported PIX_FMT.Patrik Kullman
2009-02-06Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-20Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-16Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-05Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation
2008-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun
2008-12-14Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com.Anders Grönberg
2008-12-14Get rid of mmx_t.Aurelien Jacobs
2008-10-30Remove unused variable, patch by Art Clarke, aclarke vlideshow com.Art Clarke
2008-10-30Fix av_picture_copy missing pixels on packed planar AVPictures with odd size.Art Clarke
2008-10-27Rename template included sources from .h to _template.c.Diego Pettenò
2008-09-08avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_...Michael Niedermayer
2008-09-08Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer
2008-08-03Add graceful error handling to avcodec_get_pix_fmt_name() and avcodec_get_pix...Peter Ross
2008-06-01memcpy considering output width, not src linesize, fix segv with av_picture_padBaptiste Coudurier
2008-05-27Do not read from prior the array, fix CID 127.Michael Niedermayer
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-03-16Move functions that are only used when libswscale is not compiled in belowDiego Biurrun
2008-03-10Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun
2008-02-15This should not be part of the public APIVitor Sessak