| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix avpicture_layout to not chroma shift the alpha plane when outputting YUVA... | Cédric Schieli | 2009-02-28 | 1 | -1/+7 |
* | Add VA API pixel formats. | Gwenole Beauchesne | 2009-02-27 | 1 | -0/+14 |
* | Approved hunks for VAAPI / our new shiny hwaccel API | Michael Niedermayer | 2009-02-23 | 1 | -0/+13 |
* | Add missing av_cold in static init/close functions. | Daniel Verkamp | 2009-02-22 | 1 | -1/+1 |
* | Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE. | Peter Ross | 2009-02-22 | 1 | -0/+22 |
* | Add a default (error) for the switch in case of an unsupported PIX_FMT. | Patrik Kullman | 2009-02-10 | 1 | -0/+2 |
* | Ensure that the palette is set in data[1] for all 8bit formats. | Michael Niedermayer | 2009-02-06 | 1 | -12/+50 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can | NVIDIA Corporation | 2009-01-20 | 1 | -0/+6 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can | NVIDIA Corporation | 2009-01-16 | 1 | -0/+6 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -5/+5 |
* | Add VDPAU hardware accelerated decoding for H264 which can be used by | NVIDIA Corporation | 2009-01-04 | 1 | -0/+3 |
* | Rename libavcodec/i386/ --> libavcodec/x86/. | Diego Biurrun | 2008-12-22 | 1 | -2/+2 |
* | Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com. | Anders Grönberg | 2008-12-14 | 1 | -1/+1 |
* | Get rid of mmx_t. | Aurelien Jacobs | 2008-12-14 | 1 | -12/+3 |
* | Remove unused variable, patch by Art Clarke, aclarke vlideshow com. | Art Clarke | 2008-10-30 | 1 | -3/+1 |
* | Fix av_picture_copy missing pixels on packed planar AVPictures with odd size. | Art Clarke | 2008-10-29 | 1 | -2/+2 |
* | Rename template included sources from .h to _template.c. | Diego Pettenò | 2008-10-27 | 1 | -5/+5 |
* | avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_... | Michael Niedermayer | 2008-09-08 | 1 | -2/+2 |
* | Remove stuff under #if LIBAVCODEC_VERSION_INT. | Michael Niedermayer | 2008-09-08 | 1 | -21/+0 |
* | Add graceful error handling to avcodec_get_pix_fmt_name() and avcodec_get_pix... | Peter Ross | 2008-08-03 | 1 | -3/+3 |
* | 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 |