| Commit message (Expand) | Author | Age | Files | Lines |
* | Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather | Stefano Sabatini | 2009-11-26 | 1 | -2/+2 |
* | Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than | Stefano Sabatini | 2009-11-25 | 1 | -1/+2 |
* | Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma | Ramiro Polla | 2009-11-25 | 1 | -3/+5 |
* | Indent | Ramiro Polla | 2009-11-20 | 1 | -16/+16 |
* | Fix name for PIX_FMT_NV21 PixFmtInfo entry. | Stefano Sabatini | 2009-11-19 | 1 | -1/+1 |
* | Fix palette copying in av_picture_copy(). Previous code worked only if | Vitor Sessak | 2009-11-10 | 1 | -3/+1 |
* | Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used | NVIDIA Corporation | 2009-11-10 | 1 | -0/+5 |
* | 100l in avpicture_layout: width of chroma planes depends on format depth, too. | Reimar Döffinger | 2009-10-11 | 1 | -1/+1 |
* | simplify format string for writing pix_fmt string. | Justin Ruggles | 2009-09-26 | 1 | -1/+1 |
* | Align pix_fmt list by allowing one more char for the pix_fmt name. | Justin Ruggles | 2009-09-25 | 1 | -1/+1 |
* | Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). | Lars Täuber | 2009-09-05 | 1 | -24/+24 |
* | Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native | Alexis Ballier | 2009-08-11 | 1 | -21/+42 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -1/+1 |
* | Fix argument type mismatches for av_picture_crop and av_picture_fill | Måns Rullgård | 2009-07-01 | 1 | -1/+1 |
* | Add 420,422 and 444 planar 16bit per component pix formats. | Michael Niedermayer | 2009-04-21 | 1 | -0/+66 |
* | Remove a useless assignment in img_get_alpha_info() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -1/+0 |
* | Remove redundant assignment in av_picture_copy() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -1/+0 |
* | Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -1/+0 |
* | fix indentation | Baptiste Coudurier | 2009-04-14 | 1 | -1/+1 |
* | avoid strcmp NULL, fix segv on mingw | Baptiste Coudurier | 2009-04-14 | 1 | -1/+1 |
* | Make the pixel formats which were defined as macros: | Stefano Sabatini | 2009-03-22 | 1 | -17/+23 |
* | Factorize: use the X_NE() macro in avcodec_get_pix_fmt(). | Stefano Sabatini | 2009-03-22 | 1 | -7/+1 |
* | Implement X_NE() macro. | Stefano Sabatini | 2009-03-22 | 1 | -0/+6 |
* | Change the RGB5X5/BGR5X5 pixel format defines so that we have little | Stefano Sabatini | 2009-03-21 | 1 | -8/+40 |
* | Extend the behavior of avcodec_get_pix_fmt(), if it cannot find a | Stefano Sabatini | 2009-03-21 | 1 | -1/+19 |
* | Globally prefer enum PixelFormat over int when it makes sense. | Stefano Sabatini | 2009-03-21 | 1 | -20/+22 |
* | Fix avpicture_get_size for non-paletted formats with a helper palette | Reimar Döffinger | 2009-03-21 | 1 | -1/+12 |
* | Do not set linesize for palette data, it does not make sense and creates | Reimar Döffinger | 2009-03-19 | 1 | -1/+0 |
* | Remove old scaler. | Michael Niedermayer | 2009-03-03 | 1 | -1492/+0 |
* | Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats. | Gwenole Beauchesne | 2009-03-03 | 1 | -0/+8 |
* | 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 |