Sat, 27 Jan 2007 15:49:53 +0000 |
voroshil |
Cosmetics. Doxygen comments.
|
Sat, 27 Jan 2007 15:40:12 +0000 |
ptt |
synced up to r21221
|
Sat, 27 Jan 2007 15:29:07 +0000 |
reimar |
Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16
|
Sat, 27 Jan 2007 14:54:45 +0000 |
reimar |
Simplify and make lzo decompression code more similar to zlib one.
|
Sat, 27 Jan 2007 14:52:18 +0000 |
reimar |
Forgotten free on error
|
Sat, 27 Jan 2007 14:51:59 +0000 |
voroshil |
r21989: fix typo
|
Sat, 27 Jan 2007 14:45:52 +0000 |
reimar |
*dest = malloc (*size); is useless directly before *dest = realloc (*dest, *size);
|
Sat, 27 Jan 2007 14:10:37 +0000 |
ptt |
synced up to r21906
|
Sat, 27 Jan 2007 10:11:40 +0000 |
reimar |
Handle mp_msg_charset == NULL correctly in filename_recode.
|
Sat, 27 Jan 2007 10:10:05 +0000 |
reimar |
Cosmetics: remove tabs, almost all added during last patch, from
|
Fri, 26 Jan 2007 20:11:46 +0000 |
Gabrov |
synced with r22016
|
Fri, 26 Jan 2007 18:43:17 +0000 |
diego |
fastmemcpy.h always has to include inttypes.h on systems that need it.
|
Fri, 26 Jan 2007 09:57:09 +0000 |
gpoirier |
filename double-conversion, especially usefull for CJK users :-)
|
Fri, 26 Jan 2007 09:21:22 +0000 |
gpoirier |
Remove illegal definition of underscored-prefixed symbol "__MODULE__":
|
Fri, 26 Jan 2007 09:07:55 +0000 |
gpoirier |
get rid of void pointer arithmetic, as spotted by ICC
|
Thu, 25 Jan 2007 18:06:21 +0000 |
diego |
Do not create font subdir of data directory, bitmap font support is deprecated.
|
Thu, 25 Jan 2007 17:49:31 +0000 |
diego |
Remove confusing line about forcing MP3 demuxing.
|
Thu, 25 Jan 2007 17:48:38 +0000 |
diego |
Remove comment printed by -demuxer help, it belongs in the copyright header.
|
Thu, 25 Jan 2007 17:44:29 +0000 |
diego |
Clarify -delay.
|
Thu, 25 Jan 2007 10:49:43 +0000 |
reimar |
Remove ff_gcd prototype and include avutil.h instead where it is defined.
|
Thu, 25 Jan 2007 10:18:21 +0000 |
rathann |
10l to Gabrov for breaking docs build.
|
Thu, 25 Jan 2007 09:36:17 +0000 |
diego |
build fix: Disable libtheora encoding over lavc.
|
Thu, 25 Jan 2007 00:35:53 +0000 |
diego |
Sync with FFmpeg r7699.
|
Thu, 25 Jan 2007 00:35:29 +0000 |
diego |
Simplify conditional compilation handling.
|
Wed, 24 Jan 2007 22:06:31 +0000 |
diego |
Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.
|
Wed, 24 Jan 2007 21:20:08 +0000 |
rtogni |
Use interleaver id to select the correct interleaver instead of guessing
|
Wed, 24 Jan 2007 18:10:40 +0000 |
diego |
Quote some expressions, might help with some shells.
|
Wed, 24 Jan 2007 15:05:42 +0000 |
rtogni |
Use interleaver id to select the correct interleaver instead of guessing
|
Wed, 24 Jan 2007 10:31:51 +0000 |
rtogni |
Fix compilation if no libogg/libvoribs installed
|
Wed, 24 Jan 2007 07:36:50 +0000 |
diego |
Rename a few variables to match FFmpeg.
|