Mon, 25 Mar 2002 03:07:27 +0000 |
arpi |
use codec selection
|
Mon, 25 Mar 2002 03:02:57 +0000 |
arpi |
tagging selected codec to avoid trying the same codec several times
|
Mon, 25 Mar 2002 02:39:58 +0000 |
arpi |
proposal for audio decoders
|
Mon, 25 Mar 2002 02:39:36 +0000 |
arpi |
common stuff moved to mpc_info.h
|
Mon, 25 Mar 2002 02:10:08 +0000 |
arpi |
typo...
|
Mon, 25 Mar 2002 01:32:40 +0000 |
arpi |
I420 support
|
Sun, 24 Mar 2002 21:22:16 +0000 |
arpi |
-fs aspect fix by KotH
|
Sun, 24 Mar 2002 21:17:16 +0000 |
arpi |
fallback to server's control() - patch by KotH
|
Sun, 24 Mar 2002 20:55:06 +0000 |
arpi |
U,V plane odrer fixed
|
Sun, 24 Mar 2002 20:45:30 +0000 |
arpi |
U,V plane odrer fixed
|
Sun, 24 Mar 2002 19:14:40 +0000 |
arpi |
I420 UV swapping fixed
|
Sun, 24 Mar 2002 19:01:01 +0000 |
arpi |
UV vs VU fix
|
Sun, 24 Mar 2002 18:44:15 +0000 |
arpi |
fixes, extended by mplayer's planes[]
|
Sun, 24 Mar 2002 18:42:27 +0000 |
ksorim |
Two fixes:
|
Sun, 24 Mar 2002 18:42:05 +0000 |
arpi |
soem explanation
|
Sun, 24 Mar 2002 18:19:14 +0000 |
arpi |
fixed U/V swapping for direct rendering, and 3rd plane offset calculation when height!=0
|
Sun, 24 Mar 2002 18:01:08 +0000 |
mswitch |
Fixed bug in Athlon detection code ;)
|
Sun, 24 Mar 2002 15:33:12 +0000 |
mswitch |
XorA found a bug in the avcodec code
|
Sun, 24 Mar 2002 15:18:38 +0000 |
mswitch |
Default to avcodec if installed, otherwise use fame. Apparently fame output is very very blocky
|
Sun, 24 Mar 2002 14:47:28 +0000 |
atmos4 |
Use esds parser for movie esds atom and only pass decoder specific configuration into the stream_header.
|
Sun, 24 Mar 2002 14:15:24 +0000 |
pl |
allow negative mul values
|
Sun, 24 Mar 2002 06:10:13 +0000 |
atmos4 |
- Add parsing of Sync Layer Descriptor
|
Sun, 24 Mar 2002 03:08:20 +0000 |
atmos4 |
Support for decoder specific config from mp4 header for AAC decoder.
|
Sun, 24 Mar 2002 03:07:18 +0000 |
atmos4 |
10l fix memory allocation
|
Sun, 24 Mar 2002 02:38:20 +0000 |
atmos4 |
eeh 10l, forgot malloc of esds struct.
|
Sun, 24 Mar 2002 02:25:41 +0000 |
atmos4 |
Improved MP4 parsing (finally)
|
Sun, 24 Mar 2002 01:09:08 +0000 |
arpi |
OS2 support
|
Sun, 24 Mar 2002 01:05:57 +0000 |
arpi |
timer.c not used - why to compile
|
Sun, 24 Mar 2002 01:05:43 +0000 |
arpi |
check for mman.h
|
Sun, 24 Mar 2002 00:58:27 +0000 |
arpi |
include stdlib.h
|
Sun, 24 Mar 2002 00:44:54 +0000 |
arpi |
we don't need mman.h
|
Sun, 24 Mar 2002 00:39:44 +0000 |
arpi |
moved font_laod.h
|
Sun, 24 Mar 2002 00:32:13 +0000 |
arpi |
moved font_laod.h
|
Sat, 23 Mar 2002 22:50:25 +0000 |
arpi |
include font_load.h directly, instead of via video_out.h
|
Sat, 23 Mar 2002 21:52:13 +0000 |
arpi |
sys/types.h required for off_t
|
Sat, 23 Mar 2002 21:48:55 +0000 |
arpi |
MANGLE() the 3dnow code
|
Sat, 23 Mar 2002 21:44:05 +0000 |
arpi |
use .balign instead of .align
|
Sat, 23 Mar 2002 21:35:03 +0000 |
arpi |
more ugly hack
|
Sat, 23 Mar 2002 21:12:38 +0000 |
arpi |
we don't use mmap() in mplayer.c, so why should we include mman.h...
|
Sat, 23 Mar 2002 20:56:34 +0000 |
arpi |
OS/2 workaround
|
Sat, 23 Mar 2002 19:29:48 +0000 |
arpi |
10l - va_start needs teh pointer to stack - not the translated message
|
Sat, 23 Mar 2002 19:14:13 +0000 |
arpi |
we don't need dl nor stat functions - why to include tehir headers...
|
Sat, 23 Mar 2002 18:59:36 +0000 |
arpi |
added missing #include config.h, removed LIBVO2 ifdef.
|
Sat, 23 Mar 2002 18:40:54 +0000 |
arpi |
OS2 support
|
Sat, 23 Mar 2002 18:38:41 +0000 |
arpi |
dlfcn.h shouldn't be included if XANIM support disabled
|
Sat, 23 Mar 2002 18:16:22 +0000 |
mswitch |
Aspect code reenabled, apparently users didn't like running movies
|
Sat, 23 Mar 2002 17:29:35 +0000 |
alex |
added aspect ratio support and local ctx
|
Sat, 23 Mar 2002 17:27:46 +0000 |
alex |
10l, hopefully fixed query format
|
Sat, 23 Mar 2002 17:16:49 +0000 |
alex |
fixed query format
|
Sat, 23 Mar 2002 16:56:05 +0000 |
arpi |
10l. IMGFLAG_ALLOCATED shouldn't be set from vd driver\! - it's for internal use by the core
|
Sat, 23 Mar 2002 16:46:02 +0000 |
alex |
moved get_image into decoder (Arpi's request)
|
Sat, 23 Mar 2002 16:36:42 +0000 |
mswitch |
Disable prebuffering on athlons (3DNowEx) as the ones running at 266MHz
|
Sat, 23 Mar 2002 15:43:17 +0000 |
mswitch |
As jittering is corrected we might as well play the movie in full res
|
Sat, 23 Mar 2002 15:27:47 +0000 |
mswitch |
Jitter-bug fixed by Marcel Hild <hild@b4mad.net>, many many thanks goes
|
Sat, 23 Mar 2002 15:09:05 +0000 |
alex |
added xanim url
|
Sat, 23 Mar 2002 14:26:53 +0000 |
rik |
adding support for 12 bit planar YUV formats (for YUV4MPEG(2))
|
Sat, 23 Mar 2002 13:13:12 +0000 |
ksorim |
Support for cropping in mencoder. New options:
|
Sat, 23 Mar 2002 10:47:13 +0000 |
gabucino |
applied Melanson's patch
|
Sat, 23 Mar 2002 10:24:51 +0000 |
ksorim |
Fix swapped uv planes when playing yv12 data with direct rendering
|
Sat, 23 Mar 2002 10:09:39 +0000 |
ksorim |
Fixes crash which occured when it wasn't possible to connect to the display
|
Sat, 23 Mar 2002 02:41:31 +0000 |
arpi |
try to uncomment this line - very funny effect (skipping I frames)
|
Sat, 23 Mar 2002 00:32:59 +0000 |
jonas |
sync
|
Fri, 22 Mar 2002 22:14:01 +0000 |
alex |
added zlib
|
Fri, 22 Mar 2002 22:12:09 +0000 |
alex |
added zlib support
|
Fri, 22 Mar 2002 21:20:50 +0000 |
alex |
added, supporting only BGR24 (avizlib.dll does the same)
|
Fri, 22 Mar 2002 14:11:13 +0000 |
melanson |
committed Roberto Togni's patch for control() function in HuffYUV decoder
|
Fri, 22 Mar 2002 07:35:48 +0000 |
ksorim |
Fix for OSD when width != pitch
|
Fri, 22 Mar 2002 04:14:43 +0000 |
michael |
increasing libavcodec -vme range
|
Fri, 22 Mar 2002 03:22:34 +0000 |
atmos4 |
ixes bug in draw_slice and also fixes compilance to
|
Fri, 22 Mar 2002 00:54:10 +0000 |
atmos4 |
Add Parsing off ftyp box and some more docs ref
|
Thu, 21 Mar 2002 22:51:44 +0000 |
atmos4 |
I knew I had a typo just as I commited :(
|
Thu, 21 Mar 2002 22:33:04 +0000 |
atmos4 |
update my stuff
|
Thu, 21 Mar 2002 22:26:52 +0000 |
atmos4 |
Add a usefull url, btw. audio esds needs some fixing with some files, I'll investigate.
|
Thu, 21 Mar 2002 21:00:21 +0000 |
arpi |
some more...
|
Thu, 21 Mar 2002 20:43:43 +0000 |
arpi |
insert mpeg4 video header into the first chunk
|
Thu, 21 Mar 2002 20:19:00 +0000 |
arpi |
0.1l
|
Thu, 21 Mar 2002 20:18:30 +0000 |
arpi |
support multiple video header extension chunks
|
Thu, 21 Mar 2002 19:53:31 +0000 |
arpi |
query flag added
|
Thu, 21 Mar 2002 19:23:20 +0000 |
michael |
print meaningfull error message instead of "hmm, arpi said that isnt used...
|
Thu, 21 Mar 2002 18:59:07 +0000 |
atmos4 |
Im proved Build Version selection for DivX 5.
|
Thu, 21 Mar 2002 18:53:32 +0000 |
michael |
fixing bgr15&16 on big_endian
|
Thu, 21 Mar 2002 17:16:21 +0000 |
alex |
some updates
|
Thu, 21 Mar 2002 17:11:38 +0000 |
alex |
a bit update to libvo1.5, i think we should make a seperate documentation
|
Thu, 21 Mar 2002 16:44:15 +0000 |
atmos4 |
argh 0.5l
|
Thu, 21 Mar 2002 16:42:58 +0000 |
atmos4 |
Recognize and skip ftype chunk used by some .mp4 files and
|
Thu, 21 Mar 2002 15:01:39 +0000 |
alex |
temporary disabled len=0 code due to reported loop errors
|
Thu, 21 Mar 2002 14:08:40 +0000 |
ksorim |
This will hopefully fix
|
Thu, 21 Mar 2002 10:22:55 +0000 |
ksorim |
Fix crash when playing multiple files. The bug was triggered when the first file
|
Thu, 21 Mar 2002 09:22:55 +0000 |
ksorim |
Fix crash when SDL had to do rgb -> rgb conversion. Removed some code
|
Thu, 21 Mar 2002 06:32:13 +0000 |
gabucino |
wording patch by Diego & Egger
|
Thu, 21 Mar 2002 06:05:14 +0000 |
atmos4 |
Add some atom parsing to movie trak and a bit cosmetics ;), Michael can now write esds movie header whereever he wants.
|
Thu, 21 Mar 2002 01:21:49 +0000 |
melanson |
added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it>
|
Wed, 20 Mar 2002 22:32:17 +0000 |
arpi |
some new funcs and fixes for quicktime
|
Wed, 20 Mar 2002 22:31:52 +0000 |
arpi |
allow LPSTR typedef
|
Wed, 20 Mar 2002 21:23:59 +0000 |
gabucino |
not vbt, but vratetol
|
Wed, 20 Mar 2002 21:14:36 +0000 |
gabucino |
added input options
|
Wed, 20 Mar 2002 20:25:44 +0000 |
gabucino |
-oldpp info fixed
|
Wed, 20 Mar 2002 20:24:47 +0000 |
gabucino |
-dr
|
Wed, 20 Mar 2002 20:23:40 +0000 |
gabucino |
new lavc opts
|
Wed, 20 Mar 2002 18:07:03 +0000 |
gabucino |
some small updates
|
Wed, 20 Mar 2002 17:53:44 +0000 |
alex |
extended FAAD detection
|
Wed, 20 Mar 2002 17:26:52 +0000 |
mswitch |
Fame support enabled, awaiting bugreports =D
|
Wed, 20 Mar 2002 15:39:08 +0000 |
alex |
using -dr instead -vaa_dr
|
Wed, 20 Mar 2002 15:38:13 +0000 |
alex |
splitted mp_msg_init and mp_msg_set_level
|
Wed, 20 Mar 2002 15:28:26 +0000 |
ksorim |
Bugfix for --disable-runtime-cpudetection
|
Wed, 20 Mar 2002 15:22:48 +0000 |
alex |
splitted mp_msg_init and mp_msg_set_level
|
Wed, 20 Mar 2002 15:14:59 +0000 |
alex |
splitted mp_msg_init and mp_msg_set_level and added i18n support to init
|
Wed, 20 Mar 2002 14:56:26 +0000 |
alex |
10l ;)
|
Wed, 20 Mar 2002 13:30:57 +0000 |
albeu |
Added options -input keylist and -input cmdlist to list all know
|
Wed, 20 Mar 2002 10:27:27 +0000 |
albeu |
Set the params given to a playlist url to the playlist
|
Wed, 20 Mar 2002 09:48:47 +0000 |
albeu |
Fix endless loop at end of an audio only file. It occured when the last chunk
|
Wed, 20 Mar 2002 09:45:39 +0000 |
albeu |
New string list option type
|
Wed, 20 Mar 2002 05:15:53 +0000 |
melanson |
added a BMP file demuxer...yeah, that's right, a static image BMP file
|
Wed, 20 Mar 2002 05:09:38 +0000 |
melanson |
oh yeah, this is it...MPlayer now has 4-bit MS RLE support...I think
|
Wed, 20 Mar 2002 04:22:14 +0000 |
atmos4 |
add alternative samplerate calculation for files with timescale\!=samplerate
|
Wed, 20 Mar 2002 03:03:29 +0000 |
arpi |
InitializeQTML(0) added
|
Wed, 20 Mar 2002 01:39:09 +0000 |
arpi |
comments on compiling
|
Wed, 20 Mar 2002 01:36:41 +0000 |
arpi |
simple sample proggy, using qtmlClient.dll to access QT components
|
Tue, 19 Mar 2002 22:32:45 +0000 |
michael |
fixing runtime cpudetect with pre SSE cpus
|
Tue, 19 Mar 2002 22:12:18 +0000 |
alex |
config vo if resolution changed (after decoded image read the dimensions out of lavc context)
|
Tue, 19 Mar 2002 21:48:55 +0000 |
atmos4 |
allow sh_audio struct to be initialized by demuxer, add parsing of mp4 esds header to mov demuxer, init faad from info from mov header
|
Tue, 19 Mar 2002 19:22:00 +0000 |
arpi |
show sub/av delay at osdlevel=1 - patch by Marcin Juszkiewicz <marcinj@netbox.pl>
|
Tue, 19 Mar 2002 19:16:01 +0000 |
arpi |
non-blocking open - patch by Fredrik Kuivinen <freku045@student.liu.se>
|
Tue, 19 Mar 2002 18:57:24 +0000 |
arpi |
hotfix (i doubt it will really fix this issue) by Fredrik Kuivinen <freku045@student.liu.se>
|
Tue, 19 Mar 2002 18:49:39 +0000 |
arpi |
runtime msg changed
|
Tue, 19 Mar 2002 18:42:27 +0000 |
arpi |
a bit modified runtime fix patch by Fredrik Kuivinen <freku045@student.liu.se>
|
Tue, 19 Mar 2002 18:27:54 +0000 |
albeu |
10L bug fix. Thx to Fredrik Kuivinen <freku045@student.liu.se>.
|
Tue, 19 Mar 2002 15:08:15 +0000 |
mswitch |
Automatically use avcodec if it exists, otherwise fall back to fame (due
|
Tue, 19 Mar 2002 13:30:16 +0000 |
albeu |
A bug fix in the auto-repeat stuff + moved all printf to mp_msg
|
Tue, 19 Mar 2002 13:29:28 +0000 |
albeu |
Commentting session
|
Tue, 19 Mar 2002 13:28:45 +0000 |
albeu |
A bug fix + moved error msg from verbose to error
|
Tue, 19 Mar 2002 13:27:44 +0000 |
albeu |
Fix a typo error with JOY_BTN2 and JOY_BTN3
|
Tue, 19 Mar 2002 11:01:37 +0000 |
jonas |
small update to english version.
|
Tue, 19 Mar 2002 07:07:06 +0000 |
melanson |
MPlayer now has a Microsoft RLE decoder to call its own...only supports
|
Tue, 19 Mar 2002 00:11:44 +0000 |
arpi |
10l. -ao mpegpes shouldn't be disabled if no DVB
|
Mon, 18 Mar 2002 23:59:42 +0000 |
atmos4 |
update hall of fame :)
|
Mon, 18 Mar 2002 23:30:04 +0000 |
atmos4 |
Beta AAC decoding support, seeking totally broken yet, add philipps mpeg4 video in qt to ffmpeg4 although it's still buggy in decoding
|
Mon, 18 Mar 2002 23:20:13 +0000 |
arpi |
updates by Jiri.Svoboda@seznam.cz
|
Mon, 18 Mar 2002 22:25:03 +0000 |
gabucino |
-nosound option added
|
Mon, 18 Mar 2002 22:24:18 +0000 |
gabucino |
applied Melanson's patch
|
Mon, 18 Mar 2002 15:21:28 +0000 |
jaf |
sync
|
Mon, 18 Mar 2002 14:57:34 +0000 |
jonas |
updated to english version.
|
Mon, 18 Mar 2002 09:39:18 +0000 |
eyck |
usr/lib/mplayer not /usr/lib, as reminded by Amy Fong.
|
Mon, 18 Mar 2002 09:10:54 +0000 |
nexus |
sync
|
Mon, 18 Mar 2002 05:29:59 +0000 |
melanson |
the RoQ video decoder is so very close to working, I can almost taste it
|
Mon, 18 Mar 2002 03:17:20 +0000 |
melanson |
added PTS for audio, but seeking still doesn't work
|
Mon, 18 Mar 2002 03:08:21 +0000 |
arpi |
supports query_format in codecs
|
Mon, 18 Mar 2002 01:55:38 +0000 |
arpi |
changed status of 'null' codec to avoid prefering it over buggy codecs
|
Mon, 18 Mar 2002 01:54:33 +0000 |
arpi |
video codec selection failed message changed - it depends on -vo too
|
Mon, 18 Mar 2002 01:52:51 +0000 |
arpi |
status numbers changed to fit our detection order
|
Mon, 18 Mar 2002 01:51:47 +0000 |
arpi |
migrate to new init_video()
|
Mon, 18 Mar 2002 01:49:42 +0000 |
arpi |
video codec selection redesigned and moved to libmpcodecs - now it's 'intelligent'
|
Mon, 18 Mar 2002 01:48:40 +0000 |
arpi |
init_video() changed, make all extern
|
Mon, 18 Mar 2002 01:48:22 +0000 |
arpi |
decore version check for divx3 and divx5
|
Mon, 18 Mar 2002 01:47:47 +0000 |
arpi |
don't call video->get_info if it's NULL
|
Mon, 18 Mar 2002 01:47:14 +0000 |
arpi |
init_video() changed - now it handles codec selection
|
Mon, 18 Mar 2002 01:00:43 +0000 |
michael |
libavcodec bitrate is in kbit now ...
|
Mon, 18 Mar 2002 00:55:58 +0000 |
arpi |
added vo_config
|
Mon, 18 Mar 2002 00:46:44 +0000 |
arpi |
decore version check for divx3 and divx5
|
Sun, 17 Mar 2002 20:28:19 +0000 |
arpi |
lirc fix by Keller Attila <mikimo3@freemail.hu>
|
Sun, 17 Mar 2002 17:09:04 +0000 |
michael |
supporting ffmpegs "hopefully better bitrate control"
|
Sun, 17 Mar 2002 16:08:39 +0000 |
michael |
rage mobility m3 is rage128 based and not mach64 ...
|
Sun, 17 Mar 2002 16:02:21 +0000 |
eyck |
correct LIBDIR
|
Sun, 17 Mar 2002 15:11:44 +0000 |
jkeil |
Add a (more or less dummy) reference to vo_format_name(), to pull the
|
Sun, 17 Mar 2002 15:03:25 +0000 |
jaf |
xp added
|
Sun, 17 Mar 2002 14:21:07 +0000 |
arpi |
Mp4S fixed
|
Sun, 17 Mar 2002 09:42:20 +0000 |
gabucino |
fix
|
Sun, 17 Mar 2002 09:41:26 +0000 |
gabucino |
sync the f* manual (with arpi's english changes)
|
Sun, 17 Mar 2002 03:38:16 +0000 |
arpi |
uninit bugs fixed
|
Sun, 17 Mar 2002 02:59:04 +0000 |
melanson |
FILM demuxer is leaner, meaner, and cleaner, also with proper bailout on
|
Sun, 17 Mar 2002 02:30:29 +0000 |
arpi |
libvo printfs added (moved from mplayer.c), mpi buffers free'd to fix multifile playback
|
Sun, 17 Mar 2002 02:29:41 +0000 |
arpi |
init_video_vaa() removed
|
Sun, 17 Mar 2002 02:28:32 +0000 |
arpi |
init/uninit libvo/ao/getch2/cache2 order fixed
|
Sun, 17 Mar 2002 02:13:18 +0000 |
arpi |
fixed colorspace detection
|
Sun, 17 Mar 2002 02:04:06 +0000 |
arpi |
don't free our_out_buffer - it's obsoleted
|
Sun, 17 Mar 2002 00:47:15 +0000 |
arpi |
- cleanup pass 1. more to come soon...
|
Sun, 17 Mar 2002 00:43:01 +0000 |
arpi |
useless 'max benchmar' removed
|
Sat, 16 Mar 2002 22:51:07 +0000 |
arpi |
removed pitches[] mess
|
Sat, 16 Mar 2002 21:20:47 +0000 |
alex |
using LIBDIR instead prefix/lib/mplayer
|
Sat, 16 Mar 2002 21:20:03 +0000 |
alex |
writing LIBDIR to config.mak and removed USR_PREFIX from config.h as it was the same as PREFIX
|
Sat, 16 Mar 2002 20:57:53 +0000 |
alex |
libvo flags
|
Sat, 16 Mar 2002 20:36:24 +0000 |
arpi |
mpegpes support
|
Sat, 16 Mar 2002 20:35:59 +0000 |
arpi |
accept IMGFMT_MPEGPES
|
Sat, 16 Mar 2002 19:58:07 +0000 |
melanson |
added proper PTS support for FILM demuxer
|
Sat, 16 Mar 2002 19:17:58 +0000 |
alex |
BSD compatibility fix by Steven M. Schultz
|
Sat, 16 Mar 2002 19:15:12 +0000 |
arpi |
fame enabeld
|
Sat, 16 Mar 2002 18:43:10 +0000 |
arpi |
libfame added
|
Sat, 16 Mar 2002 17:12:19 +0000 |
michael |
workaround lack of -fomit-frame-pointer
|
Sat, 16 Mar 2002 17:10:15 +0000 |
albeu |
Fixed the bug that make mplayer crash with no sound and an invalid
|
Sat, 16 Mar 2002 16:57:35 +0000 |
albeu |
1L : removed redondant enter key binding
|
Sat, 16 Mar 2002 16:47:35 +0000 |
gabucino |
ENTER now quits after last file
|
Sat, 16 Mar 2002 16:36:32 +0000 |
albeu |
Now enter key quit if no next file is avaible
|
Sat, 16 Mar 2002 15:49:26 +0000 |
mswitch |
Fixed some bugs with fame, had to disable prebuffering with fame though
|
Sat, 16 Mar 2002 14:32:03 +0000 |
albeu |
Initial ogg demuxer. No seeking, a/v sync is broken. Support avi
|
Sat, 16 Mar 2002 06:01:13 +0000 |
mswitch |
Fixed problem with seeking/sync when using libfame
|
Sat, 16 Mar 2002 02:46:49 +0000 |
arpi |
prefer outfmt with no conversion (see vo's query flags)
|
Sat, 16 Mar 2002 02:42:19 +0000 |
alex |
added directrendering support and better query_format
|
Sat, 16 Mar 2002 02:15:10 +0000 |
arpi |
rtfm hint msg depends on runtime detection
|
Sat, 16 Mar 2002 02:03:37 +0000 |
arpi |
let's make users testing runtime stuff... he-he
|
Sat, 16 Mar 2002 01:56:19 +0000 |
arpi |
hints on RTFM
|
Sat, 16 Mar 2002 01:34:45 +0000 |
arpi |
updates
|
Sat, 16 Mar 2002 01:28:11 +0000 |
arpi |
obsolete... will be deleted SOON
|
Sat, 16 Mar 2002 01:10:31 +0000 |
arpi |
handle error from mpcodecs_config_vo()
|
Fri, 15 Mar 2002 23:53:58 +0000 |
arpi |
"obladi-oblada" -- Gabucino, Feb 11 20:03:21 2002
|
Fri, 15 Mar 2002 23:42:52 +0000 |
arpi |
"sok ize, mutyur, bizbasz." --Gabucino, Feb 12 23:39:36 2002
|
Fri, 15 Mar 2002 23:25:25 +0000 |
alex |
added a message :)
|
Fri, 15 Mar 2002 23:22:36 +0000 |
alex |
workaround to compile without new-input support
|
Fri, 15 Mar 2002 23:17:50 +0000 |
gabucino |
szrii, tuu, van, fajor
|
Fri, 15 Mar 2002 23:16:32 +0000 |
alex |
printf to mp_msg by Anders Rune Jensen
|
Fri, 15 Mar 2002 23:15:36 +0000 |
arpi |
"ez+az" -- Gabucino, 2001
|
Fri, 15 Mar 2002 22:57:16 +0000 |
arpi |
"nememlex" --Gabucino, 2002
|
Fri, 15 Mar 2002 22:42:28 +0000 |
alex |
changed printf's to mp_msg
|
Fri, 15 Mar 2002 22:29:22 +0000 |
arpi |
faszom.
|
Fri, 15 Mar 2002 22:27:09 +0000 |
gabucino |
sync
|
Fri, 15 Mar 2002 22:25:57 +0000 |
alex |
changed printf's to mp_msg
|
Fri, 15 Mar 2002 22:16:56 +0000 |
gabucino |
xanim search path fixed
|
Fri, 15 Mar 2002 22:16:02 +0000 |
alex |
runtime cpudetection
|
Fri, 15 Mar 2002 22:14:26 +0000 |
gabucino |
volume normalizer plugin added
|
Fri, 15 Mar 2002 21:43:22 +0000 |
arpi |
fixes...
|
Fri, 15 Mar 2002 21:38:54 +0000 |
alex |
spelling type fix by Anders Rune Jensen
|
Fri, 15 Mar 2002 21:37:10 +0000 |
alex |
using mp_gettext
|
Fri, 15 Mar 2002 21:24:48 +0000 |
arpi |
a "few" "small" "fixes" ...
|
Fri, 15 Mar 2002 21:23:49 +0000 |
alex |
changed to mp_msg
|
Fri, 15 Mar 2002 21:12:33 +0000 |
gabucino |
-audiofile added
|
Fri, 15 Mar 2002 21:08:14 +0000 |
alex |
added i18n support
|
Fri, 15 Mar 2002 21:07:48 +0000 |
alex |
added mp_gettext macro for i18n
|
Fri, 15 Mar 2002 20:48:42 +0000 |
alex |
added i18n support (also disabled, later auto detection will be enabled)
|
Fri, 15 Mar 2002 20:36:20 +0000 |
gabucino |
softclipping (ammegmi?)
|
Fri, 15 Mar 2002 17:58:19 +0000 |
alex |
0.1l ;)
|
Fri, 15 Mar 2002 17:24:27 +0000 |
mswitch |
No longer force the device into not using fame
|
Fri, 15 Mar 2002 16:49:42 +0000 |
gabucino |
noaudio ... try#2
|
Fri, 15 Mar 2002 16:43:58 +0000 |
gabucino |
[REVERSE] aszitted mi?
|
Fri, 15 Mar 2002 16:38:36 +0000 |
gabucino |
RM seeking works (?)
|
Fri, 15 Mar 2002 16:36:47 +0000 |
gabucino |
-noaudiobaszas
|
Fri, 15 Mar 2002 16:36:45 +0000 |
arpi |
10l
|
Fri, 15 Mar 2002 16:13:27 +0000 |
alex |
added some ifdef's to make possible to compile with --disable-new-input --enable-gui
|
Fri, 15 Mar 2002 16:10:29 +0000 |
alex |
TVI BSD BT848 support
|
Fri, 15 Mar 2002 16:10:06 +0000 |
alex |
tv -noaudio support by Charles Henrich
|
Fri, 15 Mar 2002 16:08:14 +0000 |
alex |
update by Charles Henrich
|
Fri, 15 Mar 2002 16:07:06 +0000 |
alex |
audio support and pts based packet handling by Charles Henrich
|
Fri, 15 Mar 2002 16:06:10 +0000 |
alex |
mp_msg'ized (for i18n ;)
|
Fri, 15 Mar 2002 15:57:57 +0000 |
alex |
workaround in palette reader for statunit6.mov, needed to implement support for flag&0x4 and small changes to avoid some sig11-places in the badly muxed cinepak pro movs
|
Fri, 15 Mar 2002 15:53:11 +0000 |
alex |
added get_sh_video/audio and realmedia seeking
|
Fri, 15 Mar 2002 15:51:37 +0000 |
alex |
added PRE-ALPHA seeking ability and index table generator (like avi's one)
|
Fri, 15 Mar 2002 15:01:34 +0000 |
alex |
added TVI BSD BT848
|
Fri, 15 Mar 2002 14:59:32 +0000 |
alex |
initial
|
Fri, 15 Mar 2002 14:42:15 +0000 |
arpi |
place subtitles under the image
|
Fri, 15 Mar 2002 05:08:07 +0000 |
melanson |
RoQ video decoder is much closer to being categorized as "working" (there
|
Fri, 15 Mar 2002 03:49:17 +0000 |
arpi |
10l? frames_per_sequence==GOPsize... so it should be few seconds
|
Thu, 14 Mar 2002 23:58:46 +0000 |
arpi |
temp workaround for mencoder
|
Thu, 14 Mar 2002 23:29:33 +0000 |
arpi |
pitches mess removed
|
Thu, 14 Mar 2002 23:28:51 +0000 |
arpi |
libvo init moved to libmpcodecs
|
Thu, 14 Mar 2002 23:09:27 +0000 |
arpi |
vo_flags unused
|
Thu, 14 Mar 2002 23:08:47 +0000 |
arpi |
missing config_vo
|
Thu, 14 Mar 2002 21:31:25 +0000 |
arpi |
libvo2 #ifs removed
|
Thu, 14 Mar 2002 21:26:15 +0000 |
jonas |
updated to english version.
|
Thu, 14 Mar 2002 19:16:48 +0000 |
jaf |
corrections by "Bena, Daniel" <Daniel.Bena@dm-drogeriemarkt.sk>
|
Thu, 14 Mar 2002 17:20:28 +0000 |
gabucino |
10l
|
Thu, 14 Mar 2002 11:18:19 +0000 |
arpi |
mp3 detection fixed...
|
Thu, 14 Mar 2002 02:26:49 +0000 |
arpi |
some cleanup, fixes for video header parsing. finally we get the coded size instead of display size\!
|
Wed, 13 Mar 2002 15:33:55 +0000 |
gabucino |
ijpg for jpegs
|
Wed, 13 Mar 2002 14:39:24 +0000 |
mswitch |
This will slow down wobbling (just a bit)
|
Wed, 13 Mar 2002 14:15:00 +0000 |
mswitch |
Added preliminary fame support
|
Wed, 13 Mar 2002 12:32:42 +0000 |
anders |
Added soft clipping for software volume control
|
Wed, 13 Mar 2002 12:11:21 +0000 |
pontscho |
upsz ... 10l :)
|
Wed, 13 Mar 2002 10:59:20 +0000 |
pontscho |
small changes in event handling
|
Wed, 13 Mar 2002 01:45:42 +0000 |
arpi |
10l - config.h should be included...
|
Wed, 13 Mar 2002 01:23:36 +0000 |
arpi |
using libFAME...
|
Tue, 12 Mar 2002 23:34:52 +0000 |
atmos4 |
sdl dr support
|
Tue, 12 Mar 2002 23:10:04 +0000 |
atmos4 |
10l forgot to remove debug printfs
|
Tue, 12 Mar 2002 22:11:35 +0000 |
atmos4 |
fix dga key handling
|
Tue, 12 Mar 2002 18:02:02 +0000 |
atmos4 |
nortc patch by Attila Kinali
|
Tue, 12 Mar 2002 12:36:00 +0000 |
jaf |
corrections by Diego Biurrun <diego@biurrun.de>
|
Tue, 12 Mar 2002 12:04:40 +0000 |
alex |
lexical fixes (COSMETIC :)) and one 'real fix': grap_frames -> grab_frames -- feel free to flame and reverse
|
Tue, 12 Mar 2002 07:31:41 +0000 |
nick |
Using yv12_to_yuy2 sw convertor for cards which have no native yv12 support
|
Tue, 12 Mar 2002 07:16:29 +0000 |
nick |
users should know what he lose
|
Tue, 12 Mar 2002 06:32:02 +0000 |
anders |
Bugfix for sig11 when playing multiple files
|
Tue, 12 Mar 2002 01:32:46 +0000 |
melanson |
fixed long-standing issue with stereo IMA4 decoder
|
Mon, 11 Mar 2002 20:13:45 +0000 |
pontscho |
libjpeg and loader conflict workaround
|
Mon, 11 Mar 2002 09:24:09 +0000 |
nick |
Compute aspect ratio only once
|
Mon, 11 Mar 2002 09:19:15 +0000 |
pontscho |
remove obsoleted function (mplResize)
|
Mon, 11 Mar 2002 09:01:43 +0000 |
nick |
Fixed fullscreen mode
|
Mon, 11 Mar 2002 08:48:54 +0000 |
nick |
Fixed color key definitions. Waiting for new bugreports ;)
|
Mon, 11 Mar 2002 08:48:06 +0000 |
nick |
Fixed default background color for proper color key usage
|
Mon, 11 Mar 2002 08:42:07 +0000 |
pontscho |
kill few warning
|
Mon, 11 Mar 2002 07:46:04 +0000 |
nick |
Fixed swapping of UV planes in single buffered mode
|
Mon, 11 Mar 2002 01:13:13 +0000 |
arpi |
framedrop fix
|
Mon, 11 Mar 2002 00:58:32 +0000 |
arpi |
very obsoleted...
|
Mon, 11 Mar 2002 00:49:52 +0000 |
arpi |
ijpg handles AVID and Photo JPEG too
|
Mon, 11 Mar 2002 00:39:40 +0000 |
arpi |
hopefully fixed divx5 header + xvid conflict
|
Mon, 11 Mar 2002 00:13:26 +0000 |
arpi |
JPEG_LIB moved to common libs, requires by mencoder too
|
Mon, 11 Mar 2002 00:13:05 +0000 |
arpi |
libjpeg detection cleanup
|
Sun, 10 Mar 2002 23:55:36 +0000 |
arpi |
1000l. directfb 0.9.9 detection fixed?
|
Sun, 10 Mar 2002 23:45:44 +0000 |
arpi |
removed unneeded includes
|
Sun, 10 Mar 2002 23:20:01 +0000 |
pontscho |
fix fs handling
|
Sun, 10 Mar 2002 23:05:44 +0000 |
pontscho |
rewrite MWM hint handling
|
Sun, 10 Mar 2002 23:04:31 +0000 |
jaf |
keeps it clean
|
Sun, 10 Mar 2002 22:49:18 +0000 |
pontscho |
Add IJPG decoder.
|
Sun, 10 Mar 2002 17:51:52 +0000 |
nick |
fixed strides for packed fourccs
|
Sun, 10 Mar 2002 17:46:22 +0000 |
arpi |
32bpp support not implemented - do not lie
|
Sun, 10 Mar 2002 15:47:01 +0000 |
arpi |
DirectFB 0.9.9 support - patch by Aubin Paul <aubin@punknews.org>
|
Sun, 10 Mar 2002 13:53:38 +0000 |
pl |
new smoothing method ('#define AVG 2' to enable'n'test it)
|
Sun, 10 Mar 2002 12:03:13 +0000 |
jonas |
updated to english version
|
Sun, 10 Mar 2002 09:28:02 +0000 |
gabucino |
xvid in mencoder
|
Sun, 10 Mar 2002 09:25:18 +0000 |
gabucino |
10lityi
|
Sun, 10 Mar 2002 09:03:37 +0000 |
gabucino |
XViD section added
|
Sun, 10 Mar 2002 08:19:43 +0000 |
gabucino |
fullscreen with 'f' key
|
Sun, 10 Mar 2002 08:16:07 +0000 |
atmos4 |
VM fixes by Nilmoni Deb.
|
Sun, 10 Mar 2002 08:12:24 +0000 |
gabucino |
DivX5 support
|
Sun, 10 Mar 2002 08:02:33 +0000 |
gabucino |
bindings for subpos
|
Sun, 10 Mar 2002 07:44:09 +0000 |
gabucino |
applied patch from KotH
|
Sun, 10 Mar 2002 03:47:53 +0000 |
arpi |
-subpos key bindings with new input layer - patch by Tomas Konir <moje@molly.vabo.cz>
|
Sun, 10 Mar 2002 03:37:26 +0000 |
arpi |
video_eq support - applied brightness/contrast patch by Brian J. Murrell
|
Sun, 10 Mar 2002 03:36:16 +0000 |
arpi |
min() moved out of #if, applied brightness/contrast patch by Brian J. Murrell
|
Sun, 10 Mar 2002 03:01:06 +0000 |
arpi |
DX50 worx with ffodivx
|
Sun, 10 Mar 2002 01:38:21 +0000 |
arpi |
postprocess.h requires for GET_PP_QUALITY_MAX - patch by Fredrik Kuivinen
|
Sun, 10 Mar 2002 01:18:35 +0000 |
atmos4 |
Add DIvX5 FourCC
|
Sun, 10 Mar 2002 00:15:21 +0000 |
arpi |
using libmpcodecs by default
|
Sat, 09 Mar 2002 22:07:22 +0000 |
arpi |
x1!=mpi->width bug fixed... always trust in x1
|
Sat, 09 Mar 2002 21:53:03 +0000 |
arpi |
round up width/height if mod 2 != 0
|
Sat, 09 Mar 2002 21:50:03 +0000 |
arpi |
DR fixed for BGR24
|
Sat, 09 Mar 2002 21:33:17 +0000 |
arpi |
old temp vars removed, in-codecs equalizer support added, error message if -vfm N/A
|
Sat, 09 Mar 2002 21:31:54 +0000 |
arpi |
vo_config request printf
|
Sat, 09 Mar 2002 19:18:46 +0000 |
arpi |
divx_quality and equalizer support done
|
Sat, 09 Mar 2002 17:27:37 +0000 |
nick |
voctls for decoding ahead
|
Sat, 09 Mar 2002 14:09:27 +0000 |
gabucino |
3.0.x sux + some other stuff
|
Sat, 09 Mar 2002 14:08:53 +0000 |
gabucino |
PNG decoding using libpng
|
Sat, 09 Mar 2002 08:08:43 +0000 |
nick |
Optimization and get_image fixes (still untested)
|
Sat, 09 Mar 2002 02:18:33 +0000 |
arpi |
mpng, libmpeg2 added, none of them finished :(
|
Sat, 09 Mar 2002 00:57:05 +0000 |
atmos4 |
divx5 support into libmpcodecs (untested)
|
Sat, 09 Mar 2002 00:17:50 +0000 |
jonas |
updated to english version
|
Sat, 09 Mar 2002 00:12:49 +0000 |
atmos4 |
DivX5linux support working (only tested with divx3 and divx4 upto now, will try getting divx5 damples now)
|
Fri, 08 Mar 2002 20:17:33 +0000 |
arpi |
dr + libmpcodecs
|
Fri, 08 Mar 2002 20:14:08 +0000 |
pontscho |
small changes in libvo's X11 support
|
Fri, 08 Mar 2002 17:37:25 +0000 |
gabucino |
-audiofile
|
Fri, 08 Mar 2002 16:15:54 +0000 |
nick |
VOCTRL_GET_IMAGE (untested but should work)
|
Fri, 08 Mar 2002 07:15:50 +0000 |
arpi |
TODO list
|
Fri, 08 Mar 2002 07:14:34 +0000 |
arpi |
cyuv, nuv, qtrle, qtsmc, roq added
|
Thu, 07 Mar 2002 21:12:27 +0000 |
arpi |
comments fixed
|
Thu, 07 Mar 2002 21:06:59 +0000 |
arpi |
fli and msvideo1 added
|
Thu, 07 Mar 2002 20:43:17 +0000 |
arpi |
common includes moved to private vd_internal.h
|
Thu, 07 Mar 2002 20:14:52 +0000 |
arpi |
+10l to .so
|
Thu, 07 Mar 2002 19:45:07 +0000 |
gabucino |
'f' and -/+ fixed (noticed by XYZ user)
|
Thu, 07 Mar 2002 18:29:11 +0000 |
pontscho |
sorry, 10l:)
|
Thu, 07 Mar 2002 17:55:34 +0000 |
gabucino |
HTML: different font handling - idea from new hp dezign
|
Thu, 07 Mar 2002 17:50:25 +0000 |
pontscho |
rewrite fullscreen support in some libvo driver
|
Thu, 07 Mar 2002 16:57:40 +0000 |
arpi |
direct rendering support
|
Thu, 07 Mar 2002 15:06:02 +0000 |
pontscho |
PlayToPause bug with mouse fixed
|
Thu, 07 Mar 2002 14:16:43 +0000 |
pontscho |
small bugfix.
|
Thu, 07 Mar 2002 14:04:15 +0000 |
pontscho |
vm pecs applied from daniel carter <hedonist@win.co.nz>
|
Thu, 07 Mar 2002 13:09:10 +0000 |
arpi |
direct rendering can be disabled -vaa_nodr
|
Thu, 07 Mar 2002 13:02:35 +0000 |
arpi |
accept STATIC buffers if num_buffers==1
|
Thu, 07 Mar 2002 11:57:33 +0000 |
pontscho |
small bug fixed and workarounds :(
|
Thu, 07 Mar 2002 02:49:46 +0000 |
arpi |
video_out added to sh_video_t
|
Thu, 07 Mar 2002 02:44:42 +0000 |
arpi |
MP_IMGFLAG_TYPE_DISPLAYED added
|
Thu, 07 Mar 2002 02:44:16 +0000 |
arpi |
direct rendering support
|
Thu, 07 Mar 2002 01:51:28 +0000 |
arpi |
control+preinit moved to mga_common.c
|
Thu, 07 Mar 2002 01:39:07 +0000 |
arpi |
xanim, raw, rle added
|
Thu, 07 Mar 2002 00:44:58 +0000 |
arpi |
vfw, vfwex, odivx, divx4 added
|
Thu, 07 Mar 2002 00:44:18 +0000 |
arpi |
10l
|
Thu, 07 Mar 2002 00:43:55 +0000 |
arpi |
commente dout info's decl
|
Thu, 07 Mar 2002 00:03:51 +0000 |
pontscho |
sorry, 10l:)
|
Wed, 06 Mar 2002 23:56:28 +0000 |
eyck |
many changes but debian version stayed the same.
|
Wed, 06 Mar 2002 23:54:20 +0000 |
pontscho |
small changes
|
Wed, 06 Mar 2002 23:40:31 +0000 |
arpi |
ACCEPT_WIDTH flag added
|
Wed, 06 Mar 2002 23:28:06 +0000 |
frodone |
corrected typos and bad italian...
|
Wed, 06 Mar 2002 23:27:20 +0000 |
pontscho |
workaround for gui a short time.
|
Wed, 06 Mar 2002 23:16:33 +0000 |
gabucino |
.sonak, hogy ne gorbuljon sirasra az.. arca - meg ha nevnapja nincs is
|
Wed, 06 Mar 2002 22:03:46 +0000 |
arpi |
vd_dshow added
|
Wed, 06 Mar 2002 22:02:51 +0000 |
arpi |
new controls added for query/set pp level
|
Wed, 06 Mar 2002 21:59:24 +0000 |
arpi |
KEY_ENTER->quit binding. why doesn't 'pt_step 1' exits if no more file left?
|
Wed, 06 Mar 2002 21:01:07 +0000 |
arpi |
11l
|
Wed, 06 Mar 2002 20:56:06 +0000 |
arpi |
order of #includes changed - shouldn't include local things before config.h
|
Wed, 06 Mar 2002 20:55:37 +0000 |
arpi |
avcodec_inited moved to vd_ffmpeg
|
Wed, 06 Mar 2002 20:54:43 +0000 |
arpi |
vd_ffmpeg added
|
Wed, 06 Mar 2002 20:54:14 +0000 |
arpi |
vd_ffmpeg added, handling of EXPORT imgtype changed
|
Wed, 06 Mar 2002 18:42:56 +0000 |
pontscho |
bazmeg a playtree - t
|
Wed, 06 Mar 2002 15:48:54 +0000 |
arpi |
using mem2agpcpy_pic()
|
Wed, 06 Mar 2002 15:25:10 +0000 |
arpi |
optim :)
|
Wed, 06 Mar 2002 15:00:38 +0000 |
arpi |
workaround for Lara Croft CVID sample... - one more problem to solve
|
Wed, 06 Mar 2002 14:29:27 +0000 |
arpi |
using new cinepak codec api
|
Wed, 06 Mar 2002 14:27:36 +0000 |
arpi |
workaround for CVID frames width!=0
|
Wed, 06 Mar 2002 02:22:46 +0000 |
atmos4 |
DivX5 Build support, not usefull because current divx5linux from avifile.sf.net only decodes black/green image
|
Tue, 05 Mar 2002 20:15:25 +0000 |
pl |
proper bsd fix & preventive fix for other archs w/o INT_MAX
|
Tue, 05 Mar 2002 14:36:06 +0000 |
nexus |
FreeBSD fix
|
Tue, 05 Mar 2002 09:17:36 +0000 |
pl |
volume normalizer plugin support
|
Tue, 05 Mar 2002 08:51:57 +0000 |
pl |
patch by Nilmoni Deb <ndeb@ece.cmu.edu>:
|
Tue, 05 Mar 2002 01:13:04 +0000 |
frodone |
updated to english version
|
Mon, 04 Mar 2002 19:30:02 +0000 |
alex |
added proper dhahelper includes
|
Mon, 04 Mar 2002 06:10:43 +0000 |
melanson |
oops...changed the wrong codec's image type
|
Mon, 04 Mar 2002 05:57:57 +0000 |
melanson |
first pass at RoQ video decoder...not exactly qualified as 'working' at
|
Sun, 03 Mar 2002 19:18:42 +0000 |
alex |
--outdir added
|
Sun, 03 Mar 2002 19:17:22 +0000 |
alex |
runme + ai :)
|
Sun, 03 Mar 2002 18:47:29 +0000 |
nick |
're-include' possibility
|
Sun, 03 Mar 2002 18:29:40 +0000 |
nick |
10L
|
Sun, 03 Mar 2002 18:29:05 +0000 |
nick |
DR on multibuffering
|
Sun, 03 Mar 2002 16:55:01 +0000 |
nick |
Multi-buffering
|
Sun, 03 Mar 2002 16:53:12 +0000 |
nick |
Use as much buffers as possible
|
Sun, 03 Mar 2002 16:47:04 +0000 |
gabucino |
added documentation for "extrastereo" plugin (patch by pl)
|
Sun, 03 Mar 2002 14:17:53 +0000 |
pl |
Extrastereo plugin: increases linearly the difference between left and right
|
Sun, 03 Mar 2002 13:48:49 +0000 |
pl |
typo in message fix (tipps -> tips)
|
Sun, 03 Mar 2002 13:40:23 +0000 |
atmos4 |
add no fs as default for windrivers
|
Sun, 03 Mar 2002 13:36:57 +0000 |
atmos4 |
fix linking order
|
Sun, 03 Mar 2002 13:33:40 +0000 |
atmos4 |
add mangling
|
Sun, 03 Mar 2002 12:53:26 +0000 |
anders |
Buggfix for buffer overflow calculation in plugins
|
Sun, 03 Mar 2002 11:44:53 +0000 |
gabucino |
added Q/A about FAT+2Gb files - user request
|
Sun, 03 Mar 2002 11:33:14 +0000 |
gabucino |
added notes about enhanced Neomagic and Savage4 drivers
|
Sun, 03 Mar 2002 10:54:03 +0000 |
gabucino |
documented Multifile JPEG/PNG input (-mf)
|
Sun, 03 Mar 2002 09:01:47 +0000 |
gabucino |
-master is obsoleted
|
Sun, 03 Mar 2002 03:28:17 +0000 |
melanson |
reinstated YUY2, BGR32 and BGR24 decoders, all reworked to operate with
|
Sat, 02 Mar 2002 23:43:23 +0000 |
arpi |
Cinepak decoder now use mp_image_t -> YV12 worx, others disabled
|
Sat, 02 Mar 2002 22:08:19 +0000 |
arpi |
Qt RPZA decoder interface by Roberto Togni <rtogni@bresciaonline.it>
|
Sat, 02 Mar 2002 18:54:58 +0000 |
arpi |
good-looking fix by Tobias Diedrich <td@informatik.uni-hannover.de>
|
Sat, 02 Mar 2002 18:22:44 +0000 |
gabucino |
applied Anders' Software Volume Control patch
|
Sat, 02 Mar 2002 14:36:18 +0000 |
alex |
removed --enable-xp from help screen to avoid confusing users
|
Sat, 02 Mar 2002 06:40:26 +0000 |
melanson |
Native Cinepak decoder: Added YV12 support (which is so very close
|
Fri, 01 Mar 2002 22:27:01 +0000 |
jonas |
strike period over, commiting stuff. next commit will be rewrite. (?) - Gabu
|
Fri, 01 Mar 2002 21:55:26 +0000 |
gabucino |
initial version. Needs extending, especially LIRC.
|
Fri, 01 Mar 2002 20:39:59 +0000 |
gabucino |
strike period over, commiting stuff. next commit will be rewrite. (?)
|
Fri, 01 Mar 2002 14:54:05 +0000 |
jkeil |
Fix a few syntax errors compiling ao_sun.c
|
Fri, 01 Mar 2002 14:18:32 +0000 |
mswitch |
Added more info regarding sync and :noprebuffering
|
Fri, 01 Mar 2002 12:42:12 +0000 |
michael |
yuy2 support disabled to workaround stupid colorspace selection
|
Fri, 01 Mar 2002 04:17:05 +0000 |
melanson |
Added BGR32 output support to PNG vo target because, hey, why
|
Fri, 01 Mar 2002 03:02:25 +0000 |
melanson |
fixed some endian issues, like changing bswap_32() -> be2me_32(), and
|
Fri, 01 Mar 2002 00:26:10 +0000 |
arpi |
implemented basic wrapper functions to new libmpcodecs api
|
Fri, 01 Mar 2002 00:25:43 +0000 |
arpi |
dec_video.c added
|
Fri, 01 Mar 2002 00:24:56 +0000 |
arpi |
10l... forgot to set VFM
|
Fri, 01 Mar 2002 00:20:11 +0000 |
arpi |
fixed stride for packed formats, more detailed printf at image allocation
|
Thu, 28 Feb 2002 21:59:14 +0000 |
arpi |
removed codec dependent parts, only core left
|
Thu, 28 Feb 2002 21:24:02 +0000 |
arpi |
PIM1 is playable with ffmpeg12. thx to Togni Roberto <rtogni@bresciaonline.it>
|
Thu, 28 Feb 2002 21:17:12 +0000 |
arpi |
10l... gcc 3.x fix
|
Thu, 28 Feb 2002 16:24:55 +0000 |
michael |
print the number of buffers used
|
Thu, 28 Feb 2002 16:20:58 +0000 |
michael |
use 4 buffers, fallback to fewer buffers if the video ram isnt large enough
|
Thu, 28 Feb 2002 13:50:09 +0000 |
albeu |
Added waitpid in free_stream to avoid zombies
|
Thu, 28 Feb 2002 13:49:04 +0000 |
albeu |
Fix when stdin is used as a file
|
Thu, 28 Feb 2002 13:48:04 +0000 |
albeu |
New option use-stdin
|
Thu, 28 Feb 2002 13:47:06 +0000 |
albeu |
New option use-stdin to use when stdin will be used as a file
|
Thu, 28 Feb 2002 11:43:21 +0000 |
atlka |
Corrections to position saving/restore under vo=X11.
|
Thu, 28 Feb 2002 08:26:20 +0000 |
nick |
Use stdout as default mencoder's output if no filename specified
|
Thu, 28 Feb 2002 03:01:53 +0000 |
melanson |
fixed another color chunk issue
|
Thu, 28 Feb 2002 02:37:13 +0000 |
laaz |
-subfps and -subdelay alters -dumpmpsub's output
|
Thu, 28 Feb 2002 01:43:06 +0000 |
arpi |
cinepak added
|
Thu, 28 Feb 2002 01:42:44 +0000 |
arpi |
cinepak added
|
Thu, 28 Feb 2002 01:41:49 +0000 |
arpi |
callbacks added
|
Thu, 28 Feb 2002 01:26:45 +0000 |
arpi |
cinepak decoder - untested
|
Thu, 28 Feb 2002 01:12:24 +0000 |
arpi |
stride!=width*bpp support to cinepak decoder
|
Thu, 28 Feb 2002 01:01:50 +0000 |
laaz |
Fixed a bug with -dumpmpsub
|
Thu, 28 Feb 2002 00:57:47 +0000 |
arpi |
libmpcodecs video decoder template
|
Thu, 28 Feb 2002 00:57:30 +0000 |
arpi |
libmpcodecs core - initial version
|
Thu, 28 Feb 2002 00:53:01 +0000 |
arpi |
new flags added for direct rendering (libmpcodecs core)
|
Wed, 27 Feb 2002 14:57:33 +0000 |
michael |
check if planar formats are supported
|
Wed, 27 Feb 2002 11:16:53 +0000 |
nick |
We should know size of out buffer
|
Wed, 27 Feb 2002 11:16:18 +0000 |
nick |
unroll stuff
|
Wed, 27 Feb 2002 11:14:25 +0000 |
nick |
disable color key support - causes a lot of unnecessary problems
|
Tue, 26 Feb 2002 22:15:08 +0000 |
michael |
YVU9 support
|
Tue, 26 Feb 2002 18:11:10 +0000 |
jonas |
german mencoder manpage
|
Tue, 26 Feb 2002 16:44:14 +0000 |
jonas |
small updates: html fixes, man2html compatibility, some new options...
|
Tue, 26 Feb 2002 10:31:31 +0000 |
nick |
color key support
|
Tue, 26 Feb 2002 02:33:20 +0000 |
arpi |
early draft
|
Tue, 26 Feb 2002 02:07:17 +0000 |
frodone |
Italian translation
|
Mon, 25 Feb 2002 19:26:34 +0000 |
michael |
triple buffering
|
Mon, 25 Feb 2002 16:16:44 +0000 |
michael |
OVERLAY_KEY_CNTL values
|
Mon, 25 Feb 2002 15:04:09 +0000 |
nick |
provide unstable code
|
Mon, 25 Feb 2002 14:24:11 +0000 |
nick |
POSIX compatible timer's callback
|
Mon, 25 Feb 2002 14:23:31 +0000 |
michael |
10l
|
Mon, 25 Feb 2002 14:21:26 +0000 |
michael |
colorkey support fixed (thanks to nick for the mga_vid tip ... i should RTFS more)
|
Mon, 25 Feb 2002 13:59:39 +0000 |
albeu |
A first attempt to document the playtree system
|
Mon, 25 Feb 2002 13:31:26 +0000 |
anders |
Adding SW volume control
|
Mon, 25 Feb 2002 13:14:27 +0000 |
pontscho |
add half new input support for gui
|
Mon, 25 Feb 2002 11:13:34 +0000 |
albeu |
Small bugfix with getting playlist last line.
|
Mon, 25 Feb 2002 08:27:15 +0000 |
nick |
rename V -> VC just for understanding
|
Mon, 25 Feb 2002 08:12:58 +0000 |
nick |
Minor fixes and probably final fix of vsync
|
Mon, 25 Feb 2002 02:48:37 +0000 |
melanson |
fixed, strengthened, rewrote, and renamed a variety of the ADPCM decoders
|
Mon, 25 Feb 2002 02:05:30 +0000 |
michael |
colorkey enabled ... until colorkey is correctly supported in vidix
|
Sun, 24 Feb 2002 21:57:16 +0000 |
pontscho |
mem corruption bug fix.
|
Sun, 24 Feb 2002 21:27:47 +0000 |
michael |
colorkey support
|
Sun, 24 Feb 2002 21:22:12 +0000 |
albeu |
Small bugfix (memcpy too small without sizeof(int) :( )
|
Sun, 24 Feb 2002 21:20:20 +0000 |
albeu |
Moved the call to VOCTRL_FULLSCREEN outside of #ifdef USE_TV block
|
Sun, 24 Feb 2002 19:34:52 +0000 |
pontscho |
fix playtree bug. but ... i dont' see this ... bazmeg
|
Sun, 24 Feb 2002 18:31:14 +0000 |
michael |
vsync
|