Sun, 14 Dec 2008 00:46:27 +0000 |
aurel |
Get rid of mmx_t.
libavcodec
|
Thu, 30 Oct 2008 09:13:48 +0000 |
diego |
Remove unused variable, patch by Art Clarke, aclarke vlideshow com.
libavcodec
|
Wed, 29 Oct 2008 23:07:49 +0000 |
diego |
Fix av_picture_copy missing pixels on packed planar AVPictures with odd size.
libavcodec
|
Mon, 27 Oct 2008 14:35:58 +0000 |
flameeyes |
Rename template included sources from .h to _template.c.
libavcodec
|
Mon, 08 Sep 2008 18:29:08 +0000 |
michael |
avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts.
libavcodec
|
Mon, 08 Sep 2008 15:03:17 +0000 |
michael |
Remove stuff under #if LIBAVCODEC_VERSION_INT.
libavcodec
|
Sun, 03 Aug 2008 00:41:31 +0000 |
pross |
Add graceful error handling to avcodec_get_pix_fmt_name() and avcodec_get_pix_fmt().
libavcodec
|
Sun, 01 Jun 2008 02:28:33 +0000 |
bcoudurier |
memcpy considering output width, not src linesize, fix segv with av_picture_pad
libavcodec
|
Tue, 27 May 2008 19:44:56 +0000 |
michael |
Do not read from prior the array, fix CID 127.
libavcodec
|
Tue, 06 May 2008 09:16:36 +0000 |
diego |
Remove unnecessary parentheses from return calls.
libavcodec
|
Sun, 16 Mar 2008 17:34:31 +0000 |
diego |
Move functions that are only used when libswscale is not compiled in below
libavcodec
|
Mon, 10 Mar 2008 17:54:24 +0000 |
diego |
Rename --enable-swscaler --> enable-swscale to be consistent with the
libavcodec
|
Fri, 15 Feb 2008 20:19:46 +0000 |
vitor |
This should not be part of the public API
libavcodec
|
Fri, 15 Feb 2008 19:47:14 +0000 |
vitor |
My commit in r11942 broke compilation.
libavcodec
|
Fri, 15 Feb 2008 18:01:07 +0000 |
vitor |
Split avpicture_fill() in two functions. This will be
libavcodec
|
Wed, 13 Feb 2008 09:26:10 +0000 |
diego |
typo fix: inited --> initialized
libavcodec
|
Mon, 11 Feb 2008 21:49:24 +0000 |
vitor |
Factor bytewidth determination in its own function
libavcodec
|
Thu, 31 Jan 2008 00:00:08 +0000 |
bcoudurier |
cast to dest type, fix warning imgconvert.c:1958: warning: assignment from incompatible pointer type
libavcodec
|
Tue, 18 Dec 2007 13:49:58 +0000 |
bcoudurier |
avoid infinite loop if pixel format conversion does not exist
libavcodec
|
Sat, 01 Dec 2007 22:21:04 +0000 |
vitor |
spelling
libavcodec
|
Thu, 11 Oct 2007 22:31:08 +0000 |
cehoyos |
Enable avpicture_deinterlace() for PIX_FMT_GRAY8.
libavcodec
|
Sat, 29 Sep 2007 15:09:34 +0000 |
andoma |
Use emms_c() instead of ifdef
libavcodec
|
Mon, 24 Sep 2007 13:21:41 +0000 |
aurel |
add support for yuva420p colorspace (yuv420p + alpha)
libavcodec
|
Wed, 18 Jul 2007 08:11:16 +0000 |
benoit |
add YUV440P and YUVJ440P support
libavcodec
|
Tue, 17 Jul 2007 12:57:50 +0000 |
diego |
typo fixes
libavcodec
|
Tue, 17 Jul 2007 12:33:14 +0000 |
benoit |
create colorspace.h and use it where appropriate
libavcodec
|
Wed, 30 May 2007 14:20:55 +0000 |
benoit |
Add support for listing the supported pixel formats using the option
libavcodec
|
Mon, 28 May 2007 09:30:41 +0000 |
diego |
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
libavcodec
|
Sat, 07 Apr 2007 19:24:27 +0000 |
ivo |
Fix segmentation fault for gray16le to gray conversion.
libavcodec
|
Sun, 04 Mar 2007 11:53:11 +0000 |
takis |
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"
libavcodec
|