log

age author description
Fri, 11 Jul 2008 18:51:12 +0000 reimar Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read and
Fri, 11 Jul 2008 18:36:21 +0000 reimar Copy macro simplification from imaadpcm to msadpcm
Fri, 11 Jul 2008 18:14:16 +0000 reimar Remove useless comments from ad_msadpcm
Fri, 11 Jul 2008 18:13:11 +0000 reimar Make msadpcm arrays const
Fri, 11 Jul 2008 18:12:15 +0000 reimar Remove unused macros
Fri, 11 Jul 2008 18:10:06 +0000 reimar Explicitly include inttypes.h in ad_imaadpcm
Fri, 11 Jul 2008 18:04:36 +0000 reimar 1000l, fix demux_lavf compilation
Fri, 11 Jul 2008 17:25:37 +0000 reimar Correct stream-seekability tests in demux_audio and demux_lavf
Thu, 10 Jul 2008 20:10:11 +0000 reimar Only read wav header cbSize when there is enough space in header.
Thu, 10 Jul 2008 20:06:43 +0000 reimar 100l, assignment introduced in r27246 was exactly the wrong way around.
Thu, 10 Jul 2008 19:30:23 +0000 reimar Cosmetics: reindent
Thu, 10 Jul 2008 19:29:02 +0000 reimar Clean up reading of wav extradata.
Thu, 10 Jul 2008 15:37:06 +0000 lu_zero 100l, avoption splitted code added, I should double check with svn status...
Wed, 09 Jul 2008 22:43:08 +0000 lu_zero Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
Wed, 09 Jul 2008 18:24:48 +0000 reimar Fix stupid and almost pointless check-after-read code in asfheader.c.
Wed, 09 Jul 2008 15:05:56 +0000 eugeni Fix \fn without an argument consuming the next '\'.
Wed, 09 Jul 2008 08:12:42 +0000 gpoirier sync w/r27236
Tue, 08 Jul 2008 16:11:58 +0000 diego Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines to
Tue, 08 Jul 2008 15:55:32 +0000 diego Mark function not used outside of the file as static.
Tue, 08 Jul 2008 15:54:31 +0000 diego Remove declaration of extern inline function that is used nowhere from header
Tue, 08 Jul 2008 14:38:09 +0000 ptt synced with r27236
Tue, 08 Jul 2008 13:34:03 +0000 ptt another alphabetical order correction
Tue, 08 Jul 2008 13:22:57 +0000 ptt moved o option beetwen m* and p*
Tue, 08 Jul 2008 08:20:39 +0000 diego Add missing #include <sys/socket.h>, fixes the warnings:
Tue, 08 Jul 2008 08:17:50 +0000 diego Use correct PRIu64 length modifier for uint64_t value, fixes the warning:
Mon, 07 Jul 2008 12:17:46 +0000 diego Add support for MLP audio through FFmpeg.
Mon, 07 Jul 2008 09:32:21 +0000 diego Run bash-specific shell scripts with bash, not sh.
Mon, 07 Jul 2008 09:30:22 +0000 diego Give all shell scripts a .sh suffix for consistency.
Mon, 07 Jul 2008 06:47:01 +0000 diego Replace bash-specific [[]] construct by a proper [] test.
Mon, 07 Jul 2008 06:43:45 +0000 diego Replace == in []/test constructs with =, == is a bashism.