Thu, 06 Mar 2008 17:41:31 +0000 |
takis |
Make av_class a pointer to a const AVClass. Addresses one warning in
libavcodec
|
Mon, 03 Mar 2008 21:54:18 +0000 |
mru |
remove invalid free() forgotten in r12300
libavcodec
|
Mon, 03 Mar 2008 19:53:27 +0000 |
michael |
Provide non null class name to avoid crash with ffmpeg -h.
libavcodec
|
Fri, 21 Dec 2007 11:50:18 +0000 |
diego |
comment typo fixes
libavcodec
|
Sat, 01 Dec 2007 22:21:04 +0000 |
vitor |
spelling
libavcodec
|
Tue, 02 Oct 2007 11:39:32 +0000 |
lu_zero |
Sanitize altivec code so it can be built with runtime check properly
libavcodec
|
Tue, 26 Jun 2007 18:01:15 +0000 |
benoit |
Indentation
libavcodec
|
Tue, 26 Jun 2007 18:00:50 +0000 |
benoit |
test context before accessing it
libavcodec
|
Tue, 26 Jun 2007 16:09:55 +0000 |
benoit |
add an AVClass pointer in SwsContext context
libavcodec
|
Mon, 28 May 2007 09:30:41 +0000 |
diego |
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
libavcodec
|
Mon, 21 May 2007 07:05:23 +0000 |
diego |
Fix imgresample-test linking.
libavcodec
|
Mon, 21 May 2007 07:01:42 +0000 |
diego |
Add explanatory comments to some #endifs.
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
|
Wed, 17 Jan 2007 10:26:13 +0000 |
takis |
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and
libavcodec
|
Tue, 14 Nov 2006 03:18:09 +0000 |
mru |
revert bad checkin
libavcodec
|
Tue, 14 Nov 2006 03:12:29 +0000 |
mru |
move some CFLAGS settings away from config.* writing section
libavcodec
|
Wed, 01 Nov 2006 22:39:58 +0000 |
diego |
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
libavcodec
|
Mon, 30 Oct 2006 10:15:37 +0000 |
lucabe |
AVPicture has 4 planes, not 3
libavcodec
|
Mon, 23 Oct 2006 17:06:32 +0000 |
lucabe |
Do not use a fake libavcodec/swscale.h, but always use the real one
libavcodec
|
Tue, 17 Oct 2006 10:26:37 +0000 |
lucabe |
Implement sws_getCachedContext() in swscale emulation
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Fri, 18 Aug 2006 13:38:24 +0000 |
diego |
Explicitly include fastmemcpy.h from libvo/.
libavcodec
|
Tue, 25 Jul 2006 15:23:44 +0000 |
lucabe |
Fix a corner case in sws emulation
libavcodec
|
Tue, 04 Apr 2006 12:35:55 +0000 |
lucabe |
Introduce swscale interface in libavcodec
libavcodec
|
Sun, 05 Feb 2006 13:35:17 +0000 |
diego |
MSVC-compatible __align8/__align16 declaration
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
|
Wed, 12 Oct 2005 22:40:10 +0000 |
alex |
sanity check whether dimensions are non-null
libavcodec
|
Fri, 26 Aug 2005 19:05:44 +0000 |
michael |
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de)
libavcodec
|
Wed, 12 Jan 2005 00:59:42 +0000 |
michael |
dissallow sprintf
libavcodec
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavcodec
|
Thu, 30 Dec 2004 14:48:01 +0000 |
michael |
imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t luc d0t ac.be>)
libavcodec
|
Thu, 17 Jun 2004 15:43:23 +0000 |
michael |
polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample filters
libavcodec
|
Sun, 06 Jun 2004 20:15:53 +0000 |
michael |
fix normalization
libavcodec
|
Sun, 06 Jun 2004 13:46:50 +0000 |
michael |
cubic filter instead of truncated sinc
libavcodec
|
Thu, 08 Apr 2004 18:54:40 +0000 |
michael |
padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)
libavcodec
|
Mon, 29 Sep 2003 15:44:59 +0000 |
michaelni |
avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
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
|
Fri, 06 Dec 2002 17:58:21 +0000 |
michaelni |
practically disabling altivec resampling code (some ppl said its broken) patch by (Dieter Shirley <dieters at schemasoft dot com>)
libavcodec
|
Sat, 30 Nov 2002 17:14:07 +0000 |
philipjsg |
Simplify an expression and eliminate a compile warning
libavcodec
|
Tue, 26 Nov 2002 09:21:01 +0000 |
michaelni |
altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
libavcodec
|
Thu, 12 Sep 2002 02:34:56 +0000 |
philipjsg |
Change abort() calls to av_abort() calls.
libavcodec
|
Thu, 05 Sep 2002 08:48:34 +0000 |
michaelni |
fixing tests
libavcodec
|
Sun, 01 Sep 2002 07:19:38 +0000 |
michaelni |
croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me
libavcodec
|
Sat, 25 May 2002 22:45:33 +0000 |
glantau |
license/copyright change
libavcodec
|
Wed, 22 May 2002 13:53:23 +0000 |
kabi |
* minor cleanup
libavcodec
|
Sat, 18 May 2002 23:03:29 +0000 |
glantau |
removed useless header includes - use av memory functions
libavcodec
|
Thu, 02 Aug 2001 18:46:26 +0000 |
arpi_esp |
- removed #include ../config.h, because it's included from common.h
libavcodec
|
Thu, 02 Aug 2001 08:29:38 +0000 |
nickols_k |
Adding fastmemcpy stuff to speedup mplayer project
libavcodec
|
Mon, 23 Jul 2001 20:06:54 +0000 |
glantau |
fixed config for direct mplayer build compatibility
libavcodec
|
Sun, 22 Jul 2001 14:18:56 +0000 |
glantau |
Initial revision
libavcodec
|