Wed, 11 Aug 2010 14:18:52 +0000 |
stefano |
Add av_picture_data_copy() and reimplement av_picture_copy() as a
libavcodec
|
Fri, 06 Aug 2010 09:37:04 +0000 |
stefano |
Remove use of the deprecated function avcodec_check_dimensions(), use
libavcodec
|
Sat, 31 Jul 2010 16:46:20 +0000 |
stefano |
Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize,
libavcodec
|
Sat, 31 Jul 2010 16:17:54 +0000 |
vitor |
Fix compilation with --disable-yasm. 10l to me.
libavcodec
|
Sat, 31 Jul 2010 14:50:51 +0000 |
vitor |
Convert deinterlacing MMX code to YASM
libavcodec
|
Fri, 30 Jul 2010 08:42:08 +0000 |
stefano |
Make avpicture_fill() directly call av_fill_image_linesizes() and
libavcodec
|
Thu, 29 Jul 2010 23:44:57 +0000 |
stefano |
Move fill_image_linesize() and fill_image_data_ptr() from
libavcodec
|
Mon, 26 Jul 2010 14:30:47 +0000 |
stefano |
Define static functions fill_image_linesize() and
libavcodec
|
Thu, 01 Jul 2010 18:49:44 +0000 |
stefano |
Move colorspace.h from libavcodec to libavutil.
libavcodec
|
Sun, 06 Jun 2010 18:29:39 +0000 |
stefano |
Fix width computation for nv12/nv21 in ff_get_plane_bytewidth().
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Wed, 14 Apr 2010 20:15:19 +0000 |
andoma |
Add PIX_FMT_Y400A, 8bit gray, 8bit alpha
libavcodec
|
Sun, 11 Apr 2010 14:09:05 +0000 |
stefano |
Make ff_fill_linesize() use the information stored in
libavcodec
|
Fri, 05 Mar 2010 20:04:24 +0000 |
vitor |
Round correctly chroma picture height.
libavcodec
|
Fri, 05 Mar 2010 08:26:23 +0000 |
benoit |
Add initial support for 12-bit color mode.
libavcodec
|
Fri, 05 Mar 2010 00:50:13 +0000 |
stefano |
Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss().
libavcodec
|
Sun, 28 Feb 2010 03:52:10 +0000 |
cehoyos |
Include internal.h and imgconvert.h, they contain the prototypes for the
libavcodec
|
Sat, 30 Jan 2010 18:50:00 +0000 |
stefano |
Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().
libavcodec
|
Mon, 14 Dec 2009 11:18:28 +0000 |
cehoyos |
Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warnings).
libavcodec
|
Fri, 04 Dec 2009 23:16:27 +0000 |
stefano |
Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo
libavcodec
|
Sat, 28 Nov 2009 01:13:43 +0000 |
stefano |
Use pixel formats names defined in av_pix_fmt_descriptors rather than
libavcodec
|
Sat, 28 Nov 2009 00:53:15 +0000 |
stefano |
Remove unused PixFmtInfo.is_hwaccel field.
libavcodec
|
Thu, 26 Nov 2009 21:04:33 +0000 |
stefano |
Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than
libavcodec
|
Thu, 26 Nov 2009 20:00:03 +0000 |
stefano |
Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use
libavcodec
|
Thu, 26 Nov 2009 00:33:19 +0000 |
stefano |
Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather
libavcodec
|
Wed, 25 Nov 2009 23:52:20 +0000 |
stefano |
Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than
libavcodec
|
Wed, 25 Nov 2009 17:14:48 +0000 |
ramiro |
Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma
libavcodec
|
Fri, 20 Nov 2009 11:38:37 +0000 |
ramiro |
Indent
libavcodec
|
Thu, 19 Nov 2009 22:56:57 +0000 |
stefano |
Fix name for PIX_FMT_NV21 PixFmtInfo entry.
libavcodec
|
Tue, 10 Nov 2009 19:36:58 +0000 |
vitor |
Fix palette copying in av_picture_copy(). Previous code worked only if
libavcodec
|