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
|