Sat, 21 Mar 2009 10:25:20 +0000 |
reimar |
Fix avpicture_get_size for non-paletted formats with a helper palette
libavcodec
|
Thu, 19 Mar 2009 21:31:10 +0000 |
reimar |
Do not set linesize for palette data, it does not make sense and creates
libavcodec
|
Tue, 03 Mar 2009 22:51:30 +0000 |
michael |
Remove old scaler.
libavcodec
|
Tue, 03 Mar 2009 13:43:24 +0000 |
gb |
Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats.
libavcodec
|
Sat, 28 Feb 2009 07:31:36 +0000 |
sdrik |
Fix avpicture_layout to not chroma shift the alpha plane when outputting YUVA420P
libavcodec
|
Fri, 27 Feb 2009 08:12:41 +0000 |
benoit |
Add VA API pixel formats.
libavcodec
|
Mon, 23 Feb 2009 13:35:52 +0000 |
michael |
Approved hunks for VAAPI / our new shiny hwaccel API
libavcodec
|
Sun, 22 Feb 2009 13:48:55 +0000 |
stefano |
Add missing av_cold in static init/close functions.
libavcodec
|
Sun, 22 Feb 2009 00:55:49 +0000 |
pross |
Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
libavcodec
|
Tue, 10 Feb 2009 12:38:56 +0000 |
gpoirier |
Add a default (error) for the switch in case of an unsupported PIX_FMT.
libavcodec
|
Fri, 06 Feb 2009 12:59:50 +0000 |
michael |
Ensure that the palette is set in data[1] for all 8bit formats.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Tue, 20 Jan 2009 09:28:36 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can
libavcodec
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Fri, 16 Jan 2009 02:14:07 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Sun, 04 Jan 2009 23:55:27 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for H264 which can be used by
libavcodec
|
Mon, 22 Dec 2008 09:12:42 +0000 |
diego |
Rename libavcodec/i386/ --> libavcodec/x86/.
libavcodec
|
Sun, 14 Dec 2008 12:30:34 +0000 |
diego |
Prevent shift overflow, patch by Anders Grnberg, galileo.m2 gmail com.
libavcodec
|
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
|
Sun, 25 Feb 2007 07:53:44 +0000 |
takis |
Move the unaltered documentation of the functions which are part of the public
libavcodec
|
Tue, 20 Feb 2007 08:35:25 +0000 |
gpoirier |
add doxygen docs for avpicture_fill()
libavcodec
|
Mon, 12 Feb 2007 23:23:05 +0000 |
diego |
consistency renaming: yuv422 --> yuyv422
libavcodec
|
Mon, 12 Feb 2007 23:15:38 +0000 |
diego |
consistency renaming: uyvy411 --> uyyvyy411
libavcodec
|
Mon, 12 Feb 2007 23:07:17 +0000 |
diego |
consistency renaming: rgba32 --> rgb32
libavcodec
|
Wed, 07 Feb 2007 01:48:09 +0000 |
diego |
Replace deprecated PIX_FMT names by the newer variants.
libavcodec
|
Wed, 17 Jan 2007 11:02:07 +0000 |
lu_zero |
Avoid branches in the loop and solve a gcc warning
libavcodec
|
Wed, 17 Jan 2007 10:47:58 +0000 |
lu_zero |
Cosmetics
libavcodec
|
Thu, 16 Nov 2006 20:46:36 +0000 |
alex |
Remove alpha channel from RGB555
libavcodec
|
Thu, 16 Nov 2006 20:43:29 +0000 |
alex |
BGR555 has never been working as alpha supporting format. Remove the false setting.
libavcodec
|
Tue, 14 Nov 2006 19:53:22 +0000 |
alex |
changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too)
libavcodec
|
Sun, 12 Nov 2006 20:08:09 +0000 |
mru |
rename cropTbl -> ff_cropTbl
libavcodec
|
Fri, 27 Oct 2006 22:08:02 +0000 |
reynaldo |
Fix obvious typo, BGR555 was missing
libavcodec
|
Tue, 24 Oct 2006 04:57:43 +0000 |
kostya |
16-bit grayscale support
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Mon, 28 Aug 2006 14:56:47 +0000 |
lucabe |
Minimal support for the new pixel formats in libavcodec
libavcodec
|
Fri, 18 Aug 2006 13:38:24 +0000 |
diego |
Explicitly include fastmemcpy.h from libvo/.
libavcodec
|
Tue, 08 Aug 2006 18:51:38 +0000 |
lucabe |
Enable swscale usage in ffmpeg
libavcodec
|
Thu, 06 Jul 2006 13:53:07 +0000 |
diego |
Mark some read-only datastructures as const.
libavcodec
|
Wed, 19 Apr 2006 19:51:56 +0000 |
reimar |
make "size" variable in avpicture_alloc signed, since avpicture_get_size
libavcodec
|
Mon, 10 Apr 2006 07:45:29 +0000 |
lucabe |
Baptiste COUDURIER's padding patch (reworked by me a little bit).
libavcodec
|
Fri, 31 Mar 2006 20:43:37 +0000 |
michael |
remove mpegvideo.c img resample dependancy
libavcodec
|
Fri, 10 Mar 2006 13:55:48 +0000 |
bcoudurier |
Fix cropping, depending on enc pix fmt
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Mon, 11 Jul 2005 00:43:21 +0000 |
michael |
segfault fix
libavcodec
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavcodec
|
Wed, 24 Nov 2004 22:54:16 +0000 |
michael |
YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>)
libavcodec
|
Wed, 27 Oct 2004 21:42:26 +0000 |
michael |
YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at androme dot com>)
libavcodec
|
Mon, 25 Oct 2004 01:16:13 +0000 |
michael |
fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
libavcodec
|
Fri, 22 Oct 2004 02:04:30 +0000 |
romansh |
* Introducing IIDC1394 grabbing interface.
libavcodec
|
Thu, 19 Aug 2004 10:55:48 +0000 |
michael |
enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
libavcodec
|
Sun, 25 Jul 2004 10:01:36 +0000 |
michael |
UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
libavcodec
|
Sat, 01 Nov 2003 17:38:25 +0000 |
michael |
ffv1 rgb support
libavcodec
|
Sat, 11 Oct 2003 08:18:05 +0000 |
michael |
recommit of
libavcodec
|
Mon, 29 Sep 2003 15:44:59 +0000 |
michaelni |
avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)
libavcodec
|
Tue, 26 Aug 2003 22:05:12 +0000 |
romansh |
* ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem
libavcodec
|
Wed, 09 Jul 2003 23:10:59 +0000 |
michaelni |
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)
libavcodec
|
Sat, 24 May 2003 18:48:30 +0000 |
mellum |
Warning and compatibility fixes.
libavcodec
|
Mon, 12 May 2003 02:53:43 +0000 |
romansh |
* fixing a bug in avpicture_layout (PAL8 wasn't handled properly)
libavcodec
|
Wed, 07 May 2003 19:01:45 +0000 |
romansh |
* introducing new public interface in imgconvert.c
libavcodec
|
Mon, 21 Apr 2003 22:37:39 +0000 |
bellard |
rgb555 alpha extraction fix
libavcodec
|
Mon, 21 Apr 2003 21:20:46 +0000 |
bellard |
added img_get_alpha_info()
libavcodec
|
Mon, 21 Apr 2003 15:15:59 +0000 |
bellard |
fixed PIX_FMT_YUV422 conversions
libavcodec
|
Mon, 21 Apr 2003 15:01:37 +0000 |
bellard |
loss fixes (thanks to Daniel Serpell) - shrink22 fix
libavcodec
|
Mon, 21 Apr 2003 14:38:52 +0000 |
bellard |
added all missing UV conversions
libavcodec
|
Mon, 21 Apr 2003 13:53:46 +0000 |
bellard |
almost exhaustive image conversion support
libavcodec
|
Mon, 21 Apr 2003 12:12:58 +0000 |
bellard |
accurate YUV to RGB and RGB to YUV conversions - added comments
libavcodec
|
Sun, 20 Apr 2003 16:18:44 +0000 |
bellard |
YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support
libavcodec
|
Sat, 19 Apr 2003 16:21:25 +0000 |
bellard |
rgba32 convert
libavcodec
|
Fri, 04 Apr 2003 13:36:07 +0000 |
michaelni |
fixing mem corruption
libavcodec
|
Thu, 06 Mar 2003 13:22:51 +0000 |
michaelni |
typos & cosmetics
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Tue, 18 Feb 2003 17:35:49 +0000 |
michaelni |
fixing 410 -> 420
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Mon, 10 Feb 2003 09:35:32 +0000 |
kabi |
* static,const,compiler warning cleanup
libavcodec
|
Sun, 09 Feb 2003 16:20:25 +0000 |
bellard |
added paletted 8 bit format support
libavcodec
|
Sat, 08 Feb 2003 15:34:25 +0000 |
philipjsg |
Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images
libavcodec
|
Sun, 02 Feb 2003 19:53:01 +0000 |
bellard |
handle odd image sizes when using subsampled chroma (useful for JPEG images)
libavcodec
|
Wed, 29 Jan 2003 22:44:34 +0000 |
michaelni |
100000l
libavcodec
|
Thu, 23 Jan 2003 23:03:09 +0000 |
bellard |
use av_malloc() functions - added av_strdup and av_realloc()
libavcodec
|
Thu, 23 Jan 2003 01:20:47 +0000 |
michaelni |
reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY)
libavcodec
|
Mon, 20 Jan 2003 22:41:48 +0000 |
michaelni |
img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>)
libavcodec
|
Mon, 20 Jan 2003 22:26:19 +0000 |
bellard |
added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case
libavcodec
|
Mon, 20 Jan 2003 20:33:08 +0000 |
michaelni |
fixing yuv422 -> yuv420p (i need that for the vceq videos ...)
libavcodec
|
Sun, 19 Jan 2003 18:30:29 +0000 |
michaelni |
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Mns Rullgrd))
libavcodec
|
Sat, 11 Jan 2003 04:54:38 +0000 |
bellard |
added missing formats in all functions - added monoblack, monowhite and gray8 support for most conversions
libavcodec
|
Sat, 11 Jan 2003 00:08:48 +0000 |
bellard |
simplified code (need automatic testing) - added primitive new format support.
libavcodec
|
Sun, 29 Dec 2002 22:35:46 +0000 |
michaelni |
removing PIX_FMT_ANY
libavcodec
|
Thu, 14 Nov 2002 19:46:14 +0000 |
michaelni |
16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled)
libavcodec
|