| Commit message (Expand) | Author | Age | Files | Lines |
* | memcpy considering output width, not src linesize, fix segv with av_picture_pad | Baptiste Coudurier | 2008-06-01 | 1 | -2/+2 |
* | Do not read from prior the array, fix CID 127. | Michael Niedermayer | 2008-05-27 | 1 | -5/+6 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | Move functions that are only used when libswscale is not compiled in below | Diego Biurrun | 2008-03-16 | 1 | -273/+273 |
* | Rename --enable-swscaler --> enable-swscale to be consistent with the | Diego Biurrun | 2008-03-10 | 1 | -1/+1 |
* | This should not be part of the public API | Vitor Sessak | 2008-02-15 | 1 | -2/+2 |
* | My commit in r11942 broke compilation. | Vitor Sessak | 2008-02-15 | 1 | -2/+2 |
* | Split avpicture_fill() in two functions. This will be | Vitor Sessak | 2008-02-15 | 1 | -68/+104 |
* | typo fix: inited --> initialized | Diego Biurrun | 2008-02-13 | 1 | -3/+3 |
* | Factor bytewidth determination in its own function | Vitor Sessak | 2008-02-11 | 1 | -8/+28 |
* | cast to dest type, fix warning imgconvert.c:1958: warning: assignment from in... | Baptiste Coudurier | 2008-01-31 | 1 | -2/+2 |
* | avoid infinite loop if pixel format conversion does not exist | Baptiste Coudurier | 2007-12-18 | 1 | -0/+2 |
* | spelling | Vitor Sessak | 2007-12-01 | 1 | -1/+1 |
* | Enable avpicture_deinterlace() for PIX_FMT_GRAY8. | Andrea Gualano | 2007-10-11 | 1 | -1/+5 |
* | Use emms_c() instead of ifdef | Ronald S. Bultje | 2007-09-29 | 1 | -3/+1 |
* | add support for yuva420p colorspace (yuv420p + alpha) | Aurelien Jacobs | 2007-09-24 | 1 | -0/+36 |
* | add YUV440P and YUVJ440P support | Andreas Öman | 2007-07-18 | 1 | -0/+35 |
* | typo fixes | Diego Biurrun | 2007-07-17 | 1 | -3/+3 |
* | create colorspace.h and use it where appropriate | Ian Caulfield | 2007-07-17 | 1 | -82/+1 |
* | Add support for listing the supported pixel formats using the option | Stefano Sabatini | 2007-05-30 | 1 | -0/+21 |
* | Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. | Diego Biurrun | 2007-05-28 | 1 | -4/+0 |
* | Fix segmentation fault for gray16le to gray conversion. | Ivo van Poorten | 2007-04-07 | 1 | -1/+3 |
* | Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" | Panagiotis Issaris | 2007-03-04 | 1 | -4/+25 |
* | Move the unaltered documentation of the functions which are part of the public | Panagiotis Issaris | 2007-02-25 | 1 | -46/+0 |
* | add doxygen docs for avpicture_fill() | Guillaume Poirier | 2007-02-20 | 1 | -15/+39 |
* | consistency renaming: yuv422 --> yuyv422 | Diego Biurrun | 2007-02-12 | 1 | -8/+8 |
* | consistency renaming: uyvy411 --> uyyvyy411 | Diego Biurrun | 2007-02-12 | 1 | -2/+2 |
* | consistency renaming: rgba32 --> rgb32 | Diego Biurrun | 2007-02-12 | 1 | -19/+19 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 1 | -35/+35 |
* | Avoid branches in the loop and solve a gcc warning | Luca Barbato | 2007-01-17 | 1 | -13/+19 |
* | Cosmetics | Luca Barbato | 2007-01-17 | 1 | -10/+17 |
* | Remove alpha channel from RGB555 | Alex Beregszaszi | 2006-11-16 | 1 | -15/+3 |
* | BGR555 has never been working as alpha supporting format. Remove the false se... | Alex Beregszaszi | 2006-11-16 | 1 | -1/+1 |
* | changed rgba32_to routines to support both alpha and non-alpha formats (see r... | Alex Beregszaszi | 2006-11-14 | 1 | -0/+12 |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -3/+3 |
* | Fix obvious typo, BGR555 was missing | Reynaldo H. Verdejo Pinochet | 2006-10-27 | 1 | -1/+1 |
* | 16-bit grayscale support | Kostya Shishkov | 2006-10-24 | 1 | -0/+107 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Minimal support for the new pixel formats in libavcodec | Luca Abeni | 2006-08-28 | 1 | -0/+139 |
* | Explicitly include fastmemcpy.h from libvo/. | Diego Biurrun | 2006-08-18 | 1 | -1/+1 |
* | Enable swscale usage in ffmpeg | Luca Abeni | 2006-08-08 | 1 | -0/+2 |
* | Mark some read-only datastructures as const. | Stefan Huehner | 2006-07-06 | 1 | -9/+9 |
* | make "size" variable in avpicture_alloc signed, since avpicture_get_size | Reimar Döffinger | 2006-04-19 | 1 | -1/+1 |
* | Baptiste COUDURIER's padding patch (reworked by me a little bit). | Luca Abeni | 2006-04-10 | 1 | -0/+50 |
* | remove mpegvideo.c img resample dependancy | Michael Niedermayer | 2006-03-31 | 1 | -13/+35 |
* | Fix cropping, depending on enc pix fmt | Baptiste Coudurier | 2006-03-10 | 1 | -0/+25 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -42/+42 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -132/+132 |
* | segfault fix | Michael Niedermayer | 2005-07-11 | 1 | -0/+2 |