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
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
2008-02-15My commit in r11942 broke compilation.Vitor Sessak
2008-02-15Split avpicture_fill() in two functions. This will beVitor Sessak
2008-02-13typo fix: inited --> initializedDiego Biurrun
2008-02-12Factor bytewidth determination in its own functionVitor Sessak
2008-01-31cast to dest type, fix warning imgconvert.c:1958: warning: assignment from in...Baptiste Coudurier
2007-12-18avoid infinite loop if pixel format conversion does not existBaptiste Coudurier
2007-12-02spellingVitor Sessak
2007-10-12Enable avpicture_deinterlace() for PIX_FMT_GRAY8.Andrea Gualano
2007-09-29Use emms_c() instead of ifdefRonald S. Bultje
2007-09-24add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs
2007-07-18add YUV440P and YUVJ440P supportAndreas Öman
2007-07-17typo fixesDiego Biurrun
2007-07-17create colorspace.h and use it where appropriateIan Caulfield
2007-05-30Add support for listing the supported pixel formats using the optionStefano Sabatini
2007-05-28Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun
2007-04-07Fix segmentation fault for gray16le to gray conversion.Ivo van Poorten
2007-03-04Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris
2007-02-25Move the unaltered documentation of the functions which are part of the publicPanagiotis Issaris
2007-02-20add doxygen docs for avpicture_fill()Guillaume Poirier
2007-02-13consistency renaming: yuv422 --> yuyv422Diego Biurrun
2007-02-13consistency renaming: uyvy411 --> uyyvyy411Diego Biurrun
2007-02-13consistency renaming: rgba32 --> rgb32Diego Biurrun
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2007-01-17Avoid branches in the loop and solve a gcc warningLuca Barbato
2007-01-17CosmeticsLuca Barbato
2006-11-16Remove alpha channel from RGB555Alex Beregszaszi
2006-11-16BGR555 has never been working as alpha supporting format. Remove the false se...Alex Beregszaszi
2006-11-14changed rgba32_to routines to support both alpha and non-alpha formats (see r...Alex Beregszaszi
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-10-28Fix obvious typo, BGR555 was missingReynaldo H. Verdejo Pinochet
2006-10-2416-bit grayscale supportKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-28Minimal support for the new pixel formats in libavcodecLuca Abeni
2006-08-18Explicitly include fastmemcpy.h from libvo/.Diego Biurrun
2006-08-08Enable swscale usage in ffmpegLuca Abeni
2006-07-06Mark some read-only datastructures as const.Stefan Huehner
2006-04-19make "size" variable in avpicture_alloc signed, since avpicture_get_sizeReimar Döffinger
2006-04-10Baptiste COUDURIER's padding patch (reworked by me a little bit).Luca Abeni
2006-04-01remove mpegvideo.c img resample dependancyMichael Niedermayer
2006-03-10Fix cropping, depending on enc pix fmtBaptiste Coudurier
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun