Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavcodec
|
Sun, 19 Nov 2006 05:30:43 +0000 |
kostya |
Divide first audio buffer chunk into atomary bufffers.
libavcodec
|
Mon, 13 Nov 2006 05:15:55 +0000 |
kostya |
Output proper 16-bit sound (fixes decoding on PPC)
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Wed, 09 Aug 2006 07:52:28 +0000 |
diego |
Correct wrong memset invocation.
libavcodec
|
Sat, 11 Mar 2006 04:26:55 +0000 |
kostya |
16-bit DPCM and stereo support for Sierra VMD
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
|
Sat, 13 Aug 2005 18:39:21 +0000 |
melanson |
tinfoil patch: be more diligent about checking array boundaries before
libavcodec
|
Tue, 28 Sep 2004 03:04:36 +0000 |
melanson |
if audio is PCM, push it through (sync is not perfect yet)
libavcodec
|
Fri, 21 May 2004 14:37:16 +0000 |
michael |
data_size = 0 cleanup
libavcodec
|
Wed, 07 Apr 2004 13:26:47 +0000 |
alex |
conversion to av_log
libavcodec
|
Sun, 14 Mar 2004 04:08:11 +0000 |
melanson |
minor VMD system update; still not perfect, but should not crash either
libavcodec
|
Sun, 22 Feb 2004 00:31:19 +0000 |
michael |
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get
libavcodec
|