Mercurial > mplayer.hg
graph
-
sanity checks - patch by Fabian Franz <FabianFranz@gmx.de>2003-01-14, by arpi
-
BGR16 is not a valid format for this codec2003-01-14, by rtognimp
-
NTSC is 29.97 fps, not 30. wrong values here are likely to cause2003-01-14, by rfelker
-
Fix for endianess conversion if input to libaf is float2003-01-14, by anders
-
Wrong -lavcopts aspect= parameter format, noticed by nico <nsabbi@libero.it>.2003-01-14, by diego
-
Small updates for correctness and consistency.2003-01-13, by diego
-
correct skin changing2003-01-13, by pontscho
-
Sync by <hephooey@fastmail.fm>.2003-01-13, by diego
-
don't waste time on rg_scale nonsense if not necessary.2003-01-13, by rfelker
-
1000l, this clips!! IMO rg_scale nonsense should be removed with2003-01-13, by rfelker
-
Sync by <hephooey@fastmail.fm>.2003-01-13, by diego
-
DivX CVS instructions as provided by Alex Kloss <alex@22-music.com>.2003-01-13, by diego
-
up2003-01-13, by arpi
-
M6 bug workaround by Hanno Bock <hanno@gmx.de>2003-01-13, by alex
-
M6 bug workaround by Hanno Bock <hanno@gmx.de>2003-01-13, by alex
-
bunkus: fixed a small bug with skipping "{...}" in ssa subs2003-01-13, by mosu
-
better cache size defaults2003-01-13, by arpi
-
do not discard cache content at seeking type=STREAMTYPE_STREAM2003-01-13, by arpi
-
patch adds support for MOV-Reference-Files.2003-01-13, by arpi
-
debug++2003-01-13, by atmos4
-
10l, init priv->X at right place2003-01-13, by atmos4
-
libvorbisidec already includes ogg parser code; no sense in depending on more libs2003-01-13, by rfelker
-
add DVD and CDRom device entry's, and fix two 10l bug2003-01-12, by pontscho
-
The following patch adds a call to srand() with the current time at the2003-01-12, by arpi
-
sync2003-01-12, by gabucino
-
fixes2003-01-12, by gabucino
-
check if seeking supported, otherwise fallback to null reading2003-01-12, by arpi
-
(hopefully) fixed .mov streaming2003-01-12, by arpi
-
sanity check2003-01-12, by arpi
-
upsz :))))))))))))))2003-01-12, by pontscho
-
this patch adds an fallback to playlist (any but the plaintext-list format)2003-01-12, by arpi
-
Added patch from Tamas Kohegyi to fix subpic placement with freetype2003-01-12, by mswitch
-
"cosmetic" :)2003-01-12, by pontscho
-
a->sub_aligment2003-01-12, by arpi
-
use 'a' for subtitle aligment instead for useless gui aboutbox2003-01-12, by arpi
-
not needed.2003-01-12, by pontscho
-
Sync with help_mp-en.h v1.772003-01-12, by rtognimp
-
-geometry fix (untested!)2003-01-12, by arpi
-
debug2003-01-12, by arpi
-
motion fix from Gregory Kovriga <gkovriga@techunix.technion.ac.il>2003-01-12, by pontscho
-
sync2003-01-12, by nicolas
-
sync, more accurate translation2003-01-12, by nicolas
-
Signal handler messages moved to help_mp, so they can be translated2003-01-12, by rtognimp
-
20032003-01-12, by jaf
-
Pass control to debhelper scripts2003-01-12, by eyck
-
sync2003-01-12, by nicolas
-
postinst should pass control to debconf scripts.2003-01-12, by eyck
-
Purge debconf database on purge.2003-01-12, by eyck
-
bunkus: Another nice off-by-one :)2003-01-12, by mosu
-
sync2003-01-12, by nicolas
-
10l sig 11 bug reported by Fabian Franz2003-01-12, by anders
-
sync2003-01-11, by nicolas
-
sync2003-01-11, by nicolas
-
libavcodec just imported code for OS/2 support, which means we must2003-01-11, by arpi
-
Happy New Year :)2003-01-11, by arpi
-
sync2003-01-11, by nicolas
-
sync2003-01-11, by nicolas
-
This patch adds support for some silly ini-style-playlist-file-format ...2003-01-11, by arpi
-
add prelim -lameopts help2003-01-11, by arpi
-
Added links to encoding-tips and mplayer-users.2003-01-11, by diego
-
better error handling for invalud suboptions2003-01-11, by arpi
-
cosmetics2003-01-11, by arpi
-
print meaningful error message2003-01-11, by arpi
-
Further libaf documentation by Anders with some more updates by me.2003-01-11, by diego
-
Finally commented out the code for autodetection based on the extension.2003-01-11, by bertrand
-
The attached little patch fixes a core dump on termcap systems when2003-01-11, by arpi
-
sync2003-01-11, by nexus
-
add osd_level=3 support2003-01-11, by pontscho
-
I hope this works as expected with old lavc versions. At least it compiles now.2003-01-11, by rfelker
-
add some entry's :)2003-01-11, by pontscho
-
- new font render finished2003-01-11, by pontscho
-
Overlapping subs are a feature mainly present in subtitling2003-01-10, by arpi
-
Function DVDOpenVOBPath only decrypts first VOB file and since each VOB file has2003-01-10, by arpi
-
buffer overflow fix :)2003-01-10, by arpi
-
document Arpi's #2,3,7 (fps, immediatemode, eq2). #6,9,10,11 still2003-01-10, by rfelker
-
may not be perfect but it's certainly a start. feel free to change2003-01-10, by rfelker
-
psnr2003-01-10, by michael
-
patch which removes the rage_ckey_model fix and updates2003-01-10, by arpi
-
document new halfpack option2003-01-10, by rfelker
-
Workaround for returning very litte buffer space.2003-01-10, by filon
-
5l for me too :) BTW this should also be mentioned in the commands2003-01-10, by rfelker
-
5l to whoever left this out2003-01-10, by rfelker
-
updated :)2003-01-10, by arpi
-
halfpack now takes an optional argument, field, which tells it to keep2003-01-10, by rfelker
-
use mp_msg for messages. prolly more filters need to be fixed like this too2003-01-10, by rfelker
-
10l bug for float conversion control + feature fix in volume control2003-01-10, by anders
-
Remember window layer befor changing it.2003-01-09, by filon
-
10l2003-01-09, by pontscho
-
- sync with x11_common2003-01-09, by pontscho
-
Sync with help_mp-en.h ver 1.732003-01-09, by rtognimp
-
Since version 2.7 the file extension for JACOsub changed from2003-01-09, by arpi
-
cpu cache line length detection2003-01-09, by arpi
-
Set is_shift_required according to RadeonFamily2003-01-09, by arpi
-
Fix support for Radeon 90002003-01-09, by arpi
-
Reduce flickering on window movement (from Christophe Badina)2003-01-09, by arpi
-
Fix radeon 7500 and 8500 15- and 16-bit colour key2003-01-09, by arpi
-
Update card (chip family) detection (from mplayerxp)2003-01-09, by arpi
-
Update radeon pci ids2003-01-09, by arpi
-
10l2003-01-09, by arpi
-
check if prop_hdr==NULL insteda of sig112003-01-09, by arpi
-
Appendix B and E numbered, encoding moved to a separate section.2003-01-09, by diego
-
-af delay description incorrect, as noticed by Arpi.2003-01-09, by diego
-
another pan example by Anders2003-01-09, by diego
-
10l2003-01-09, by arpi
-
Moved ARM to the Linux ports section where it belongs.2003-01-08, by diego
-
10l to A'rpi2003-01-08, by diego
-
Report X color depth for XVIDIX problems.2003-01-08, by diego
-
I have seen problems where DVD subtitles don't display2003-01-08, by arpi
-
update2003-01-08, by arpi
-
do not create bogus filenames2003-01-08, by arpi
-
- init & check SDL availability at preinit() (fixes -vo sdl,mga)2003-01-08, by arpi
-
For solaris, sys/smedia.h header is not needed any more. Compilation was2003-01-08, by jkeil
-
100l to doxmaintainers2003-01-07, by arpi
-
qt cvid ad some yet-crashing qt codecs added2003-01-07, by arpi
-
removed obsolete/FIXED bugs2003-01-07, by gabucino
-
Fixed metacity + xv behavior (something broke it lately).2003-01-07, by filon
-
bunkus: also translated this document2003-01-07, by mosu
-
bunkus: Updated/newly translated German version of the docs2003-01-07, by mosu
-
Adding sub-woofer filter, use this filter to add a sub channel to the audio stream2003-01-07, by anders
-
XMMS plugin support, ARM section updated, some whitespace for the IRIX2003-01-07, by diego
-
- always print the longest stream in info, not the selected one2003-01-06, by arpi
-
sync2003-01-06, by nicolas
-
sync2003-01-06, by nicolas
-
sync'ed title's section with encoding.html2003-01-06, by nicolas
-
sync2003-01-06, by nicolas
-
sync2003-01-06, by nicolas
-
Return another error code for timeout.2003-01-06, by bertrand
-
10l bug...2003-01-06, by bertrand
-
Sanity checks.2003-01-06, by filon
-
10l (was segfaulting on non-dv file)2003-01-06, by filon
-
10l? :)2003-01-06, by arpi
-
Update font scale after changing pancan.2003-01-06, by filon
-
Use standard mplayer message funtion.2003-01-06, by filon
-
10l, hopefully correct fix, before path was always overwritten to '/'2003-01-06, by atmos4
-
fix lots of stuff that was outdated, unclear, inaccurate, or2003-01-06, by rfelker
-
dirname() (from libgen) dependency removed2003-01-06, by arpi
-
YUV a:b:c explained2003-01-06, by arpi
-
i felt that libgen.h will not be portable...2003-01-06, by arpi
-
vcd_read_cue.h -> cue_read.c+h2003-01-05, by arpi
-
10l ;)2003-01-05, by jonas
-
10l, osdlevel, fixes2003-01-05, by jonas
-
new bugs :(2003-01-05, by gabucino
-
sync2003-01-05, by gabucino
-
OSD has 4 levels2003-01-05, by gabucino
-
updates2003-01-05, by jonas
-
YUV 411/422/444 support for pp2003-01-05, by michael
-
oops2003-01-05, by michael
-
qpel & pre ME improvements2003-01-05, by michael
-
ehh.. 10l again2003-01-05, by arpi
-
- added x/y rounding for YUV formats (should be moved to mp_image.c|h later)2003-01-05, by arpi
-
fixed some possible overflow places2003-01-05, by alex
-
-nosound fix2003-01-05, by henry
-
qt vs. voxware fixed (hopefully), also some qt speedup2003-01-05, by arpi
-
10l...2003-01-05, by arpi
-
-nosound warning2003-01-05, by arpi
-
sanity check2003-01-05, by henry
-
fixed calculation of OSD coordinates w/ panscan2003-01-05, by henry
-
10l2003-01-05, by filon
-
Check if we can open /dev/mem in preinit(), so we can exit cleanly.2003-01-05, by filon
-
sync2003-01-05, by nexus
-
some subviewer versions uses : instead of . or ,2003-01-05, by arpi
-
Found another 10l :-), but the filter is still broken :-(2003-01-04, by filon
-
Not checking it caused SIGSEV when uninitning after vesa init failed.2003-01-04, by filon
-
10l2003-01-04, by arpi
-
don't show OSD progbar when -loop seeks back2003-01-04, by arpi
-
Added missing spaces around found atom name.2003-01-04, by filon
-
cdrwin-style bin/cue VCD image support (-vcd <track> -cuefile file.cue)2003-01-04, by arpi
-
Remove an obsolete link in the solaris section of the documentation2003-01-04, by jkeil
-
Yet another instance of solaris' /bin/sh not happy with the posix "!" boolean2003-01-04, by jkeil
-
Fix spelling of my name2003-01-04, by jkeil
-
don't keep mga_vid device open if x11 init fails (fixes "-vo xmga,mga")2003-01-04, by rfelker
-
fixed dll path with --enable-win322003-01-04, by arpi
-
pci_scan cleanup, idea and initial patch by Aurelien Jacobs <aurel@gnuage.org>2003-01-04, by alex
-
sync2003-01-04, by nicolas
-
10L2003-01-04, by henry
-
sync2003-01-04, by nicolas
-
small fix2003-01-04, by nicolas
-
sync2003-01-04, by nicolas
-
cosmetics2003-01-04, by attila
-
fix xv window position problem2003-01-04, by attila
-
Added the ICY 403 "Service Forbiden" error message.2003-01-04, by bertrand
-
10l2003-01-04, by arpi
-
voxvare audio fix2003-01-04, by arpi