Mon, 22 Oct 2007 10:23:38 +0000 |
kostya |
Use simple IDCT for now
libavcodec
|
Mon, 22 Oct 2007 10:22:36 +0000 |
kostya |
Remove incorrect and unneeded code
libavcodec
|
Mon, 22 Oct 2007 06:01:38 +0000 |
kostya |
Beam Software SIFF demuxer and video decoder
libavcodec
|
Sun, 21 Oct 2007 22:44:05 +0000 |
aurel |
remove some useless initializations (the whole context is initialized to 0)
libavcodec
|
Sun, 21 Oct 2007 22:16:28 +0000 |
aurel |
remove unused context var
libavcodec
|
Sun, 21 Oct 2007 17:26:02 +0000 |
kostya |
New RM format deserves small version bump
libavcodec
|
Sun, 21 Oct 2007 17:23:07 +0000 |
kostya |
indentation after last commit
libavcodec
|
Sun, 21 Oct 2007 17:22:37 +0000 |
kostya |
Make RV10/20 decoder work with new frame format
libavcodec
|
Thu, 18 Oct 2007 23:59:31 +0000 |
aurel |
ensure all compiled in codec/muxer are registered
libavcodec
|
Thu, 18 Oct 2007 21:03:10 +0000 |
aurel |
small simplification
libavcodec
|
Thu, 18 Oct 2007 16:10:36 +0000 |
kostya |
WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform
libavcodec
|
Thu, 18 Oct 2007 15:16:07 +0000 |
banan |
Unaligned memory access rcrash fix
libavcodec
|
Thu, 18 Oct 2007 14:01:20 +0000 |
mbardiaux |
Print pixel and display aspect ratios
libavcodec
|
Thu, 18 Oct 2007 11:11:33 +0000 |
michael |
replace (disabled by default) assert(0) by abort() if the picture buffer
libavcodec
|
Thu, 18 Oct 2007 09:34:49 +0000 |
diego |
Rename LIB to LIBNAME for consistency.
libavcodec
|
Wed, 17 Oct 2007 23:02:35 +0000 |
diego |
Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().
libavcodec
|
Wed, 17 Oct 2007 22:29:13 +0000 |
diego |
Explain why there are no multiple inclusion guards in these header files.
libavcodec
|
Wed, 17 Oct 2007 18:23:11 +0000 |
diego |
Clarify comment that explains why this header lacks multiple inclusion guards.
libavcodec
|
Wed, 17 Oct 2007 11:19:42 +0000 |
aurel |
Remove wrong multiple inclusion guards.
libavcodec
|
Wed, 17 Oct 2007 09:37:46 +0000 |
diego |
Add FFMPEG_ prefix to all multiple inclusion guards.
libavcodec
|
Wed, 17 Oct 2007 09:34:48 +0000 |
diego |
Add a comment that explains why this header lacks multiple inclusion guards.
libavcodec
|
Wed, 17 Oct 2007 09:31:06 +0000 |
diego |
Add missing multiple inclusion guards.
libavcodec
|
Wed, 17 Oct 2007 09:21:52 +0000 |
diego |
Fix #endif comment typo.
libavcodec
|
Wed, 17 Oct 2007 09:16:21 +0000 |
diego |
Use filename as multiple inclusion guard.
libavcodec
|