Wed, 13 Feb 2002 04:06:55 +0000 |
melanson |
some obscure bug fixes to the FLI decoder, with many thanks to Roberto
|
Wed, 13 Feb 2002 03:14:45 +0000 |
rfelker |
fixed broken xvid support ("lm" rather than "-lm" in libs)
|
Wed, 13 Feb 2002 00:38:23 +0000 |
mswitch |
Using the mplayer SwScaler instead of doing scaling manually (sometimes this dies with sig FPE
|
Wed, 13 Feb 2002 00:17:16 +0000 |
michael |
101
|
Tue, 12 Feb 2002 23:30:07 +0000 |
rik |
we are now able to use the new bitwriter code in libavcodec
|
Tue, 12 Feb 2002 23:19:37 +0000 |
michael |
use mem2agpcpy() instead of fast_memcpy()
|
Tue, 12 Feb 2002 23:17:14 +0000 |
michael |
mem2agpcpy()
|
Tue, 12 Feb 2002 22:34:35 +0000 |
gabucino |
sok ize, mutyur, bizbasz.
|
Tue, 12 Feb 2002 22:06:12 +0000 |
pl |
missing #ifdef HAVE_XDPMS
|
Tue, 12 Feb 2002 22:03:44 +0000 |
pl |
Support for XviD library detection:
|
Tue, 12 Feb 2002 17:55:03 +0000 |
michael |
default is allways nozoom again (specify -zoom if u want the sane behavior)
|
Tue, 12 Feb 2002 17:52:30 +0000 |
alex |
fixed old testing part
|
Tue, 12 Feb 2002 17:33:27 +0000 |
alex |
added informat support (for encoding)
|
Tue, 12 Feb 2002 17:10:21 +0000 |
alex |
rgb/bgr 32bpp and IYUV/I420 support
|
Tue, 12 Feb 2002 17:06:21 +0000 |
alex |
mpg 32bpp support
|
Tue, 12 Feb 2002 17:04:43 +0000 |
alex |
mpng: 32bpp support
|
Tue, 12 Feb 2002 17:04:13 +0000 |
alex |
32bpp support, allocating palette based on used colors by file (possible overflow fix)
|
Tue, 12 Feb 2002 16:03:00 +0000 |
rik |
this file is obsoleted by videodev_mjpeg.h
|
Tue, 12 Feb 2002 15:59:32 +0000 |
rik |
this file obsoletes zoran.h and contains the Recommended interface definition for zr devices
|
Tue, 12 Feb 2002 15:53:40 +0000 |
rik |
migration of -vo zr to Recommended Interface definition (this obsoletes zoran.h)
|
Tue, 12 Feb 2002 15:06:04 +0000 |
atmos4 |
add vsync support for doublebuffering to vo_vesa
|
Tue, 12 Feb 2002 10:36:43 +0000 |
nick |
- Shutdown capturing before playback
|
Tue, 12 Feb 2002 08:27:49 +0000 |
arpi |
ehh. forgot to commit this one...
|
Tue, 12 Feb 2002 01:20:59 +0000 |
arpi |
AVI demuxer fixes:
|
Mon, 11 Feb 2002 18:57:25 +0000 |
gabucino |
obladi-oblada
|
Mon, 11 Feb 2002 14:04:31 +0000 |
michael |
minor rounding bugfix in the aspect stuff
|
Mon, 11 Feb 2002 13:45:26 +0000 |
michael |
-fs and or -vm default is nozoom, -zoom does the expected thing
|
Mon, 11 Feb 2002 12:11:48 +0000 |
albeu |
A whole bunch of free_demuxer in demux_open
|
Mon, 11 Feb 2002 11:46:27 +0000 |
albeu |
Place holder for registering modules options
|
Mon, 11 Feb 2002 11:44:50 +0000 |
albeu |
Added new input mouse support in x11 vo
|
Mon, 11 Feb 2002 11:42:08 +0000 |
albeu |
Added key autorepeat support. Options to enable/disable joystick and lirc
|
Mon, 11 Feb 2002 09:15:59 +0000 |
pontscho |
add initial mPNG support
|
Mon, 11 Feb 2002 07:30:05 +0000 |
nick |
Unroll -ni usage for deint. Anyway it doesn't help :(
|
Mon, 11 Feb 2002 07:19:18 +0000 |
nick |
tell to driver doublebuffering
|
Mon, 11 Feb 2002 05:19:11 +0000 |
bertrand |
Removed the url_copy function , since it was badly implemented,
|
Mon, 11 Feb 2002 05:16:09 +0000 |
bertrand |
Cleaned up the way proxies checking was done.
|
Mon, 11 Feb 2002 01:24:56 +0000 |
arpi |
mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org>
|
Mon, 11 Feb 2002 01:15:22 +0000 |
arpi |
updated. please check...
|
Sun, 10 Feb 2002 23:57:47 +0000 |
michael |
unscaled memcpy variant bugfix (negative strides)
|
Sun, 10 Feb 2002 23:56:01 +0000 |
melanson |
blessed the QT SMC video codec as being "working"
|
Sun, 10 Feb 2002 23:51:23 +0000 |
melanson |
fixed the last few SMC bugs, thanks to Roberto Togni's bug hunting
|
Sun, 10 Feb 2002 19:06:08 +0000 |
melanson |
reinstated original palette decision logic from XAnim (was the QT spec
|
Sun, 10 Feb 2002 18:31:12 +0000 |
alex |
added nmhd, added checking for audio trak in demux_mov_fill_buffer
|
Sun, 10 Feb 2002 18:17:17 +0000 |
alex |
break if error in decompressing, moved buffer allocating
|
Sun, 10 Feb 2002 18:09:52 +0000 |
alex |
identify jpg with case-insensitive 'jpg' or 'jpeg' string
|
Sun, 10 Feb 2002 18:09:20 +0000 |
alex |
check for overflow in new_sh_video and new_sh_audio
|
Sun, 10 Feb 2002 17:48:41 +0000 |
michael |
allways use swScaler
|
Sun, 10 Feb 2002 16:56:30 +0000 |
alex |
removed unused includes, added fastmemcpy support, removed local copy of rgb24toyv12 (using one in postproc/rgb2rgb.c)
|
Sun, 10 Feb 2002 13:11:11 +0000 |
alex |
support swscaler for i420
|
Sun, 10 Feb 2002 12:20:50 +0000 |
arpi |
div3/vfw encoding fixed
|
Sun, 10 Feb 2002 11:25:14 +0000 |
pl |
added options for completeness: --enable-gcc-checking, --disable-profile
|
Sun, 10 Feb 2002 10:05:56 +0000 |
gabucino |
-playlist also accepts ASX files
|
Sun, 10 Feb 2002 10:04:03 +0000 |
gabucino |
added -dvd-device and -cdrom-device
|
Sun, 10 Feb 2002 10:03:39 +0000 |
gabucino |
applied Alban Bedel's patch (-dvd-device and -cdrom-device)
|
Sun, 10 Feb 2002 09:56:50 +0000 |
nick |
Portability
|
Sun, 10 Feb 2002 09:49:45 +0000 |
gabucino |
added credits for Roberto Togni
|
Sun, 10 Feb 2002 08:53:16 +0000 |
gabucino |
[REVERSE] this patch translated the file back to english
|
Sun, 10 Feb 2002 02:37:54 +0000 |
melanson |
added more tips on codec development
|
Sun, 10 Feb 2002 01:43:35 +0000 |
arpi |
BGR24 support, including flip flag
|
Sun, 10 Feb 2002 01:23:36 +0000 |
melanson |
Fixed FILM demuxer so that it now plays (my) FILM files
|
Sun, 10 Feb 2002 01:07:58 +0000 |
michael |
bgr15 / bgr16 input support (with -zoom)
|
Sun, 10 Feb 2002 00:56:08 +0000 |
arpi |
DV-ntsc (dvc) added for quicktime DV sterams
|
Sun, 10 Feb 2002 00:55:10 +0000 |
arpi |
temp. workaround for VFW upside-down flip
|
Sun, 10 Feb 2002 00:45:56 +0000 |
arpi |
fixedsize video samples fixed (dvntsc-qt.mov)
|
Sun, 10 Feb 2002 00:43:31 +0000 |
michael |
unscaled BGR24 -> YV12
|
Sun, 10 Feb 2002 00:30:24 +0000 |
michael |
rgb24toyv12 in MMX (untested)
|
Sun, 10 Feb 2002 00:16:46 +0000 |
atmos4 |
Don't read index for -forceidx and -nodix (speedup with bad media and not needed anyway)
|
Sun, 10 Feb 2002 00:07:34 +0000 |
rfelker |
initial seeking (-ss) support in mencoder
|
Sat, 09 Feb 2002 23:43:48 +0000 |
michael |
bgr24toUV in MMX
|
Sat, 09 Feb 2002 22:38:36 +0000 |
alex |
added voctrl_guisupport and fixed some typos
|
Sat, 09 Feb 2002 22:20:03 +0000 |
gabucino |
"I finished the rest of the german documentation and fixed
|
Sat, 09 Feb 2002 21:56:25 +0000 |
mswitch |
Test
|
Sat, 09 Feb 2002 20:05:49 +0000 |
melanson |
Added native codec support for QT RPZA data, courtesy of Roberto Togni
|
Sat, 09 Feb 2002 17:54:29 +0000 |
gabucino |
applied David Holm's patch
|
Sat, 09 Feb 2002 17:40:33 +0000 |
mswitch |
updated :noprebuf to emulate the playback used in mplayer 0.60 (with dxr3 patch), this solves
|
Sat, 09 Feb 2002 17:03:53 +0000 |
michael |
bgr24toY in MMX
|
Sat, 09 Feb 2002 15:14:48 +0000 |
nick |
Get(Set) deinterlacing
|
Sat, 09 Feb 2002 14:53:49 +0000 |
nick |
temporary solution to disable adaptive deinterlacing engine
|
Sat, 09 Feb 2002 14:44:09 +0000 |
mswitch |
Fixed a bug where seeking would lock mplayer
|
Sat, 09 Feb 2002 14:34:08 +0000 |
nick |
Fix according to strange bugreport
|
Sat, 09 Feb 2002 14:27:24 +0000 |
mswitch |
Removed some stuff from the em8300 driver, had to compensate
|
Sat, 09 Feb 2002 13:58:37 +0000 |
nexus |
FreeBSD fix
|
Sat, 09 Feb 2002 11:35:24 +0000 |
mswitch |
Added switch to disable prebuffering
|
Sat, 09 Feb 2002 11:15:11 +0000 |
mswitch |
ARGH, changing playback speed was a mistake...
|
Sat, 09 Feb 2002 11:10:31 +0000 |
mswitch |
Fixed some stuff with setting timestamps, and added proper setting of playback speed. I'm
|
Sat, 09 Feb 2002 10:43:11 +0000 |
mswitch |
Thanks to the new control() method I've finally been able to add prebuffering support. This
|
Sat, 09 Feb 2002 10:24:44 +0000 |
nick |
Make code simple. Use swScaler even for fastmemcpy purposes :)
|
Sat, 09 Feb 2002 09:28:23 +0000 |
gabucino |
"Here is the correct patch again, some changes for the old ones and a patch for
|
Sat, 09 Feb 2002 01:30:35 +0000 |
arpi |
vo_yuv4mpeg added
|
Sat, 09 Feb 2002 01:29:11 +0000 |
arpi |
setting vo_fps, required for vo_yuv4mpeg
|
Sat, 09 Feb 2002 01:25:21 +0000 |
arpi |
yuv4mpeg output, by Robert Kesterson <robertk@robertk.com>
|
Sat, 09 Feb 2002 01:21:48 +0000 |
arpi |
10000hl to Holm... control MUST BE static...
|
Sat, 09 Feb 2002 01:10:22 +0000 |
arpi |
screensize from fbdev ioctl - patch by Jason Lunz <j@falooley.org>
|
Sat, 09 Feb 2002 00:49:38 +0000 |
arpi |
g550 memdetect fix - patch by Diego Biurrun <diego@biurrun.de>
|
Sat, 09 Feb 2002 00:47:55 +0000 |
arpi |
libvo's query_ stuff replaced by new control() - patch by David Holm
|
Sat, 09 Feb 2002 00:47:26 +0000 |
arpi |
query_ stuff replaced by new control() - patch by David Holm
|
Fri, 08 Feb 2002 23:03:38 +0000 |
jaf |
by Daniel.Bena@dm-drogeriemarkt.sk
|
Fri, 08 Feb 2002 20:03:36 +0000 |
albeu |
Applied patch mouse whell patch from Wojtek Kaniewski <wojtekka@bydg.pdi.net>
|
Fri, 08 Feb 2002 18:10:56 +0000 |
albeu |
Added support for key combination and mouse buttons key code
|
Fri, 08 Feb 2002 17:38:32 +0000 |
gabucino |
applied David Holm's patch
|
Fri, 08 Feb 2002 16:00:14 +0000 |
albeu |
Audio only support. Include a fix in the asf demuxer opening.
|
Fri, 08 Feb 2002 15:54:56 +0000 |
michael |
fastmemcpy
|
Fri, 08 Feb 2002 13:57:14 +0000 |
gabucino |
vao, something changed in these files!
|
Fri, 08 Feb 2002 13:56:36 +0000 |
gabucino |
better RoQ explanation
|
Fri, 08 Feb 2002 13:55:53 +0000 |
gabucino |
added Anders Johansson
|
Fri, 08 Feb 2002 13:54:57 +0000 |
gabucino |
applied patch from Andres Johansson
|
Fri, 08 Feb 2002 04:18:01 +0000 |
michael |
unscaled BGR15->BGR16
|
Fri, 08 Feb 2002 03:09:46 +0000 |
michael |
bgr15 input support
|
Fri, 08 Feb 2002 01:24:02 +0000 |
michael |
faster bgr16 input
|
Fri, 08 Feb 2002 00:42:00 +0000 |
michael |
bgr16 input support
|
Thu, 07 Feb 2002 22:10:32 +0000 |
gabucino |
csak ugy
|
Thu, 07 Feb 2002 20:22:56 +0000 |
arpi |
better naming
|
Thu, 07 Feb 2002 20:22:03 +0000 |
arpi |
VfW encoding support (very alpha yet)
|
Thu, 07 Feb 2002 20:20:14 +0000 |
arpi |
VfW encoding support
|
Thu, 07 Feb 2002 20:15:38 +0000 |
arpi |
AVID fourcc added to MCMjpeg
|
Thu, 07 Feb 2002 19:37:09 +0000 |
nick |
Configurable OSD zones
|
Thu, 07 Feb 2002 18:58:50 +0000 |
nick |
- Fixed incorrect i420 support (Michael was right)
|
Thu, 07 Feb 2002 17:42:37 +0000 |
pontscho |
fix color key handling bug
|
Thu, 07 Feb 2002 16:26:35 +0000 |
arpi |
ffmpeg yuy2 disabled again, avid RGB->BGR
|
Thu, 07 Feb 2002 16:15:08 +0000 |
pontscho |
fs resize bug fix.
|
Thu, 07 Feb 2002 15:29:15 +0000 |
michael |
unscaled converters
|
Thu, 07 Feb 2002 12:27:19 +0000 |
pontscho |
fix dpsm compile bug in gui
|
Thu, 07 Feb 2002 12:07:47 +0000 |
pontscho |
finalize mfi support.
|
Thu, 07 Feb 2002 05:55:29 +0000 |
melanson |
completely reworked FILM demuxer to support both audio and video...neither
|
Thu, 07 Feb 2002 03:39:30 +0000 |
michael |
fixing green line at right side bug (reported by Nick Kurshev <nickols_k@mail.ru>)
|
Thu, 07 Feb 2002 02:32:53 +0000 |
rfelker |
one more fix for optional vesa
|
Thu, 07 Feb 2002 02:29:55 +0000 |
rfelker |
finished making vesa optional
|
Thu, 07 Feb 2002 02:21:39 +0000 |
rfelker |
made vesa support optional at compiletime
|
Thu, 07 Feb 2002 02:07:29 +0000 |
rfelker |
added mga_top_reserved module parameter to skip a configurable amount
|
Wed, 06 Feb 2002 22:55:57 +0000 |
michael |
rgb32 & rgb24 input support
|
Wed, 06 Feb 2002 22:55:47 +0000 |
pontscho |
fix spudec, faszom (C#)
|
Wed, 06 Feb 2002 22:03:19 +0000 |
arpi |
emulating BITMAPINFOHDR (for win32 codecs)
|
Wed, 06 Feb 2002 21:59:23 +0000 |
michael |
101 (yuv2rgb with mpeg1,...) ;)
|
Wed, 06 Feb 2002 20:52:14 +0000 |
michael |
swScale internally uses yuv2rgb now if possible
|
Wed, 06 Feb 2002 20:30:34 +0000 |
arpi |
ehh. i forgot to commit this patch: fix RTP streaming. patch by Dave Chapman <dave@dchapman.com>
|
Wed, 06 Feb 2002 20:26:19 +0000 |
pontscho |
fix spudec bug
|
Wed, 06 Feb 2002 20:16:35 +0000 |
pontscho |
add mfi support
|
Wed, 06 Feb 2002 20:15:36 +0000 |
pontscho |
add mfi demuxer
|
Wed, 06 Feb 2002 19:23:49 +0000 |
pontscho |
add mfi support
|
Wed, 06 Feb 2002 16:41:41 +0000 |
nick |
Correct vesa shutdown on 'config playback' errors
|
Wed, 06 Feb 2002 16:41:06 +0000 |
nick |
typo
|
Wed, 06 Feb 2002 02:28:40 +0000 |
arpi |
qt AVID fourcc added
|
Tue, 05 Feb 2002 23:50:40 +0000 |
arpi |
bad debug printf caused sig11 with divx audio
|
Tue, 05 Feb 2002 23:02:55 +0000 |
pl |
missing mlib required to build a solaris mencoder
|
Tue, 05 Feb 2002 22:57:17 +0000 |
pl |
fix display of echocheck on sunos
|
Tue, 05 Feb 2002 22:01:49 +0000 |
gabucino |
mysql also goes haywire from sneaky-sucky-fucky gcc2.100-4
|
Tue, 05 Feb 2002 19:54:38 +0000 |
michael |
checking output of getSwsContext*()
|
Tue, 05 Feb 2002 18:54:41 +0000 |
nick |
Enable 15bpp on server
|
Tue, 05 Feb 2002 18:51:37 +0000 |
nick |
mplayer has swapped RGB's fourcc :(
|
Tue, 05 Feb 2002 16:50:10 +0000 |
albeu |
Added auto selection of the best streams and fixed a few compiler
|
Tue, 05 Feb 2002 16:43:18 +0000 |
nick |
Support of scaling with every fourcc
|
Tue, 05 Feb 2002 10:39:58 +0000 |
gabucino |
HTML fix
|
Tue, 05 Feb 2002 04:52:41 +0000 |
anders |
Enable SSH optimizations for FIR filter
|
Tue, 05 Feb 2002 04:09:50 +0000 |
melanson |
promoted the RoQ audio decoder from "buggy" to "working"
|
Tue, 05 Feb 2002 04:08:05 +0000 |
melanson |
reconciled one minor, nagging palette issue with the official QT spec
|
Tue, 05 Feb 2002 03:54:08 +0000 |
melanson |
fixed FPS as well as crash bug when no audio chunks are present
|
Tue, 05 Feb 2002 00:25:54 +0000 |
gabucino |
applied pl's patch (sorry, overlooked it previously.. and procmailrc
|
Mon, 04 Feb 2002 19:14:40 +0000 |
atmos4 |
Add playlist keys (some missing?!) and add some shift handlers to allow keys to work with german keyboards.
|
Mon, 04 Feb 2002 18:53:01 +0000 |
michael |
printing error messages if something is wrong instead of just return NULL;
|
Mon, 04 Feb 2002 18:18:46 +0000 |
atmos4 |
Fix multifile playback (sdl was not fully reinitialized).
|
Mon, 04 Feb 2002 16:05:37 +0000 |
eyck |
print also contrast on cat /dev/mga_vid
|
Mon, 04 Feb 2002 15:03:18 +0000 |
albeu |
Remove some unuseful stuff and don't try to kill an unexisting
|
Mon, 04 Feb 2002 14:48:32 +0000 |
albeu |
Tell the user when we fallback on default config.
|
Mon, 04 Feb 2002 14:19:54 +0000 |
albeu |
Fix the bugs the previous version should fix (and those introduced
|
Sun, 03 Feb 2002 23:13:56 +0000 |
mswitch |
Activate QSCALE flag for avcodec
|
Sun, 03 Feb 2002 21:19:30 +0000 |
gabucino |
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
|
Sun, 03 Feb 2002 20:27:20 +0000 |
eyck |
Juergen Kreileder changes, fixing some lintian errors, adding correct manpath and adding
|
Sun, 03 Feb 2002 19:19:39 +0000 |
eyck |
Attila Kinali fixing memleak introduced by me.
|
Sun, 03 Feb 2002 19:17:22 +0000 |
eyck |
too many arguments to sscan in subdetect.
|
Sun, 03 Feb 2002 19:13:00 +0000 |
albeu |
Corrected the quit bug and added support for up to 10 axis
|
Sun, 03 Feb 2002 16:49:41 +0000 |
albeu |
Correct bug in plaintext parser : correctly remove trailling \r
|
Sun, 03 Feb 2002 16:13:05 +0000 |
nick |
Direct rendering expansion:
|
Sun, 03 Feb 2002 15:16:46 +0000 |
nick |
optimization
|
Sun, 03 Feb 2002 15:10:47 +0000 |
mswitch |
Forgot the osd fix in the other patch, well, here it is ;)
|
Sun, 03 Feb 2002 14:55:27 +0000 |
mswitch |
Switched from libmp1e to libavcodec, at least for me it runs helluva lot faster than libmp1e
|
Sun, 03 Feb 2002 14:41:31 +0000 |
michael |
YUY2 BGR32 BGR24 support for vo_x11 if swScaler is used
|
Sun, 03 Feb 2002 13:39:35 +0000 |
gabucino |
gcc 3.0.3 compiling howto by Matt Willis <willis_matthew@yahoo.com>
|
Sun, 03 Feb 2002 13:19:39 +0000 |
nexus |
fix typo
|
Sun, 03 Feb 2002 13:05:30 +0000 |
alex |
using dlerror() instead strerror(), displays unresolved symbol messages
|
Sun, 03 Feb 2002 13:03:09 +0000 |
gabucino |
added more audio plugin documentation
|
Sun, 03 Feb 2002 12:43:18 +0000 |
albeu |
Added options to enable new input and joystick support
|
Sun, 03 Feb 2002 11:19:12 +0000 |
gabucino |
vidix equalizer can be used with 1-8 keys also
|
Sun, 03 Feb 2002 11:14:02 +0000 |
gabucino |
on non-Linux use Vidix instead of mga_vid kernelmodule
|
Sun, 03 Feb 2002 11:06:04 +0000 |
gabucino |
mga_vid supports reads and writes
|
Sun, 03 Feb 2002 11:00:39 +0000 |
gabucino |
RoQ fileformat added, anything it is ;)
|
Sun, 03 Feb 2002 10:55:55 +0000 |
gabucino |
Also: -vo xvidix, -vo vesa:vidix, -vo fbdev:vidix ;) - as Nick noticed
|
Sun, 03 Feb 2002 10:41:41 +0000 |
gabucino |
QNX updates
|
Sun, 03 Feb 2002 10:41:04 +0000 |
gabucino |
QNX updates
|
Sun, 03 Feb 2002 10:40:14 +0000 |
gabucino |
more translated
|
Sun, 03 Feb 2002 10:32:49 +0000 |
gabucino |
-vo xv does video equalizing
|
Sun, 03 Feb 2002 10:27:26 +0000 |
nick |
Restore K7 support
|
Sun, 03 Feb 2002 10:26:36 +0000 |
gabucino |
Vidix video equalizing (Nick's patch)
|
Sun, 03 Feb 2002 09:29:35 +0000 |
nick |
Be more precise
|
Sun, 03 Feb 2002 09:28:58 +0000 |
nick |
Allows to users control direct rendering
|
Sun, 03 Feb 2002 09:12:32 +0000 |
nick |
code cleanup
|
Sun, 03 Feb 2002 02:08:05 +0000 |
michael |
filterPos bugfix (only nearest neighbor scaling was affected)
|
Sun, 03 Feb 2002 01:42:02 +0000 |
rfelker |
finally fixed no-opendivx compile problem
|
Sun, 03 Feb 2002 01:15:39 +0000 |
rfelker |
fixed compiletime problems with divx4 caused by making opendivx optional
|
Sun, 03 Feb 2002 00:52:51 +0000 |
rfelker |
make opendivx codec optional at compiletime
|
Sat, 02 Feb 2002 23:39:53 +0000 |
rfelker |
config file support for mencoder
|
Sat, 02 Feb 2002 23:38:35 +0000 |
eyck |
Attila's Linux 2.2 patch, and contrast control applied
|
Sat, 02 Feb 2002 22:45:39 +0000 |
melanson |
further work on the RoQ audio decoder
|
Sat, 02 Feb 2002 22:35:47 +0000 |
melanson |
demuxer is now more complete, though still not perfect
|
Sat, 02 Feb 2002 21:39:25 +0000 |
eyck |
support cat /dev/mga_vid.
|
Sat, 02 Feb 2002 20:49:52 +0000 |
eyck |
framework for settings modifications like in radeon_vid ( /dev/mga_vid can
|
Sat, 02 Feb 2002 18:28:55 +0000 |
nick |
using MTRR
|
Sat, 02 Feb 2002 18:18:58 +0000 |
michael |
MMX(2) optimized YUY2 input
|
Sat, 02 Feb 2002 18:09:35 +0000 |
mswitch |
Cleaned up some code
|
Sat, 02 Feb 2002 17:35:53 +0000 |
alex |
tested and fixed on 2.2.x, more comments
|
Sat, 02 Feb 2002 17:20:53 +0000 |
gabucino |
applied David Holm's patch
|
Sat, 02 Feb 2002 12:15:51 +0000 |
nick |
using MTRR
|
Sat, 02 Feb 2002 12:14:56 +0000 |
nick |
MTRR configuring
|
Sat, 02 Feb 2002 07:19:34 +0000 |
alex |
added dhahelper note
|
Sat, 02 Feb 2002 07:05:52 +0000 |
alex |
added support for dhahelper
|
Sat, 02 Feb 2002 07:04:43 +0000 |
alex |
initial
|
Sat, 02 Feb 2002 06:34:44 +0000 |
alex |
initial
|
Sat, 02 Feb 2002 06:34:31 +0000 |
alex |
added proper includes
|
Sat, 02 Feb 2002 06:28:49 +0000 |
alex |
initial
|
Fri, 01 Feb 2002 19:42:53 +0000 |
gabucino |
only GUS MAX can do 48khz
|
Fri, 01 Feb 2002 19:39:37 +0000 |
michael |
printing correct format info
|
Fri, 01 Feb 2002 19:25:09 +0000 |
michael |
YUY2, BGR24, BGR32 input support (no mmx yet)
|
Fri, 01 Feb 2002 18:16:30 +0000 |
pontscho |
add mplState()
|
Fri, 01 Feb 2002 16:34:22 +0000 |
pontscho |
small bugfixes, and kill other warning
|
Fri, 01 Feb 2002 13:45:06 +0000 |
nexus |
overwrite old info
|
Fri, 01 Feb 2002 13:10:35 +0000 |
pl |
improved check for libpng/png.h: catch crappy build environment (png.h and
|
Fri, 01 Feb 2002 11:41:38 +0000 |
nick |
Minor fixes
|
Fri, 01 Feb 2002 11:17:01 +0000 |
jaf |
*** empty log message ***
|
Fri, 01 Feb 2002 10:59:06 +0000 |
nick |
Use DIRECT RENDERING WITH DSHOW codecs
|
Fri, 01 Feb 2002 10:20:00 +0000 |
nick |
Alex! Never write bottlenecks, ok?
|
Fri, 01 Feb 2002 10:19:43 +0000 |
nick |
fixing i420
|
Fri, 01 Feb 2002 10:01:56 +0000 |
nick |
Optimize DirectShow decoding with vidix
|
Fri, 01 Feb 2002 09:32:20 +0000 |
nick |
Using new tune info
|
Fri, 01 Feb 2002 08:53:08 +0000 |
nick |
YVYU support (untested yet)
|
Fri, 01 Feb 2002 08:51:52 +0000 |
nick |
Optimizing with use new tune info
|
Fri, 01 Feb 2002 08:50:45 +0000 |
nick |
Providing new tune info
|
Fri, 01 Feb 2002 05:59:50 +0000 |
melanson |
no, wait...roqaudio is an audiocodec, not a videocodec
|
Fri, 01 Feb 2002 05:35:16 +0000 |
melanson |
implemented RoQ file demuxing
|
Fri, 01 Feb 2002 05:33:46 +0000 |
melanson |
added skeleton decoders for RoQ audio and video format decoders
|
Fri, 01 Feb 2002 05:31:51 +0000 |
melanson |
added help strings for RoQ and REAL file detection
|
Fri, 01 Feb 2002 02:49:04 +0000 |
rfelker |
change init to config in vo_gl and vo_md5 like in the other vo_ modules -- fixes crash caused by the changeover
|
Fri, 01 Feb 2002 02:43:01 +0000 |
rfelker |
change init to config in vo_mga like in the other vo_ modules -- fixes crash caused by the changeover
|
Fri, 01 Feb 2002 01:54:38 +0000 |
rfelker |
added -noquiet option to complement -quiet (request/patch by Alexander Werth)
|
Fri, 01 Feb 2002 01:00:24 +0000 |
arpi |
AVID added
|
Thu, 31 Jan 2002 12:03:49 +0000 |
eyck |
detect microdvd with empty second frame.
|
Thu, 31 Jan 2002 11:56:11 +0000 |
alex |
removed obsoleted Terminate_Display_Process, using freeMyXImage and vo_x11_uninit at exit
|
Thu, 31 Jan 2002 11:50:59 +0000 |
alex |
return error if unknown depth given. more informative error messages. dont exit if draw_frame was called with Planar YUV, only warn the user
|
Thu, 31 Jan 2002 11:49:30 +0000 |
alex |
removed obosolete Terminate_Display_Process. using vo_x11_uninit. support UYVY format
|
Thu, 31 Jan 2002 11:46:46 +0000 |
alex |
removed obsoleted Terminate_Display_Process, using vo_x11_uninit
|
Thu, 31 Jan 2002 11:45:25 +0000 |
alex |
removed obsoleted Terminate_Display_Process
|
Thu, 31 Jan 2002 11:26:29 +0000 |
alex |
grr, 10l. vo_x11_uninit: close display only if window not created by GUI
|
Thu, 31 Jan 2002 11:15:54 +0000 |
alex |
vo_x11_uninit: dont destroy window if GUI created it
|
Thu, 31 Jan 2002 11:04:41 +0000 |
alex |
added vo_x11_uninit
|
Thu, 31 Jan 2002 10:29:46 +0000 |
nick |
Documenting new tune info
|
Thu, 31 Jan 2002 10:23:39 +0000 |
nick |
Use new tune info
|
Thu, 31 Jan 2002 09:57:13 +0000 |
nick |
new info for tuning
|
Thu, 31 Jan 2002 09:39:11 +0000 |
albeu |
Added lirc support in input
|