| Commit message (Expand) | Author | Age | Files | Lines |
* | Support deinterlacing of YUVJ422P in old deinterlacer. | Maksym Veremeyenko | 2010-09-25 | 1 | -0/+2 |
* | Support deinterlacing of YUVJ420P. | Benjamin Larsson | 2010-09-20 | 1 | -0/+2 |
* | Reindent. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Move av_picture_data_copy() to libavcore, and rename it | Stefano Sabatini | 2010-09-07 | 1 | -30/+4 |
* | Reimplement av_picture_data_copy() avoiding the use of PixFmtInfo | Stefano Sabatini | 2010-09-07 | 1 | -16/+17 |
* | Reindent after the last commit. | Stefano Sabatini | 2010-09-07 | 1 | -4/+4 |
* | Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, | Stefano Sabatini | 2010-09-07 | 1 | -10/+4 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -8/+8 |
* | Cosmetics: remove useless (). | Stefano Sabatini | 2010-08-21 | 1 | -1/+1 |
* | Deprecate ff_get_plane_bytewidth() in favor of | Stefano Sabatini | 2010-08-12 | 1 | -1/+3 |
* | Implement av_get_image_linesize() and use it in | Stefano Sabatini | 2010-08-12 | 1 | -47/+1 |
* | Add av_picture_data_copy() and reimplement av_picture_copy() as a | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -9/+17 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -2/+2 |
* | Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize, | Stefano Sabatini | 2010-07-31 | 1 | -0/+2 |
* | Fix compilation with --disable-yasm. 10l to me. | Vitor Sessak | 2010-07-31 | 1 | -3/+3 |
* | Convert deinterlacing MMX code to YASM | Vitor Sessak | 2010-07-31 | 1 | -84/+15 |
* | Make avpicture_fill() directly call av_fill_image_linesizes() and | Stefano Sabatini | 2010-07-30 | 1 | -2/+2 |
* | Move fill_image_linesize() and fill_image_data_ptr() from | Stefano Sabatini | 2010-07-29 | 1 | -141/+3 |
* | Define static functions fill_image_linesize() and | S.N. Hemanth Meenakshisundaram | 2010-07-26 | 1 | -34/+45 |
* | Move colorspace.h from libavcodec to libavutil. | Stefano Sabatini | 2010-07-01 | 1 | -1/+1 |
* | Fix width computation for nv12/nv21 in ff_get_plane_bytewidth(). | Stefano Sabatini | 2010-06-06 | 1 | -1/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Add PIX_FMT_Y400A, 8bit gray, 8bit alpha | Andreas Öman | 2010-04-14 | 1 | -0/+1 |
* | Make ff_fill_linesize() use the information stored in | Stefano Sabatini | 2010-04-11 | 1 | -95/+24 |
* | Round correctly chroma picture height. | Vitor Sessak | 2010-03-05 | 1 | -2/+2 |
* | Add initial support for 12-bit color mode. | Janusz Krzysztofik | 2010-03-05 | 1 | -1/+45 |
* | Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss(). | Janusz Krzysztofik | 2010-03-05 | 1 | -2/+4 |
* | Include internal.h and imgconvert.h, they contain the prototypes for the | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+2 |
* | Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). | Stefano Sabatini | 2010-01-30 | 1 | -30/+3 |
* | Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warn... | Carl Eugen Hoyos | 2009-12-14 | 1 | -2/+2 |
* | Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo | Stefano Sabatini | 2009-12-04 | 1 | -24/+0 |
* | Use pixel formats names defined in av_pix_fmt_descriptors rather than | Stefano Sabatini | 2009-11-28 | 1 | -64/+2 |
* | Remove unused PixFmtInfo.is_hwaccel field. | Stefano Sabatini | 2009-11-28 | 1 | -12/+0 |
* | Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than | Stefano Sabatini | 2009-11-26 | 1 | -1/+1 |
* | Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use | Stefano Sabatini | 2009-11-26 | 1 | -78/+27 |
* | 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 |