Sun, 16 Mar 2008 13:24:36 +0000 |
Gabrov |
synced with r26251
|
Sat, 15 Mar 2008 16:13:24 +0000 |
diego |
typo
|
Sat, 15 Mar 2008 11:37:18 +0000 |
diego |
Remove unused MACOSX definition.
|
Sat, 15 Mar 2008 11:32:19 +0000 |
diego |
Use HAVE_QUICKTIME instead of MACOSX preprocessor condition.
|
Sat, 15 Mar 2008 11:31:28 +0000 |
diego |
Introduce HAVE_QUICKTIME definition and use it where appropriate.
|
Sat, 15 Mar 2008 10:04:19 +0000 |
diego |
Remove the unused function roundToInt16. It is a duplicate of the same function
|
Sat, 15 Mar 2008 09:50:12 +0000 |
diego |
Use __AMIGAOS4__ instead of AMIGA, like everywhere else.
|
Sat, 15 Mar 2008 09:49:14 +0000 |
diego |
Add a separate definition for quartz.
|
Sat, 15 Mar 2008 09:28:33 +0000 |
diego |
10l: Really disable coreaudio where intended.
|
Sat, 15 Mar 2008 09:23:48 +0000 |
diego |
Consistently use __APPLE__ instead of MACOSX as preprocessor condition.
|
Sat, 15 Mar 2008 09:20:41 +0000 |
diego |
Do not disable all Mac OS X support when pthreads are unavailable.
|
Sat, 15 Mar 2008 09:19:38 +0000 |
diego |
MACOSX_COREVIDEO --> corevideo
|
Sat, 15 Mar 2008 08:54:21 +0000 |
diego |
Introduce a separate definition for Mac OS X coreaudio support.
|
Sat, 15 Mar 2008 08:21:02 +0000 |
diego |
Fix wrong res_comment.
|
Sat, 15 Mar 2008 08:07:24 +0000 |
diego |
Simplify preprocessor condition for QT codecs, configure already does the
|
Fri, 14 Mar 2008 16:59:08 +0000 |
diego |
Remove duplicate #include of mpbswap.h.
|
Fri, 14 Mar 2008 16:48:39 +0000 |
reimar |
Add FFmpeg DNxHD codec support
|
Fri, 14 Mar 2008 16:46:13 +0000 |
diego |
#include config.h before all other headers.
|
Fri, 14 Mar 2008 12:21:57 +0000 |
ptt |
synced with r26232
|
Thu, 13 Mar 2008 19:03:22 +0000 |
ptt |
synced with r26014
|
Thu, 13 Mar 2008 18:57:26 +0000 |
ptt |
added missing escapes
|
Thu, 13 Mar 2008 18:07:07 +0000 |
ptt |
better syntax for A key
|
Thu, 13 Mar 2008 17:53:55 +0000 |
ptt |
sync'ed to r26067
|
Thu, 13 Mar 2008 14:27:53 +0000 |
ptt |
removed an english line left in
|
Wed, 12 Mar 2008 23:50:48 +0000 |
diego |
typos
|
Wed, 12 Mar 2008 15:17:06 +0000 |
reimar |
Fix and simplify lscale=2 (bicub_x) scaler, produced funny
|
Tue, 11 Mar 2008 18:47:46 +0000 |
vayne |
removed redundant wincfg.h.
|
Tue, 11 Mar 2008 18:46:52 +0000 |
vayne |
more header / declaration cleanups; fixes a lot of warnings as well as a preempt to removal of redundant wincfg.h.
|
Tue, 11 Mar 2008 18:44:16 +0000 |
ptt |
34% synced with r22753
|
Tue, 11 Mar 2008 18:36:10 +0000 |
vayne |
mingw uses windows sockets.
|
Tue, 11 Mar 2008 14:44:19 +0000 |
reimar |
Fix handling of comments in input.c, current code had useless ifs and in addition
|
Tue, 11 Mar 2008 10:03:25 +0000 |
reimar |
Try to fix the description of what mbcmp influences, please fix if I misunderstood the code.
|
Tue, 11 Mar 2008 09:01:38 +0000 |
diego |
Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
|
Mon, 10 Mar 2008 20:20:08 +0000 |
diego |
Add missing header #include.
|
Mon, 10 Mar 2008 20:19:15 +0000 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
Mon, 10 Mar 2008 19:43:07 +0000 |
diego |
sync with FFmpeg r12398
|
Mon, 10 Mar 2008 19:28:42 +0000 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
Mon, 10 Mar 2008 19:28:18 +0000 |
diego |
Remove useless #include.
|
Mon, 10 Mar 2008 19:19:03 +0000 |
diego |
Add missing header #include to fix 'make checkheaders'.
|
Mon, 10 Mar 2008 19:12:29 +0000 |
diego |
af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that
|
Mon, 10 Mar 2008 18:38:46 +0000 |
diego |
typo
|
Mon, 10 Mar 2008 18:00:25 +0000 |
diego |
CONFIG_SWSCALER --> CONFIG_SWSCALE to match FFmpeg changes.
|
Mon, 10 Mar 2008 14:30:49 +0000 |
benoit |
Make av_class a pointer to const.
|
Mon, 10 Mar 2008 14:28:25 +0000 |
benoit |
define VOF as double of VOFW.
|
Mon, 10 Mar 2008 08:16:55 +0000 |
zuxy |
Disable QTX emulation on win32; fix builds on cygwin and mingw32.
|
Mon, 10 Mar 2008 07:30:24 +0000 |
diego |
Remove redundant swScaler: output from places where av_log()
|
Sun, 09 Mar 2008 18:49:31 +0000 |
iive |
Fix wrong check for vidix usage.
|
Sun, 09 Mar 2008 10:35:45 +0000 |
iive |
Don't use void * arithmetic.
|
Sun, 09 Mar 2008 10:34:04 +0000 |
iive |
Handle vga_init() error and output error message.
|
Sat, 08 Mar 2008 18:55:08 +0000 |
diego |
CONFIG_PP --> CONFIG_POSTPROC, sync with FFmpeg
|
Sat, 08 Mar 2008 16:44:51 +0000 |
diego |
Move HP-UX SCSI header check from the internal libdvdread check to the
|
Sat, 08 Mar 2008 14:54:36 +0000 |
diego |
cosmetics: Remove useless empty line.
|
Sat, 08 Mar 2008 14:40:18 +0000 |
diego |
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
|
Sat, 08 Mar 2008 11:20:17 +0000 |
ben |
remove duplicated pci ids in nvidia vidix driver
|
Fri, 07 Mar 2008 21:30:01 +0000 |
diego |
Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references
|
Fri, 07 Mar 2008 21:25:28 +0000 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|