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
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-21Cosmetics: remove useless ().Stefano Sabatini
2010-08-12Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini
2010-08-12Implement av_get_image_linesize() and use it inStefano Sabatini
2010-08-11Add av_picture_data_copy() and reimplement av_picture_copy() as aS.N. Hemanth Meenakshisundaram
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-07-31Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize,Stefano Sabatini
2010-07-31Fix compilation with --disable-yasm. 10l to me.Vitor Sessak
2010-07-31Convert deinterlacing MMX code to YASMVitor Sessak
2010-07-30Make avpicture_fill() directly call av_fill_image_linesizes() andStefano Sabatini
2010-07-30Move fill_image_linesize() and fill_image_data_ptr() fromStefano Sabatini
2010-07-26Define static functions fill_image_linesize() andS.N. Hemanth Meenakshisundaram
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini
2010-06-06Fix width computation for nv12/nv21 in ff_get_plane_bytewidth().Stefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-15Add PIX_FMT_Y400A, 8bit gray, 8bit alphaAndreas Öman
2010-04-11Make ff_fill_linesize() use the information stored inStefano Sabatini
2010-03-05Round correctly chroma picture height.Vitor Sessak
2010-03-05Add initial support for 12-bit color mode.Janusz Krzysztofik
2010-03-05Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss().Janusz Krzysztofik
2010-02-28Include internal.h and imgconvert.h, they contain the prototypes for theCarl Eugen Hoyos
2010-01-30Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini
2009-12-14Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warn...Carl Eugen Hoyos
2009-12-05Cosmetics: remove empty definitions of hw-accelerated PixFmtInfoStefano Sabatini
2009-11-28Use pixel formats names defined in av_pix_fmt_descriptors rather thanStefano Sabatini
2009-11-28Remove unused PixFmtInfo.is_hwaccel field.Stefano Sabatini
2009-11-27Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather thanStefano Sabatini
2009-11-26Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, useStefano Sabatini
2009-11-26Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), ratherStefano Sabatini
2009-11-26Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather thanStefano Sabatini
2009-11-25Fix nv12/nv21 handling. linesize for plane 1 should account for both chromaRamiro Polla
2009-11-20IndentRamiro Polla
2009-11-20Fix name for PIX_FMT_NV21 PixFmtInfo entry.Stefano Sabatini
2009-11-10Fix palette copying in av_picture_copy(). Previous code worked only ifVitor Sessak
2009-11-10Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation
2009-10-11100l in avpicture_layout: width of chroma planes depends on format depth, too.Reimar Döffinger
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