Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavcodec
|
Tue, 29 Apr 2008 07:24:44 +0000 |
diego |
Add some long names to AVCodec declarations.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Wed, 12 Mar 2008 23:58:46 +0000 |
diego |
typo fixes
libavcodec
|
Fri, 01 Feb 2008 04:17:56 +0000 |
michael |
const
libavcodec
|
Tue, 04 Sep 2007 17:31:25 +0000 |
melanson |
Fix issue 123 (Support Magic-carpet fli version,
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Sat, 16 Jun 2007 14:52:12 +0000 |
mru |
fix indentation
libavcodec
|
Sat, 16 Jun 2007 14:52:10 +0000 |
mru |
replace endian detection hack with #ifdef WORDS_BIGENDIAN
libavcodec
|
Tue, 12 Jun 2007 18:50:50 +0000 |
diego |
misc typo fixes
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
libavcodec
|
Sun, 08 Apr 2007 20:24:16 +0000 |
diego |
Get rid of unnecessary pointer casts.
libavcodec
|
Sat, 07 Apr 2007 17:37:30 +0000 |
diego |
Remove superfluous setting of has_b_frames in codecs without B-frames.
libavcodec
|
Wed, 07 Mar 2007 00:27:23 +0000 |
alex |
typo: unkown->unknown
libavcodec
|
Sun, 18 Feb 2007 01:02:34 +0000 |
alex |
display line number when printing error
libavcodec
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavcodec
|
Fri, 24 Nov 2006 12:36:06 +0000 |
lu_zero |
typo
libavcodec
|
Fri, 24 Nov 2006 00:16:32 +0000 |
alex |
Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson
libavcodec
|
Thu, 23 Nov 2006 23:50:08 +0000 |
alex |
support byte_run=0 case in DELTA_FLI (this case means only skip pixels)
libavcodec
|
Thu, 23 Nov 2006 22:57:20 +0000 |
alex |
10l memory corruption bug found by Steven Johnson
libavcodec
|
Tue, 14 Nov 2006 19:19:13 +0000 |
alex |
Fix possible overflows. Found by Steven Johnson
libavcodec
|
Thu, 19 Oct 2006 23:03:47 +0000 |
alex |
correct signaling of palette change
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sat, 28 Jan 2006 16:05:06 +0000 |
aurel |
make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Thu, 13 Oct 2005 04:35:31 +0000 |
melanson |
support for FLX and DTA extensions in the FLIC format, courtesy of
libavcodec
|
Sat, 13 Aug 2005 16:59:01 +0000 |
melanson |
tinfoil patch: make sure that pixel pointer does not go out of bounds
libavcodec
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavcodec
|
Sun, 14 Mar 2004 04:04:08 +0000 |
melanson |
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
libavcodec
|
Sun, 25 Jan 2004 16:43:09 +0000 |
rtognimp |
Use reget buffer instead of copying from prev frame
libavcodec
|
Fri, 14 Nov 2003 05:42:14 +0000 |
melanson |
yep, FLI support
libavcodec
|