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.