Sat, 18 Feb 2006 12:45:00 +0000 |
reimar |
include stdlib.h and stdio.h, they tend to be useful :-)
|
Sat, 18 Feb 2006 09:26:39 +0000 |
corey |
dwStart support for mplayer.
|
Sat, 18 Feb 2006 01:08:17 +0000 |
pacman |
Just a comment update, replacing a FIXME to reflect the new expectation of
|
Sat, 18 Feb 2006 00:41:28 +0000 |
pacman |
don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;
|
Fri, 17 Feb 2006 20:05:25 +0000 |
ods15 |
more cosmetics
|
Fri, 17 Feb 2006 19:45:35 +0000 |
ods15 |
some cleanup. enforce decode_delay to not be too high.
|
Fri, 17 Feb 2006 05:01:46 +0000 |
pacman |
Fix vec_clip for gcc's that don't handle (vector signed short){16} according
|
Fri, 17 Feb 2006 03:49:33 +0000 |
pacman |
Fix colormap save/restore for directcolor fb devices
|
Fri, 17 Feb 2006 01:57:41 +0000 |
corey |
Second-try commit of this patch.
|
Thu, 16 Feb 2006 22:43:42 +0000 |
aurel |
memalign segfaults when used without declaration on amd64 (default function return type is int so the pointer was trunctated to 32bits)
|
Thu, 16 Feb 2006 22:35:04 +0000 |
aurel |
fix compilation without openal
|
Thu, 16 Feb 2006 20:45:25 +0000 |
reimar |
OpenAL audio support, actual output is mono-only (no positioning yet).
|
Thu, 16 Feb 2006 12:55:23 +0000 |
michael |
ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)
|
Thu, 16 Feb 2006 12:52:09 +0000 |
michael |
make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)
|
Thu, 16 Feb 2006 10:08:03 +0000 |
iive |
include config.h before includes that need it
|
Tue, 14 Feb 2006 22:10:22 +0000 |
rtognimp |
Add some more fourcc for DV and MPEG2 needed for some mov samples posted
|
Tue, 14 Feb 2006 21:43:32 +0000 |
rtognimp |
Set SRC_PATH correctly, fixes libpostproc compilation
|
Tue, 14 Feb 2006 21:42:49 +0000 |
rtognimp |
Import common.mak v1.1 from ffmpeg cvs, now it's needed by the building
|
Tue, 14 Feb 2006 20:13:55 +0000 |
aurel |
Don't test the v4l2_input audioset field for audio capabilities but still try changing the mute setting (patch by Jesse Allen < the3dfxdude _at_ gmail.com >)
|
Tue, 14 Feb 2006 09:55:14 +0000 |
diego |
Align memory at 16 byte boundaries.
|
Tue, 14 Feb 2006 09:34:30 +0000 |
iive |
allow autodetection of pictures type when using mf://@file.list syntax
|
Mon, 13 Feb 2006 12:49:15 +0000 |
gpoirier |
synced with 1.1227
|
Mon, 13 Feb 2006 12:44:17 +0000 |
diego |
Remove obsolete big-endian FIXMEs.
|
Mon, 13 Feb 2006 11:48:29 +0000 |
cladisch |
Fix the error handling in the play() function: add a handler for EINTR,
|
Mon, 13 Feb 2006 11:43:25 +0000 |
cladisch |
This changes the software parameters to be more compatible with the
|
Mon, 13 Feb 2006 11:38:12 +0000 |
cladisch |
Using non-blocking writes makes sense when the program wants to do other
|
Mon, 13 Feb 2006 11:17:43 +0000 |
cladisch |
Remove the now superfluous mmap suboption.
|
Mon, 13 Feb 2006 11:16:29 +0000 |
cladisch |
After removing play_mmap(), the play() function just unconditionally
|