Mercurial > mplayer.hg
graph
-
Support for video files created by Samsung Miniket VP-M100 diskless camcorder2005-10-22, by iive
-
Added support for A_AAC.2005-10-22, by mosu
-
cross compiling probably worth mentioining2005-10-21, by ods15
-
Add a few more XML tags for better semantics markup.2005-10-20, by diego
-
Explain how to place subtitles in black bands.2005-10-20, by diego
-
mach64_mmio size fix from vidix.sf.net, possible bugfix for #592005-10-20, by faust3
-
sync amd64 fixes from vidix.sf.net2005-10-20, by faust3
-
Fix seeking in wav files: align relative to start of data, not start of file2005-10-20, by reimar
-
sync with 1.322005-10-20, by diego
-
ilmv --> ilme typo fix2005-10-20, by diego
-
semi-hack: avoid passing 0-length blocks to audio filters.2005-10-20, by reimar
-
document hack2005-10-20, by ods15
-
-vc null -vo null is not the fastest way to dump...2005-10-20, by diego
-
Converted from GBK to UTF-8 encoding.2005-10-19, by diego
-
further sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >2005-10-19, by diego
-
sync with 1.188 by Paul TT < paultt == at == hackerjournal == dot == it >2005-10-19, by diego
-
Synced with 1.982005-10-19, by jheryan
-
Typo hunting.2005-10-19, by jheryan
-
Formal syncing. Typo hunting.2005-10-19, by jheryan
-
charset for help_mp-zh_TW.h2005-10-19, by diego
-
processing audio is sometimes essential for a/v sync, so 1000l to2005-10-19, by rfelker
-
add cross-compiling support2005-10-18, by aurel
-
replace all the direct $TMPO calls by a tmp_run() function call2005-10-18, by aurel
-
replace mp3lame version detection by required features detection2005-10-18, by aurel
-
modify DirectFB version detection so that it only requires pre-processing2005-10-18, by aurel
-
modify alsa version detection so that it don't require running the generated binary2005-10-18, by aurel
-
add a cxx_check function to simplify C++ libs checking2005-10-18, by aurel
-
synced with 1.11402005-10-18, by gpoirier
-
Update2005-10-18, by rtognimp
-
Add FFmpeg QDM2 audio decoder2005-10-18, by rtognimp
-
xscreensaver --> XScreenSaver2005-10-18, by diego
-
Embarassing goofs in the basic key sections that nobody noticed for ages2005-10-18, by diego
-
Make a few more messages translatable by moving them into help_mp-en.h.2005-10-18, by diego
-
Add a few more CPU models to the list.2005-10-18, by diego
-
Add a note about the "synce with 1.XXX" line that should be in every2005-10-17, by diego
-
Add a note and a workaround about broken hardware players and how they2005-10-17, by diego
-
synced with 1.1139 + Reimar's patch2005-10-17, by gpoirier
-
new message was even worse -- B/s means bytes per second, not sample!2005-10-17, by rfelker
-
further sync by Emfox Zhou < emfoxzhou == at == gmail == dot == com >2005-10-17, by diego
-
deobfuscatioin: csp --> colorspace2005-10-17, by diego
-
Guillaume now maintains the MEncoder documentation.2005-10-17, by diego
-
minor typo2005-10-17, by diego
-
100l -- mismatched type after changing sizes to type long!2005-10-17, by rfelker
-
remove nonsense break statements that do nothing..2005-10-17, by rfelker
-
allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmail.com>2005-10-16, by faust3
-
Add MIPS64 detection.2005-10-16, by diego
-
1000l de Breizh Cola: build fix.2005-10-16, by gpoirier
-
Update2005-10-15, by rtognimp
-
Support DTA and FLX extensions for flic via ffmpeg decoder2005-10-15, by rtognimp
-
Add ffmpeg truemotion2 codec, make it default for TM202005-10-15, by rtognimp
-
synced with 1.11382005-10-15, by gpoirier
-
synced with 1.11372005-10-15, by gpoirier
-
Fix/improve vo_gl and vo_gl2 suboption documentation2005-10-15, by reimar
-
Another usage example for the %n%str escaping syntax and ao_sgi documentation update2005-10-15, by reimar
-
10l, demux_mpg_control was missing from demuxer info struct, causing audio2005-10-15, by reimar
-
ugly hack to make it work again with external libdvdread2005-10-15, by reimar
-
Extend the network test to also check the socket libs.2005-10-15, by diego
-
bumped sync tag after typo fix in English version (synced with 1.98)2005-10-14, by gabrov
-
missing ")", picked up by Mizda Gabor2005-10-14, by gpoirier
-
synced with 1.1862005-10-14, by gabrov
-
synced with 1.262005-10-14, by gabrov
-
synced with 1.972005-10-14, by gabrov
-
synced with 1.312005-10-14, by gabrov
-
Kill a compiler warning, Patch by Zuxy Meng2005-10-14, by gpoirier
-
synced with 1.96, patch by Johan Bos <dariusjb AH gmail POIS com2005-10-14, by gpoirier
-
exit mplayer if audio filter init fails (same as mencoder does)2005-10-13, by ivo
-
The Wanderer rulez :)2005-10-13, by gpoirier
-
cosmetics. does not change functionality, but makes code easier to read2005-10-13, by ods15
-
nit by diego2005-10-13, by ods15
-
fixes suggested by Diego and Alex2005-10-13, by gpoirier
-
weirdness, flags aren't restored right unless you add this second push2005-10-13, by ods15
-
fix mencoder multi-file with some files having audio but others dont2005-10-13, by ods15
-
Be less verbose.2005-10-13, by reimar
-
Use PRI?64 defines as format strings for 64 bit variables.2005-10-13, by reimar
-
further sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >2005-10-13, by diego
-
we need stdio.h for SEEK_SET on mingw, patch by Zuxy <zuxy.meng at gmail.com>2005-10-13, by faust3
-
Synced with 1.1134 - patch by Paul TT <paultt - at - hackerjournal - dot - it>2005-10-13, by danny
-
Implement seeking2005-10-12, by reimar
-
implement ADCTRL_RESYNC_STREAM, it tries to detect when decoding is2005-10-12, by reimar
-
Bigendian bug2005-10-12, by reimar
-
Missing space in status line2005-10-12, by reimar
-
Add support for suboption escaping via both "" and %n%str syntax2005-10-12, by reimar
-
change to switch/case for dumpsub2005-10-12, by ods15
-
Change unsigned->signed and int->long, this fits the asm code better on 642005-10-12, by reimar
-
sync with 1.11362005-10-12, by gpoirier
-
-vc dummy is know to cause crashes, so suggest -vc null instead.2005-10-12, by reimar
-
further partial sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >2005-10-12, by diego
-
Put networking lib linker flag checks in the order they were before the2005-10-11, by diego
-
misc corrections by Paul TT < paultt -- at -- hackerjournal -- dot -- it >2005-10-11, by diego
-
partial sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot com >2005-10-11, by diego
-
ao_macosx is a native audio output driver and should thus have priority2005-10-11, by diego
-
solaris bug workarounds, take 2..2005-10-11, by rfelker
-
-frames plays one frame too many.2005-10-11, by reimar
-
I think I know EDL enough to maintain it...2005-10-11, by ods15
-
synced with 1.59, patch by Johan Bos dariusjb AH gmail POIS com2005-10-11, by gpoirier
-
A few fixes noticed by Paul TT.2005-10-11, by diego
-
Compile fix: _lseeki64 is not available under cygwin2005-10-11, by reimar
-
1l, strtof is only C99, strtod is ANSI C, so use that instead.2005-10-11, by reimar
-
work around (buggy?) solaris tr. hope this helps.. please report if its still broken2005-10-11, by rfelker
-
More consistency for the interactive control section.2005-10-11, by diego
-
nits2005-10-10, by gpoirier
-
use subopt parser for arguments.2005-10-10, by joey
-
support float arguments in subopt helper.2005-10-10, by joey
-
Typo fix: RFC959 says that FTP commands should end with a carriage return2005-10-10, by gpoirier
-
makes demux_lavf (-demuxer 35) use the framerate specified in the container2005-10-10, by gpoirier
-
sync with 1.11322005-10-09, by gpoirier
-
sync with patches.xml removal2005-10-09, by diego
-
sync with 1.262005-10-09, by diego
-
Replace unconditional #defines by build system trickery.2005-10-09, by diego
-
whitespace cosmetics2005-10-09, by diego
-
sync to x264 r318 (mixed_refs)2005-10-08, by lorenm
-
typo fix at (_)ld_dl2005-10-08, by iive
-
some docs updates2005-10-08, by diego
-
Remove the "How to send patches appendix", the info is in the FAQ.2005-10-08, by diego
-
100000l to me2005-10-08, by ods15
-
Synced with 1.812005-10-07, by jheryan
-
Synced with 1.172005-10-07, by jheryan
-
Synced with 1.942005-10-07, by jheryan
-
Synced with 1.592005-10-07, by jheryan
-
Synced with 1.962005-10-07, by jheryan
-
Synced with 1.312005-10-07, by jheryan
-
Synced with 1.11312005-10-07, by jheryan
-
synced with 1.342005-10-06, by gabrov
-
Typo fix, patch by Ismail Dönmez <ismail AH kde POIS org POIS tr>2005-10-06, by gpoirier
-
synced with 1.17, patch by Johan Boss2005-10-06, by gpoirier
-
synced with 1.81, patch by johan bos2005-10-06, by gpoirier
-
synced with 1.14, patch by Johan Bos, plus some formating changes by me2005-10-06, by gpoirier
-
Centaur/VIA configure check2005-10-06, by henry
-
synced with 1.16, patch by Johan Bos, plus reformating by me2005-10-06, by gpoirier
-
synced with 1.70, patch by Johan Bos + reformating of the source by me2005-10-06, by gpoirier
-
synced with 1.1131 (just after Diego's commit torrent) :-)2005-10-06, by gpoirier
-
Synced with 1.11282005-10-06, by jheryan
-
stupid typo2005-10-06, by diego
-
Reformat the interactive control section.2005-10-06, by diego
-
Keyboard control section renamed to interactive control, small structure change.2005-10-06, by diego
-
synced with 1.12, patch by johan bos2005-10-06, by gpoirier
-
cosmetic reformatting: tabs --> spaces, prettyprinting, trailing whitespace2005-10-06, by diego
-
typo2005-10-06, by diego
-
neightbour --> neighbor typo fix2005-10-06, by diego
-
Synced with 1.1832005-10-06, by jheryan
-
hqdn3d: 2.5x faster temporal-only, 1.6x faster spatial-only.2005-10-06, by lorenm
-
detect Centaur CPUs (Winchip, VIA C3)2005-10-05, by henry
-
faac vs _faac typo fix by Giacomo Comes < comes -- at -- naic -- dot -- edu >2005-10-05, by diego
-
10l, off by one error in last patch (codecdata length sanity check),2005-10-05, by reimar
-
libavcodec can encode to SVQ1 and RV20.2005-10-05, by diego
-
Compilation fix for systems lacking lrintf like e.g. NetBSD.2005-10-05, by diego
-
consistency nit2005-10-04, by diego
-
Document XF86 multimedia keys.2005-10-04, by diego
-
synced with 1.1832005-10-04, by gabrov
-
mouse and keyboard control2005-10-04, by diego
-
synced with 1.592005-10-04, by gabrov
-
typo2005-10-04, by diego
-
Add missing keys to the keyboard section, fix typos in that section.2005-10-04, by diego
-
synced with 1.962005-10-04, by gabrov
-
Shut up jack pkg-config.2005-10-04, by diego
-
General bug fixes, like missing includes, formats that were incorrectly2005-10-04, by reimar
-
Fix vo_zr2 suboption description.2005-10-04, by diego
-
Rename compilation section to compilation and installation.2005-10-04, by diego
-
much simpler signed/unsigned conversion.2005-10-04, by reimar
-
CVS now supports GTK 2.02005-10-04, by gpoirier
-
according to Intel/AMD official documentations, CPU family should be displayed as2005-10-04, by gpoirier
-
Stupidity in last patch broke compile without MMX: RTjpeg_lmask is a union2005-10-04, by reimar
-
Use pkg-config to detect theora dependencies.2005-10-04, by diego
-
Add changes from last patch (stream mapping).2005-10-04, by reimar
-
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >2005-10-04, by diego
-
random improvements plus some readability cosmetics2005-10-04, by diego
-
Document subsearch.sh, menc2pass.2005-10-04, by diego
-
Fix incorrect information for P4 family CPU, patch by Zuxy <zuxy POIS meng AH gmail POIS com>2005-10-04, by gpoirier
-
Show total time when playing audio-only files2005-10-04, by reimar
-
Fix 100l bugs that break playback on 64 bit systems (like typedefing __u322005-10-04, by reimar
-
synced with 1.142005-10-04, by gabrov
-
General cleanup: do not link -lm multiple times, use for...in loops instead2005-10-03, by reimar
-
expGetSystemInfo should not leave SYSTEM_INFO unitialized, even when2005-10-03, by reimar
-
Fix DVD audio and subtitle stream mapping, esp. for DVD with both 4:3 and2005-10-03, by reimar
-
Make fragment program snprintf less confusing.2005-10-03, by reimar
-
synced with 1.302005-10-03, by gabrov
-
Synced with 1.342005-10-03, by jheryan
-
Synced with 1.11212005-10-03, by jheryan
-
typo2005-10-02, by gpoirier
-
synced with 1.22, patch by johan bos2005-10-02, by gpoirier
-
synced with 1.25, patch by johan bos2005-10-02, by gpoirier
-
synced with 1.72, Patch by johan bos2005-10-02, by gpoirier
-
synced with 1.11, patch by johan bos2005-10-02, by gpoirier
-
synced with 1.15, patch by johan bos2005-10-02, by gpoirier
-
sync with 1.13, patch by johan bos2005-10-02, by gpoirier
-
synced with 1.31, patch by johan bos dariusjb AH gmail POIS com2005-10-02, by gpoirier
-
Nits suggested by Ivo and Diego. Patch by Matthias Wieser < mwieser AH gmx POIS de >2005-10-02, by gpoirier
-
10l, forgotten call to paranoia_modeset to actually set the desired mode.2005-10-02, by reimar
-
updates, fixes2005-10-02, by diego
-
Expose MSG_USE_COLORS in config.h.2005-10-02, by diego
-
Several minor fixes: Correctly advertise SSE and SSE2 instruction sets,2005-10-02, by reimar
-
modification notices according to GPL 2a2005-10-01, by diego
-
upgrade to libdvdcss 1.2.92005-10-01, by diego
-
long obsolete2005-10-01, by diego
-
fixes the bug #382 http://bugzilla.mplayerhq.hu/show_bug.cgi?id=3822005-10-01, by gpoirier
-
documentation-only patch: make doxygen compatible and create2005-10-01, by reimar
-
documentation update.2005-10-01, by reimar
-
Support for ATI specific YUV->RGB conversion.2005-10-01, by reimar
-
Check for eof instead of decoding the same data over and over.2005-10-01, by reimar
-
Add Compn, expert at wrangling useful bugreports from users ;-)2005-10-01, by reimar
-
Better wording by The Wanderer2005-09-30, by gpoirier
-
1000l2005-09-30, by ods15
-
Add missing defaut for a suboption of tfields2005-09-29, by gpoirier
-
document missing parameter of tfields: field dominance.2005-09-29, by gpoirier
-
mp_msg cleanup.2005-09-29, by ods15
-
A long-standing bug... -vfwopts in cfg-mencoder.h is being overridden2005-09-28, by diego
-
forgotten include; patch by Jan Knutar (jknutar ad nic puntum fi)2005-09-28, by nicodvb
-
code before decleration, gcc2.95 fix2005-09-28, by ods15
-
another url_free that shouldn't be commented out.2005-09-28, by reimar
-
Detect eof when seeking and do _not_ restart the video.2005-09-28, by reimar
-
Report total time2005-09-27, by reimar
-
Sanity-check codecdata_len, fixes crash in libfaad due to failed malloc for2005-09-27, by reimar
-
synced with 1.11192005-09-27, by gpoirier
-
Allow string escaping via "".2005-09-27, by reimar
-
Add missing GL_REGISTER_COMBINERS_NV define2005-09-27, by reimar
-
Add -panscanrange option2005-09-27, by reimar
-
the "psnr" option doesn't really need to be in the encoding setting examples.2005-09-26, by gpoirier
-
Random fixes and more coherency2005-09-26, by gpoirier
-
Don't pass NULL pointers to demux_info_add()2005-09-26, by rtognimp
-
Synced with 1.1098 - patch by Paul TT <paultt - at - hackerjournal - dot - it>2005-09-26, by danny
-
make xvid encoding use the filename from2005-09-26, by gpoirier
-
Config file option format corrected.2005-09-26, by jheryan
-
Sync with 1.11182005-09-25, by gpoirier
-
Nits noticed by Diego2005-09-25, by gpoirier
-
the on suboption of -rawaudio and -rawvideo do not work anymore since the2005-09-25, by reimar
-
little update2005-09-25, by reimar
-
Adds encoding setting examples for lavc and XviD.2005-09-25, by gpoirier
-
fix/improve code doxumentation. Also group gl_common functions in several2005-09-25, by reimar
-
debugging/testing helpers: allow forcing a certain width/height for textures2005-09-25, by reimar
-
Allow specifying a custom (ppm) texture for texture unit 32005-09-25, by reimar
-
support loading a texture from a PPM file2005-09-25, by reimar
-
vo_gl2 now supports panscan2005-09-25, by reimar
-
panscan support2005-09-25, by reimar
-
contrast 0 should lead to a grey, not a black image2005-09-25, by reimar
-
get rid of global getProcAddress variable2005-09-25, by reimar
-
vo_gl rectangle and yuv options should work together now2005-09-25, by reimar
-
Support rectangular texture in fragment programs2005-09-25, by reimar
-
Improve/clarify description of -vo gl and -vo gl2 suboptions2005-09-25, by reimar
-
Several bugfixes:2005-09-25, by reimar
-
Fix crashes and green border when using YV12 input format2005-09-25, by reimar
-
texture units do not need to be explicitly enabled when using a fragment2005-09-25, by reimar
-
sync 1.11142005-09-25, by wight
-
synced with 1.11142005-09-25, by gpoirier
-
German man page review part VI2005-09-24, by kraymer
-
German man page review part V2005-09-24, by kraymer
-
German man page review part IV2005-09-24, by kraymer
-
The nth attempt to come up with correct a description of -frameno-file...2005-09-24, by diego
-
sync with 1.1832005-09-24, by kraymer
-
wrap around 80...2005-09-24, by ods15
-
compress back_ptr better by multiplying by 82005-09-24, by ods15
-
"LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".2005-09-23, by rsf
-
typo, noticed by Julian Sikorski <lordzanon at poczta dot onet dot pl>2005-09-23, by rathann
-
More appropriatte section2005-09-23, by ods15
-
synced with 1.142005-09-23, by jheryan
-
synced with 1.702005-09-23, by jheryan
-
synced with 1.922005-09-23, by jheryan
-
remove duplicate entry2005-09-23, by gpoirier
-
synced with 1.11132005-09-23, by gpoirier
-
Symlinks are not needed any more.2005-09-23, by jheryan
-
synced with 1.242005-09-23, by jheryan
-
Screenshots can now be taken with -vf screenshot, based on a patch by Oded.2005-09-23, by diego
-
better (hopefully correct) explanation of -frameno-file2005-09-23, by diego
-
wording fix suggested by the Wanderer2005-09-23, by diego
-
small fixes and additions2005-09-23, by diego
-
Nits and fixes2005-09-23, by gpoirier
-
synced with 1.582005-09-23, by jheryan
-
synced with 1.222005-09-23, by jheryan
-
synced with 1.932005-09-23, by jheryan
-
last file translated, synced with 1.212005-09-23, by jheryan
-
last file translated, synced with 1.792005-09-23, by jheryan
-
CONFIG_RISKY is long gone from FFmpeg.2005-09-23, by diego
-
libavformat now requires CONFIG_(DE)MUXERS #defines.2005-09-23, by diego
-
What means AVC, more consistency2005-09-22, by gpoirier
-
synced with 1.702005-09-22, by gabrov
-
Prints the numbers of start and end tracks and MSF length for each2005-09-22, by gpoirier
-
synced with 1.11122005-09-22, by gpoirier
-
frameno.avi is an audio file, not a statistics file, wording fix.2005-09-22, by diego
-
Prints the number of titles, DVD disk ID, the numbers of chapters and2005-09-22, by gpoirier
-
Some very weird people are apperantely scared of reading GPL code. :/2005-09-22, by ods15
-
synced with 1.702005-09-21, by paszczi
-
add some internal links between "codecs supported by mencoder" and2005-09-20, by gpoirier
-
bah, it's been there all night, and still noone fixed it...2005-09-20, by ods15
-
minor spelling/wording/grammar fixes2005-09-19, by diego
-
better wording for -frameno-file2005-09-19, by diego
-
Disassemble comments and pass it to the demux_info interface2005-09-19, by alex
-
fix my email address2005-09-19, by alex
-
Document lavc audio codecs2005-09-19, by gpoirier
-
synced with 1.11092005-09-19, by gpoirier
-
Fixes formatting issues2005-09-19, by gpoirier
-
Sync with 1.11082005-09-19, by gpoirier
-
feel free to fix this as you see fit...2005-09-19, by ods15
-
Make frameno.avi not turn on by default. this is deprecated and this entire2005-09-19, by ods15
-
sync 1.142005-09-19, by wight
-
sync 1.222005-09-19, by wight
-
sync 1.722005-09-19, by wight
-
Prints the number of tracks and MSF length for each track of an audio CD,2005-09-19, by gpoirier
-
sync 1.11062005-09-19, by wight
-
Prints -identify output for:2005-09-19, by gpoirier
-
Break up all long lines that were missed during the last reformatting round.2005-09-19, by diego
-
10l: the directories specified with --with-xvid*dir were ignored.2005-09-19, by gpoirier
-
change obsolete -waveheader to -ao pcm:waveheader in hintinfo message2005-09-19, by ivo
-
typo noticed by Torinthiel2005-09-19, by diego
-
Synced with 1.1822005-09-19, by jheryan
-
removed dependency on glibc's %a in sscanf()2005-09-18, by nicodvb
-
spelling/grammar fixes2005-09-18, by diego
-
Reflect recent changes to the the pan audio filter syntax and behavior in2005-09-18, by diego
-
remove very obsolate draft...2005-09-18, by iive
-
remove info frame repeating its problematic and controversical2005-09-17, by michael
-
add FreeBSD default cd/dvd devices2005-09-17, by nexus
-
The s key is now used for taking screenshots.2005-09-17, by diego
-
Unify the descriptions of vo_gl and vo_gl2 including some fixes.2005-09-17, by diego
-
add FreeBSD default cd/dvd devices2005-09-17, by nexus
-
add back_ptr2005-09-17, by michael
-
Fix H264 packetizer. Might not work with arbitrary slice order.2005-09-17, by reimar
-
add a demux_peekc function that allows to just "have a look" at the next2005-09-17, by reimar
-
typo, probably..2005-09-17, by ods15
-
Nits2005-09-16, by gpoirier
-
Sync with 1.11022005-09-16, by gpoirier
-
1000l bug fix: The CONFIG_LIBAVUTIL variable needs to be passed the value2005-09-16, by diego
-
Missing break for WM_SYSCOMMAND handling.2005-09-16, by reimar
-
sync with 1.181 and misc fixes2005-09-16, by diego
-
print the first 16 bytes of frame data with -v -v, helps detect when2005-09-16, by reimar
-
Wrong editlist handling: end pts must be included.2005-09-16, by reimar
-
fix expanding of $_ld_dl when needed by iconv2005-09-15, by aurel
-
Mention af_pan change2005-09-15, by reimar
-
Fix af_pan commandline mess and (hopefully) improve description.2005-09-15, by reimar
-
When compiled with gui, bind ESC to gui_stop so that s is free for screenshot.2005-09-15, by reimar
-
Small wording/spelling fixes, one duplicate entry removed.2005-09-15, by diego
-
Add comments to a few #endif statements in order to make clear which2005-09-15, by diego
-
consistency fix: OSD bar for gamma changes should only appear when gamma2005-09-14, by reimar
-
hardware color-space conversion for vo_gl and vo_gl22005-09-14, by reimar
-
minor wording fix in the advanced audio guide2005-09-14, by wanderer
-
Illustrate by a nice table what each profiles supported by XviD features.2005-09-14, by gpoirier
-
synced with 1.11002005-09-14, by gpoirier
-
Typos2005-09-14, by gpoirier
-
Fix MMX accelerated RGB24 OSD, fixes "ugly OSD with -vo gl2".2005-09-13, by reimar
-
reduced verbosity2005-09-13, by nicodvb
-
Fix -af-adv force description, 1 is default now.2005-09-13, by reimar
-
The screenshot command is now implemented, wording/spelling fixes.2005-09-13, by diego
-
screenshot filter entry wording improvement2005-09-13, by diego
-
Make the fourcc output endianness-independent.2005-09-13, by diego
-
Avoid duplicated messages from demux_avi.c and demuxer.c.2005-09-13, by diego
-
Allow disabling the glFinish call2005-09-13, by reimar
-
Improved glFindFormat2005-09-13, by reimar
-
Nits suggested by Diego2005-09-13, by gpoirier
-
Remove incorrect information about gcc 2.95.x on PPC, mention vo_macosx.2005-09-13, by diego
-
pp_postprocess reads from target image, so request a readable one.2005-09-13, by reimar
-
- improved performance on truecolor modes2005-09-13, by diego
-
cycle through tv channels (patch by Andrew Calkin < calkina at geexbox.org >)2005-09-12, by aurel
-
Fix maximum frame size, could lead to crashes when changing playback speed.2005-09-12, by reimar
-
synced with 1.10962005-09-12, by gpoirier
-
start new sentences on a new line2005-09-12, by gpoirier
-
XviD supports "turbo" mode.2005-09-12, by gpoirier
-
Fix multiple issues: No picture at all, broken pictures, only every second2005-09-12, by reimar
-
Adds the script psnr-video.sh to calculate the PSNR between two existing video files.2005-09-12, by gpoirier
-
Adds the script psnr-video.sh to calculate the PSNR between two existing video files.2005-09-12, by gpoirier
-
Use GL_CLAMP_TO_EDGE instead of GL_CLAMP to avoid border texels being sampled.2005-09-12, by reimar
-
Fix border color (forgot to divide by 255.0).2005-09-12, by reimar
-
echores cleanup, introduce _res_comment variable to easily output additional2005-09-12, by reimar
-
Respect -nodouble even though it looks very bad.2005-09-11, by reimar
-
do nothing if no free filenames are available2005-09-11, by henry
-
use slices if DR isn't available2005-09-11, by henry
-
only make the check for osx api if system is darwin2005-09-11, by nplourde
-
removed dep for perl_check on osx2005-09-11, by nplourde
-
better _comment in echores2005-09-11, by iive
-
forgotten MP_IMGFLAG_READABLE2005-09-11, by henry
-
DR and slice support2005-09-11, by henry
-
Sync with 1.10942005-09-11, by gpoirier
-
screenshot filter2005-09-11, by henry
-
screenshot filter2005-09-11, by henry
-
screenshot filter2005-09-11, by henry
-
key_down_event2005-09-10, by nplourde
-
perl check for macosx2005-09-10, by nplourde
-
use system videodev2.h instead2005-09-10, by henry
-
- remove useless /dev/video* checks2005-09-10, by henry
-
Make sure _freetype is either yes or no, otherwise fontconfig might be enabled2005-09-10, by reimar
-
CONFIG_GPL for lavc2005-09-10, by michael
-
Mac OS X section reviewed for wording/spelling/grammar and content.2005-09-10, by diego
-
Ignore movi_end (except on error) to allow playing growing files.2005-09-09, by reimar
-
Set texture border color to avoid weird border colors in some rare cases.2005-09-09, by reimar
-
Add missing doxygen comment for clearOSD()2005-09-09, by reimar
-
Fix a typo in a comment2005-09-09, by reimar
-
gl_buffer should be unsigned2005-09-09, by reimar
-
Add an uninit function.2005-09-09, by reimar
-
synced with 1.10932005-09-09, by gpoirier
-
Remove useless space2005-09-09, by reimar
-
Missing .REss in -vo gl description2005-09-09, by reimar
-
Updates to NUT spec:2005-09-09, by ods15
-
spelling/grammar/wording2005-09-09, by diego
-
synced with 1.10912005-09-09, by gpoirier
-
Replace remaining tabs by spaces.2005-09-08, by diego
-
Do not define NO_FREE, it causes a giant memleak with -loop 0 and a short file.2005-09-07, by reimar
-
We can not seek, so set seekable to 02005-09-06, by reimar
-
When specifying a VIDIX subdevice the name needs to be written out2005-09-06, by diego
-
small wording fixes2005-09-06, by diego
-
memleak fix, escfilename was not freed for an invalid url2005-09-06, by reimar
-
New section about sync and remuxing issues.2005-09-06, by gpoirier
-
memleak fixes when using an http proxy2005-09-06, by reimar
-
check4proxies always creates a copy, so url should be freed2005-09-06, by reimar
-
memleak fixes when invalid http url specified.2005-09-06, by reimar
-
support for GeForce FX Go5200 (newer Apple PowerBooks)2005-09-06, by diego
-
Use bitrate from demuxer2005-09-06, by reimar
-
better bitrate calculation2005-09-06, by reimar
-
execute the check function even when a demuxer is forced, to avoid crashes.2005-09-06, by reimar
-
Forgotten mpc demuxer2005-09-06, by reimar
-
Changes forgotten during demuxer API change, introduce a check function.2005-09-06, by reimar
-
Ignore libdha test program.2005-09-06, by diego
-
Switch indentation over to K&R style, replace all tabs by spaces.2005-09-06, by diego
-
Only older card version seem to make problems with y < 8 in text mode.2005-09-06, by reimar
-
Avoid some short forms, some consistency, wording and typo fixes.2005-09-06, by diego
-
A few more details and grammar updates.2005-09-06, by diego
-
10l2005-09-06, by ivo
-
Reduce unnecessary swscaler verbosity.2005-09-06, by diego
-
Obsoleted...2005-09-06, by ods15
-
clear OSD when playing new file2005-09-05, by reimar
-
Consistency fix2005-09-05, by gpoirier
-
synced with 1.10882005-09-05, by gpoirier
-
Fix up cqm section.2005-09-05, by diego
-
Properly initialize osdtexCnt2005-09-05, by reimar
-
OSD alpha conversion index out of range2005-09-05, by reimar
-
Spelling, fix Terminal and Categories entry, add MimeType.2005-09-05, by diego
-
enable vidix on AMD64, at least for nVidia it seems to work.2005-09-04, by reimar
-
a libmpcdec version with our patches was released (but I did not yet test it).2005-09-04, by reimar
-
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>2005-09-04, by gpoirier
-
synced with 1.10872005-09-04, by gpoirier
-
equalizer fixes: changing one attribute reset the others,2005-09-04, by reimar
-
Support equalizer.2005-09-04, by reimar
-
Fixes suggested by Diego2005-09-04, by gpoirier
-
Reorder slave mode commands to appear in alphabetical order with a few2005-09-04, by diego
-
mplayer osx shared video buffer2005-09-04, by nplourde
-
Typo, and fixed missing word2005-09-04, by gpoirier
-
In order to make sure A/V sync is preserved, MEncoder really has to be fed with an audio track.2005-09-04, by gpoirier
-
synced with 1.10842005-09-04, by gpoirier
-
Suggestions by of The Wanderer2005-09-03, by gpoirier
-
equalizer support2005-09-03, by reimar
-
improve colorization2005-09-03, by michael
-
64 bit fix: do not cast pointers to uint32_t2005-09-03, by reimar
-
Make MTRR setup work on AMD64 and simplify some #ifdefs2005-09-03, by reimar
-
vidix support for nVidix FX Go 57002005-09-03, by reimar
-
Capitalize sentences.2005-09-03, by gpoirier
-
Remove many annoying GTK includes in every compile line and remove GTK2005-09-03, by ods15
-
Lotsa cool stuff new with -pre82005-09-03, by gpoirier
-
initial endianess fixes2005-09-03, by faust3
-
simplification2005-09-03, by faust3
-
faster mpg and much faster gxf demuxing2005-09-03, by reimar
-
likely() and unlikely() macros to help (newer) compilers optimize correctly2005-09-03, by reimar
-
fix window position adjustment2005-09-03, by faust3
-
Updates2005-09-02, by rtognimp
-
Hopefully better advices about A/V sync2005-09-02, by gpoirier
-
10l, typo in last commit2005-09-02, by reimar
-
Support D-Cinema audio demuxer and decoder from FFmpeg.2005-09-02, by reimar
-
Mention the MEncoder configuration files along with the MPlayer ones.2005-09-02, by diego
-
Replace bps by B/s when it means bytes per second to avoid ambiguity since2005-09-02, by diego
-
100l bps != fps, noticed by a.guru - at - sympatico - dot - ca2005-09-02, by diego
-
Improve -idle description.2005-09-02, by diego
-
synced with 1.10832005-09-02, by gpoirier
-
GUI MPlayer --> GMPlayer2005-09-02, by diego
-
Remove duplication between vo_directfb and vo_dfbmga entries.2005-09-02, by diego
-
Wording fixes: Avoid short forms.2005-09-02, by diego
-
Sync with 1.10812005-09-02, by gpoirier
-
Sync with with 1.10802005-09-02, by gpoirier
-
and again.. sorry :/2005-09-02, by ods15
-
spacing2005-09-02, by ods15
-
-idle Documentation.2005-09-02, by ods15
-
Adds -idle, an option to make MPlayer wait for input ('loadfile' or2005-09-02, by ods15
-
Make -identify's 'ID_LENGTH=' print a float and not an integer.. The2005-09-02, by ods15
-
typo2005-09-02, by diego
-
description typo fixes2005-09-02, by diego
-
updates, typos2005-09-02, by diego
-
aRts, ESD consistent spelling2005-09-01, by diego
-
Avoid short forms.2005-09-01, by diego
-
New section: Notes on Audio/Video synchronization, taken from Rich's encoding guide2005-09-01, by gpoirier
-
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,2005-09-01, by reimar
-
* really keep track on how many samples were decoded last round (fix 10l)2005-09-01, by attila
-
stop trying to decode faad audio, when last decoded length is <02005-09-01, by attila
-
Synced with 1.122005-09-01, by jheryan
-
Synced with 1.10772005-09-01, by jheryan
-
Sync with 1.10772005-09-01, by gpoirier
-
Sync with 1.10762005-09-01, by gpoirier
-
Add -I../libavutil to the includes to fix building vo_zr[2].2005-09-01, by diego
-
fix longstanding typo - "patentend"2005-08-31, by wanderer
-
x264 fourcc2005-08-31, by faust3
-
Missing parts of the force codecs/demuxers documentation2005-08-31, by reimar
-
support Pinnacle VideoXL2005-08-31, by alex
-
Fix move playlists (control must be returned to mplayer.c, with the demuxer2005-08-31, by reimar
-
10l2005-08-31, by attila
-
Sync with 1.10752005-08-31, by gpoirier
-
add key_down_eventto slave mode, used to inject key down event with mplayer_put_key2005-08-31, by nplourde
-
Sparcs do not like wild pointer typecasting (unaligned access).2005-08-30, by reimar
-
Allow forcing of demuxers and codecs by prepending '+'2005-08-30, by reimar
-
extra size checks for samples array to avoid crashes in some rare cases.2005-08-30, by reimar
-
multiplying fps by 10000 is no more necessary (when determining mp4v and h264 framerate)2005-08-30, by nicodvb
-
Fix nsv detection with new demuxer structure2005-08-30, by rtognimp
-
How to build MPlayerOSX2005-08-30, by gpoirier
-
synced with 1.122005-08-29, by gabrov
-
adds 'ID_DEMUXER=avi' to -identify...2005-08-27, by ods15
-
Fix mpeg-pes playback2005-08-26, by rtognimp
-
ENCA uses -lm2005-08-26, by henry
-
X11 can use pthread (fixes --enable-static)2005-08-26, by henry
-
more thorough aalib test (needed for --enable-static)2005-08-26, by henry
-
support MPEG in GXF container with extension-based detection.2005-08-26, by reimar
-
reordered bps calculation2005-08-25, by henry
-
set the nearest number of channels, return(0) upon errors2005-08-25, by henry
-
avoid reading more than maxlen bytes.2005-08-25, by reimar
-
10l, missing return2005-08-25, by faust3
-
Wrong scale conversion from VFCTRL_SET_EQUALIZER, priv->saturation should2005-08-25, by reimar
-
ffwmv3 does not work, use "status crashing" so it is not auto-selected.2005-08-25, by reimar
-
Fix texture format variable types. Internal format is GLint, others are GLenum2005-08-25, by reimar
-
Slightly reduce unnecessary verbosity.2005-08-24, by diego
-
typos, cosmetics2005-08-24, by diego
-
Documents x264 visualization during encoding2005-08-23, by gpoirier
-
Add D-Cinema Audio and Video conversion programs2005-08-23, by reimar
-
compile fix, vobsub.c needs identify variable.2005-08-23, by reimar
-
1. -cache-prefil has not been renamed, it's been removed (-cache-seek-min2005-08-23, by rathann
-
More typos. One noticed by Nico. Added an empty line at the end to make syncmail happy2005-08-23, by gpoirier
-
Typo :)2005-08-23, by gpoirier
-
Correction pointed by Nico2005-08-23, by danny
-
Crash fix for: "[MPlayer-users] Crash of mencoder in demux_ts.c line 2728"2005-08-23, by gpoirier
-
Do not free demuxer before using demuxer->desc->type (happened when using -audiofile).2005-08-23, by reimar
-
ensure that audio-only files are decoded till the end by not only2005-08-23, by reimar
-
mode fps int vs. float woes2005-08-22, by henry
-
DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=02005-08-22, by reimar
-
Sync with 1.10742005-08-22, by gpoirier
-
typo, grammar2005-08-22, by diego
-
100l, video_out.h is now needed for some vo_ variables.2005-08-21, by reimar
-
How to encode with soft 3:2 pullup, patch by Brendan McCarthy2005-08-21, by gpoirier
-
-wid support for windows. Not well tested, might still behave a bit weird.2005-08-21, by reimar
-
synced with 1.882005-08-21, by gabrov
-
remove extern for variables that are already in headers.2005-08-21, by reimar
-
synced with 1.112005-08-21, by gabrov
-
cache-prefill has been renamed to cache-seek-min, example config should2005-08-20, by rathann
-
Encoding setting examples for x2642005-08-20, by gpoirier
-
remove broken shared libpostproc stuff2005-08-19, by rfelker
-
Sync with 1.10732005-08-19, by gpoirier
-
1000000000000000l2005-08-19, by rfelker
-
100l2005-08-19, by rfelker
-
less weird OSD alpha transformation.2005-08-19, by reimar
-
Do not set SwapInterval for values < 0.2005-08-19, by reimar
-
Fix crash in windows2005-08-19, by reimar
-
Sync with 1.10722005-08-19, by gpoirier
-
automatic vsync enabling for vo_gl.2005-08-19, by reimar
-
Aconvert allows mencoder to (easily) encode from an audio only file (hack).2005-08-18, by jonas
-
fix warnings and decoding on CYGWIN (produced only noise before this change)2005-08-18, by faust3
-
gtk2 is supported, next step is pure gtk without X.2005-08-18, by reimar
-
gtf.{c,h} is used by vesa only2005-08-18, by alex
-
synced with 1.722005-08-18, by jheryan
-
new, synced with 1.102005-08-18, by jheryan
-
synced with 1.252005-08-18, by jheryan
-
sync 1.10712005-08-18, by gpoirier
-
code reduction and less error prone, use the same table2005-08-18, by alex
-
some entries are done2005-08-18, by alex
-
these wishes are done2005-08-18, by alex
-
use libvbe from vesautils2005-08-18, by alex
-
synced with 1.872005-08-18, by jheryan
-
Further clarify loadfile/loadlist description.2005-08-18, by diego
-
name suboption for jack to set client name2005-08-18, by reimar
-
Remove unnecessary subshell invocations.2005-08-17, by diego
-
Fix MEncoder build with shared libavcodec.2005-08-17, by diego
-
Clarify loadfile/loadlist description.2005-08-17, by diego
-
Update for latest changes.2005-08-17, by diego
-
Sync with 1.10702005-08-17, by gpoirier
-
"recent" noteworthy features2005-08-17, by gpoirier
-
Support for GTK 2.x.2005-08-17, by reimar
-
wording/spelling2005-08-17, by diego
-
Fixes suggested by Diego2005-08-17, by gpoirier
-
Set block_align in header, seems MatLab can not handle files without.2005-08-17, by reimar
-
Synced with 1.10682005-08-17, by jheryan
-
Added entry for checktree.sh2005-08-17, by ivo
-
Get events from -wid window.2005-08-16, by reimar
-
Sync with 1.10692005-08-16, by gpoirier
-
Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW.2005-08-16, by reimar
-
OSD textures can be deleted with one function call...2005-08-16, by reimar
-
Make glFinish optional2005-08-16, by reimar
-
silly printf() is the onyl reason avi-fix was so slow, a printf for2005-08-16, by ods15
-
use GenBuffers to get a buffer number instead of hardcoding 1.2005-08-16, by reimar
-
Synced with 1.1063 - patch by Paul TT <paultt - at - hackerjournal - dot - it>2005-08-16, by danny
-
added libavutil, removed linux2005-08-16, by alex
-
prefer FIXED_POINT for ARM - patch by AGAWA Koji <i at atty.sakura.ne.jp>2005-08-16, by alex
-
grammar/phrasing fixes on the recent NTSC and telecine commit2005-08-15, by wanderer
-
-fafmttag can be needed while steam copying.2005-08-15, by gpoirier
-
loadfile/loadlist can now also add files to the playlist2005-08-15, by reimar
-
10l, initializers don't work without a declaration :-(2005-08-14, by reimar
-
NTSC sources are hard to encode. How to identify telecine content reliably.2005-08-14, by gpoirier
-
use glUploadTex helper function2005-08-14, by reimar
-
extra check for glUploadTex to avoid a possible hang.2005-08-14, by reimar
-
textures smaller 64x64 might not be supported2005-08-14, by reimar
-
remove/move some unused headers/variables/code2005-08-14, by reimar
-
10l, texture_width/height initialization was removed, so use2005-08-14, by reimar
-
minor punctuation fix2005-08-14, by wanderer
-
grammar/phrasing fix, still less than ideal2005-08-14, by wanderer
-
fixes short form, better wording2005-08-14, by gpoirier
-
fixes bf_threshold description.2005-08-14, by gpoirier
-
typo2005-08-14, by gpoirier
-
Helper function for drawing texture and general cleanup of vo_gl2.c2005-08-14, by reimar
-
Cleanup, move declarations to beginning of block.2005-08-14, by reimar
-
libaf/config.mak is generated, so mention it2005-08-14, by wight
-
100l: fix avi demuxing for ni and nini cases, allow forcing ni and nini2005-08-13, by rtognimp
-
revert -std=gnu99 usage, -D_GNU_SOURCE is enough for lrintf support2005-08-13, by henry
-
synced with 1.72005-08-12, by gabrov
-
Formatting fix2005-08-12, by gpoirier
-
Consitency fix2005-08-12, by gpoirier
-
Sync with 1.10622005-08-12, by gpoirier
-
URL update2005-08-12, by gpoirier
-
lavc also supports H.261, and Snow is FFmpeg-only. Patch by Compn2005-08-12, by gpoirier
-
Missing codecs that libavcodec supports.2005-08-12, by gpoirier
-
Why multipass is better in a nutshell. Taken from Rich's encoding guide.2005-08-12, by gpoirier
-
video fourcc fix2005-08-11, by michael
-
demux_avi_control() missing in avi's demuxer struct.2005-08-11, by ods15
-
fix brokeness caused by demuxer patch, this code is useless for2005-08-11, by ods15
-
typo, must be ld_dl instead of ld_ld2005-08-11, by reimar
-
10l, patch found in geexbox2005-08-11, by alex
-
Removed in-filter int to float conversion. af_ladspa now demands floats as2005-08-10, by ivo
-
Remove stray MSDOS linebreaks2005-08-10, by ivo
-
Synced with 1.1782005-08-10, by jheryan
-
reconcile with earlier fps fix in mpeg header parser2005-08-10, by rfelker
-
sync liba52_amd64_changes.diff with latest fix2005-08-09, by aurel
-
Sync with 1.10612005-08-09, by gpoirier
-
Fixes segfault on IA-32 machines caused by the ASM patch for AMD-64 for a52.2005-08-09, by gpoirier
-
Add missing libavcodec supported codecs and adds (hopefully) all libavformat muxers2005-08-08, by gpoirier
-
take into account that VIDIOC_S_FMT might return updated parameters2005-08-06, by faust3
-
do not crash when /dev/video0 is not present2005-08-06, by faust3
-
tremor uses integer types2005-08-06, by rathann
-
missing include2005-08-06, by rathann
-
Forgot to actually enable vo_gl on Windows...2005-08-06, by reimar
-
Remove stray DOS linebreaks.2005-08-06, by diego
-
Remove stray DOS linebreaks.2005-08-06, by diego
-
Avoid short forms and libavcodec should not the that much singled out2005-08-05, by gpoirier
-
synced with 1.722005-08-05, by gabrov
-
synced with 1.872005-08-05, by gabrov
-
Demuxer modularization2005-08-05, by rtognimp
-
add the liba52 amd64 changes in a separate diff file2005-08-05, by aurel
-
liba52 asm optimizations ported to amd642005-08-05, by aurel
-
Missed one uint32_t declaration.2005-08-05, by ivo
-
libavuti2005-08-01, by diego
-
libavutil is now part of MPlayer.2005-08-01, by diego
-
libavutil compile fix (working also with old libavcodec)2005-08-01, by reimar
-
10l to beastd due to new libavutil introduction2005-08-01, by gpoirier
-
libavutil is now needed, too.2005-08-01, by reimar
-
Support new static libavcodec (depends on libavutil).2005-08-01, by al
-
Support more MythTV nuv files, based on Gentoo portage patch2005-08-01, by reimar
-
Support more MythTV nuv files2005-08-01, by reimar
-
set i_bps in demux_audio for WAV and MP3 to avoid division by zero before2005-08-01, by reimar
-
Sync to 1.055 - last commit contains also update ;-(2005-08-01, by danny
-
Synced with 1.1032 - patch by Paul TT <paultt - at - hackerjournal - dot - it>2005-08-01, by danny
-
Sync with 1.10582005-08-01, by gpoirier
-
Fix outdated "Encoding to MPEG format" (MEncoder improved a lot :-) )2005-07-31, by gpoirier
-
Needs the previous mpi (pmpi), so request a readable one and request2005-07-31, by reimar
-
vBlur reads from dmpi, so request a readable one2005-07-31, by reimar
-
when threshold != 0 the dest image must be readable2005-07-31, by reimar
-
grammar and possible clarity fix on -cache-seek-min2005-07-31, by wanderer
-
minor grammatical fixes2005-07-30, by wanderer
-
fix detection of iconv implementations which require libdl2005-07-30, by aurel
-
10l, incorrect usage of le2me_*2005-07-29, by reimar
-
synced with 1.672005-07-29, by gabrov
-
synced with 1.222005-07-29, by gabrov
-
synced with 1.178 and fixed typos2005-07-29, by gabrov
-
exit kiosk mode and show mouse cursor in uninit2005-07-28, by nplourde
-
properly release window2005-07-28, by nplourde
-
Sync wirh 1.10552005-07-28, by gpoirier
-
removed ugly cellphone jargon short2005-07-28, by nicodvb
-
Little fixes2005-07-28, by wight
-
reset estimation also on too negative diff2005-07-28, by reimar
-
sync w/ 1.178 + misc fixes by Paul TT <paultt - at - hackerjournal - dot - it>2005-07-28, by diego
-
If scaleh == 1 our destination image must be readable2005-07-28, by reimar
-
we do not read from dmpi, so it doesn't have to be readable2005-07-28, by reimar
-
deghost_plane also reads from destination, so request readable buffer2005-07-28, by reimar
-
Hopefully finally fix the last commit2005-07-28, by reimar
-
lavf demuxer with raw PCM fix (and a related hang)2005-07-28, by reimar
-
unused2005-07-28, by alex
-
require some up to date codecs.conf2005-07-28, by alex
-
some preliminary entries about nut and matroska2005-07-28, by alex
-
sync with 1.10542005-07-28, by gpoirier
-
sync with 1.10532005-07-28, by gpoirier
-
File list like in termor2005-07-28, by alex
-
typo and consistency fix by Paul TT <paultt - at - hackerjournal - dot - it>2005-07-28, by diego
-
no sense anymore2005-07-28, by alex
-
Fix crash with large images2005-07-28, by reimar
-
Sometimes you have to manually add scale at the end of the filter chain :-(2005-07-28, by reimar
-
wording/spelling/consistency2005-07-28, by diego
-
gmplayer + arts == bad!2005-07-28, by reimar
-
Amiga port from www.amigasoft.net2005-07-28, by diego
-
Mention the MPlayer-translations mailing list and explain the difference2005-07-28, by diego
-
msrle in Quicktime FOURCC2005-07-28, by reimar
-
OpenGL needs _ld_dl to get extension functions2005-07-27, by reimar
-
More helper functions/defines and bugfixes2005-07-27, by reimar
-
Italian help file charset2005-07-27, by diego
-
added missing license header2005-07-27, by alex
-
remove unneeded vgagl2005-07-26, by iive
-
catch failed buffer allocation2005-07-26, by reimar
-
strncasecmp is not necessary and e.g. strncasecmp(prot, "mms", 3) will2005-07-26, by reimar
-
Use dlsym to get glXGetProcAddress, only way to (hopefully) make it2005-07-26, by reimar
-
Sync with 1.1052: pp7 video filter description2005-07-26, by gpoirier
-
OpenGL fixes for windows and vo_gl.c ported to windows.2005-07-26, by reimar
-
pp7 video filter description2005-07-26, by diego
-
restrict to YV12 since the default limit does not work well for anything else.2005-07-26, by reimar
-
sync with 1.10512005-07-26, by gpoirier
-
ao_jack (no)estimate and vo_gl rectangle default value documented2005-07-26, by reimar
-
improved audio delay estimation, supposed to help make the video smoother2005-07-26, by reimar
-
Formatting and wording fixes.2005-07-26, by diego
-
rectangular texture and -dr support for vo_gl2005-07-26, by reimar
-
build fix2005-07-26, by diego
-
-dr support for -vo gl2005-07-26, by reimar
-
support for rectangular and streaming textures.2005-07-26, by reimar
-
Make it possible to use libavcodecs png decoder.2005-07-26, by reimar
-
Sync with 1.10482005-07-26, by gpoirier
-
Less confusing description of -v2005-07-26, by wanderer
-
formatting fixes galore2005-07-26, by diego
-
sync with 1.1762005-07-26, by diego
-
Use a more stable URL.2005-07-26, by diego
-
Use DRAW_IMAGE instead of draw_frame2005-07-25, by reimar
-
synced with 1.252005-07-25, by gabrov
-
synced with 1.862005-07-25, by gabrov
-
new file, synced with 1.42005-07-25, by gabrov
-
missing \n2005-07-25, by reimar
-
General note about filtering from Rich's encoding guide2005-07-24, by gpoirier
-
Moves the "audio" section just before the "muxing" section. + fixes suggested by Jeff2005-07-24, by gpoirier
-
New item: "Choosing resolution and bitrate", from Rich's encoding guide2005-07-24, by gpoirier
-
typo: s/-lavdopts/lavdopts2005-07-24, by kraymer
-
small fixes and sync with 1.1752005-07-24, by kraymer
-
sync with 1.10462005-07-24, by gpoirier
-
restore window shadow when quitting fullscreen mode2005-07-24, by nplourde
-
Remove untranslatable strings2005-07-24, by wight
-
Some ICY servers (e.g. http://broadcast.spnet.net:8000/darikhigh) do not set2005-07-24, by reimar
-
Remove non-translatable messages2005-07-24, by wight
-
synced with 1.712005-07-23, by gabrov
-
remove -hardframedrop reference and advice -lavdopts instead.2005-07-23, by reimar
-
Allow the ffmpeg people to use this code if they want.2005-07-23, by reimar
-
-af-adv force also supports 4-7, this part was missed in the update2005-07-23, by reimar
-
Avoid hang with -af-adv force=32005-07-23, by reimar
-
use calloc so that mp_cmd_free won't use uninitialized data in case of an error2005-07-23, by reimar
-
Multiple unsv/scast bug fixes.2005-07-23, by reimar
-
sync 1.712005-07-23, by wight
-
Make screen output look better2005-07-23, by wight
-
the the auto* tools should be inside an <application></application> tag2005-07-23, by gpoirier
-
sync with 1.10452005-07-23, by gpoirier
-
1000l to me. Broke compilation when EDL is disabled.2005-07-23, by ods15
-
-nocolorkey now supported by directx2005-07-23, by wanderer
-
synced with 1.852005-07-22, by gabrov
-
synced with 1.922005-07-22, by gabrov
-
add some closedir() to fix some opendir() leaks2005-07-22, by aurel
-
fix invalid pointers passed to init_audio_filters2005-07-22, by reimar
-
sync 1.152005-07-22, by wight
-
sync 1.172005-07-22, by wight
-
Sync tag bump to 1.582005-07-22, by wight
-
sync 1.662005-07-22, by wight
-
sync 1.272005-07-22, by wight
-
Quote and extra \n fixes2005-07-22, by wight
-
sync 1.132005-07-22, by wight
-
sync 1.812005-07-22, by wight
-
- sync 1.1732005-07-22, by wight
-
Sync 1.10442005-07-22, by wight
-
define SIGHUP and SIGPIPE for MinGW and catch SIGPIPE also in mplayer2005-07-22, by reimar
-
sync with 1.10442005-07-22, by gpoirier
-
guard against double uninit (reportedly can happen on STRG+C)2005-07-22, by reimar
-
synced with 1.58 (increased sync tag after typo fix in English revision)2005-07-22, by gabrov
-
small fixes.2005-07-22, by ods15
-
Sync with 1.10432005-07-22, by gpoirier
-
updates by Paul TT < paultt - at - hackerjournal - dot - it >2005-07-22, by diego
-
wording/spelling/grammar/consistency, small updates2005-07-22, by diego
-
some new stuff worth mentioning.2005-07-22, by ods15
-
aspect and round params for vf_dsize.2005-07-22, by ods15
-
Power5 support2005-07-21, by reimar
-
ultravox (unsv://) streaming support2005-07-21, by gpoirier
-
Too little memory alloced.2005-07-21, by reimar
-
Fix few memleaks on exit.2005-07-21, by iive
-
sync with 1.10412005-07-21, by gpoirier
-
10l wrong quoting2005-07-20, by diego
-
wording/spelling fixe2005-07-20, by diego
-
Forgotten doxygen comments2005-07-20, by reimar
-
Ultravox improvements according to specs (didn't know they existed *g*)2005-07-20, by reimar
-
skiploopfilter IMHO is worth an entry here.2005-07-20, by reimar
-
Document the skip* lavd options.2005-07-20, by reimar
-
path updates2005-07-20, by diego
-
10l, wrong URL2005-07-20, by diego
-
path update2005-07-20, by diego
-
path update2005-07-20, by diego
-
path update2005-07-20, by diego
-
path update2005-07-20, by diego
-
wrong path2005-07-20, by diego
-
Don't point at the German docs, they're far too outdated.2005-07-20, by diego
-
Fixes suggested by Diego and The Wanderer2005-07-20, by gpoirier
-
When using --enable-* options you are on your own.2005-07-20, by reimar
-
use stored dimensions instead of visible one when (vf_)get_image is called2005-07-20, by iive
-
lacv supports cgop, you can use '.' to watch a video frame-by frame to2005-07-19, by gpoirier
-
add (no)visualize options2005-07-19, by iive
-
libx264 compiled with visualization requirs xlib2005-07-19, by iive
-
remove delay when setting audio volume2005-07-19, by nplourde
-
SHOUTcast and ultravox support2005-07-19, by reimar
-
Enable manyfmts by default for vo_gl2005-07-19, by reimar
-
Synced with 1.1732005-07-19, by jheryan
-
Synced with 1.872005-07-19, by jheryan
-
Synced with 1.692005-07-19, by jheryan
-
Synced with 1.152005-07-19, by jheryan
-
FAQ No 1: Fullscreen is not working, black borders around unscaled image.2005-07-19, by diego
-
simplified markup, cosmetics2005-07-19, by diego
-
Moved some entries from playback problems to video/audio driver section2005-07-19, by diego
-
Big cleanup all over the place; wording/grammar/typo fixes as usual, many2005-07-19, by diego
-
typo2005-07-19, by diego
-
catch HUP and PIPE signals aswell. Patch by Sergey Khlutchin (@gmail.com)2005-07-18, by alex
-
LIBAVFORMAT_BUILD >= 46292005-07-18, by michael
-
LIBAVFORMAT_BUILD >= 46292005-07-17, by michael
-
synced with 1.882005-07-17, by gabrov
-
Sync with 1.10382005-07-17, by gpoirier
-
-delay for MEncoder, final step 6.2005-07-17, by ods15
-
-delay for MEncoder, step 5.2005-07-17, by ods15
-
-delay for MEncoder, step 4.2005-07-17, by ods15
-
-delay for MEncoder, step 3.2005-07-17, by ods15
-
-delay for MEncoder, step 2.2005-07-17, by ods15
-
-delay for MEncoder, step 1.2005-07-17, by ods15
-
support 10000/1001 framerate2005-07-17, by reimar
-
Sync with 1.10372005-07-17, by gpoirier
-
10l: scene change detecion is deactivated with sc_threshold=10000000002005-07-17, by ranma
-
10l for me2005-07-17, by ranma
-
fix a crash at v4l2 uninit2005-07-17, by aurel
-
Support for skip options2005-07-17, by reimar
-
Typo (aligment -> alignment)2005-07-16, by ranma
-
cgop does work as long as scene change detection is disabled2005-07-16, by ranma
-
cgop does work as long as scene change detection is disabled2005-07-16, by gpoirier
-
Sync with 1.10342005-07-16, by gpoirier
-
Remove rencently added FAQ entry because we now have a much better and detailed doc elsewhere.2005-07-16, by gpoirier
-
proper disabling/enabling of console output for vo_vesa2005-07-16, by aurel
-
Wording fix by The Wanderer2005-07-15, by gpoirier
-
Some fixes suggested by Loren; The Wanderer and Diego2005-07-15, by gpoirier
-
(hopefully) fixing remaining float endianness problems2005-07-13, by reimar
-
Synced with 1.10262005-07-13, by danny
-
wrong command names2005-07-13, by diego
-
sync 1.10322005-07-12, by wight
-
Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poirierg2005-07-12, by gpoirier
-
Forgotten part of the libmusepack->mpcdec renaming2005-07-12, by reimar
-
synced with 1.822005-07-11, by gabrov
-
Fixes, more accurate description of hq_ac, and mention it's always on by default2005-07-11, by gpoirier
-
Sync with 1.10312005-07-11, by gpoirier
-
English and consistency fixes2005-07-11, by gpoirier
-
1/2 l: last patch lacked the option name, so it wasn't activeable2005-07-11, by gpoirier
-
ensure that dr buffers are readable2005-07-11, by michael
-
x264 fast first pass, patch by Robert Swain < robert POUM swain AH gmail POUM com >2005-07-11, by gpoirier
-
synced with 1.812005-07-11, by gabrov
-
#ifdef HAVE_MMX2005-07-11, by michael
-
One more XviD option documented: hq_ac + a fix + more infos on chroma_me2005-07-10, by gpoirier
-
The right name is Musepack, not MPC/MpegPlus.2005-07-10, by reimar
-
musepack demuxing and decoding support (demuxing is v7 bitstream only).2005-07-10, by reimar
-
SVCD supports VBR audio and VCD CBR only. Reflects the newest patches of Nico2005-07-10, by gpoirier
-
Print CFLAGS warning last so nobody can miss it.2005-07-10, by reimar
-
Sync with 1.10292005-07-10, by gpoirier
-
small warning fix:2005-07-10, by rathann
-
10l to Nico for this copy&paste bug2005-07-10, by rathann
-
--Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:2005-07-10, by rik
-
vf_pp7 and -af-adv force=1 default2005-07-10, by reimar
-
-af-adv force=1 is now default (and thus also lavcresample)2005-07-10, by reimar
-
Add missing range/length check for video trak desc (fixes bug #335).2005-07-10, by reimar
-
cosmetic: split the lschunks function in two.2005-07-10, by reimar
-
increased sync tag after wording fix in English version2005-07-10, by gabrov
-
Sync fourcc for all mpeg12 codecs2005-07-09, by rtognimp
-
pp7 filter (spp=6 filter with 7 point dct where only the center sample is used after idct)2005-07-09, by michael
-
Put periods after (behind?..) parentheses.2005-07-09, by ods15
-
Last nit for this entry, by "The Wanderer"2005-07-08, by gpoirier
-
cosmetics.2005-07-08, by ods15
-
Typos and fixes by The Wanderer2005-07-07, by ods15
-
add 'aspect' and 'round' params to vf_expand.2005-07-07, by ods15
-
-identify variable names should follow [A-Z_][A-Z0-9_]* convention2005-07-07, by ranma
-
synced with 1.862005-07-07, by gabrov
-
synced with 1.792005-07-07, by gabrov
-
Fixes fix2005-07-07, by gpoirier
-
Remove next round of outdated FAQ entries.2005-07-06, by diego
-
typo2005-07-06, by diego
-
Revert fix v1.3, it breaks streams with cook audio (ex.2005-07-06, by rtognimp
-
Fixes suggested by Diego2005-07-06, by gpoirier
-
Do some sanity checks before writing stream information2005-07-06, by rtognimp
-
synced with 1.762005-07-06, by gabrov
-
synced with 1.852005-07-06, by gabrov
-
make more patch-friendly2005-07-06, by reimar
-
More fixes by Jeff, Diego, and Andrew2005-07-06, by gpoirier
-
Few fixes and suggestions by Jeff and Diego2005-07-06, by gpoirier
-
More options documented in XviD encoding guide2005-07-05, by gpoirier
-
Suggestions and fixes by The Wanderer and Rich2005-07-05, by gpoirier
-
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.2005-07-05, by gpoirier
-
radeon x300 support patch by Christophe Preaud <cpreaud at free.fr>2005-07-05, by faust3
-
hardcode SYNC flag, so no problems could rise if first frame is skipped2005-07-05, by iive
-
initial translation, synced with 1.122005-07-04, by gabrov
-
synced with 1.732005-07-04, by gabrov
-
synced with 1.692005-07-04, by gabrov
-
Update of the x264 encoding guide:2005-07-04, by gpoirier
-
sync 1.10262005-07-03, by wight
-
Remove duplicate messages2005-07-03, by wight
-
don't read past the end of the selected track2005-07-03, by nicodvb
-
synced with 1.1722005-07-03, by gabrov
-
fix missing tag2005-07-03, by gabrov
-
resize video after keep aspect menu item toggle2005-07-03, by nplourde
-
synced with 1.822005-07-03, by gabrov
-
synced with 1.812005-07-03, by gabrov
-
synced with 1.172005-07-03, by gabrov
-
consistency/tcc support patch by Oded Shimon2005-07-03, by alex
-
synced with 1.662005-07-03, by gabrov
-
synced with 1.682005-07-03, by gabrov
-
fix various window resizing bug with menu option2005-07-03, by nplourde
-
Remove obsolete/outdated entries.2005-07-03, by diego
-
some updates2005-07-03, by alex
-
unneeded2005-07-03, by alex
-
QUERY_FORMAT support2005-07-03, by alex
-
1l2005-07-03, by alex
-
non working, hence status 'buggy'2005-07-03, by alex
-
Do not count skipped/broken frames when using -frames2005-07-03, by reimar
-
Mandrake --> Mandriva name change2005-07-02, by diego
-
Sync with 1.10262005-07-02, by gpoirier
-
more fullscreen behaviour fix for mouse cursor2005-07-02, by nplourde
-
Only dump to stdout2005-07-02, by ranma
-
avisubdump2005-07-02, by ranma
-
Add missing escapes, this should now cover all shell special characters AFAICS2005-07-02, by ranma
-
avi vobsub soft subtitle dumper2005-07-02, by ranma
-
avi subtitle stream dumper2005-07-02, by ranma
-
properly redraw fullscreen window with -fs and zoom2005-07-02, by nplourde
-
increased sync tag, synced with 1.67 (typo fix in English version)2005-07-02, by gabrov
-
synced with 1.152005-07-02, by gabrov
-
fix fullscreen menubar item behaviour2005-07-01, by nplourde
-
auto hide menubar and cursor in fullscreen2005-07-01, by nplourde
-
drop annoying debug messages from libdvdread2005-07-01, by aurel
-
Slightly restructured, mention more tools, small fixes, cosmetics.2005-07-01, by diego
-
libdvdread 0.9.42005-07-01, by henry
-
increment libdvdread version2005-07-01, by henry
-
add missing files from libdvdread 0.9.42005-07-01, by henry
-
update mplayer specific libdvdread diff to match v0.9.42005-06-30, by aurel
-
update libdvdread to v0.9.42005-06-30, by aurel
-
Be more patch-friendly2005-06-30, by aurel
-
typo2005-06-30, by diego
-
Small fix2005-06-30, by gpoirier
-
add hdv2 fourcc to MPEG2 codecs (used by new Sony HD camera)2005-06-30, by aurel
-
Solaris sed needs the terminating '}' to be on a separate line2005-06-30, by ranma
-
avoid hang when playing more than one file2005-06-30, by reimar
-
Sync with 1.10252005-06-30, by gpoirier
-
add vo_xv_enable_vsync() to xvmc2005-06-30, by iive
-
Missing part of the last commit (got merged in on cvs update :-( )2005-06-30, by reimar
-
added forgotten xv_enable_vsync2005-06-30, by reimar
-
simplify osd-status display, and allow e.g. osd -2 to get the old behaviour2005-06-30, by reimar
-
Make the OSD display state information when cycling OSD states with 'o'.2005-06-30, by diego
-
one more nick2005-06-30, by diego
-
typo2005-06-30, by diego
-
Mention -vobsubid more explicitly, JACK seems to use multiple ports.2005-06-30, by diego
-
Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others2005-06-30, by gpoirier
-
Better approach to shell escaping, may not catch all cases yet2005-06-30, by ranma
-
Missing translations2005-06-29, by ranma
-
keep window size when changing aspect2005-06-29, by nplourde
-
crash on autorelease, do not add to pool2005-06-29, by nplourde
-
more general ao_macosx cleanup. Patch by Alexander Strange <astrange@ithinksw.com>2005-06-29, by nplourde
-
corrected sync tag2005-06-29, by gabrov
-
synced with 1.652005-06-29, by paszczi
-
unification of the sync tag2005-06-29, by gabrov
-
synced with 1.802005-06-29, by gabrov
-
synced with 1.722005-06-29, by gabrov
-
More fixes by the Wanderer and tip about another SVCD constrain suggested by Giacomo Comes2005-06-29, by gpoirier
-
Fixed leftover tag breaking doc generation. 10l to Jiri.2005-06-28, by rathann
-
Another REG_d -> REG_D fix.2005-06-28, by reimar
-
fixed vf_lavc2005-06-28, by nicodvb
-
restored framerate autodetection based on height2005-06-28, by nicodvb
-
Synced with 1.802005-06-28, by jheryan
-
Synced with 1.662005-06-28, by jheryan
-
Synced with 1.132005-06-28, by jheryan
-
Synced with 1.10242005-06-28, by jheryan
-
Synced with 1.1712005-06-28, by jheryan
-
Synced with 10232005-06-28, by jheryan
-
Corrections suggested by The Wanderer2005-06-28, by gpoirier
-
missing closing tag2005-06-28, by henry
-
mentioning xorg2005-06-27, by alex
-
10l2005-06-27, by alex
-
EDL fixes in mencoder2005-06-27, by nicodvb
-
New entry: how to make a (S)VCD with MEncoder.2005-06-27, by gpoirier
-
vobsub time-adjust tool by Gábor Farkas < gabor AH nekomancer POUM net >2005-06-27, by gpoirier
-
Sync with 1.10242005-06-27, by gpoirier
-
-vobsubid works better for DVDs than sid2005-06-27, by reimar
-
Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters.2005-06-27, by reimar
-
consume empty lirc events at once.2005-06-27, by reimar
-
width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>)2005-06-27, by michael
-
FFmpeg theora decoder support2005-06-26, by rtognimp
-
10l to myself for breaking mingws dll codec support when libpthread is not installed2005-06-26, by faust3
-
demux close gets called automatically2005-06-26, by faust3
-
10l2005-06-26, by faust3
-
10l2005-06-26, by faust3
-
10l2005-06-26, by faust3
-
set HAVE_LRINTF and C99/GNU_SOURCE during internal FAAD compile test2005-06-25, by henry
-
sync 1.10232005-06-24, by wight
-
Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompile2005-06-24, by gpoirier
-
fix seeking over http for files larger 2 GB2005-06-24, by reimar
-
make -srate work again, unify audio filter init and preinit.2005-06-24, by reimar
-
makes fribidi <= 0.10.4 works again2005-06-23, by aurel
-
New codec covered by the encoding guide: XviD2005-06-23, by gpoirier
-
fix asm constraints, tested on x86 and x86_64.2005-06-23, by reimar
-
fixed typo in URL2005-06-23, by gabrov
-
added missing para tag2005-06-23, by gabrov
-
synced with 1.1712005-06-23, by gabrov
-
synced with 1.712005-06-23, by gabrov
-
synced with 1.662005-06-23, by gabrov
-
synced with 1.802005-06-22, by gabrov
-
synced with 1.772005-06-22, by gabrov
-
synced with 1.132005-06-22, by gabrov
-
Rich's encoding guide (hopefully temporary) added to DOCS/tech/encoding-guide.txt2005-06-22, by gpoirier
-
fix illegal memory accesses2005-06-22, by reimar
-
Encoding guide featured by Richard Felker III, and updated by Jeff Clagg.2005-06-22, by gpoirier
-
M$ puts whole FAQs in these headers, so they can get really big...2005-06-21, by reimar
-
messed up ordering of cases, special delivery of Cola to Tobias2005-06-21, by henry
-
Sync with 1.10232005-06-21, by gpoirier
-
typo2005-06-21, by diego
-
Fix mp_msg vs af_msg usage as pointed out by Ivo.2005-06-21, by diego
-
10l for me. two usages of mp_msg instead of af_msg slipped through2005-06-20, by ivo
-
10l to whom commited it.2005-06-20, by iive
-
slightly better parameter name2005-06-20, by diego
-
fix illegal read2005-06-20, by reimar
-
split PARTS into multiple lines also2005-06-20, by henry
-
A bug? Don't panic.2005-06-20, by ranma
-
avoid bad memory access2005-06-20, by reimar
-
Core-dumps are a known problem :)2005-06-20, by ranma
-
Add vrc_init_occupancy to lavcopts2005-06-20, by ranma
-
fix memleak when playing mov files2005-06-20, by reimar
-
Sync with 1.10192005-06-20, by gpoirier
-
typo2005-06-20, by diego
-
typos2005-06-20, by diego
-
Synced with 1.162005-06-20, by jheryan
-
Synced with 1.122005-06-20, by jheryan
-
Fix off_t on OSX, thanks to Steven M. Schultz2005-06-20, by ranma
-
Avoid overly long lines to conform with the new general Makefile style.2005-06-19, by diego
-
Be more patch-friendly2005-06-19, by ranma
-
sync 1.10192005-06-19, by wight
-
Formatting the suboption stringescape paragraph2005-06-19, by wight
-
sync 1.10182005-06-19, by wight
-
and some more formatting fixes2005-06-19, by wight
-
Make default values and ranges match the source code.2005-06-19, by gpoirier
-
-wid now works with OpenGL, formatting fixes2005-06-19, by diego
-
sync 1.10152005-06-19, by wight
-
Fix to previous commit2005-06-19, by wight
-
A few structural fixes2005-06-19, by wight
-
10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-322005-06-19, by gpoirier
-
Fix some subtitles that didn't show.2005-06-19, by reimar
-
fix wrong usage of select() (based on patch by Selwyn Tang selwyn hectrix com),2005-06-19, by reimar
-
Typo ^^;2005-06-19, by ranma
-
updates2005-06-19, by diego
-
Sync with 1.1013: rawaudio muxer2005-06-19, by gpoirier
-
some typos in the english parts2005-06-19, by ranma
-
Fix email address2005-06-19, by ranma
-
rawaudio muxer2005-06-19, by ranma
-
correct url2005-06-18, by alex
-
Sync with 1.10122005-06-18, by gpoirier
-
100l, -march=k8 was used with cpu detection even when compiler did not2005-06-18, by reimar
-
Make dfbopts a suboption, use suboption parser2005-06-18, by reimar
-
GCC-4 fix for AMD-642005-06-18, by gpoirier
-
support -wid2005-06-18, by reimar
-
osx 10.3 dont like to have a window init with no size2005-06-17, by nplourde
-
vo_macosx now supports setting alpha as well, typo.2005-06-17, by diego
-
Sync with 1.10102005-06-17, by gpoirier
-
sync to x264 rev264 (lossless)2005-06-17, by lorenm
-
Fix crash with e.g. -vf scale=::2005-06-17, by reimar
-
when somebody specifies e.g. --loop, the message says that a -loop option2005-06-17, by reimar
-
remove useless include2005-06-16, by henry
-
another piece of guesswork...2005-06-16, by reimar
-
memleak fix by bryanwilkerson WHIRLPOOL yahoo SPOT com2005-06-16, by henry
-
set nsapp and setup cocoa with NSApplicationLoad2005-06-16, by nplourde
-
proper init of NSApp2005-06-16, by nplourde
-
Some people confuse vidix with kernel drivers, so let's add a note about it2005-06-16, by attila
-
helper functions for comparing strarg_t "strings".2005-06-16, by reimar
-
support lenght-quoting of strings in subopt parser.2005-06-16, by reimar
-
Remove code that is already done by fixup_network_stream_cache.2005-06-16, by reimar
-
set window alpha2005-06-16, by nplourde
-
x264 section: French fixes. Explains some "non-trivial things".2005-06-15, by gpoirier
-
new texture frame2005-06-15, by nplourde
-
device_id flag force fullscreen device2005-06-15, by nplourde
-
fix gcc warning2005-06-15, by nplourde
-
do not realloc window while playing playlist2005-06-15, by nplourde
-
typo, patch by Jeff Clagg <snacky - at -ikaruga - dot - co - dot - uk>2005-06-15, by diego
-
sync to x264 rev263 (RDO)2005-06-15, by lorenm
-
draw resize box2005-06-14, by nplourde
-
removes the use of AudioConverters. patch by Alexander Strange <alexander.strange@ithinksw.com>2005-06-14, by nplourde
-
small change to field-matching metrics which hopefully makes a big2005-06-14, by rfelker
-
added AAC ADTS demuxer2005-06-13, by nicodvb
-
Fix OSD handling, DVD subtitles work now. Will be a bit slower though.2005-06-13, by reimar
-
Sync with 1.10062005-06-13, by gpoirier
-
10l! fix10l! fix10l! fix10l! fix10l! fix10l! fix10l! fix10l! fix10l! fix10l! fix2005-06-13, by gpoirier
-
Consistency fixes2005-06-13, by gpoirier
-
Sync with 1.10032005-06-13, by gpoirier
-
tweak x264 option descriptions2005-06-13, by lorenm
-
small roff fixes2005-06-12, by diego
-
updates2005-06-12, by diego
-
Win32 codecs --> binary codecs, references to avifile are pointless nowadays.2005-06-12, by diego
-
Typo2005-06-12, by gpoirier
-
Updated description of XviD codec2005-06-12, by gpoirier
-
fixed wrong binary mask: it precluded the syncword of adts-4 from being recognized as valid2005-06-12, by nicodvb
-
AMD-64's version of Suse ships a version of 3.3 hacked with broken2005-06-09, by gpoirier
-
Add sub_load and sub_remove slave commands.2005-06-09, by reimar
-
Document install-divx5.sh and install-w32codecs.sh.2005-06-09, by diego
-
typo fixes2005-06-09, by diego
-
And an intendation fix2005-06-09, by wight
-
Fix Live Resize to match vo_macosx behavior2005-06-09, by nplourde
-
toolame/twolame typo, 10l2005-06-09, by nicodvb
-
Better description of XviD's keyframe_boost and kfthreshold.2005-06-08, by gpoirier
-
Sync with 1.10022005-06-08, by gpoirier
-
forgotten reference to remove-logo, 10l for Rich2005-06-08, by henry
-
Missing dot at start of macro description2005-06-08, by wight
-
Wording and roff fixes as suggested by the Wanderer.2005-06-08, by diego
-
10l for me2005-06-08, by henry
-
remove_logo filter by yartrebo, committed with fixes for c++ variable declarations2005-06-08, by rfelker
-
merge the mingw gcc 4.1 diff2005-06-07, by faust3
-
mingw gcc 4.1 support patch by Gianluigi Tiesi <mplayer at netfarm.it>2005-06-07, by faust3
-
Sync with 1.999: small formatting2005-06-07, by gpoirier
-
URL updates2005-06-07, by diego
-
URL updates, sync by removing a few outdated FAQ entries.2005-06-07, by diego
-
sync with 1.652005-06-07, by diego
-
URL updates, sync by removing outdated FAQ entries.2005-06-07, by diego
-
correcting the previous draw_slice fix2005-06-07, by henry
-
sync URL update2005-06-07, by diego
-
URL update, Windows port is no longer beta.2005-06-07, by diego
-
better vf_ditc description by Ville Saari <114263 - @ - vs - . - iki - . - fi>2005-06-07, by diego
-
small formatting and wording fixes2005-06-07, by diego
-
check for display height when drawing slices2005-06-07, by henry
-
SPARC section translation2005-06-07, by jheryan
-
Synced with 1.272005-06-07, by jheryan
-
Synced with 1.702005-06-07, by jheryan
-
Synced with 1.762005-06-07, by jheryan
-
Synced with 1.642005-06-07, by jheryan
-
Synced with 1.9972005-06-07, by jheryan
-
Synced with 1.1692005-06-07, by jheryan
-
moved mpeg-ps/es probing code to demux_mpg.c2005-06-06, by nicodvb
-
pass along audio extradata if present2005-06-06, by nicodvb
-
MinGW support2005-06-06, by diego
-
Sync with 1.998.2005-06-06, by gpoirier
-
BSD/OS works same as the other BSDs, tested by Steven M. Schultz.2005-06-06, by diego
-
spelling, some more uniformity2005-06-06, by diego
-
gcc-2.95.3 fix, patch inspired by Steven M. Schultz2005-06-06, by iive
-
typos/grammar/wording2005-06-06, by diego
-
pthreads support for mingw, patch by Gianluigi Tiesi <mplayer at netfarm.it>2005-06-06, by faust3
-
updates2005-06-06, by diego
-
Remove long obsolete -fb option.2005-06-06, by diego
-
Fixes x264's "lumi_mask" option and improves lavc's "nr" option.2005-06-05, by gpoirier
-
sync with 1.9962005-06-05, by gpoirier
-
show window only after texture creation (look better).2005-06-05, by nplourde
-
Rephrase vf_fspp parameter description.2005-06-05, by diego
-
roff fixes2005-06-05, by diego
-
sync to x264 r252 (8x8dct)2005-06-05, by lorenm
-
-vf fspp update2005-06-05, by henry
-
Better vf_spp description, one grammar fix.2005-06-05, by diego
-
sanity checks for options; treat quality > 5 as 5, not 42005-06-05, by henry
-
tabs --> spaces indentation cosmetics2005-06-05, by diego
-
Generate the version string with awk on BSD systems and work around wrong2005-06-05, by diego
-
FFmpeg mjpeg decoder can decode dmb12005-06-05, by rtognimp
-
Pure cosmetic2005-06-05, by nplourde
-
Mac OS X Audio with AudioUnits and AudioToolbox format converters2005-06-05, by nplourde
-
Add a note to the --help output that explains how our configure works,2005-06-05, by diego
-
Days should be two digits.2005-06-05, by diego
-
-vf fspp docs2005-06-05, by henry
-
Create a unique client name so that multiple instances work.2005-06-05, by reimar
-
sync with 1.9902005-06-04, by gpoirier
-
More gcc-4.0 fixes2005-06-04, by gpoirier
-
Add XviD's luminance masking (option name: lumi_mask)2005-06-04, by gpoirier
-
Document ao_jack suboption, ChangeLog update for ao_jack and vo_gl*2005-06-04, by reimar
-
-vf fspp2005-06-04, by henry
-
less confusing wording2005-06-04, by diego
-
x86-64 fixes by Reimar2005-06-04, by henry
-
disable mmx code for x86-642005-06-04, by henry
-
move unchanged registers back to input spec2005-06-04, by henry
-
faster spp filter by Nikolaj Poroshin <porosh3 at psu ru>2005-06-04, by henry
-
Fix latency calculation and buffersize setting.2005-06-03, by reimar
-
modified X11 check to use correct libs on mixed 32/64 bit systems2005-06-03, by reimar
-
some debugging code2005-06-03, by alex
-
mention stream layer restructuring and cleanup2005-06-03, by nicodvb
-
printf converted to mp_msg; made static many unnecessarily global symbols2005-06-03, by nicodvb
-
compare resource url with bundle url, if its the same path do not use has conf file location.2005-06-03, by nplourde
-
Spelling/wording/grammar fixes, convert mixed tabs and spaces indentation to2005-06-03, by diego
-
Explain some more -lavdopts debug options.2005-06-03, by diego
-
sync with 1.986: XviD zones + fixes2005-06-03, by gpoirier
-
regain window focus in fullscreen, patch by Erik Lunchpail <enik_27can at yahoo.com>2005-06-03, by faust3
-
wording/markup fixes2005-06-02, by diego
-
XviD zones support. Patch by Doom9: < feedback123 GROOVY doom9 STEADY org >2005-06-02, by gpoirier
-
demux high profile H.264 ES2005-06-02, by lorenm
-
one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfarm it)2005-06-02, by michael
-
synced with 1.702005-06-02, by gabrov
-
x264 check needs -lpthread2005-06-02, by lorenm
-
Change header order to avoid compile error because of STREAM_SEEK2005-06-02, by reimar
-
memory leak fixes, patch by Gianluigi Tiesi <mplayer at netfarm.it>2005-06-02, by faust3
-
Moved event update inside cocoa openglview class2005-06-02, by nplourde
-
Function name cleanup2005-06-02, by nplourde
-
Sync swap with VBL.2005-06-02, by nplourde
-
better quotes2005-06-01, by wight
-
Fix wrong \n at beggining/end of message2005-06-01, by wight
-
sync 1.984 + minor fixes2005-06-01, by wight
-
Sync with 1.9842005-06-01, by gpoirier
-
New ao_jack without bio2jack dependency.2005-06-01, by reimar
-
Set stack non-executable where supported.2005-06-01, by reimar
-
strdup subtitle filename at a more appropriate place, fixing memleaks and2005-06-01, by reimar
-
Tab to space conversion to prevent the ASCII diagram to be messed up when a2005-05-31, by diego
-
vo_macosx now supports (almost) the same keys as vo_quartz.2005-05-31, by diego
-
whitespace cosmetics2005-05-31, by diego
-
small fixes2005-05-31, by diego
-
geometry support for gl2 under win, default window pos centered for gl, gl22005-05-30, by gpoirier
-
- correct the argument in configure check for lrintf() to avoid a warning2005-05-30, by henry
-
-geometry support for gl2 under win, default window pos centered for gl, gl22005-05-30, by reimar
-
check for -std=gnu99 to make lrintf() work on gcc 3.3/3.42005-05-30, by henry
-
avoid lrintf redeclaration2005-05-30, by henry
-
Add a variable for the codec directory and set it to /usr/lib/codecs instead2005-05-29, by diego
-
The default CFLAGS settings include -ffast-math and GCC 3.4.3 therefore2005-05-29, by diego
-
sync to x264 r240 (threads)2005-05-29, by lorenm
-
Implement -geometry for vo gl and gl2.2005-05-29, by reimar
-
very dummy script, written for a friend2005-05-29, by alex
-
old scripts from early debian package2005-05-29, by alex
-
ported all network streams to the new API2005-05-29, by nicodvb
-
keep vo_fps and vo_mouse_timer_const in sync with sh_video->fps, otherwise2005-05-28, by reimar
-
last patch broke skin reading completely, becasue last line of skin2005-05-28, by reimar
-
synced with 1.1692005-05-28, by gabrov
-
a cleaned-up version of ty demuxer improvements found in tivo-mplayer fork.2005-05-28, by joey
-
fix audio init crash2005-05-28, by joey
-
synced with 1.642005-05-28, by gabrov
-
support for AMD64 compiler optimizations flags in 32-bit mode. Patch by Corey Hickey2005-05-28, by gpoirier
-
not used anymore2005-05-27, by reimar
-
setting sh_audio to NULL is nonsense, since it is only a local variable,2005-05-27, by reimar
-
Athlon 64 optimization flags, in 32 and 64-bit mode.2005-05-27, by gpoirier
-
This currently sends control characters to the terminal instead of2005-05-26, by rtognimp
-
Fix pan-scan in fullscreen mode2005-05-26, by nplourde
-
support DVR format2005-05-26, by reimar
-
fix signess warning2005-05-25, by nplourde
-
create menu2005-05-25, by nplourde
-
quicktime fix update2005-05-25, by henry
-
Specify the padding instead of expecting the compiler to align correctly2005-05-25, by reimar
-
prefer width&height from bitmapinfoheader for h263 streams2005-05-25, by henry
-
DragonFly BSD support2005-05-25, by diego
-
Sync with 1.980:2005-05-24, by gpoirier
-
Fix paragraph indentation.2005-05-24, by diego
-
more paranoid return value checking2005-05-24, by henry
-
No overlap allowed in memcpy, use memmove2005-05-24, by hzoli
-
Make sure that samplesize is at least 2, as some demuxers set it to 12005-05-24, by hzoli
-
Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAM2005-05-24, by hzoli
-
sync to x264 r239 (zoned ratecontrol and UMHex ME)2005-05-24, by lorenm
-
patch by oded to fix edl hang when end of audio is reached2005-05-24, by rfelker
-
Use the public sys/kbio.h header instead of messing with the MI headers, which2005-05-23, by diego
-
Print error when skin file is not readable (e.g. a directory) instead of hanging2005-05-23, by reimar
-
Speedup asf descrambling (avoid one memcpy and use our fastmemcpy).2005-05-23, by reimar
-
Use memmove instead of memcpy for overlapping areas.2005-05-23, by reimar
-
Reduce senseless spamminess of DVD playback in verbose mode.2005-05-22, by diego
-
Sync with 1.978: Only one of -dumpstream, -dumpvideo, -dumpaudio works at a time.2005-05-22, by gpoirier
-
Sync with 1.977.2005-05-22, by gpoirier
-
Only one of -dumpstream, -dumpvideo, -dumpaudio works at a time.2005-05-22, by diego
-
LC_ALL overrides LANG, so use it instead.2005-05-22, by diego
-
vb_strategy only works in pass one.2005-05-22, by diego
-
vo_macosx does not yet support command keys.2005-05-21, by diego
-
More correct -lavfopts description.2005-05-21, by diego
-
Mention the MinGW HOWTO.2005-05-21, by diego
-
Surround lavf in the '-of help' output by #ifdef USE_LIBAVFORMAT.2005-05-21, by diego
-
Make -wid behave more consistent.2005-05-21, by al
-
Sync with 1.974: Document lavf muxers.2005-05-21, by gpoirier
-
sanity checks2005-05-21, by alex
-
10l2005-05-21, by alex
-
LANG=C ensures month/day order and English language in the date string for2005-05-21, by diego
-
Update for latest Cygwin-related changes.2005-05-21, by diego
-
Support playing DVDs from harddrive directories.2005-05-21, by diego
-
Document lavf muxers.2005-05-20, by diego
-
spelling cosmetics2005-05-20, by diego
-
synced with 1.1682005-05-20, by gabrov
-
synced with 1.272005-05-20, by gabrov
-
synced with 1.692005-05-20, by gabrov
-
1.973: macosx T behavior is standard, vo_macosx (will) have same special key2005-05-20, by kraymer
-
synced with 1.76 (increased sync tag after English consistency fix)2005-05-20, by gabrov
-
macosx T behavior is standard, vo_macosx (will) have same special key2005-05-20, by nplourde
-
Toggle only between ontop and normal.2005-05-20, by nplourde
-
Should fix altivec detection for g3 system.2005-05-20, by nplourde
-
Hopefully correct and non-confusing phrasing for the most talked-about2005-05-20, by diego
-
remove inclusion of stdio.h2005-05-19, by nicodvb
-
ported smb:// to the new stream api2005-05-19, by nicodvb
-
ported dvd:// to the new stream api2005-05-19, by nicodvb
-
Shorten a few lines to avoid ugly linebreaks.2005-05-18, by diego
-
Ignore codecs-status.html.2005-05-18, by diego
-
Fix overly long lines that mess up output.2005-05-18, by diego
-
simplification2005-05-18, by diego
-
misc updates, Snow spelling2005-05-18, by diego
-
Make version string depend of the last change of CVS/Entries for Darwin.2005-05-18, by diego
-
charset as reported, please fix if this is wrong2005-05-18, by reimar
-
8bit palette mode support for png2005-05-18, by henry
-
The Quicktime headers have changed slightly from 10.3.x to 10.4. Steven Schultz <sms@2BSD.COM>2005-05-18, by nplourde
-
Clarify that -dumpstream works for video as well as audio and mention2005-05-18, by diego
-
8bit palette mode support for png2005-05-18, by henry
-
new get_time_pos slave mode commando2005-05-18, by reimar
-
sync with 1.972: Remove capitalization and period from non-sentences2005-05-18, by gpoirier
-
8bit palette mode support (and spurious ^M removal)2005-05-18, by henry
-
wrong memcpy of extradata; 10l to whomever wrote that broken code2005-05-17, by nicodvb
-
mux extradata2005-05-17, by nicodvb
-
Saving streamed content2005-05-17, by gpoirier
-
Sync 1.972 + spelling mistake2005-05-17, by wight
-
Remove capitalization and period from non-sentences2005-05-17, by wight
-
Synced to 1.602005-05-17, by jheryan
-
Synced to 1.22005-05-17, by jheryan
-
Synced to 1.162005-05-17, by jheryan
-
Consistency fixes2005-05-16, by gpoirier
-
Fixes the vobsub extraction example2005-05-16, by gpoirier
-
Sync with 1.9712005-05-16, by gpoirier
-
sync 1.9712005-05-16, by wight
-
* some more \- in examples2005-05-16, by wight
-
Sync with 1.9702005-05-16, by gpoirier
-
Fix imprecise fps numbers, patch by Corey Hickey <bugfood-ml at fatooh dot org>.2005-05-16, by diego
-
simplifies the format matching logic. Chris Roccati <roccati@pobox.com>2005-05-16, by nplourde
-
Hopefully this phrasing is now correct English :-)2005-05-15, by gpoirier
-
restore vcd_track2005-05-15, by nicodvb
-
set define for apple gcc altivec2005-05-15, by nplourde
-
better implementation of read()2005-05-15, by nicodvb
-
synced with 1.252005-05-15, by gabrov
-
synced with 1.632005-05-15, by gabrov
-
synced with 1.752005-05-15, by gabrov
-
ftp is handled by the modular stream manager2005-05-15, by nicodvb
-
more efficient read() without memcpy()2005-05-15, by nicodvb
-
Fraps2005-05-14, by rtognimp
-
FRAPS decoder (FPS1) with binary dll2005-05-14, by rtognimp
-
If we use .m suffix we really should include it in .SUFFIXES2005-05-14, by wight
-
comment out useless/nonexistent variable breaking compile on gcc42005-05-14, by rfelker
-
some more fixes suggested by The Wanderer and Rich2005-05-14, by gpoirier
-
synced with 1.632005-05-14, by paszczi
-
sync with 1.969: Document new file:// syntax.2005-05-14, by gpoirier
-
Fix for stereo files2005-05-14, by rtognimp
-
Nits and corrections suggested by The Wanderer2005-05-14, by gpoirier
-
1.969: Document new file:// syntax.2005-05-14, by kraymer
-
German man page review part III2005-05-14, by kraymer
-
do not modify tv_param_noaudio2005-05-14, by henry
-
Document new file:// syntax.2005-05-14, by diego
-
cleanups of the mutex usage2005-05-14, by henry
-
fixed file:// syntax using newly introduced -string- urlpart2005-05-14, by nicodvb
-
introduced -string- parameter to match everything after :// syntax2005-05-14, by nicodvb
-
German man page review part II (finishes "PLAYER-SPEZIFISCHE OPTIONEN")2005-05-14, by kraymer
-
Explain how to drop movies on desktop shortcuts, other updates.2005-05-14, by diego
-
German man page review part I2005-05-14, by kraymer
-
Make FAAC detection follow standard enable/disable/auto semantics.2005-05-14, by diego
-
Update with Jindrich's latest change.2005-05-14, by diego
-
v4l2 update2005-05-14, by henry
-
compilation/link fix with --disable-qtx --disable-dshow2005-05-14, by diego
-
make file:// prefix work2005-05-14, by nicodvb
-
10l forgotten comment2005-05-14, by henry
-
removed unused variables2005-05-14, by nicodvb
-
improve playback with mplayer -tv immediatemode=02005-05-14, by henry
-
indicate the number of channels required, patch by Chris Roccati <roccati@pobox.com>2005-05-14, by nplourde
-
1.961: vo_quartz and vo_macosx support -ontop as well.2005-05-13, by kraymer
-
wording fix by diego(tm)2005-05-13, by kraymer
-
added toolame opts2005-05-13, by kraymer
-
1.936: noluma suboption for vf_pp2005-05-13, by kraymer
-
sync with 1.9682005-05-13, by gpoirier
-
enable hinting2005-05-13, by henry
-
wording fix2005-05-13, by kraymer
-
1.924: windows priority support patch2005-05-13, by kraymer
-
1.917: precise framerate values everywhere2005-05-13, by kraymer
-
1.907: Update xv and xvmc documentation to reflect recent colorkey changes.2005-05-13, by kraymer
-
fix the range and type of -tv immediatemode option2005-05-13, by henry
-
1.900: typo (skipped)2005-05-13, by kraymer
-
-edl works with MEncoder as well.2005-05-13, by diego
-
added some hyphens in quoted examples2005-05-13, by kraymer
-
1.894: Move audio filter descriptions to the man page.2005-05-13, by kraymer
-
How can I dump a full DVD title to a file?2005-05-13, by gpoirier
-
Document -hr-edl-seek, based on a description by Oded Shimon.2005-05-13, by diego
-
Only 2 consecutive bframes are needed for pyramid reordering2005-05-13, by gpoirier
-
prevent possible exploit2005-05-13, by nicodvb
-
initialize vorbis structure before calling ERROR()2005-05-12, by nicodvb
-
fixup the correct sh_a2005-05-12, by nicodvb
-
fixed too few parameters to mp_msg(); silence compilation warnings, removed unused variable2005-05-12, by nicodvb
-
don't call fixup_audio if there's no audio2005-05-12, by nicodvb
-
fix segfaults caused by socket and file descriptor mismatches on windows2005-05-12, by faust3
-
vorbis extradata is now passed from demuxer to decoder in matroska's way2005-05-12, by nicodvb
-
BGR formats are ok, too2005-05-12, by henry
-
v4l2 RGB15/16 is actually BGR2005-05-12, by henry
-
Sync with 1.9642005-05-12, by gpoirier
-
Document -vf pp=ac.2005-05-11, by diego
-
1.891: vstrict vs mjpeg update, typo2005-05-11, by kraymer
-
Sync with 1.9632005-05-11, by gpoirier
-
sync to x264 rev223 (options: ratetol, vbv_*)2005-05-11, by lorenm
-
1.888: renamed init_adelay to vdelay with opposite range2005-05-11, by kraymer
-
1.886: Sync -channels and -srate options with the XML docs.2005-05-11, by kraymer
-
1.883: fixes for previous commits (checked)2005-05-11, by kraymer
-
1.882: Sync to x264 r134: weighted prediction for B-frames.2005-05-11, by kraymer
-
1.962: vo_ggi now supports ontop.2005-05-11, by kraymer
-
vo_ggi now supports ontop.2005-05-11, by diego
-
- make use of libggiwmh if found by configure2005-05-11, by diego
-
If libggi has been found, search for the libggiwmh extension2005-05-11, by diego
-
large update patch by Mirco Macrelli (pigaz@pigaz.org) with some correction by me2005-05-11, by nicodvb
-
1.881: added new mpeg muxer options2005-05-10, by kraymer
-
1.879: man page review part XVI2005-05-10, by kraymer
-
1.877: x264: expose option "level_idc".2005-05-10, by kraymer
-
1.896: -format description updated to match current behavior.2005-05-10, by kraymer
-
1.874: Fix -sstep description.2005-05-10, by kraymer
-
1.872: vf_detc parameter names fixed. (already in prev commit)2005-05-10, by kraymer
-
1.870: man page review page XIV2005-05-10, by kraymer
-
do not define HAVE_ALTIVEC_H on osx with gcc42005-05-10, by nplourde
-
mcpu & mtune work on gcc42005-05-10, by nplourde
-
if define HAVE_ROUND do not define round again. patch by Steven M. Schultz <sms@2BSD.COM>2005-05-10, by nplourde
-
synced with 1.16, initial translation2005-05-10, by gabrov
-
vo_quartz and vo_macosx support -ontop as well.2005-05-09, by diego
-
wording/spelling2005-05-09, by diego
-
end of the locale nightmare, forever2005-05-09, by rfelker
-
sync with 1.959: border_mask and vstrict=-1 isn't so dangerous after all2005-05-09, by gpoirier
-
synced with 1.642005-05-09, by gabrov
-
update vstrict description2005-05-09, by reimar
-
actually output 2 channel audio (instead of 6 channel with 4 empty channels)2005-05-09, by reimar
-
synced with 1.612005-05-09, by gabrov
-
strdup() of a NULL pointer, truckload of cola for me2005-05-09, by henry
-
Nits - better description for border_mask2005-05-09, by gpoirier
-
small updates/fixes2005-05-09, by diego
-
Allow more gcc 3.x and 4.x versions.2005-05-09, by diego
-
Synced with 1.582005-05-09, by jheryan
-
Synced with 1.742005-05-09, by jheryan
-
Synced with 1.242005-05-09, by jheryan
-
Synced with 1.632005-05-09, by jheryan
-
Synced with 1.112005-05-09, by jheryan
-
Synced with 1.9532005-05-09, by jheryan
-
10l and more precise description of border_mask2005-05-08, by gpoirier
-
Fixes suggested by Diego2005-05-08, by gpoirier
-
lavc's border processing adaptive quant2005-05-08, by gpoirier
-
Add border masking support for lavc2005-05-08, by gpoirier
-
MinGW compilation fix by Erik Lunchpail <erik_27can at yahoo dot com>2005-05-08, by diego
-
explains what ARa is and a tries to improve the readability of the2005-05-08, by gpoirier
-
Sync with 1.955: updated t[wo]olameopts's psycho range2005-05-08, by gpoirier
-
ljpeg codec needs YUVJ colorspace, too2005-05-08, by reimar
-
updated t[wo]olameopts's psycho range2005-05-08, by nicodvb
-
updated psycho model range; made a parameter file-static in ae_toolame.c2005-05-08, by nicodvb
-
Sync with 1.954: documented twolameopts2005-05-07, by gpoirier
-
documented twolameopts2005-05-07, by nicodvb
-
added twolame mp2 audio encoder2005-05-07, by nicodvb
-
Minor fixes by Jeff Clagg2005-05-07, by gpoirier
-
Fix audio playback for no-sound-3gp.3gp (amr nb)2005-05-06, by rtognimp
-
Decode "d263" and "damr" atoms in 3gp files2005-05-05, by rtognimp
-
Sync with 1.953: expose x264 options 'me' and 'me_range'.2005-05-05, by gpoirier
-
mention the doc updates about x264 and some nits2005-05-05, by gpoirier
-
expose x264 options 'me' and 'me_range'.2005-05-05, by lorenm
-
expose x264 options 'me' and 'me_range'.2005-05-05, by lorenm
-
bandaid build fix2005-05-05, by diego
-
sync with 1.37: about mixed téléciné and progressive2005-05-05, by gpoirier
-
set pix_fmt2005-05-05, by michael
-
sync with 1.362005-05-05, by gpoirier
-
do not define video_out_macosx if corevideo is not present2005-05-05, by nplourde
-
Remove nonexisting dependency.2005-05-04, by diego
-
readability cosmetics2005-05-04, by diego
-
Support for new vssh dll, patch by adland2005-05-04, by rtognimp
-
1l for Andoni Zubimendi2005-05-04, by nauj27
-
5l to me, i didn't notice the extra quotes breaking things2005-05-04, by rfelker
-
remove nonportable and replace with proper quoting2005-05-04, by rfelker
-
1000000000l for using nonportable, obfuscated, and even2005-05-04, by rfelker
-
draw resize box2005-05-04, by nplourde
-
force C locale to assure consistent behavior of toupper()2005-05-04, by henry
-
sync 1.9522005-05-04, by wight
-
fix sed for syntax to work on gnu & bsd2005-05-04, by nplourde
-
Build fix, 1000l to Guillaume2005-05-03, by wight
-
proper list of libav codec2005-05-03, by nplourde
-
per (libav)codec enable/disable fix2005-05-03, by michael
-
macosx2005-05-02, by nplourde
-
enable panscan2005-05-02, by nplourde
-
Credits for Jeff Clang's x264 encoding guide and for me.2005-05-02, by gpoirier
-
Removes all English's short forms.2005-05-02, by gpoirier
-
vo_macosx author2005-05-02, by nplourde
-
enable rootwin2005-05-02, by nplourde
-
x264's encoding and install guide2005-05-02, by gpoirier
-
close button exit mplayer with esc key2005-05-02, by nplourde
-
Added charset file for lang es by Andoni Zubimendi2005-05-02, by nauj27
-
Sync with v1.167 by Andoni Zubimendi <andoni@lpsat.net>2005-05-02, by nauj27
-
sync 1.9512005-05-02, by wight
-
Fix the memleak fix: in case of error, demux_close_ogg should be called2005-05-02, by reimar
-
add ontop2005-05-02, by nplourde
-
syntax fixes by Mirco Macrelli <pigaz at pigaz dot org>2005-05-01, by diego
-
synced with 1.742005-05-01, by gabrov
-
synced with 1.602005-05-01, by gabrov
-
codecs-status.html now resides in DOCS/.2005-05-01, by diego
-
codecs-status.html should be written to an existing path.2005-05-01, by diego
-
fix timestamps2005-05-01, by michael
-
Prevent segfault when filter chain is empty (e.g. because all2005-05-01, by reimar
-
Error out when invalid format is specified2005-05-01, by reimar
-
compilation fix (libavcodec sync)2005-05-01, by rik
-
LIBAVFORMAT_BUILD >= 46242005-05-01, by michael
-
LIBAVCODEC_BUILD >= 47542005-04-30, by michael
-
vo quartz use command key2005-04-30, by nplourde
-
compilation fix for codecs2html2005-04-30, by diego
-
1l typo2005-04-30, by diego
-
Fix wrong compilation instructions.2005-04-30, by diego
-
On a Mac, option is Alt, the keys with the Apple logo are called command.2005-04-30, by diego
-
mac osx change2005-04-30, by nplourde
-
macosx vo2005-04-30, by nplourde
-
sync with 1.949: Replace duplicate and wrong -sws parameter description with a pointer.2005-04-30, by gpoirier
-
Fixes double import of avs_create_script_environment.2005-04-30, by gpoirier
-
revert one line of version 1.182 patch (caused use of already-freed2005-04-29, by rfelker
-
synced with 1.562005-04-29, by gabrov
-
unused define2005-04-29, by alex
-
recommended flags on osx2005-04-29, by nplourde
-
Replace duplicate and wrong -sws parameter description with a pointer.2005-04-29, by diego
-
enable vo_macosx if corevideo available2005-04-29, by nplourde
-
macosx core video module2005-04-29, by nplourde
-
sync with 1.948: af_volnorm method suboption2005-04-29, by gpoirier
-
macosx core video module2005-04-29, by nplourde
-
use darwin accurate timer2005-04-29, by nplourde
-
af_volnorm method suboption2005-04-28, by diego
-
Also '3g2a' can be used for 3GPP Profile 22005-04-28, by rtognimp
-
adds a parameter to the switch_audio command to directly select a track.2005-04-28, by reimar
-
sync with 1.947: explain how to use toolame in VBR mode + Diegos nits2005-04-27, by gpoirier
-
wording improvents2005-04-27, by diego
-
explain how to use toolame in VBR mode2005-04-27, by nicodvb
-
fixed variability range2005-04-27, by nicodvb
-
add mpeg demuxers maintener2005-04-27, by nicodvb
-
sync with 1.945: Document replacing , by . for -vo ggi:2005-04-27, by gpoirier
-
added support for AAC; moved most of MSGL_V to MSGL_DBG2 to reduce verbosity2005-04-27, by nicodvb
-
fix palette8tobgr32/palette8torgb32 on big endian2005-04-27, by nplourde
-
10l, fix wrong byterate in waveformat2005-04-27, by nicodvb
-
use sleep_accurate darwin timer2005-04-27, by nplourde
-
typo, memset 0 was done on desc instead of cdesc, see bug #2882005-04-27, by reimar
-
Document replacing , by . for -vo ggi:2005-04-27, by reimar
-
Make it possible to use a ggi device string that contains a ',' by writing2005-04-27, by reimar
-
Fix the pattern that wasn't repeated every 4 lines.2005-04-26, by gpoirier
-
not all Windows version have ABOVE_NORMAL and BELOW_NORMAL priorities...2005-04-26, by reimar
-
sync with 1.944: better slave mode description, spelling/grammar2005-04-26, by gpoirier
-
better slave mode description, spelling/grammar2005-04-26, by diego
-
(hopefully) better description of slave mode2005-04-26, by diego
-
sync with 1.943: faac options2005-04-25, by gpoirier
-
toolame now works in vbr mode, too2005-04-25, by nicodvb
-
better slave mode description2005-04-25, by diego
-
faac section review2005-04-25, by diego
-
faac options2005-04-25, by nicodvb
-
added format 0x706D for faac, compatible with ffmpeg2005-04-25, by nicodvb
-
mention audio encoding modularization and faac2005-04-25, by nicodvb
-
added faac audio encoder2005-04-25, by nicodvb
-
fixed wrong function pointers definitions2005-04-25, by nicodvb
-
synced with 1.792005-04-24, by gabrov
-
synced with 1.242005-04-24, by gabrov
-
synced with 1.732005-04-24, by gabrov
-
synced with 1.55 (initial translation)2005-04-24, by gabrov
-
explains how to fix the aspect ratio of an AVI file2005-04-24, by gpoirier
-
- preserve ordering of the slices2005-04-24, by henry
-
wrong framesize calculation for layers 1 and 2 with lsf set2005-04-24, by nicodvb
-
update to libogg 1.1.2 (needed for Theora)2005-04-24, by henry
-
check for negative strides before memcpy2005-04-24, by henry
-
support for both orderings of the slices (top->down / bottom->up)2005-04-24, by henry
-
16-bit unsigned (needed by Theora exp.)2005-04-24, by henry
-
Make "mplayer -- --a" play the file --a instead of bailing out with a useless2005-04-23, by reimar
-
restore old lavc_find_atag to be used when compiling mplayer without libavformat2005-04-22, by nicodvb
-
Credits for Michael Behrisch2005-04-22, by gpoirier
-
gcc 2.95 compilation fix2005-04-22, by reimar
-
Apply -srate and -channels only to the start of the filter chain, not2005-04-22, by reimar
-
macosx compilation fix2005-04-22, by nicodvb
-
mention vrc_eq, vrc_override. remove duplicate warning about 9/7 in lossless.2005-04-22, by lorenm
-
FreeBSD fix2005-04-22, by nexus
-
Remove § (paragraph) symbol, it's unavailable in non-latin charsets.2005-04-22, by diego
-
updates2005-04-22, by diego
-
audio encoding reworked2005-04-22, by nicodvb
-
Some fixes. Patch by Bougiz.2005-04-21, by gpoirier
-
More fixes by The Wanderer2005-04-20, by rtognimp
-
Sync with 1.941:2005-04-20, by gpoirier
-
Start changelog for next release2005-04-20, by rtognimp
-
Indeo2 (fourcc "RT21") decoder via lavc2005-04-20, by rtognimp
-
'cvs admin -o' is dangerous and should be handled with extra care.2005-04-20, by diego
-
synced with 1.1672005-04-20, by rathann
-
proper fix2005-04-20, by rfelker
-
undo dominik's 1000l cvs admin -o (recommitting bad patch)2005-04-20, by rfelker
-
Link with -z noexecstack, fixes bug #258. Please test on all platforms!2005-04-20, by reimar
-
Correct description for -tv adevice=...2005-04-20, by reimar
-
Rich's tips regarding cropping and scaling2005-04-20, by gpoirier
-
100l build fixes2005-04-20, by diego
-
Translation synced with 1.522005-04-20, by jheryan
-
100l to Jindrich! Changing the parameter name in the body, too.2005-04-19, by rathann
-
integer overflow when reading fps from h264 vui.2005-04-19, by lorenm
-
typo2005-04-19, by wight
-
Fix MP3 detection (list of found MP3 headers was not kep sorted).2005-04-18, by reimar
-
mention the generic ratecontrol options (lmin,lmax,vqcomp,vratetol)2005-04-18, by lorenm
-
check the result of poll() before read()ing; 100l2005-04-18, by nicodvb
-
replace VO and VF numeric flags with #defined identifiers2005-04-18, by henry
-
Compile fix when XF86VM is not defined2005-04-18, by iive
-
Some fixes2005-04-18, by wight
-
Do not force real demuxer on x-pn-realaudio mimetype2005-04-17, by rtognimp
-
syn2005-04-17, by paszczi
-
Fixes suggested by The Wanderer2005-04-17, by rtognimp
-
Snow supports 3-pass mode and 9/7 wavelet doesn't work lossless mode.2005-04-17, by gpoirier
-
nico partially fixed the bug i reported; here's the rest of the fix.2005-04-17, by rfelker
-
skip framelen-4 bytes after having successfully detected an mpeg audio frame2005-04-17, by nicodvb
-
First attempt to bring this howto closer to reality2005-04-17, by rtognimp
-
Sync with 1.940: 10l typo2005-04-17, by gpoirier
-
10l typo2005-04-17, by diego
-
Fix suggested by Diego2005-04-16, by gpoirier
-
Update for snow decoder2005-04-16, by rtognimp
-
GPL §22005-04-16, by diego
-
FreeBSD compilation fix by Bohdan Horst <nexus at hoth dot amu dot edu dot pl>2005-04-16, by diego
-
synced with 1.242005-04-16, by paszczi
-
more colorkey w/ panscan woes2005-04-16, by henry
-
change list traversal so the loop begins at the first filter after removing2005-04-16, by henry
-
redraw colorkey on panscan change2005-04-16, by henry
-
Snow 1.55 (and up) allows 2pass ratecontrol.2005-04-16, by gpoirier
-
bump up sync tag2005-04-16, by gpoirier
-
Sync with 1.939.2005-04-16, by gpoirier
-
- fix black screen problem on reinit2005-04-16, by al
-
synced with 1.9392005-04-16, by paszczi
-
Document af_gate, put af_gate and af_comp at the end, they're untested (broken).2005-04-16, by diego
-
All audio filters documented.2005-04-16, by diego
-
af_comp, af_center parameter, some af fixes2005-04-16, by diego
-
Use define instead of hardcodec value for max streams number2005-04-16, by rtognimp
-
af_center, af_sweep parameter, misc fixes2005-04-16, by diego
-
We are using parts of mpg123 outside of the LGPL mpglib subdir.2005-04-16, by diego
-
Mark modified imported files as such to comply more closely with GPL §2a.2005-04-16, by diego
-
noluma suboption for vf_pp2005-04-16, by diego
-
Clarify/correct TTF font usage description.2005-04-16, by diego
-
Security update2005-04-15, by rtognimp
-
spelling/wording fixes2005-04-15, by diego
-
Fix potential buffer overflow for urls with more than 20 streams2005-04-15, by rtognimp
-
Fix potential buffer overflow if server answers with too many lines2005-04-15, by rtognimp
-
releaseclean should now work as expected, crate of Coke going in my direction.2005-04-15, by diego
-
typo2005-04-15, by diego
-
nits and more missing entries2005-04-15, by rathann
-
added missing ChangeLog entries, release name and date2005-04-15, by rathann
-
Mark modified imported files as such to comply with (L)GPL §2a.2005-04-15, by diego
-
Mark modified imported files as such to comply with GPL §2a.2005-04-15, by diego
-
Mark unrarlib imported files as changed to comply with GPL §2a.2005-04-15, by diego
-
Mark imported files from uCIFS library as changed for GPL §2a compliance.2005-04-15, by diego
-
cross-compilation fix: don't use target CFLAGS to compile host tools2005-04-15, by aurel
-
Fix OSD when switching subtitles - set the osd buffer to Subtitle: off2005-04-15, by henry
-
Some fixups and clarifications2005-04-15, by wight
-
synced with 1.9352005-04-14, by paszczi
-
--Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:2005-04-14, by rik
-
Nits suggested by The Wanderer2005-04-14, by gpoirier
-
Synced with 1.9352005-04-14, by danny
-
Online audio switching now supports Matroska too2005-04-13, by gpoirier
-
Online audio switching now supports Matroska too. Patch by Michael Behrisch2005-04-13, by gpoirier
-
Nits, better formating and missed suggestions2005-04-13, by gpoirier
-
Sync with 1.9342005-04-13, by gpoirier
-
messed ordering of switch branches, 10l for Ivan2005-04-13, by henry
-
Make string_utf16 code behave almost the same with or without iconv2005-04-13, by rtognimp
-
remove x264 option "cabacidc", because the default is always best.2005-04-13, by lorenm
-
New section: "menc-feat-dvd-mpeg4-muxing" about how to mux a video2005-04-13, by gpoirier
-
misc corrections and clarifications in x264 options.2005-04-13, by lorenm
-
osx bundle option2005-04-13, by nplourde
-
sync 1.622005-04-13, by wight
-
sync 1.722005-04-13, by wight
-
sync 1.9322005-04-13, by wight
-
Synced with 1.9322005-04-13, by danny
-
credits for Jeff Clagg2005-04-13, by diego
-
Add missing <replaceable> tags.2005-04-12, by gpoirier
-
synced with 1.722005-04-12, by gabrov
-
synced with 1.622005-04-12, by gabrov
-
update site link and supported distributions list2005-04-12, by rathann
-
Typo fix2005-04-12, by gpoirier
-
credits for Luca Barbato2005-04-12, by diego
-
Use wildcards to make path detection less version-specific, fixes Gentoo.2005-04-12, by diego
-
Break overly long lines into something more manageable.2005-04-11, by diego
-
Fix HTML generation, <equation> is more elaborate in most DTDs.2005-04-11, by diego
-
Typo2005-04-11, by gpoirier
-
Typo noticed by Rich2005-04-11, by gpoirier
-
allow sub_select and vobsub_lang to select particular subtitle2005-04-11, by henry
-
Sync with 1.9322005-04-11, by gpoirier
-
Support syntax checking only2005-04-11, by wight
-
hrtf typo fix2005-04-11, by henry
-
More HRTF enhancements2005-04-11, by henry
-
colorkey,xvmc panscan, obsolete audio2005-04-11, by iive
-
Fixes suggested by The Wanderer.2005-04-11, by gpoirier
-
VMn2005-04-11, by diego
-
Add a starting point for people to implement stream quality selection.2005-04-11, by diego
-
Make the -priority warning obey the standard formatting.2005-04-11, by diego
-
Use | for alternatives and - for ranges in option parameter descriptions.2005-04-11, by diego
-
Initial commit.2005-04-10, by gpoirier
-
-pre7 features an improved guide based on Rich's draft, and a guide written2005-04-10, by gpoirier
-
better wording, suggested by Diego2005-04-10, by gpoirier
-
New section "Constraints for efficient encoding",2005-04-10, by gpoirier
-
Removes the section "menc-feat-fix-avi" as part of it was wrong and the other2005-04-10, by gpoirier
-
Move here the entry "How can I fix an AVIs with broken index or interleaving?"2005-04-10, by gpoirier
-
silence gcc warning:2005-04-10, by rathann
-
sync 1.9292005-04-10, by wight
-
override memory size detection bug on rage 128 RL/VR2005-04-10, by aurel
-
add support for one more radeon 9200 model (the one included in the Mac Mini)2005-04-10, by aurel
-
HRTF update2005-04-10, by henry
-
update for hrtf and mp3lib layer12005-04-10, by henry
-
sync 1.692005-04-10, by wight
-
Support WMware video (fourcc VMnc) via binary dll2005-04-10, by rtognimp
-
Use proper parameter range in stereo test2005-04-10, by henry
-
Add releaseclean target to remove generated files but keep the HTML.2005-04-10, by diego
-
fix vo_xv_draw_colorkey to a workable state2005-04-10, by iive
-
fix displaying of the subtitles when using slices2005-04-10, by henry
-
sync 1.122005-04-10, by wight
-
sync 1.792005-04-10, by wight
-
sync 1.612005-04-10, by wight
-
sync 1.212005-04-10, by wight
-
sync 1.112005-04-10, by wight
-
sync 1.1672005-04-10, by wight
-
Remove some ^M at end-of-line2005-04-10, by wight
-
Remove invalid character, causing compile to fail2005-04-10, by wight
-
Consistency run on 'default' and 'see also'.2005-04-10, by wight
-
sync 1.9282005-04-10, by wight
-
Sync with 1.928: Changed :vaspect option to float type2005-04-10, by gpoirier
-
Reviev, part I2005-04-10, by wight
-
revert the previous commit, gl needs to reload the font immediately2005-04-10, by henry
-
defer loading of the font after display size change to avoid useless2005-04-10, by henry
-
changed :vaspect option to float type2005-04-10, by nicodvb
-
changed :vaspect option to CONF_TYPE_FLOAT2005-04-10, by nicodvb
-
HRTF filter updates:2005-04-10, by henry
-
Update for pnm2005-04-09, by rtognimp
-
remove force_load_font stuff moved to sub.c2005-04-09, by henry
-
remove force_load_font stuff moved to sub.c2005-04-09, by henry
-
reload font on each change of the display size2005-04-09, by henry
-
"Fix" for pnm EOF detection (stop on read errors)2005-04-09, by rtognimp
-
Stop streaming if we got a server error or message on pnm streaming.2005-04-09, by rtognimp
-
reload font on fullscreen change when panscan is enabled2005-04-09, by henry
-
assign picture->(width,height) when parsing h2642005-04-09, by nicodvb
-
Remove flip form LOCO2005-04-08, by rtognimp
-
Better defaults encoding settings for XviD, intended to be a good tradeoff CPU/PSNR.2005-04-08, by gpoirier
-
Better defaults encoding settings for XviD, intended to be a good tradeoff CPU/PSNR.2005-04-08, by gpoirier
-
support for negative strides (fixes -vf spp,flip crash)2005-04-08, by henry
-
remove nonsense code left from copy&paste from another filter (it was never used)2005-04-08, by rfelker
-
obvious gcc warning fix, approved by Nico2005-04-08, by rathann
-
synced with 1.112005-04-07, by gabrov
-
Update for AASC and LOCO2005-04-07, by rtognimp
-
LOCO support via lavc2005-04-07, by rtognimp
-
Spelling corrections part II. Patch by Bougiz (getting ready for -pre7 ;-) )2005-04-07, by gpoirier
-
demux ac3 by means of lavf by default2005-04-07, by nicodvb
-
demux ac3 by means of lavf by default2005-04-07, by nicodvb
-
fix blackscreen when changing panscan.2005-04-07, by iive
-
Autodesk RLE decoder via lavc2005-04-06, by rtognimp
-
- fix gcc warnings, strlcat/strlcpy prototypes2005-04-06, by rathann
-
fix http://bugzilla.mplayerhq.hu/show_bug.cgi?id=2602005-04-06, by rathann
-
Errors that cause MEncoder to exit should be MSGL_FATAL, not MSGL_ERR.2005-04-06, by diego
-
Change all MSGT_FIXME, MSGL_FIXME to appropiate values.2005-04-06, by diego
-
10l, integer overflow. who uses 14 fractional bits?! only faad developers.... *sigh*2005-04-05, by rfelker
-
100l, messed up coefficients when improving precision..2005-04-04, by rfelker
-
Better spelling of charset2005-04-04, by wight
-
Another 10l for autror (whoever he was)2005-04-04, by wight
-
Minor fixes2005-04-04, by wight
-
Online audio switching is for MPEG files only at the moment.2005-04-03, by gpoirier
-
Sync with 1.925:2005-04-03, by gpoirier
-
The online switching patch also features a slave command: switch_audio2005-04-03, by gpoirier
-
Added support of audio stream switching in the MPEG demuxer using the #-key2005-04-03, by gpoirier
-
Translation review2005-04-02, by wight
-
100l for missing #ifdef in previous commit2005-04-02, by wight
-
better description for mpeg audio demuxer entry2005-04-02, by nicodvb
-
mpeg audio layers 1 and 22005-04-02, by nicodvb
-
added support for mpa layers 1 and 22005-04-02, by nicodvb
-
grammar fix by the Wanderer2005-04-01, by diego
-
1l! mplayer's verbose variable is not a flag but a signed number2005-04-01, by rfelker
-
sync 1.9232005-04-01, by wight
-
filename-based detection for h264 ES2005-04-01, by lorenm
-
misc fixes2005-03-31, by diego
-
grammar/spelling2005-03-31, by diego
-
updates2005-03-31, by diego
-
Fixes better wording. Suggestions by The Wanderer and Josh Varner.2005-03-31, by gpoirier
-
typo2005-03-31, by diego
-
correct spelling for mailing list names2005-03-31, by diego
-
spelling + updates2005-03-31, by diego
-
Rephrase codecs.conf entry to warn more clearly against using it.2005-03-31, by diego
-
Fix memset() usage, patch by Ismail Donmez2005-03-31, by rathann
-
Sync with 1.672005-03-31, by jheryan
-
Sync with 1.9232005-03-31, by jheryan
-
mplayer changes notice (take 2, 10l to diego :)2005-03-31, by rfelker
-
Fix alac from QTpro (in standard mov file, not in m4a file)2005-03-30, by rtognimp
-
Support wnv1 natively via lavc2005-03-30, by rtognimp
-
step 1 of fixing ad_faad:2005-03-29, by rfelker
-
Sync with 1.923:2005-03-28, by gpoirier
-
Fixes and improves the description of vqcomp.2005-03-28, by gpoirier
-
Mark tfields default mode as such.2005-03-28, by diego
-
Technical explanation of how to use vqcomp, and why, featured by Loren Merritt2005-03-28, by gpoirier
-
Spelling corrections. Patch by Bougiz2005-03-26, by gpoirier
-
sane default mode2005-03-26, by rfelker
-
1000l, last commit broke qpel interp entirely2005-03-26, by rfelker
-
various (de)muxer_lavf fixes2005-03-25, by michael
-
Improved encoding guide:2005-03-25, by gpoirier
-
endianness fix by Chris White <chriswhite at gentoo dot org>2005-03-25, by diego
-
less amateurish-looking mpcf.txt patch by (Jeff >snacky ikaruga co uk<)2005-03-25, by michael
-
set i_bps2005-03-25, by michael
-
plastik skin2005-03-25, by diego
-
1000l (dwSampleSize != nSamplesPerSec)2005-03-25, by michael
-
discard streams we dont need2005-03-25, by michael
-
Synced with 1.242005-03-24, by jheryan
-
Synced with 1.132005-03-24, by jheryan
-
Synced with 1.652005-03-24, by jheryan
-
Synced with 1.232005-03-24, by jheryan
-
Synced with 1.592005-03-24, by jheryan
-
Synced with 1.9212005-03-24, by jheryan
-
Synced with 1.1672005-03-24, by jheryan
-
100l to oded.. edl was causing the decoder to get a first broken packet2005-03-23, by rfelker
-
Fix the codecs.conf entry.2005-03-23, by gpoirier
-
Fix shared libpostproc installation.2005-03-23, by diego
-
wrong binary operator2005-03-23, by nicodvb
-
Mark modified files as such to comply more closely with GPL §2a.2005-03-22, by diego
-
MPlayer-specific changes to liba522005-03-22, by diego
-
Remove the MPlayer-specific copyright notices. The diff would not apply2005-03-22, by diego
-
New FAQ entry: Newer MPlayer can't play Vorbis file with an old codecs.conf2005-03-22, by gpoirier
-
synced with 1.132005-03-22, by gabrov
-
synced with 1.652005-03-22, by gabrov
-
synced with 1.782005-03-22, by gabrov
-
synced with 1.232005-03-22, by gabrov
-
synced with 1.1672005-03-22, by gabrov
-
Fixes rgb32to16 conversion for I think all platforms since the int82005-03-22, by diego
-
Sync 1.132005-03-21, by wight
-
Cumulative sync with 1.9212005-03-21, by gpoirier
-
Remove pp=tn from the filter chain, it's bad.2005-03-21, by diego
-
credits for ods15, updates2005-03-21, by diego
-
Sync 1.9212005-03-21, by wight
-
MEncoder now supports multiple files.2005-03-21, by diego
-
Sync 1.920 and some random fixes2005-03-20, by wight
-
don't buffer more future context that we need2005-03-20, by rfelker
-
alac and others2005-03-20, by rtognimp
-
new mencoder features2005-03-20, by rfelker
-
direct rendering support drastically improves speed, but it's buggy. :( disabled for now...2005-03-20, by rfelker
-
100l, meaning of strict_breaks was backwards...2005-03-20, by rfelker
-
export getbits() as mp_getbits()2005-03-20, by nicodvb
-
Sync 1.782005-03-20, by wight
-
Sync 1.232005-03-20, by wight
-
EDL for mencoder, patch by Oded (ods15)2005-03-19, by rfelker
-
-speed and -oac copy may fail together.2005-03-19, by diego
-
Replace placeholder message with something sane.2005-03-19, by diego
-
nitpicks2005-03-19, by diego
-
-speed is now available for MEncoder as well.2005-03-19, by diego
-
wording2005-03-19, by diego
-
precise framerate values everywhere2005-03-19, by diego
-
Sync 1.9162005-03-19, by wight
-
Some missing \ before -2005-03-19, by wight
-
missing declaration, fixes:2005-03-18, by rathann
-
Sync with 1.915: small fixes2005-03-16, by gpoirier
-
Small fixes.2005-03-16, by jonas
-
improve handling of soft-telecined input (faster, fewer mistakes)2005-03-16, by rfelker
-
1.869: pp filter documentation2005-03-15, by kraymer
-
completed x264enc options.2005-03-15, by kraymer
-
Sync with English man page 1.914:2005-03-15, by gpoirier
-
get_space fix by Florian Dietrich <flodt8 at yahoo.de>2005-03-15, by faust3
-
Added correct message for -speed.2005-03-15, by gabrov
-
synced with 1.1652005-03-15, by gabrov
-
Oded's patch for -speed in mencoder. This can be used for purposes2005-03-15, by rfelker
-
sync to x264 171: chroma_me, chroma_qp_offset2005-03-14, by lorenm
-
New translated file. Synced with 1.642005-03-14, by jheryan
-
patch by ods15:2005-03-13, by rfelker
-
Sync with 1.913:2005-03-11, by gpoirier
-
support for multichannel wav files; -aa* is no longer valid and replaced by2005-03-11, by ivo
-
Mark modified files as such to comply more closely with GPL §2a.2005-03-11, by diego
-
MPlayer-specific changes to libdvdread2005-03-11, by diego
-
1.163: fixes for encoding of multiple files2005-03-11, by kraymer
-
Convert vo_aa suboption parser to using the subopt-helper.2005-03-11, by ivo
-
Rather simple patch for RAWDV demuxer which lets it say whats the total2005-03-09, by rtognimp
-
New translated file. Synced with 1.122005-03-09, by jheryan
-
New translated file. Synced with 1.212005-03-09, by jheryan
-
New translated file. Synced with 1.312005-03-09, by jheryan
-
missing return statement (1e5l for me)2005-03-08, by henry
-
Clean up properly if preinit() fails.2005-03-07, by syrjala
-
set AvgBytesPerSecond to the correct value if encoding with mp3lame in cbr mode2005-03-07, by nicodvb
-
fixed support for mp3 at <32000 sample_rate2005-03-07, by nicodvb
-
sync with 1.912:2005-03-06, by gpoirier
-
documented scale=-n where n <= -92005-03-06, by nicodvb
-
subtracting 8 from negative w and h rounds the dimension to the closest multiple of 162005-03-06, by nicodvb
-
added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSM2005-03-06, by nicodvb
-
alac support via lavc decoder2005-03-06, by rtognimp
-
add a short note about how to use ttf fonts2005-03-06, by attila
-
use inttypes.h for checks instead of less spread-ed stdint.h2005-03-06, by iive
-
Typos2005-03-04, by gpoirier
-
Sync with 1.910:2005-03-04, by gpoirier
-
sync to x264 r150: new option 'b_pyramid'2005-03-04, by lorenm
-
restrictions on muxer's telecine option2005-03-04, by nicodvb
-
converted vframerate to CONF_TYPE_FLOAT2005-03-04, by nicodvb
-
Typos2005-03-04, by gpoirier
-
synced with 1.9072005-03-04, by paszczi
-
store local keyframes too so faster seeking is possible2005-03-04, by michael
-
100l to reimar.. sh_audio->samplerate and sh_audio->i_bps are not the same2005-03-04, by rfelker
-
Fix very old ra files with no fourcc2005-03-03, by rtognimp
-
Fix some 28.8 ra files with four text strings2005-03-03, by rtognimp
-
Sync with 1.907:2005-03-03, by gpoirier
-
partial indexes2005-03-03, by michael
-
Update xv and xvmc documentation to reflect recent colorkey changes.2005-03-03, by al
-
finished tasks2005-03-03, by alex
-
ADTS AAC works now.2005-03-03, by diego
-
libdvdcss is patched, move Tremor up with the other codec libs.2005-03-03, by diego
-
MEncoder now supports multiple files, Jack transport API requested.2005-03-03, by diego
-
better explain where and how to use doxygen comments2005-03-03, by diego
-
Patches should not be sent as replies to unrelated threads.2005-03-03, by diego
-
Fix rm files with a really big index chunk.2005-03-03, by reimar
-
Make nuv files work on bigendian (but old nuv files created with mencoder2005-03-03, by reimar
-
mention telecine in mpeg muxer section2005-03-03, by nicodvb
-
recalculate frame duration after soft telecine2005-03-03, by nicodvb
-
options in config file have been using '-' instead of '_' for ages2005-03-03, by rathann
-
35% faster turbo mode with 0.01dB drop. Based Loren Merritt's suggestions.2005-03-02, by gpoirier
-
Sync with 1.905:2005-03-02, by gpoirier
-
libsmbclient is sometimes built with ssl support. This takes it into account2005-03-02, by wight
-
Some more translations of 1.894 revision2005-03-02, by gpoirier
-
configurable field parity (default from source); bugfixes; speed up mode 02005-03-02, by rfelker
-
Fix:2005-03-01, by rathann
-
missing #include (for malloc and free)2005-03-01, by rathann
-
missing #include2005-03-01, by rathann
-
missing externs (fixes implicit declaration warnings)2005-03-01, by rathann
-
obvious typo2005-03-01, by rathann
-
all synced up to 1.905, except the part of the translation of 1.8942005-03-01, by gpoirier
-
100l wrong binary operator when setting progressive frame2005-03-01, by nicodvb
-
Sync with 1.893:2005-03-01, by gpoirier
-
fixes for encoding of multiple files2005-03-01, by henry
-
set sh_audio->delay ins audio-only case so that correct time is displayed2005-03-01, by reimar
-
10l Don't set SDL to X11 by default.2005-03-01, by ivo
-
From Eng man page 1.902: fix outdated/incorrect info about -srate.2005-03-01, by gpoirier
-
Typo noticed by Diego: it's mmap, not nmap.2005-03-01, by gpoirier
-
synced with 1.212005-03-01, by gabrov
-
Sync with 1.880:2005-03-01, by gpoirier
-
synced with 1.642005-03-01, by gabrov
-
Synced with 1.1622005-03-01, by jheryan
-
Synced with 1.9032005-03-01, by jheryan
-
synced with 1.1622005-03-01, by gabrov
-
From Eng manpage 1.892:2005-03-01, by gpoirier
-
We should match end of token as well, to prevent MSGTR_FOO2 matching instead of2005-03-01, by wight
-
From Eng manpage 1.882:2005-03-01, by gpoirier
-
Sync with 1.878: Updates -af format2005-03-01, by gpoirier
-
From Eng manpage 1.904:2005-03-01, by gpoirier
-
MPlayer-specific changes to libdvdcss2005-03-01, by diego
-
Mark modified files as such to comply more closely with GPL §2a.2005-03-01, by diego
-
Preserve $Id$ keyword from upstream on unmodified files.2005-03-01, by diego
-
cosmetics: Make diff -R apply without offsets.2005-03-01, by diego
-
Remove -noxv and -forcexv command line options and replace them by2005-03-01, by ivo
-
Arpi prefers root@mphq for CVS problems.2005-03-01, by diego
-
Remove left-over from old -z command line switch.2005-03-01, by ivo
-
some comments and whitespace changes by (Luca Barbato <lu_zero gentoo org>)2005-03-01, by michael
-
Sync with 1.8982005-02-28, by jheryan
-
Don't print (stupid) message if output directory is .2005-02-28, by ivo
-
stupid mistake i made when writing about divtc..2005-02-28, by rfelker
-
Fix compile warnings2005-02-28, by ivo
-
aos should respect the immed uninit flag (quit immediatly vs waiting till file2005-02-27, by reimar
-
10l fix. misplaced ;2005-02-27, by ivo
-
vo_jpeg now uses the generic int_pos() from subopt-helper.c2005-02-27, by ivo
-
memory leak2005-02-27, by lorenm
-
Multifile 10l bugfix by Oded:2005-02-27, by rfelker
-
cumulative sync with 1.877 + some fixes and misc.2005-02-27, by gpoirier
-
Fix the ogg fourcc nightmare!!!2005-02-27, by rfelker
-
Sync with 1.870: man page review page XIV2005-02-27, by gpoirier
-
Move native RealAudio 1.0 / 2.0 up in the list to prefer it over the binary2005-02-27, by diego
-
soft telecine support! :)) patch by nico2005-02-27, by rfelker
-
added a stream module for the vstream client library2005-02-27, by joey
-
Yet another fourcc for mpeg-4 (files should be made with Xvid)2005-02-27, by rtognimp
-
Have OSS audio out fall back to s16ne instead of u8 if it can't open the2005-02-26, by ivo
-
Add support for 32-bit float WAV files and support for extended WAV files2005-02-26, by ivo
-
some more "guessed" encodings, please check them2005-02-26, by reimar
-
helper files for charset conversion.2005-02-26, by reimar
-
--charset configure option to convert help messages charset2005-02-26, by reimar
-
Recommend using a stable gcc version or upgrading frequently, suggested by Rich.2005-02-26, by diego
-
grammar fix by Corey Hickey <bugfood-ml at fatooh dot org>2005-02-25, by diego
-
cleanups of the Multiple files patch2005-02-25, by henry
-
auto-fps for h264 and better wording2005-02-25, by nicodvb
-
50000l: fixed various memleaks; CC discontibuities aren't necessarily error conditions2005-02-25, by nicodvb
-
general gcc bug FAQ entry2005-02-25, by diego
-
typo2005-02-25, by diego
-
compile fix2005-02-25, by henry
-
where the hell they got these infos from2005-02-25, by alex
-
swf adpcm2005-02-25, by alex
-
Remove file-global mpadec, add ad_driver member to sh_audio_t instead.2005-02-25, by hzoli
-
Add float output support. Add ADCTRL_QUERY_FORMAT control to report the2005-02-25, by hzoli
-
better infoline2005-02-25, by alex
-
If -af-adv force=4 is in effect, use ADCTRL_QUERY_FORMAT to query the2005-02-25, by hzoli
-
more verbose message2005-02-25, by alex
-
do not hide frame skips/dups! if they happen it's very bad!!2005-02-25, by rfelker
-
Document reorder and noreorder as (no)reorder.2005-02-25, by diego
-
synced with 1.312005-02-25, by paszczi
-
synced with 1.8972005-02-25, by paszczi
-
both reorder and noreorder flags are now available2005-02-25, by nicodvb
-
Always print dup/skip messages when !quiet.2005-02-25, by hzoli
-
mphq uses ssh.com, explain RSA key generation for it.2005-02-25, by diego
-
UDP support implemented.2005-02-25, by diego
-
updates2005-02-25, by diego
-
-format description updated to match current behavior.2005-02-25, by diego
-
MEncoder multiple files patch by Oded Shimon (ods15)2005-02-25, by rfelker
-
documentation for the tools in the TOOLS directory2005-02-25, by diego
-
changed noreorder to reorder in mpegopts (ordering disabled by default)2005-02-24, by nicodvb
-
disabled by default frame reordering2005-02-24, by nicodvb
-
framerate autodetection for H264 in raw/ts streams2005-02-24, by nicodvb
-
Always use vo_x11_sizehint function ( even when going fullscreen ) to2005-02-24, by al
-
strides should always be signed2005-02-24, by rfelker
-
no effect in practice, but strides should always be signed2005-02-24, by rfelker
-
100l to me: bugfix for negative stride2005-02-24, by rfelker
-
bugfix for negative stride2005-02-24, by rfelker
-
stride must be signed! otherwise negative stride is broken on 64bit systems2005-02-24, by rfelker
-
sync 1.8832005-02-24, by wight
-
quick solution for making an option less braindead2005-02-24, by alex
-
synced with 1.312005-02-24, by gabrov
-
Move audio filter descriptions to the man page.2005-02-24, by diego
-
100l to michael :))))2005-02-24, by rfelker
-
missing linebreak2005-02-24, by diego
-
sync to x264 r137: adaptive B-frame decision, flush delayed frames.2005-02-23, by lorenm
-
100l, forgot to change an ifdef on last commit2005-02-23, by reimar
-
Don't change buffers when paused and redrawing.2005-02-23, by al
-
revert the flip part of vd_theora fix2005-02-23, by henry
-
revert the flip part of vd_theora fix2005-02-23, by henry
-
replace bzero() with memset()2005-02-23, by nicodvb
-
vstrict vs mjpeg update, typo2005-02-23, by diego
-
Make vd message fit 80 character displays.2005-02-23, by diego
-
a helpful new message about vd.2005-02-23, by joey
-
Use PIX_FMT_YUVJ420P for mjpeg so that vstrict=-1 is not necessary2005-02-23, by reimar
-
indentation fix2005-02-22, by diego
-
List the 'context' option for the ffvhuff codec.2005-02-22, by lorenm
-
renamed init_adelay to vdelay with opposite range2005-02-22, by nicodvb
-
The MPEG muxer now supports MPEG-2 as well.2005-02-22, by diego
-
typos2005-02-22, by diego
-
spelling, wording and consistency fixes2005-02-22, by diego
-
Sync -channels and -srate options with the XML docs.2005-02-22, by diego
-
switch from DIVX -> FMP4 fourcc for libavcodec2005-02-22, by michael
-
Finish incomplete -af-adv documentation.2005-02-22, by diego
-
Mention that vstrict is necessary for some codecs, add ffvhuff.2005-02-22, by diego
-
Theora fixes:2005-02-22, by henry
-
fix for MAP_ANON vs. MAP_ANONYMOUS fix...2005-02-22, by reimar
-
fixes for previous commits2005-02-22, by wight
-
Sync to x264 r134: weighted prediction for B-frames.2005-02-22, by lorenm
-
finally the dreaded white-noise-with-floats bug is fixed!!!!2005-02-22, by rfelker
-
initial, extremely experimental, libavformat muxer; don't expect anything to work yet2005-02-21, by nicodvb
-
mention new mpeg muxer2005-02-21, by nicodvb
-
added new mpeg muxer options2005-02-21, by nicodvb
-
typo, missing _no2005-02-21, by reimar
-
proper output formats for ffduck2005-02-21, by alex
-
swf and flv through libavformat2005-02-21, by alex
-
filter for adding a center channel, adding a high pass filter would be nice2005-02-21, by alex
-
filter for adding a center channel, adding a high pass filter would be nice2005-02-21, by alex
-
move the format related stuff to format.c2005-02-21, by alex
-
Remove a lot of duplicate code2005-02-21, by reimar
-
Add OpenDoh and changuito skin authors.2005-02-21, by diego
-
small updates2005-02-21, by diego
-
-af surround delay default is 20ms, not 15ms.2005-02-20, by diego
-
We should not crash, only because we couldn't hide the cursor.2005-02-20, by al
-
Unified colorkey code for vo xv and vo xvmc.2005-02-20, by al
-
man page review part XVI2005-02-20, by diego
-
fix sync tag after update by Reynaldo2005-02-20, by gabrov
-
Description of -af format was outdated. This updates it. Feel free to change2005-02-20, by ivo
-
x264: expose option "level_idc".2005-02-20, by lorenm
-
synced with 1.8762005-02-19, by paszczi
-
Move generic tests to a common place.2005-02-19, by al
-
Corrected/improved usage example for -af pan2005-02-19, by reimar
-
Update the MEncoder telecine documentation.2005-02-19, by diego
-
correct filename2005-02-19, by wight
-
Mark locally modified files as such to comply more closely with GPL 2a.2005-02-19, by diego
-
Point to local_changes.diff.2005-02-19, by diego
-
Update patch with missing changes.2005-02-19, by diego
-
Sync missing cosmetics from the 2004-07-12 CVS snapshot.2005-02-19, by diego
-
Correct CVS snapshot date and provide a little more detail.2005-02-19, by diego
-
Remove modification notice from files that have not been locally modified.2005-02-19, by diego
-
Remove modification notice from files that have not been locally modified.2005-02-19, by diego
-
- sync 1.772005-02-18, by wight
-
trailing whitespace cosmetics2005-02-18, by wight
-
sync 1.8752005-02-18, by wight
-
Move x264 version check into configure.2005-02-18, by lorenm
-
mention udp:// streaming2005-02-17, by nicodvb
-
added support for raw udp:// streaming2005-02-17, by nicodvb
-
sync to x264 r129: modified ratecontrol equation.2005-02-17, by lorenm
-
Make seek command parameter float.2005-02-17, by reimar
-
confusing mixture of typecasts and casted variable, removed typecasts2005-02-17, by reimar
-
Added NV12/NV21 support.2005-02-17, by syrjala
-
Improved NV12/NV21 support.2005-02-16, by syrjala
-
sync tag bump to 1.242005-02-16, by wight
-
sync 1.592005-02-16, by wight
-
MPlayer-specific changes to libfaad2005-02-16, by diego
-
updates2005-02-16, by diego
-
typo2005-02-16, by diego
-
Update for my latest commits2005-02-15, by rtognimp
-
Support for RealPlayer10 cook.so decoder in Linux2005-02-15, by rtognimp
-
outdated EDL limit reference2005-02-15, by reynaldo
-
Mp3On4 demuxer support2005-02-15, by rtognimp
-
Should be in sync with 1.874, except both man pages reviews which will be done2005-02-15, by gpoirier
-
synced with 1.1582005-02-15, by gabrov
-
synced with 1.592005-02-15, by gabrov
-
synced with 1.62 & fixed mis-spelling2005-02-15, by gabrov
-
./postproc contains libswscale.a not libpostproc.a2005-02-15, by wight
-
Simplify FAAD instructions.2005-02-15, by diego
-
set device id to 0 if the device selected on startup do not exist2005-02-14, by nplourde
-
FreeBSD fix2005-02-14, by nexus
-
Another files translated2005-02-14, by jheryan
-
Fix -sstep description.2005-02-13, by diego
-
10l2005-02-13, by faust3
-
avisynth demuxer2005-02-13, by faust3
-
avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>2005-02-13, by faust3
-
Document missing slave mode commands.2005-02-13, by diego
-
better explanation of N-pass encoding2005-02-12, by diego
-
vf_detc parameter names fixed.2005-02-12, by diego
-
Put general note at the top of the file.2005-02-12, by diego
-
1.158: ESD configuration dialog and software volume control option for Gui2005-02-12, by kraymer
-
ESD configuration dialog and software volume control option for Gui2005-02-12, by reimar
-
command to log current subtitle to file2005-02-12, by henry
-
Comment and info field spelling/grammar corrections.2005-02-12, by diego
-
man page review part XV2005-02-11, by diego
-
fix "Unknown argument" with cmd containing spaces2005-02-11, by aurel
-
Fixed bug near line 761.2005-02-10, by jheryan
-
man page review page XIV2005-02-10, by diego
-
Fix the behaviour of -geometry according to the documentation.2005-02-09, by al
-
translation maintainer updates2005-02-09, by diego
-
sync2005-02-09, by paszczi
-
Sync with 1.572005-02-08, by jheryan
-
Sync with 1.582005-02-08, by jheryan
-
Sync with 1.8692005-02-08, by jheryan
-
sync 1.1572005-02-07, by wight
-
DGA works only with x112005-02-06, by reimar
-
pp filter documentation2005-02-06, by diego
-
Sync with 1.868 + small fix2005-02-06, by gpoirier
-
sync 1.582005-02-06, by wight
-
sync 1.572005-02-06, by wight
-
Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com).2005-02-06, by reimar
-
synced with 1.772005-02-06, by gabrov
-
synced with 1.602005-02-06, by gabrov
-
X11 headers must be included also when X11_FULLSCREEN is not defined (although2005-02-06, by reimar
-
synced with 1.572005-02-06, by gabrov
-
synced with 1.612005-02-06, by gabrov
-
synced with 1.582005-02-06, by gabrov
-
synced with 1.302005-02-06, by gabrov
-
The included libfaad is at version 2.1 beta.2005-02-06, by diego
-
XvMC is not yet autodetected, don't claim otherwise in the help output,2005-02-05, by diego
-
removed forgotten old license clause2005-02-05, by henry
-
Missing space2005-02-05, by wight
-
Add Reimar's hint for building 32 bit MPlayer on Athlon64.2005-02-05, by diego
-
updates2005-02-05, by diego
-
small updates and typo fixes2005-02-05, by diego
-
Remove inaccurate guess about keyframe intervals.2005-02-05, by diego
-
Sync with 1.8672005-02-05, by gpoirier
-
link fix2005-02-05, by diego
-
Remove unnecessary options from the -dumpmicrodvdsub command line and add2005-02-05, by diego
-
Some systems (e.g. FreeBSD 5.3) only define MAP_ANON, not MAP_ANONYMOUS2005-02-05, by reimar
-
Remove outdated and hard to maintain sound driver table.2005-02-04, by diego
-
1.876: -alang suppots many languages2005-02-04, by kraymer
-
bzero is deprecated patch by ?Gianluigi Tiesi <mplayer at netfarm.it>2005-02-04, by faust3
-
bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>2005-02-04, by faust3
-
sync 1.8672005-02-04, by wight
-
-alang suppots many languages, guessing by the examples2005-02-04, by wight
-
fix for streams that do not send a bitrate2005-02-03, by reimar
-
sync with 1.57 by Savchenko Andrew <Bircoph at list dot ru>2005-02-03, by diego
-
Separate XF86 video mode extension check from XF86 keysym check as2005-02-02, by diego
-
sync with 1.55 by Savchenko Andrew <Bircoph at list dot ru>2005-02-02, by diego
-
pass wave extradata to the codec..2005-02-01, by alex
-
Updated the outdated audio section somewhat.2005-02-01, by diego
-
Print which of Tremor, internal Tremor or libvorbis has been enabled.2005-02-01, by diego
-
Compile fix on non-x862005-02-01, by reimar
-
BGR32 is now supported also by lavc tscc decoder2005-01-31, by rtognimp
-
support for 32 bit Camtasia samples2005-01-31, by diego
-
Yet another memleak...2005-01-31, by reimar
-
- Don't advertise IMGFMT_RGBxx2005-01-31, by syrjala
-
makes funnyCode pages executable (for CPU with NX bit)2005-01-31, by aurel
-
now supports float based operation aswell2005-01-31, by alex
-
using af_softclip2005-01-31, by alex
-
af_softclip2005-01-31, by alex
-
af_softclip2005-01-31, by alex
-
added ecx to clobber list2005-01-31, by alex
-
adding proper parenthesing2005-01-31, by alex
-
unused definitions removed2005-01-31, by alex
-
synced with 1.1572005-01-31, by gabrov
-
synced with 1.602005-01-31, by gabrov
-
Remove overly outdated entries, update a few others.2005-01-30, by diego
-
Expose support for 444P and 422P raw video.2005-01-30, by diego
-
Allow monitoraspect > 3 (up to 9)2005-01-30, by reimar
-
Typo in hwac3 string2005-01-30, by reimar
-
discard lavf packets with wrong ids2005-01-30, by nicodvb
-
Print CPUflags and extension support on x86_64, too2005-01-29, by reimar
-
print "Unknown/not supported internal format" message only with -v as it2005-01-29, by reimar
-
Fix possible hang when playing broken MP3 from linear stream and remove2005-01-29, by reimar
-
Fixed the syntax of the spdif device string.2005-01-28, by reimar
-
Sync with 1.8662005-01-28, by jheryan
-
Sync with 1.1572005-01-28, by jheryan
-
Sync with 1.8642005-01-28, by jheryan
-
Sync with 1.866:2005-01-27, by gpoirier
-
matroska capitalized2005-01-27, by kraymer
-
sync2005-01-27, by kraymer
-
NUT doesn't contain subtitles so the example with the nutfile had to be changed.2005-01-27, by kraymer
-
sync with 1.157: Add half size entry to the GMPlayer menu.2005-01-27, by kraymer
-
"support" YUVJ colorspaces added to libavcodec, makes mjpeg decoding work again2005-01-26, by reimar
-
Always select correct descramblig matrix for sipr audio2005-01-25, by rtognimp
-
free MSTRZ args also if parser fails2005-01-25, by rik
-
vo_zr2 moved to OPT_ARG_MSTRZ from OPT_ARG_STR2005-01-25, by rik
-
Sync with 1.864: Force missing linebreak.2005-01-25, by gpoirier
-
small updates by <plazmus at gmail dot com>2005-01-25, by diego
-
Add translator mail address.2005-01-25, by diego
-
Force missing linebreak.2005-01-25, by diego
-
Add half size entry to the GMPlayer menu.2005-01-25, by diego
-
x1 and y1 give last used position, must be < width/height2005-01-25, by reimar
-
small updates2005-01-25, by diego
-
Do not read any more data at eof: if got eof in the middle of an audio2005-01-24, by rtognimp
-
Be less verbose with -v (do not print a line for each demuxed packet)2005-01-24, by rtognimp
-
Sync with 1.863: Unify some option descriptions.2005-01-24, by gpoirier
-
Explain how to include libavcodec in cvs updates.2005-01-24, by diego
-
Unify some option descriptions.2005-01-23, by diego
-
Reset stream eof after parsing header, fixes bug #2182005-01-23, by reimar
-
Add support for the Linux RealPlayer 10 RV30/40 codec.2005-01-22, by diego
-
The test to check for working pthreads fails if the system can support2005-01-22, by diego
-
Reduce excessive verbosity.2005-01-22, by diego
-
avoid using vo_subdevice2005-01-22, by alex
-
wmv3 needs extradata2005-01-22, by alex
-
Remove obsolete options.2005-01-22, by diego
-
Make configure check for aalib dependency on libX11 if it fails without.2005-01-22, by diego
-
100l, missing () around *valp2005-01-22, by reimar
-
replaced bzero() with memset(); stream_type 0x0f is AAC2005-01-22, by nicodvb
-
Sync with the English description of "-alang".2005-01-22, by gpoirier
-
Make this file compile with gcc-4.0.0:2005-01-22, by gpoirier
-
Play RV30 with 8-elements cmsg242005-01-22, by rtognimp
-
openbsd xf86 aperture support2005-01-21, by alex
-
better test for MAP_FAILED by Ian Lindsay2005-01-21, by alex
-
Make this file compile with gcc-4.0.0. The old code was invalid C.2005-01-21, by gpoirier
-
tries to sync to ADTS/ADIF header before initializing the decoder; implement SYNC2005-01-21, by nicodvb
-
Cumulative sync with 1.862:2005-01-21, by gpoirier
-
More user-friendly stream, -xid and -slang info output even in non-verbose mode.2005-01-21, by mosu
-
NUT does not contain subtitles, correct -sid description.2005-01-21, by diego
-
synced with 1.592005-01-21, by gabrov
-
"Synced with 1.XXX" commit message rule.2005-01-21, by diego
-
Fix -alang and -slang descriptions, they should be similar.2005-01-21, by diego
-
fix few x86_64 registers handling2005-01-21, by aurel
-
sync 1.8602005-01-21, by wight
-
small fixes2005-01-21, by diego
-
Next file done.2005-01-21, by jheryan
-
fixed wrong deinterleaving of channels2005-01-21, by nicodvb
-
Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problems2005-01-20, by reimar
-
Sync with 1.860:2005-01-20, by gpoirier
-
Split examples into MPlayer and MEncoder examples, fix -aspect description,2005-01-20, by diego
-
Minor bugfixes2005-01-20, by wight
-
this shouldn't be here in the first place2005-01-20, by wight
-
Omission from previous commit.2005-01-20, by wight
-
sync 1.8592005-01-20, by wight
-
remove all setlocale calls, they break the behaviour of sscanf and2005-01-20, by reimar
-
Clarify confusing error message.2005-01-19, by diego
-
Print warning message when using -dvd-device without libdvdread support.2005-01-19, by diego
-
use MSTRZ suboption type2005-01-19, by reimar
-
New suboption type: malloc'ed, zero terminated string2005-01-19, by reimar
-
initialize modify_ldt struct to 0.2005-01-19, by reimar
-
100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_2005-01-19, by reimar
-
100l, completely broken pointer arithmetic causing crashes.2005-01-19, by reimar
-
Sync with 1.859. Some cosmetic appearance changes ignored for typographic reasons.2005-01-18, by jheryan
-
Binary codecs and Windows section overhauled to reflect recent changes.2005-01-18, by diego
-
wording, spelling, small updates2005-01-17, by diego
-
update2005-01-17, by faust3
-
print the actual commandline to stdout, too2005-01-17, by faust3
-
Revert sh_audio->wf freeing.2005-01-17, by iive
-
added section for x264enc options.2005-01-16, by kraymer
-
If asf/tcp fails, asf/http used a wrong port2005-01-16, by rtognimp
-
Sync with: 1.8592005-01-16, by gpoirier
-
detect and use the codecs paths instead of win32.2005-01-16, by reimar
-
added video encoding options for nuppel video (nuvopts)2005-01-16, by kraymer
-
Good news everyone! I finally managed to sync all lavcenc options :)2005-01-16, by kraymer
-
some minor formatting changes2005-01-16, by kraymer
-
synced with 1.552005-01-16, by gabrov
-
synced (wording, formatting) the following lavc options: tcplx_mask, scplx_mask, p_mask2005-01-16, by kraymer
-
More support for AVC in Matroska.2005-01-16, by mosu
-
set sub_utf8 only when actually using mkv subtitles, will break external2005-01-16, by reimar
-
sync:2005-01-16, by kraymer
-
sync2005-01-16, by paszczi
-
synced with 1.1562005-01-16, by paszczi
-
Replaced suboption parser by call to suboption helper.2005-01-15, by ivo
-
sync2005-01-15, by paszczi
-
1l. parser can work with pnm_maxfiles directly2005-01-15, by ivo
-
synced with 1.8582005-01-15, by paszczi
-
Transition of suboption parser to subopt-helper parser.2005-01-15, by ivo
-
print why waveOutOpen failed2005-01-15, by faust3
-
Move generic length and percent pos calculation to demuxer.c2005-01-15, by reimar
-
mms-over-http related fixes by me2005-01-15, by reimar
-
Add missing escaping for "2005-01-15, by reimar
-
Update2005-01-15, by rtognimp
-
Decode MP3 in rm files2005-01-15, by rtognimp
-
Codec packages now have different names, try to be less confusing about it.2005-01-15, by diego
-
Add missing \ in multiline define.2005-01-14, by reimar
-
Sync with 1.858:2005-01-14, by gpoirier
-
10l2005-01-14, by attila
-
disambiguate wording of -aspect2005-01-14, by diego
-
icc support by Darek Ostolski <ostolski at kwantum dot gda dot pl>2005-01-14, by diego
-
set ss_mul to number of channels. Works with all samples I found.2005-01-13, by reimar
-
100l, no endian conversion on floats!2005-01-13, by reimar
-
more on H.264's quantization parameter2005-01-13, by lorenm
-
\- instead of -2005-01-13, by wight
-
Sync with 1.855: Force linebreak.2005-01-13, by gpoirier
-
Force linebreak.2005-01-13, by diego
-
Sync with 1.854: better vf_lavcdeint description2005-01-13, by gpoirier
-
synced to 1.542005-01-13, by gabrov
-
better vf_lavcdeint description2005-01-13, by diego
-
Cumulative sync with 1.853: (NB: new CVS log commentation acknoledged)2005-01-12, by gpoirier
-
actually mp_msg.h includes config.h, but for consistency better include it2005-01-12, by reimar
-
af_format.h needs config.h to be included first.2005-01-12, by reimar
-
ensure null-termination after snprintf2005-01-12, by reimar
-
automatic fps calculation for mpeg4 in raw stream/mpeg-ts2005-01-12, by nicodvb
-
synced to 1.1562005-01-12, by gabrov
-
synced to 1.282005-01-12, by gabrov
-
Sync. Long lines' shortening.2005-01-12, by jheryan
-
synced to 1.762005-01-12, by gabrov
-
Format correction in microdvdsub section.2005-01-12, by jheryan
-
Here is an updated draft with the bits discussed previously merged:2005-01-12, by michael
-
Sync.2005-01-12, by jheryan
-
sun grep doesn't like binary files, thus the compiled file2005-01-12, by attila
-
sync to x264 r93:2005-01-12, by lorenm
-
Bugfix and improve microdvd conversion and bugfix section.2005-01-12, by jheryan
-
Sync with 1.850:2005-01-11, by gpoirier
-
Sync with 1.848 (and 1.847): more detail on x264's subq2005-01-11, by gpoirier
-
updates2005-01-11, by diego
-
Translation section created, small additions and fixes.2005-01-11, by diego
-
man page review part XIII2005-01-11, by diego
-
Call subcp_close when closing the demuxer2005-01-11, by reimar
-
free http field_name to fix memleak2005-01-11, by reimar
-
Synced with 1.842, trailing spaces2005-01-11, by danny
-
Support for AVC in Matroska.2005-01-11, by mosu
-
sync2005-01-10, by paszczi
-
synced with 1.8512005-01-10, by paszczi
-
assume OS support SSE on x86_642005-01-10, by aurel
-
typos :(2005-01-10, by kraymer
-
1.851: Implementation of vo_png suboption parser with subopt-helper and removal2005-01-10, by kraymer
-
Implementation of vo_png suboption parser with subopt-helper and removal2005-01-10, by ivo
-
1.849: documentation for ao dsound2005-01-10, by kraymer
-
Ignore autogenerated file2005-01-10, by wight
-
Sync with 1.1562005-01-10, by jheryan
-
Sync with 1.846, remove trailing spaces, minor bugfix.2005-01-10, by jheryan
-
Remove autogenerated.2005-01-10, by jheryan
-
Minor bugfix, autogenerated file remove.2005-01-10, by jheryan
-
Remove audio output driver table, it's incomplete, does not belong in that2005-01-10, by diego
-
Typo, remove mention of audio plugins.2005-01-10, by diego
-
Move audio filters section up one hierarchy level.2005-01-10, by diego
-
Audio plugins have been removed.2005-01-10, by diego
-
typo2005-01-09, by diego
-
synced2005-01-09, by paszczi
-
synced with 1.8492005-01-09, by paszczi
-
100l, set inited to 0 in uninit, otherwise only first file will play video.2005-01-09, by reimar
-
mention ao dsound2005-01-09, by faust3
-
documentation for ao dsound2005-01-09, by faust3
-
more detail on x264's subq2005-01-09, by lorenm
-
always cancel down fractions (frac_t) to avoid overflows and playback2005-01-08, by reimar
-
Fix black line on right of subtitle with -spuaa 4 by setting alpha of2005-01-08, by reimar
-
change malloc and free to av_ variants where needed.2005-01-08, by reimar
-
set sub_bg_alpha only to 255 when using hardware OSD.2005-01-08, by reimar
-
vo_zr2 moves to subopt-helper (per Alex's request)2005-01-08, by rik
-
synced to 1.12, initial translation2005-01-08, by gabrov
-
fixed broken seeking in mpeg-es files; syncword seeking for all 3 video codecs2005-01-08, by nicodvb
-
synced to 1.522005-01-08, by gabrov
-
synced to 1.222005-01-08, by gabrov
-
consistent two pass, pass two etc spelling2005-01-07, by diego
-
consistent pass two and pass one spelling2005-01-07, by diego
-
consistent "two pass" spelling2005-01-07, by diego
-
typo2005-01-07, by paszczi
-
Sync with 1.846 + spelling corrections :2005-01-07, by gpoirier
-
synced to 1.752005-01-07, by gabrov
-
synced with 1.8472005-01-07, by paszczi
-
synced to 1.592005-01-07, by gabrov
-
massive update and retranslation by plazmus at gmail dot com2005-01-07, by diego
-
more information about source files2005-01-07, by henry
-
Tremor vorbis decoder2005-01-07, by henry
-
aop has been removed2005-01-07, by alex
-
x264: disable subq=0 (the huge bitrate penalty wasn't worth the speed),2005-01-07, by lorenm
-
Playback video with multiple windows.2005-01-07, by reimar
-
Cleanup, removing internal conversions. Testing welcome.2005-01-06, by reimar
-
typo2005-01-06, by kraymer
-
wording ("Regressionstest")2005-01-06, by kraymer
-
synced (wording, formatting) the following lavc options:2005-01-06, by kraymer
-
libao2/eq.h was removed, use libaf/equalizer.h instead.2005-01-06, by reimar
-
Use AF_FORMAT_S16_NE instead of #ifdef WORDS_BIGENDIAN ...2005-01-06, by reimar
-
Reduce index verbosity2005-01-06, by rtognimp
-
Real multirate files support2005-01-06, by rtognimp
-
fixed-vo/libmpeg2 aspect change fix2005-01-06, by faust3
-
256 color mode support, use -vm to get better output when overlay is not supported2005-01-06, by faust3
-
af_fmt2str fixes (remove trailing space, call with size of buffer, not size-1)2005-01-06, by reimar
-
device selection support2005-01-06, by faust3
-
Check for every 24 and 32 bit AFMT_ separately if it is defined.2005-01-06, by reimar
-
license issues clarified2005-01-06, by henry
-
Print waveheader only when verbose2005-01-06, by reimar
-
Sync.2005-01-06, by jheryan
-
Added cs subdirectory.2005-01-06, by jheryan
-
Sync with 1.845:2005-01-06, by gpoirier
-
RTC check should no longer be Linux-only.2005-01-06, by diego
-
100l, mp_msg instead af_msg2005-01-06, by alex
-
unused parts removed2005-01-06, by alex
-
small fixes and wording2005-01-06, by kraymer
-
typo/wording2005-01-06, by diego
-
small fixes2005-01-06, by diego
-
missing ","2005-01-06, by diego
-
mention ATSC in the dvb section2005-01-06, by nicodvb
-
mention ATSC tools and conf.file (dvb section)2005-01-06, by nicodvb
-
added support for ATSC tuner and conf.file2005-01-06, by nicodvb
-
RTC support on FreeBSD, inspired by a patch from Michael Johnson2005-01-06, by diego
-
adjusted beginning of lavc section, work will go on from here2005-01-05, by kraymer
-
lavc is reintegrated, just as it was before removal some commits ago2005-01-05, by kraymer
-
finished xvid (api4) specific encoding options by adding the following options:2005-01-05, by kraymer
-
6-channel raw acc on stereo speakers playback example2005-01-05, by reimar
-
added new xvid (api4 only) options: frame_drop_ratio, (no)qpel, (no)gmc, (no)trellis2005-01-05, by kraymer
-
commit 1.841 changes: mostly small formatting changes for better readability2005-01-05, by gpoirier
-
rest of sync of xvidenc encoding options that already existed2005-01-05, by kraymer
-
sync2005-01-05, by paszczi
-
began with sync of xvidenc encoding options2005-01-05, by kraymer
-
Just the sync with 1.842: Remove bogus lines.2005-01-05, by gpoirier
-
Remove bogus lines.2005-01-05, by diego
-
changes against 1.0 + Dec 2004 SVN math code2005-01-05, by henry
-
mostly small formatting changes for better readability2005-01-05, by kraymer
-
added toolame to codec specific encoding options2005-01-05, by kraymer
-
(re-)added lameopts to codec specific encoding options2005-01-04, by kraymer
-
removed typos and changed wording regarding a few previous commits (courtesy to diego!)2005-01-04, by kraymer
-
creatded section for codec specific encoding options2005-01-04, by kraymer
-
10l, pointers aren't always 32bit2005-01-04, by faust3
-
further sync in encoding options, ranging from 'ovc' to 'vobsuboutindex'2005-01-04, by kraymer
-
synced encoding options from 'info' to 'ofps'2005-01-04, by kraymer
-
Cumulative sync with 1.840:2005-01-04, by gpoirier
-
fixed single typo2005-01-04, by kraymer
-
small changes (formatting, sync) to sections files, examples, bugs, authors2005-01-04, by kraymer
-
added video filters: delogo, zrmjpeg2005-01-04, by kraymer
-
added video filters: framestep, tile2005-01-04, by kraymer
-
updated/synced video filters: boxblur, sab, smartblur, perspective2005-01-04, by kraymer
-
added video filters: telecine, tinterlace, tfields2005-01-04, by kraymer
-
fix/simplify os_types.h. MPlayer needs inttypes.h anyway to compile.2005-01-04, by reimar
-
copyright change2005-01-04, by kraymer
-
Adding new files to czech translation.2005-01-04, by jheryan
-
Tremor license2005-01-04, by henry
-
Synced with 1.837, typos form 1.8312005-01-04, by danny
-
Extend copyright to 2005, typos.2005-01-04, by diego
-
anti-10l pepsi (removed english stuff from where it didn't belong)2005-01-03, by kraymer
-
1.838: bump (was already fixed)2005-01-03, by kraymer
-
alphabetical order2005-01-03, by diego
-
small fixes/improvements2005-01-03, by kraymer
-
1.832: small improvement2005-01-03, by kraymer
-
sync2005-01-03, by paszczi
-
1.827: Better -lavdopts option descriptions.2005-01-03, by kraymer
-
synced with 1.8372005-01-03, by paszczi
-
1.826: Created audio filters section to replace -af description.2005-01-03, by kraymer
-
1.821: Clarify vo_yuv4mpeg filename handling. (bump, was already corrected)2005-01-03, by kraymer
-
1.814: sstep is usually inaccurate.2005-01-03, by kraymer
-
1.812: -double is now default, thus -nodouble needs to be documented instead.2005-01-03, by kraymer
-
Ignore .depend2005-01-03, by ivo
-
changed wording enkodier* to encode* to be consistant with manpage2005-01-03, by kraymer
-
trivial: added [cfg]-tag in cfg.c section2005-01-03, by kraymer
-
1.154: printf --> mp_msg conversion, less verbosity2005-01-03, by kraymer
-
Sync to 1.837:2005-01-03, by gpoirier
-
More commands documented, based on Reimar's findings.2005-01-03, by diego
-
Use the subopt-helper for parsing suboptions.2005-01-03, by reimar
-
Use lavcresample only when libavcodec is compiled in.2005-01-03, by reimar
-
Sync with 1.836:2005-01-03, by gpoirier
-
grab_frame, osd_show_text, sub_step, screenshot documented.2005-01-03, by diego
-
synced to 1.74 (typo fix)2005-01-03, by gabrov
-
Sync with 1.8352005-01-03, by gpoirier
-
Clarification as suggested by Alexander Strasser.2005-01-03, by diego
-
typo fixes2005-01-03, by gabrov
-
whitespace fixes2005-01-03, by gabrov
-
many 10ls fixed... also better debugging2005-01-03, by arpi
-
synced to 1.212005-01-03, by gabrov
-
synced to 1.512005-01-03, by gabrov
-
synced to 1.582005-01-03, by gabrov
-
x264: clarify 4x4mv, b8x8mv (thanks to Bond)2005-01-03, by lorenm
-
Framestepping does not require pause mode.2005-01-02, by diego
-
happy new year2005-01-02, by diego
-
Document minimum required ALSA version.2005-01-02, by diego
-
Forward framestepping is now implemented.2005-01-02, by diego
-
x264: group together the primary ratecontrol options. misc clarifications.2005-01-02, by lorenm
-
change rc_init_buffer to be a fraction of total buffer size.2005-01-02, by lorenm
-
Decode WV1F version of MPEG4 with libavcodec2005-01-02, by rtognimp
-
more credits, some wording consistency2005-01-02, by diego
-
Sync with 1.834: Add -ao pcm suboptions and remove -aofile and -waveheader options.2005-01-02, by gpoirier
-
Raw encoder does not support stride.2005-01-02, by reimar
-
win95 fix fix by Rune Petersen <rune.mail-list at mail.tele.dk>2005-01-02, by faust3
-
Do not use strndup, it is missing on MinGW.2005-01-02, by reimar
-
missing ;2005-01-02, by faust3
-
Mingw compile fix, hm doesn't the inttypes solution always work?2005-01-02, by faust3
-
Add -ao pcm suboptions and remove -aofile and -waveheader options.2005-01-02, by reimar
-
Use libc qsort to sort ODML index.2005-01-02, by reimar
-
happy new year2005-01-02, by diego
-
synced to 1.582005-01-01, by gabrov
-
fix string argument parsing (e.g. one char strings were not accepted)2005-01-01, by reimar
-
synced to 1.142005-01-01, by gabrov
-
Make af_control_any_rev return the matching filter2005-01-01, by reimar
-
Install libdha into LIBDIR.2005-01-01, by reimar
-
rate/format matching and volume get/set support2005-01-01, by arpi
-
synced to 1.72, initial translation2005-01-01, by gabrov
-
synced with 1.8332004-12-31, by paszczi
-
fix quicksort to avoid stack overflow and extreme runtimes2004-12-31, by reimar
-
Use subopt helper to parse arguments2004-12-31, by reimar
-
Add a type name for the test function2004-12-31, by reimar
-
Use subopt parser2004-12-31, by reimar
-
faster packed<->planar conversation2004-12-31, by michael
-
suboption parser for vo and ao modules2004-12-31, by al
-
internal Tremor decoder for Ogg/Vorbis2004-12-30, by henry
-
Fix channels, sample rate and sample size for 3gp files2004-12-29, by rtognimp
-
Support amr_nb and amr_wb via libavcodec2004-12-29, by rtognimp
-
Update for after-pre6 changes2004-12-29, by rtognimp
-
TwinVQ decoder and demuxer2004-12-29, by rtognimp
-
less namespace pollution #2 (prefixed globals in filter.c with af_filter_)2004-12-29, by alex
-
less namespace pollution2004-12-29, by alex
-
more verbose messages2004-12-29, by alex
-
accelerated conversions2004-12-29, by alex
-
Updated with a reminder for mplayer-announce2004-12-29, by rtognimp
-
Remove unused defines2004-12-29, by reimar
-
Doxygen comments improved2004-12-29, by reimar
-
wording/spelling2004-12-29, by diego
-
last draft with some insignificant changes2004-12-29, by rathann
-
Sync with 1.8332004-12-28, by gpoirier
-
Try http if pnm connection fails2004-12-28, by rtognimp
-
af_fmt2str_short2004-12-28, by alex
-
af_fmt2str_short2004-12-28, by alex
-
10l, variable declarations must be before mp_msg.2004-12-28, by reimar
-
100l use right mask type when checking for input format2004-12-28, by rtognimp
-
100l set default format for AF_FORMATs not supported by sound card2004-12-28, by rtognimp
-
new x264 options: b8x8mv, direct_pred2004-12-28, by lorenm
-
Make af_ladspa use new AF_FORMAT define that was introduced by Alex's2004-12-28, by ivo
-
sync to x264 r72.2004-12-28, by lorenm
-
ensure af_fmt2str always return a 0 terminated string2004-12-27, by reimar
-
100l, buf etc. in af_fmt2str call are already pointers...2004-12-27, by reimar
-
Do not use audio plugins anymore2004-12-27, by reimar
-
win95 does not support GetMonitorInfo2004-12-27, by faust3
-
10l, nasty ao drivers2004-12-27, by alex
-
maybe now..2004-12-27, by alex
-
10l, patch by Martin Braun <braun12@gmx.de>2004-12-27, by faust3
-
hopefully final fix2004-12-27, by alex
-
removing AFMT_ dependancy2004-12-27, by alex
-
10l2004-12-27, by alex
-
CONF_TYPE_AFMT similar to CONF_TYPE_IMGFMT2004-12-27, by alex
-
removing AFMT_ dependancy2004-12-27, by alex
-
Fix ontop for some WMs that lose ontop state after fullscreen event.2004-12-27, by al
-
Use lavcresample when accuracy-optimized audio filter chain is requested.2004-12-26, by reimar
-
Demuxer was fixed, so do not skip the first frame anymore2004-12-26, by reimar
-
Set message level of the added subtitle message to INFO, fixes bug #1392004-12-26, by reimar
-
big sync2004-12-25, by paszczi
-
synced with 1.8322004-12-25, by paszczi
-
typo2004-12-25, by diego
-
fix memleak in idx parser. patch by elupus [elupus {at] ecce <dot) se]2004-12-25, by reimar
-
fix stream selection and -bandwidth for mms-over-http.2004-12-25, by reimar
-
Sync with 1.832: small improvements2004-12-24, by gpoirier
-
small improvements2004-12-24, by diego
-
synced to 1.1552004-12-24, by gabrov
-
even more ffmpeg changes2004-12-23, by diego
-
some more FFmeg changes2004-12-23, by diego
-
release name2004-12-23, by diego
-
Sync with 1.831:2004-12-23, by gpoirier
-
one more item2004-12-23, by diego
-
fixes2004-12-23, by diego
-
do not use pthreads on hpux (broken, hardly useful).2004-12-23, by reimar
-
support for Real codecs on OS X2004-12-23, by diego
-
forgot to remove now useless extern monitor_aspect2004-12-23, by reimar
-
wording, spelling, new categories, reordered entries2004-12-23, by diego
-
vo_screenwidth/vo_screenheight is _not_ monitor_aspect.2004-12-23, by reimar
-
sync 1.8302004-12-23, by wight
-
Synced with 1.8312004-12-23, by danny
-
Synced with 1.8302004-12-23, by danny
-
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.2004-12-23, by ivo
-
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.2004-12-23, by ivo
-
1l misplaced variable declaration2004-12-22, by rtognimp
-
fix a segfault when calling loadfile during v4l2 playback2004-12-22, by aurel
-
Make filters request a supported input format instead of failing.2004-12-22, by reimar
-
add missing registers in clobber list, fixes bug #1692004-12-21, by reimar
-
Cumulative sync:2004-12-21, by gpoirier
-
Last round French corrections for this file (spelling, corrects wrong2004-12-21, by gpoirier
-
French corrections:2004-12-21, by gpoirier
-
additional fixes by Torinthiel and Rathann2004-12-21, by paszczi
-
added -wid support for vo_directx.2004-12-21, by joey
-
automatic monitoraspect calculation for vo_directx.2004-12-21, by joey
-
added colorkey support for vo_directx.2004-12-21, by joey
-
savage_vid added2004-12-21, by faust3
-
experimental savage vidix driver by Reza Jelveh <reza.jelveh at tu-harburg.de>2004-12-21, by faust3
-
Sync with 1.828: Remove spurious .RE macro2004-12-21, by gpoirier
-
sumulative sync with 1.827:2004-12-21, by gpoirier
-
small updates, spelling2004-12-21, by diego
-
Remove spurious .RE macro.2004-12-21, by diego
-
fix position bar and length display for mov files2004-12-21, by reimar
-
Use demuxer_get_percent_pos for the OSD position bar2004-12-21, by reimar
-
Synced with 1.8252004-12-21, by danny
-
patches suggested by rathann2004-12-20, by paszczi
-
Better -lavdopts option descriptions.2004-12-20, by diego
-
Created audio filters section to replace -af description.2004-12-20, by diego
-
Sync with 1.8222004-12-20, by jheryan
-
Sync with 1.1542004-12-20, by jheryan
-
More French corrections2004-12-19, by gpoirier
-
Hopefully fixes problems with non-working vobsubs.2004-12-19, by reimar
-
10l fix I hope, reverse if not2004-12-19, by alex
-
Initialize cutoff, too. Fixes crash when AF_CONTROL_COMMAND_LINE is not set.2004-12-19, by reimar
-
sync 1.8252004-12-18, by wight
-
Sync to 1.8252004-12-18, by gpoirier
-
add the flip filter at the end of the filter chain.2004-12-18, by reimar
-
Fix paragraph indentation.2004-12-18, by diego
-
Fixes the bug that after opening the preferences panel gmplayer plays files2004-12-18, by reimar
-
added conditional lowres description2004-12-18, by nicodvb
-
Handle raw yv12 video as I420 to fix some Broadcast 2000 created samples.2004-12-18, by diego
-
Sync with 1.823: Mention how to concatenate files with -vo yuv4mpeg and -fixed-vo.2004-12-17, by gpoirier
-
Somebody obviously took a course "coding non-portable".2004-12-17, by reimar
-
Christoph Egger is now the vo_ggi maintainer.2004-12-17, by diego
-
- Fixed mode setting, so any video can be played on all supported ggi targets.2004-12-17, by diego
-
Mention how to concatenate files with -vo yuv4mpeg and -fixed-vo.2004-12-17, by diego
-
some clarification2004-12-17, by diego
-
Set mixer.afilter at a more appropriate place.2004-12-17, by reimar
-
Added rawy800 codec as according to the manpage it should be there2004-12-17, by reimar
-
Allow Y8 and Y800 as OUT format in codecs.conf2004-12-17, by reimar
-
conditional lowres: activate lowres if frame width >= threshold2004-12-17, by nicodvb
-
sync tag bump2004-12-17, by wight
-
pre5try2 release2004-12-17, by diego
-
y420 vs i420 typo2004-12-16, by diego
-
Fixes suggested by Diego2004-12-15, by gpoirier
-
Security fixes ported from upstream (xine)2004-12-15, by rtognimp
-
fix a problem pointed out by iDEFENSE and several similar ones.2004-12-15, by reimar
-
Looks like it was too weird after all ;-)2004-12-15, by reimar
-
fix a vulnerability reported by iDEFENSE.2004-12-15, by reimar
-
disable demuxer_bmp,2004-12-15, by iive
-
fix security vulnerability reported by iDEFENSE2004-12-15, by reimar
-
Cumulative sync to 1.821 (1.821, 1.820, 1.819)2004-12-15, by gpoirier
-
printf --> mp_msg conversion, less verbosity2004-12-15, by diego
-
credit Daniele Forghieri's work on lavc audio code2004-12-14, by nicodvb
-
small wording fixes2004-12-14, by diego
-
more details about the structure of VCDs2004-12-14, by diego
-
synced with 1.8212004-12-13, by paszczi
-
Sync with 1.8182004-12-13, by jheryan
-
Sync with 1.153.2004-12-13, by jheryan
-
Clarify vo_yuv4mpeg filename handling.2004-12-12, by diego
-
printf --> mp_msg2004-12-12, by diego
-
sync 1.8202004-12-12, by wight
-
better mention -vo yuv4mpeg can change output filename2004-12-12, by wight
-
fix leak with -fixed-vo, allow concatenating2004-12-12, by reimar
-
Fix streaming if not mlti_data (for some non-multirate streams)2004-12-11, by rtognimp
-
Some fixes and better wording, remove alsa9 and alsa1x audio output drivers2004-12-11, by diego
-
Improving gl2 under windows, moving some functionality to gl_common2004-12-11, by reimar
-
Remove alsa9 and alsa1x entries as well as duplicate video output drivers.2004-12-11, by diego
-
10l, should check for != NULL before using not after...2004-12-10, by reimar
-
language fix2004-12-09, by paszczi
-
make clean should also clean the native subdirectory.2004-12-09, by diego
-
sync 1.582004-12-08, by wight
-
- corrected <device< to <device>2004-12-08, by wight
-
disable all unknown formats in the windows aos2004-12-08, by faust3
-
sync + random fixes2004-12-08, by paszczi
-
Support for "NONE" audio in MOV files generated by Kodak CX62302004-12-07, by rtognimp
-
More French fixes2004-12-07, by gpoirier
-
Default rescaler is 2; bicubic2004-12-07, by gpoirier
-
synced to 1.202004-12-07, by gabrov
-
synced to 1.502004-12-07, by gabrov
-
synced to 1.572004-12-07, by gabrov
-
added support for dvhs and h264 over ts2004-12-07, by nicodvb
-
URL updates2004-12-07, by diego
-
updates, typo2004-12-07, by diego
-
Remove duplicate includes.2004-12-07, by diego
-
Make include paths consistent.2004-12-07, by diego
-
Remove dead link.2004-12-07, by diego
-
link updates, noticed by Nicolas Le Gaillart2004-12-07, by diego
-
wording fix2004-12-06, by diego
-
some French fixes here and there: some better translations and better tech words2004-12-06, by gpoirier
-
fix byteorder2004-12-06, by michael
-
synced to 1.56 (link update)2004-12-06, by gabrov
-
synced to 1.57 (link updates)2004-12-06, by gabrov
-
synced to 1.222004-12-06, by gabrov
-
More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.2004-12-06, by diego
-
link updates2004-12-05, by diego
-
ao_alsa and ao_polyp added, typo.2004-12-05, by diego
-
synced to 1.16 (new mailing list)2004-12-05, by gabrov
-
Some other fixes. Better wordings and better translations of tech stuff2004-12-05, by gpoirier
-
A great deal of French fixes (Nico doesn't seem to be an "audio litterate" ;-)2004-12-05, by gpoirier
-
sync 1.162004-12-05, by wight
-
French fixes2004-12-05, by gpoirier
-
some fixes, mainly wrong translations2004-12-05, by gpoirier
-
Sync with 1.818:2004-12-05, by gpoirier
-
MPlayer-translations mailing list created.2004-12-05, by diego
-
sync 1.818 and vocabulary fix2004-12-05, by wight
-
Use common labels.2004-12-04, by diego
-
Add a file= suboption to set output file. (stream.yuv -> %s)2004-12-04, by kraymer
-
new sync, first was fucked up2004-12-04, by nicolas
-
content moved to usage.xml, file no more needed2004-12-04, by nicolas
-
sync, typo fixes, better wording2004-12-03, by nicolas
-
keyframes are more like 10 - 20 seconds apart, not 120.2004-12-03, by reimar
-
yuv4mpeg now has file suboption2004-12-03, by reimar
-
Add a file= suboption to set output file.2004-12-03, by reimar
-
Unify all image encoding examples and fix a typo (*.jpg vs *.png) noticed2004-12-03, by diego
-
dvd_aid_from_lang() should return -1 if lang was not found2004-12-03, by aurel
-
synced to 1.172004-12-03, by gabrov
-
Move selection of internal texture format to appropriate place, should2004-12-03, by reimar
-
Make the context not current before destroying it.2004-12-02, by reimar
-
mention new -key-fifo-size option2004-12-02, by reimar
-
enable the run slave commande even without libmenu2004-12-02, by aurel
-
better label2004-12-02, by diego
-
Add "Available video filters:" line to -vf help.2004-12-01, by diego
-
Sync with 1.8.16: Better wording, better explain -nodouble.2004-12-01, by gpoirier
-
Sync with2004-12-01, by gpoirier
-
do not bring process to front if HAVE_SDL2004-12-01, by nplourde
-
clear menubar before adding new menu2004-12-01, by nplourde
-
suppress dummy frames due to B-frame delay.2004-12-01, by lorenm
-
Better wording, better explain -nodouble.2004-12-01, by diego
-
More similar code from gl and gl2 moved to gl_common2004-12-01, by reimar
-
use a configurable-size ringbuffer instead of a pipe for buffering key events.2004-12-01, by reimar
-
sstep is usually inaccurate.2004-12-01, by reimar
-
reserve enough memory for image2004-12-01, by henry
-
call draw_slice in top-down order (fixes crash with -vf expand=...,scale)2004-12-01, by henry
-
fix image dimensions at filter config time2004-12-01, by henry
-
Sync with 1.152, minor bugfix.2004-12-01, by jheryan
-
Sync to 1.811, bugfix2004-12-01, by jheryan
-
-identify now prints subtitle/audio track information.2004-11-30, by diego
-
-double is now default, thus -nodouble needs to be documented instead.2004-11-30, by diego
-
synced2004-11-30, by paszczi
-
more verbosity spam fixes2004-11-30, by rfelker
-
synced to 1.55 (better label, new entry)2004-11-30, by gabrov
-
synced to 1.56 (better label)2004-11-30, by gabrov
-
build fix, reflection English doc change2004-11-29, by wight
-
better label2004-11-29, by diego
-
FAQ about audio-only encoding (approved by Diego)2004-11-29, by rathann
-
Explain how (not) to handle execute permissions and binary files.2004-11-29, by diego
-
new lavc codec: ffvhuff2004-11-28, by lorenm
-
Compile fix2004-11-28, by ranma
-
fl32: BE float32 PCM audio in mov files2004-11-27, by rtognimp
-
Added support for MPEG-1 and MPEG-2 in Matroska.2004-11-26, by mosu
-
rescale the fonts with hidden OSD too2004-11-26, by henry
-
Remove the rest of fb_dev_name + directfb usage.2004-11-26, by syrjala
-
synced to 1.492004-11-26, by gabrov
-
synced to 1.552004-11-26, by gabrov
-
fb_dev_name no longer user in vo directfb2004-11-26, by zdar
-
We now only support directfb >= 0.9.13.2004-11-26, by diego
-
sync by Philippe De Swert <philippedeswert at pi dot be>2004-11-25, by diego
-
10l for me => is not >=2004-11-25, by zdar
-
URL update, more concise description2004-11-25, by diego
-
10l initial patch by Oded Shimon <ods15 at ods15.dyndns.org>2004-11-25, by faust3
-
Sync with 1.811 using gvim find/replace option. Hope I got them all...2004-11-25, by gpoirier
-
1.802: Mention unichrome_vid in the list of VIDIX drivers2004-11-24, by kraymer
-
sync2004-11-24, by wight
-
further updates in video filters section2004-11-24, by kraymer
-
small fix :)2004-11-24, by paszczi
-
synced with 1.811 + some small language fix2004-11-24, by paszczi
-
merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS2004-11-24, by nicodvb
-
synced to 1.48 (MPEG-X spelling)2004-11-24, by gabrov
-
synced to 1.12 (MPEG-X spelling)2004-11-24, by gabrov
-
synced to 1.16 (MPEG-X spelling)2004-11-24, by gabrov
-
synced to 1.53 (MPEG-X spelling)2004-11-24, by gabrov
-
synced to 1.20 (MPEG-X spelling) and small fix2004-11-24, by gabrov
-
synced to 1.55 (MPEG-X spelling)2004-11-24, by gabrov
-
Synced with 1.8102004-11-24, by danny
-
Separate XML and man page translation maintainers.2004-11-24, by diego
-
MPEG-X spelling2004-11-24, by diego
-
MPEG-X spelling2004-11-24, by diego
-
set sample aspect ratio2004-11-24, by lorenm
-
Remove broken support for directbuffer and including frame-handling use.2004-11-23, by iive
-
updates2004-11-23, by diego
-
spelling and small updates2004-11-23, by diego
-
synced to 1.542004-11-22, by gabrov
-
Try port 7070 if 554 fails for realrtsp streams2004-11-22, by rtognimp
-
fix segfault with (height|width)%6!=02004-11-22, by henry
-
revert useless uyvy planar->packed converter2004-11-22, by henry
-
check for __builtin_expect (used by libmpeg2)2004-11-22, by henry
-
revert useless uyvy planar->packed converter2004-11-22, by henry
-
1e6l fix (use 422P instead of UYVY)2004-11-22, by henry
-
Added maintainer of czech translation related files2004-11-22, by jheryan
-
*** empty log message ***2004-11-22, by jheryan
-
Sync with 1.810: wording2004-11-21, by gpoirier
-
typo2004-11-21, by rathann
-
sync 1.810 + some wording2004-11-21, by wight
-
Explain what you need to read to add a codec yourself, patch by2004-11-21, by diego
-
wording2004-11-21, by diego
-
The GUI shouldn't handle key events at two places.2004-11-21, by al
-
Sync with 1.809, with a different phrasing than original English one.2004-11-21, by gpoirier
-
should be \$ not $\2004-11-20, by wight
-
Some fixes by myself and compn <tempn at twmi dot rr dot com>2004-11-20, by diego
-
support for debianized LIVE.COM library2004-11-20, by henry
-
head related transfer function2004-11-20, by henry
-
libmpeg2 4:2:2 decoding2004-11-20, by henry
-
4 and 8 bit formats use a palette, so we cannot really support them (atm).2004-11-20, by reimar
-
4 and 8 bit formats work with a palette.2004-11-20, by reimar
-
add "pausing" prefix for MPlayer commands2004-11-20, by reimar
-
- sync 1.8082004-11-20, by wight
-
declare check_format and check_bps static, they are used nowhere else.2004-11-20, by reimar
-
synced with latest versions2004-11-19, by paszczi
-
synced to 1.132004-11-19, by gabrov
-
synced to 1.15 (URL update)2004-11-19, by gabrov
-
synced to 1.52 (URL update)2004-11-19, by gabrov
-
synced to 1.53 (URL update)2004-11-19, by gabrov
-
synced to 1.21 (URL update)2004-11-19, by gabrov
-
Sync with 1.808: v4l2 norm setting2004-11-19, by gpoirier
-
correct encoding2004-11-19, by diego
-
24bit LPCM is signed...2004-11-19, by reimar
-
v4l2 norm setting2004-11-19, by henry
-
setting the norm using text ID instead of numeric2004-11-19, by henry
-
URL updates2004-11-19, by diego
-
URL updates with some help by Gabor Mizda2004-11-19, by diego
-
grammar fix by the Wanderer2004-11-19, by diego
-
one more DivX --> MPEG4 change2004-11-19, by diego
-
typo patch by Gabor Mizda2004-11-19, by diego
-
Sync to 1.807:2004-11-18, by gpoirier
-
synced to 1.132004-11-18, by gabrov
-
synced to 1.502004-11-18, by gabrov
-
synced to 1.192004-11-18, by gabrov
-
initial translation, synced to 1.112004-11-18, by gabrov
-
Language fixes2004-11-18, by wight
-
sync 1.19 + some language fixes2004-11-18, by wight
-
sync to x264 r61 (improved 2pass ratecontrol)2004-11-18, by lorenm
-
Sync with 1.806: various fixes, and some long standing french fixes2004-11-17, by gpoirier
-
fixed missing para tag2004-11-17, by gabrov
-
synced to 1.12, fixed header2004-11-17, by gabrov
-
DivX is MPEG4, so let's call it MPEG4 to avoid confusion.2004-11-17, by diego
-
Better explanation of how to build an MPlayer that runs on different2004-11-17, by diego
-
miscellaneous fixes2004-11-17, by diego
-
Audio plugins are now audio filters, noticed by Gabor Mizda.2004-11-15, by diego
-
added language identifier (if any) to the caller during probing phase2004-11-15, by nicodvb
-
free freetype descriptor and library and mconfig data right before exit2004-11-15, by iive
-
Free WAVEFORMATEX in sh_audio when all other sh_audio members are freed.2004-11-15, by iive
-
3 memory leaks fixed2004-11-15, by iive
-
initial translation, synced to 1.102004-11-15, by gabrov
-
sync to 1.232004-11-15, by gabrov
-
sync to 1.542004-11-15, by gabrov
-
sync to 1.49, little fix2004-11-15, by gabrov
-
warning fix2004-11-15, by diego
-
wording2004-11-15, by diego
-
Reduce excessive verbosity.2004-11-15, by diego
-
Update for Lsvc codec2004-11-14, by rtognimp
-
Vianet Lsvx video decoder2004-11-14, by rtognimp
-
Update for WVP2, fixed codec name from picture to image2004-11-14, by rtognimp
-
Windows media video 9 image v2 support2004-11-14, by rtognimp
-
My e-mail address has changed2004-11-14, by gpoirier
-
Sync with 1.805:2004-11-14, by gpoirier
-
More detailed Debian package building instructions, based on a patch by2004-11-14, by diego
-
spelling, wording2004-11-14, by diego
-
document last status line entry2004-11-14, by attila
-
fix crash when a "driver" line is missing in codecs.conf.2004-11-14, by reimar
-
keep screensaver off when playing multiple files.2004-11-14, by reimar
-
-softvol and -softvol-max parameters2004-11-14, by reimar
-
allow forcing of software volume control and setting maximum amplification.2004-11-14, by reimar
-
fix: when doing -loop 0 -shuffle, the arg after shuffle was skipped2004-11-14, by reimar
-
initial translation, synced to 1.102004-11-14, by gabrov
-
update description of lavc's keyint, vb_strategy, and mbqmin.2004-11-14, by lorenm
-
MSS2 can decode also MSS12004-11-13, by rtognimp
-
fix scrolling status line in windows2004-11-13, by reimar
-
URL update, noticed by Gabor Mizda.2004-11-13, by diego
-
Avoid drawing before transformation matrices are set up.2004-11-13, by reimar
-
fix for negative values for width and height (aspect-preserving scaling).2004-11-12, by reimar
-
sync tag bump2004-11-11, by wight
-
Sync with structure changes2004-11-11, by wight
-
sync 1.8032004-11-11, by wight
-
added missing declaration of releaseGlContext2004-11-11, by reimar
-
missing return for InitGl function2004-11-11, by reimar
-
added fourcc of PNG-encoded Quicktime files2004-11-11, by reimar
-
compilation fix for gcc 3.4.22004-11-11, by reimar
-
compilation fix and partial sync2004-11-11, by diego
-
compilation fix2004-11-11, by diego
-
devices.html is no more, link updated.2004-11-11, by diego
-
devices.html is no more, links updated.2004-11-11, by diego
-
Update links to match the XML docs structure change.2004-11-11, by diego
-
Remove pointless devices section, make video and audio top level sections.2004-11-11, by diego
-
initial translation, synced to 1.192004-11-10, by gabrov
-
osx finder support2004-11-10, by nplourde
-
small clarification and syntactic fix (approved by Diego)2004-11-10, by rathann
-
fix --disable-termios, approved by Diego2004-11-10, by rathann
-
use get_screen_size from getch2.c instead of ioctl, fixes bug #131.2004-11-09, by reimar
-
10l2004-11-09, by gpoirier
-
sync 1.23 + language fixes2004-11-08, by wight
-
redundant "Note:" removed2004-11-08, by wight
-
initial translation, synced to 1.512004-11-08, by gabrov
-
h/w revision detection patch by Timothy Lee <timothy.lee@siriushk.com>2004-11-08, by faust3
-
Mention unichrome_vid in the list of VIDIX drivers2004-11-08, by diego
-
sync 1.51 and wording2004-11-08, by wight
-
initial translation, synced to 1.122004-11-08, by gabrov
-
Converted printf calls to mp_msg, reduced verbosity.2004-11-08, by diego
-
synced with 1.532004-11-07, by gabrov
-
Some work on the XviD section:2004-11-07, by gpoirier
-
fix insane CPU usage with ao_null2004-11-07, by reimar
-
We no longer provide (int)types.h for obsolete versions of Cygwin/MinGW,2004-11-07, by diego
-
Mac OS X shlib support has been replaced by support for Helix codecs.2004-11-07, by diego
-
more changes2004-11-07, by diego
-
Improved A-V sync, patch by Ed Wildgoose [lists(at)wildgooses<dot>com].2004-11-07, by reimar
-
initial translation, synced to 1.222004-11-06, by gabrov
-
respect immed uninit flag, initialize ao_data.outburst.2004-11-06, by reimar
-
recommit sascha's commit (Lennart Poettering's polyaudio stuff)2004-11-06, by rfelker
-
little video filters update2004-11-05, by kraymer
-
fix "last file is always played last" bug.2004-11-05, by reimar
-
And some corrections approved by frogu.2004-11-05, by wight
-
Fix member alignment for usage on 64bit processors.2004-11-05, by mosu
-
Changes the word "frontend" to "module"2004-11-05, by gpoirier
-
ao_polyp2004-11-05, by faust3
-
polyaudio audio driver patch by Lennart Poettering <mzzcynlre at 0pointer.de>2004-11-05, by faust3
-
10l2004-11-05, by faust3
-
sync to 1.462004-11-05, by frogu
-
sync to 1.662004-11-05, by frogu
-
Explain how to use custom options while building Debian packages, based on a2004-11-05, by diego
-
slight grammar/wording/spelling/markup improvements2004-11-05, by diego
-
more fullscreen fixes and gl2 uses setGlWindow.2004-11-04, by reimar
-
added myself2004-11-03, by gabrov
-
Added Gabor Mizda (myself) as maintainer of the hungarian translation2004-11-03, by gabrov
-
Fix broken seek while on edl and audio only, spoted by Oded Shimon2004-11-03, by reynaldo
-
Fix EDL mute behavior, Patch by Oded Shimon2004-11-03, by reynaldo
-
add Loren Merritt as ve_x264 maintainer2004-11-03, by lorenm
-
proper gcc4 compile-fix suggested by richard2004-11-03, by atmos4
-
enable mmx support on x86_64 in libmpeg22004-11-03, by aurel
-
synced to 1.522004-11-03, by gabrov
-
synced to 1.152004-11-03, by gabrov
-
- the sync with XviD's API-4.1 has been2004-11-03, by gpoirier
-
remove mac shlb support to use new helix codec for realvideo support on osx2004-11-03, by nplourde
-
libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas dot edu>)2004-11-03, by michael
-
fixed some doxygen comments, patch by Oded Shimon2004-11-03, by reynaldo
-
reworked the status line to avoid scrolling and remove duplicate code.2004-11-02, by reimar
-
remove window shadow in fullscreen2004-11-02, by nplourde
-
set aqua default theme2004-11-02, by nplourde
-
Sync2004-11-02, by gpoirier
-
have each XviD's option flag have its (no)counterpart2004-11-02, by gpoirier
-
icons for the GUI context menu2004-11-02, by diego
-
winvidix requires -lgdi322004-11-02, by faust3
-
typo2004-11-02, by diego
-
spelling, wording, updates2004-11-02, by diego
-
further sync by Carl Furstenberg <azatoth at gmail dot com>2004-11-02, by diego
-
several updates in video filters section, almost finished sync2004-11-02, by kraymer
-
enable vcd support on all based darwin system2004-11-01, by nplourde
-
sync 1.7992004-11-01, by wight
-
vo_gl should work fine with -fixed-vo2004-11-01, by reimar
-
fullscreen fixes and GUI support for vo_gl2004-11-01, by reimar
-
fix build on darwin ppc2004-11-01, by nplourde
-
do not hide mouse and menubar in fulscreen if not using main device2004-11-01, by nplourde
-
more panscan fix2004-11-01, by nplourde
-
small compilation fix2004-11-01, by rathann
-
small fix to find DocBook DTD in more exotic locations like2004-11-01, by rathann
-
Memleak fix: free index data at demuxer_close2004-11-01, by rtognimp
-
More changes2004-11-01, by rtognimp
-
osx port related2004-10-31, by nplourde
-
Typo, found by Nico Sabbi2004-10-31, by rtognimp
-
more pre6 changes by Roberto and me2004-10-31, by diego
-
Different buffering scheme, avoiding possible races (SDL is using threads!).2004-10-31, by reimar
-
French fixes2004-10-31, by gpoirier
-
gcc-4 compile fix: invalid lvalue in assignment2004-10-31, by atmos4
-
Fix erroneus extern declarations, fix wrong signedness of some vars2004-10-31, by atmos4
-
gcc-4.0.0-20041024 compile-fix2004-10-31, by atmos4
-
Update decoders section2004-10-31, by rtognimp
-
QuickDraw video decoding support via lavc2004-10-31, by rtognimp
-
a few 10l fixes by Wei Jiang <jiangw98@yahoo.com>2004-10-31, by faust3
-
sync 1.152004-10-31, by wight
-
preliminary pre6 changes from Reimar2004-10-31, by diego
-
QuickSilver skin author, typo2004-10-30, by diego
-
sync with homepage2004-10-30, by diego
-
(re-)synced with 1.798 downto video filters section2004-10-30, by kraymer
-
window now save is old position when going in fullscreen or while using resize preset2004-10-30, by nplourde
-
(re-)sync downto decoding/filtering options2004-10-30, by kraymer
-
sync tag bump, forgot previously2004-10-30, by wight
-
-sync 1.7982004-10-30, by wight
-
-sync 1.522004-10-30, by wight
-
Marillat's homepage has moved.2004-10-30, by diego
-
sync tag bump2004-10-30, by wight
-
sync to 1.151 (but doesn't reflect according changes in help_mp-en.h; it's2004-10-30, by kraymer
-
little wording2004-10-30, by kraymer
-
AMD64 fixes based on patch by Timo Teräs <timo.teras@iki.fi>2004-10-30, by faust3
-
small memleak fix, based on patch by Wei Jiang <jiangw98@yahoo.com>2004-10-30, by faust3
-
Memory Free function Fix, based on patch by Wei Jiang <jiangw98@yahoo.com>2004-10-30, by faust3
-
Sync with 1.798 + french fixes2004-10-30, by gpoirier
-
avoid infinite recursion patch by Bernhard Rosenkraenzer <bero@arklinux.org>2004-10-30, by faust3
-
fix XVideo misdetection on OSF/1, patch by Gabucino <gabucino at mplayerhq.hu>2004-10-30, by faust3
-
Fixed the assumption user will always give 2+ args to the program.2004-10-29, by al
-
ffmpeg mjpeg-b is working2004-10-29, by rtognimp
-
continuing updates2004-10-29, by kraymer
-
compile fix on G32004-10-29, by pontscho
-
panscan now supported in vo_quartz2004-10-29, by nplourde
-
resize preset now respect movie aspect2004-10-29, by nplourde
-
enable pan-scan + menu option2004-10-29, by nplourde
-
Allow attaching gdb on crash automatically.2004-10-28, by reimar
-
get proper movie aspect2004-10-28, by nplourde
-
menu option to set desired movie aspect & keep aspect on window resize2004-10-28, by nplourde
-
autodetect proper monitor aspect2004-10-28, by nplourde
-
better wording2004-10-28, by diego
-
fs_res desc for vo_quartz2004-10-28, by nplourde
-
let you choose fullscreen resolution for slower system2004-10-28, by nplourde
-
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.2004-10-28, by diego
-
spelling2004-10-28, by diego
-
vivodump compiles now, so it can be added to OBJS.2004-10-28, by diego
-
Remove hardcoded filenames in favor of command line parameters, some error2004-10-28, by diego
-
compilation fix, mostly by Reza Jelveh2004-10-28, by diego
-
wording corrected again..2004-10-27, by kraymer
-
began updates of that part of the manpage that was in sync before (~six weeks ago)2004-10-27, by kraymer
-
Miro VideoXL support via lavc2004-10-27, by rtognimp
-
fix windows resizing ui glitch2004-10-27, by nplourde
-
Sync with 1.794: vcresample & sweep filters2004-10-27, by gpoirier
-
lavcresample & sweep filters2004-10-27, by michael
-
repace call to sleep_accurate to usleep which fix hang while using -cache option on osx2004-10-27, by nplourde
-
Removed one Edl debug message2004-10-26, by reynaldo
-
Fixed 2 debug edl messages2004-10-26, by reynaldo
-
1.147: skipped, typo was fixed earlier2004-10-26, by kraymer
-
Added dots at end of sentence (m_config.c section)2004-10-26, by kraymer
-
1.145: Translatable messages moved to help_mp-en.h. (codec-cfg.c)2004-10-26, by kraymer
-
sync by Gabor Mizda <gabrov at freemail dot hu>2004-10-26, by diego
-
cmd can be NULL when leaving the paused mode and using the GUI2004-10-26, by reimar
-
Removal of help_mp.h on make distclean, as requested by Felix Buenemann2004-10-26, by wight
-
Audio plugins have been superceded by audio filters, noticed by Gabrov.2004-10-26, by diego
-
further translation and sync by Mizda Gabor <gabrov at freemail dot hu>2004-10-26, by diego
-
further translation by Carl Furstenberg <azatoth at gmail dot com>2004-10-25, by diego
-
whitespace fixes by Mizda Gabor <gabrov at freemail dot hu>2004-10-25, by diego
-
synced with 1.502004-10-25, by paszczi
-
10l2004-10-25, by ivo
-
1.142: removing ao_alsa9.c and ao_alsa1x.c2004-10-25, by kraymer
-
1.134: New translatable messages for vo_pnm2004-10-25, by kraymer
-
1.132: MSGTR_EdlCantOpenForWrite updated2004-10-25, by kraymer
-
sync by Jiri Heryan <technik at domotech dot cz>2004-10-25, by diego
-
sync tag bump2004-10-25, by wight
-
Marillat's homepage has been down for ages.2004-10-25, by diego
-
translation (yet incomplete) by Carl Furstenberg <azatoth at gmail dot com>2004-10-24, by diego
-
Important typo noticed by Piero di Vita <scognito at libero dot it>2004-10-24, by diego
-
Support wmspdmod.dll version 10.0.0.36462004-10-24, by rtognimp
-
Support WMV Screen Codec 2 (MSS2) with binary codec2004-10-24, by rtognimp
-
print build num2004-10-24, by michael
-
Decode VDOWave (VDOM) with binary codec2004-10-24, by rtognimp
-
10l (mplayer doesnt like AV_NOPTS_VALUE)2004-10-24, by michael
-
_def_enca should always be set to something! And preferrably correctly..2004-10-24, by reimar
-
Windows media video advanced profile (wmva) support via binary codec2004-10-24, by rtognimp
-
Add --enable and --disable options for vo_pnm and vo_md5sum to configure.2004-10-23, by ivo
-
100l for playback speed changing in audio-only case2004-10-23, by reimar
-
10l, missing playback_speed argument in mp_msg call.2004-10-23, by reimar
-
FreeBSD compilation fix2004-10-23, by reimar
-
Remove obsoleted comment about wma9sp running only on windows2004-10-23, by rtognimp
-
Fix for Windows media audio 9 voice codec (format 0x0a)2004-10-23, by rtognimp
-
seeking based on the largest timestamp in an mpeg stream2004-10-23, by aurel
-
Sync with 1.793:2004-10-22, by gpoirier
-
overlay color control support based on patch by Vitos Laszlo <laca <at> evol.ro>2004-10-22, by faust3
-
Enable live resize2004-10-22, by nplourde
-
10000l : fix a crash on x86 due to an horrible mistake in my x86_64 patch2004-10-22, by aurel
-
MEncoder needs -srate together with -af resample,2004-10-21, by diego
-
sync by Mizda Gabor <gabrov at freemail dot hu>2004-10-21, by diego
-
user selectable cutoff frequency2004-10-21, by michael
-
crash with Y8 colourspace fixed2004-10-21, by reimar
-
Sync with 1.7922004-10-21, by gpoirier
-
Sync with 1.791 + some French fixes2004-10-21, by gpoirier
-
small fixes2004-10-21, by diego
-
quartz vo driver specific key binding definition2004-10-21, by nplourde
-
sync 1.18 + linebreak2004-10-21, by wight
-
missing \2004-10-21, by wight
-
fixed typo2004-10-21, by nplourde
-
sine sweep generator2004-10-21, by michael
-
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_642004-10-21, by aurel
-
move variable declaration at beginning of block2004-10-21, by nplourde
-
The Hungarian translation has been available in XML format for some time2004-10-21, by diego
-
Remove incomplete key list and command list and update the other sections2004-10-21, by diego
-
Clarify filters vs plugins.2004-10-21, by diego
-
Better descriptions merged from the XML docs.2004-10-21, by diego
-
grammar + indentation cosmetics2004-10-21, by diego
-
libavcodec resampling ...2004-10-21, by michael
-
removed duplicate case and fixed aspect ratio for window zoom feature2004-10-20, by nplourde
-
darwin vcd support credit2004-10-20, by nplourde
-
allow changing playback speed during playback.2004-10-20, by reimar
-
Sync with 1.788: wording/spelling2004-10-20, by gpoirier
-
fix -loop in combination with -shuffle2004-10-20, by reimar
-
Fixed event handling for menubar and window close button.2004-10-20, by nplourde
-
sync and fixes by Carl Furstenberg <azatoth at gmail dot com>2004-10-20, by diego
-
Small Mp/mp/MP typo fix2004-10-20, by reynaldo
-
partial sync with help_mp-en 1.1482004-10-20, by reynaldo
-
Move help_mp.h generation to Makefile, so it's easier to maintain on2004-10-20, by wight
-
make uninstall was leaving vidix, dha, and libmpdvdkit libraries2004-10-20, by wight
-
sync by Carl Fürstenberg <azatoth at gmail dot com>2004-10-20, by diego
-
Index-Recovery cosmetix2004-10-20, by atmos4
-
printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>2004-10-20, by diego
-
wording/spelling2004-10-20, by diego
-
Typo noticed by Reimar Döffinger.2004-10-20, by diego
-
sync and fixes by Carl Fürstenberg <azatoth@gmail.com>2004-10-20, by diego
-
translation by Carl Furstenberg <azatoth@gmail.com>2004-10-19, by diego
-
Sync with 1.787:2004-10-19, by gpoirier
-
fix menu bar support and add new movie zoom option menu a la quicktime2004-10-19, by nplourde
-
lavc is faster than XviD and thus recommended for decoding and PP.2004-10-19, by diego
-
man page review part XII2004-10-19, by diego
-
consistent I/P/B-frame spelling2004-10-19, by diego
-
Spelling/wording/clarity improvements and bug fixes.2004-10-19, by diego
-
sync by Mizda Gabor <gabrov at freemail dot hu>2004-10-19, by diego
-
Typo noticed by Nicolas Plourde.2004-10-19, by diego
-
Remove redundant ASF status line, there is another for all formats.2004-10-19, by diego
-
Fix playback on big-endian systems.2004-10-19, by diego
-
10l, patch by Jan Knutar <jknutar@nic.fi>2004-10-18, by faust3
-
sync 1.7832004-10-18, by wight
-
support function for vcd on darwin2004-10-18, by nplourde
-
enable vcd for all darwin based sys not only mac osx2004-10-18, by nplourde
-
document global variables used with fribidi2004-10-18, by faust3
-
correctly display the commas of most hebrew subtitles on the left side2004-10-18, by faust3
-
add vcd support to darwin for ppc2004-10-18, by nplourde
-
Fix compilation when LOG is defined2004-10-18, by rtognimp
-
EOF detection (fix hanging at end of stream)2004-10-18, by rtognimp
-
Bitrate setting option in ve_xvid4.c doesn't follow the rules described2004-10-18, by rathann
-
channel reorder patch by Florian Dietrich <flodt8 at yahoo.de>2004-10-18, by faust3
-
Fix segfault for unexistant/unreachable rtsp streams2004-10-18, by rtognimp
-
Limit Gui redraw rate.2004-10-18, by reimar
-
Recover Keyframe-Index for XviD aswell2004-10-18, by atmos4
-
Synced with 1.779, some typo from 1.7712004-10-18, by danny
-
icon now in /usr/share/pixmaps not /usr/share/icons2004-10-18, by diego
-
Applications menu entry now handled through the top-level Makefile.2004-10-18, by diego
-
Menu entry for all freedesktop.org compliant window managers.2004-10-18, by diego
-
sync by Jiri Heryan <technik at domotech dot cz>2004-10-18, by diego
-
bug fixes by Jiri Heryan <technik at domotech dot cz>2004-10-18, by diego
-
sync 1.782 + 2 spelling mistakes2004-10-17, by wight
-
Sync with 1.782: Only use S/PDIF output when no other alsa device is set,2004-10-17, by gpoirier
-
Only use S/PDIF output when no other alsa device is set, allows to use2004-10-17, by reimar
-
OSD variant for vo_gl.c that behaves more like the one of other vos.2004-10-17, by reimar
-
compile error fix on PPC/G32004-10-17, by pontscho
-
Added new PCI IDS, patch by Benjamin Zores <ben@tutuxclan.org>2004-10-17, by faust3
-
I420 support patch by Benjamin Zores <ben@tutuxclan.org>2004-10-17, by faust3
-
Sync with 1.780: Documents two new postprocessing options: "dering-luma"2004-10-17, by gpoirier
-
Documents two new postprocessing options: "dering-luma" and "dering-chroma"2004-10-17, by gpoirier
-
added gl_common for code used by both vo_gl.c and vo_gl2.c.2004-10-17, by reimar
-
Sync with GomGom's patch-12 version.2004-10-16, by iive
-
Fix incompatibility with audio devices with more then 2 channels2004-10-16, by nplourde
-
Sync with 1.779: missing sentence dots2004-10-15, by gpoirier
-
avoid segfault with -vc dummy2004-10-15, by reimar
-
missing sentence dots2004-10-15, by wight
-
- sync 1.7782004-10-15, by wight
-
Synced with 1.771, drop not necessry \&2004-10-15, by danny
-
synced with 1.192004-10-14, by paszczi
-
Sync with 1.778: Make '.' key default for framestepping2004-10-14, by gpoirier
-
Sync with 1.7772004-10-14, by gpoirier
-
Make '.' key default for framestepping2004-10-14, by reimar
-
some memory leaks fixed2004-10-14, by reimar
-
ao dsound improvements patch by Florian Dietrich <flodt8 at yahoo.de>2004-10-14, by faust3
-
10l to me, noticed by Torinthiel2004-10-14, by diego
-
Added missing toolame to the list of codec specific encoding options.2004-10-14, by diego
-
sync by Mizda Gabor <gabrov@freemail.hu>2004-10-14, by diego
-
vo_gl now supports -panscan as well.2004-10-14, by diego
-
man page review part XI2004-10-14, by diego
-
Comment clarified, patch by Sylvain Colinet <scolinet at gmail dot com>.2004-10-13, by diego
-
Sync with 1.773: allow to step only one frame forward by pressing s.2004-10-13, by gpoirier
-
fixed small memleaks2004-10-13, by reimar
-
typo2004-10-13, by diego
-
sync by Mizda Gabor <gabrov at freemail dot hu>2004-10-13, by diego
-
typo found by Mizda Gabor <gabrov at freemail dot hu>2004-10-13, by diego
-
Remove CPU speed detection since2004-10-13, by diego
-
clarification2004-10-13, by diego
-
allow to step only one frame forward by pressing s.2004-10-12, by reimar
-
Creative ADPCM native decoder from lavc2004-10-12, by rtognimp
-
-fno-PIC will not work on OSX, and it is only useful on x86 anyway.2004-10-12, by reimar
-
10l2004-10-12, by iive
-
better component_func2004-10-12, by alex
-
modified outdated message which was still referring to ALSA 0.5 and 0.92004-10-12, by aurel
-
Translatable messages moved to help_mp-en.h.2004-10-12, by diego
-
bug fixes by Jiri Heryan <technik at domotech dot cz>2004-10-12, by diego
-
updates2004-10-12, by diego
-
translation by Mizda Gabor <gabrov at freemail dot hu>2004-10-12, by diego
-
sync by Mizda Gabor <gabrov at freemail dot hu>2004-10-11, by diego
-
Sync with 1.772: XviD's bvhq option desc2004-10-11, by gpoirier
-
XviD's bvhq option description2004-10-11, by gpoirier
-
Zeta OS support, mostly working.2004-10-11, by reimar
-
too large extradata2004-10-11, by michael
-
Sync with GomGom's patch-12 version.2004-10-11, by iive
-
set myself (Aurelien Jacobs) as vo_vesa maintainer2004-10-11, by aurel
-
removed dependency on liba522004-10-11, by nicodvb
-
LIBAVFORMAT_BUILD >= 46192004-10-10, by michael
-
fix Cyberblade VidiX driver TVOUT patch by Benjamin Zores <ben@tutuxclan.org>2004-10-10, by faust3
-
Do not loose commands while paused.2004-10-10, by reimar
-
The full name of the GPL is GNU General Public License.2004-10-10, by diego
-
aspect scaling and panscan support for vo_gl.c2004-10-10, by reimar
-
typo noticed by Shixin Zeng <shixinzeng at sjtu dot edu dot cn>2004-10-10, by diego
-
Variables for OSD support should be static2004-10-10, by reimar
-
Windows Media Image (WMVP) can be decoded with WMV9 dmo codec2004-10-09, by rtognimp
-
synced with 1.7702004-10-09, by paszczi
-
sync by Mizda Gabor <gabrov at dana dot hu>2004-10-09, by diego
-
Support for 24 bit and 20 bit LPCM (simple and slow :-( )2004-10-09, by reimar
-
correct scaling when the screen resolution is smaller than the flat panel resolution2004-10-09, by faust3
-
Sync with 1.770: af_extrastereo, af_volnorm2004-10-09, by gpoirier
-
fix compilation on mingw2004-10-09, by faust3
-
af_extrastereo, af_volnorm2004-10-09, by diego
-
consistency fix, typos and better wording as suggested by Loren Merritt2004-10-09, by diego
-
Support ON2 variation of AVI format (.vp5 files)2004-10-08, by rtognimp
-
Sync with 1.7672004-10-08, by gpoirier
-
minor revision to improve clearness, add a comprehensive list of all2004-10-08, by gpoirier
-
OpenGL OSD rendering for vo_gl2004-10-08, by reimar
-
Hint at FIXED_POINT for better (SBR) performance.2004-10-08, by diego
-
partial sync by Mizda Gabor <gabrov@dana.hu>2004-10-07, by diego
-
Some french corrections, mostly "s" on plurial forms2004-10-07, by gpoirier
-
credits for the Wanderer, by himself2004-10-07, by diego
-
printf --> mp_msg conversion2004-10-07, by diego
-
10l compilation fix2004-10-06, by reimar
-
fixed UNPACK_ALIGNMENT setting.2004-10-06, by reimar
-
Make Makefile conform to the general MPlayer style, alaw-gen added.2004-10-06, by diego
-
Also ignore alaw-gen and its output.2004-10-06, by diego
-
Missing .cvsignore file added.2004-10-06, by diego
-
Made Makefile conform to the general MPlayer style, clean target added.2004-10-06, by diego
-
File filter dropdown box value is now preserved between dialog invocations.2004-10-06, by diego
-
sync by Jiri Heryan <technik@domotech.cz>2004-10-06, by diego
-
Currently vbeGetProtModeInfo call the 0x4f0a function of int 10h the get2004-10-06, by faust3
-
synced with 1.7652004-10-05, by paszczi
-
make af_help conform better to the the afm/vfm/etc equivalents2004-10-05, by alex
-
unsinged 32 and 24bit types2004-10-05, by alex
-
postproc/yuv2rgb_altivec.c compile fix2004-10-05, by michael
-
keyframe index2004-10-05, by michael
-
xvmc clarification2004-10-05, by diego
-
branch field to distinguish mncf from nut2004-10-05, by michael
-
remove short startcodes2004-10-05, by michael
-
remove non native codec specific data2004-10-05, by michael
-
Sync with 1.764: -alang needs a language code, not a country code.2004-10-05, by gpoirier
-
Syntax check, space after apostrophe, i.e. and e.g. translated2004-10-05, by danny
-
-alang needs a language code, not a country code.2004-10-05, by diego
-
Errors from 1.737 sync, pointed out by Diego2004-10-05, by danny
-
Corrected 'synced with' string, now 1.182004-10-04, by reynaldo
-
make use of 24bit afmt2004-10-04, by alex
-
make use of new defines: 24 and 32bit integer types2004-10-04, by alex
-
reimplementation of the pl_extrastereo and pl_volnorm plugins2004-10-04, by alex
-
fixing authors2004-10-04, by alex
-
introducing 24bit formats and make the values compliant to OSS2004-10-04, by alex
-
How to take a screenshot, how to use dmix, how to choose languages and2004-10-04, by diego
-
Sync with 1.763:2004-10-04, by gpoirier
-
Better description of x264 PSNR stats.2004-10-04, by gpoirier
-
-alang description corrected.2004-10-04, by diego
-
removing ao_alsa9.c and ao_alsa1x.c as they are superseded by ao_alsa.c2004-10-04, by reimar
-
Added missing EOL.2004-10-04, by ivo
-
fixed memleak, especially for fixed-vo.2004-10-03, by reimar
-
fixed compilation warnings and errors (previously my network went down)2004-10-03, by paszczi
-
fixed compilation warnings and errors2004-10-03, by paszczi
-
synced with latest english docs2004-10-02, by paszczi
-
synced with 1.1402004-10-02, by paszczi
-
Typo, pointed out by lu_zero2004-10-02, by rtognimp
-
synced with 1.7612004-10-02, by paszczi
-
typo2004-10-02, by diego
-
typos2004-10-02, by diego
-
Remove preceding newline to make -XXX help output consistent.2004-10-02, by diego
-
Removed all obsolete and unused messages.2004-10-02, by diego
-
Obsolete and unused message removed.2004-10-02, by diego
-
support newer gcc2004-10-02, by faust3
-
Sync with 1.760:2004-10-02, by gpoirier
-
synced with 1.7602004-10-02, by paszczi
-
-sws and -vf scale sections improved, small fixes.2004-10-02, by diego
-
compilation fix2004-10-02, by diego
-
typos2004-10-02, by diego
-
Nroff fixes.2004-10-01, by gpoirier
-
mpi->w and h are set by vf_get_image, do not overwrite them.2004-10-01, by reimar
-
fixed small memleak2004-10-01, by reimar
-
Sync with 1.759:2004-10-01, by gpoirier
-
sync by Jiri Heryan <technik at domotech dot cz>2004-10-01, by diego
-
Documentation of x264 3-pass mode, and typos/fixes on lavc's *_mask2004-10-01, by gpoirier
-
typos2004-09-30, by paszczi
-
synced with 1.7582004-09-30, by paszczi
-
Sync2004-09-30, by gpoirier
-
consistency between the blur filter descriptions2004-09-30, by diego
-
sync by Jiri Heryan <technik at domotech dot cz>2004-09-30, by diego
-
Explanation how to play a VOB from the hard disk.2004-09-29, by diego
-
-dvd-device can point to a directory to play a VOB from the hard disk.2004-09-29, by diego
-
Sync with 1.756:2004-09-29, by gpoirier
-
Removal of vo_md5 and vo_pgm of MAINTAINERS file.2004-09-29, by ivo
-
Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnm2004-09-29, by ivo
-
sync by Reynaldo H. Verdejo Pinochet <reynaldo at opendot dot cl>2004-09-29, by diego
-
Better wording/descriptions as suggested by the Wanderer.2004-09-28, by diego
-
synced with 1.7542004-09-28, by paszczi
-
better, tuneable (via #define) MP3 detection, limit demux_audio to scanning2004-09-28, by reimar
-
show ogg subtitle language on OSD, if available2004-09-28, by joey
-
make sure exit_player gets called2004-09-28, by joey
-
sync2004-09-28, by wight
-
THE "vf=eq2=1.0:-0.8" fix2004-09-28, by gpoirier
-
changed include of stdint.h to inttypes.h2004-09-27, by ivo
-
This reverts the x264 modifications to the man page suggested my Loren, and2004-09-27, by gpoirier
-
identical text for identical suboptions2004-09-27, by diego
-
I need Cola! -vf=eq2=1.0:-0.8 is the syntax for conf file, -vf eq2=1.0:-0.8 is2004-09-27, by gpoirier
-
Sws default setting correction, and random wordings2004-09-27, by gpoirier
-
MEncoder-users mailing list created.2004-09-27, by diego
-
Porting of CRTC2 to mga_vid is stalled.2004-09-27, by diego
-
compensate for width/height being picture width/height instead of bitstream width/height2004-09-27, by michael
-
synced with 1.749 + random fixes2004-09-27, by paszczi
-
Better phrasing suggested by The Wanderer2004-09-27, by gpoirier
-
Tons of French corrections2004-09-27, by gpoirier
-
SBR code does NOT work with fixed point (uses floats, slow as hell)2004-09-27, by rfelker
-
Sync with 1.748: better descriptions for remaining, poorly documented masking2004-09-26, by gpoirier
-
sync with 1.6852004-09-26, by nauj27
-
better descriptions for remaining, poorly documented masking options.2004-09-26, by gpoirier
-
Cumulative sync patch:2004-09-26, by gpoirier
-
use aspect code when used with vidix2004-09-26, by faust3
-
man page review part X2004-09-26, by diego
-
detect byte order even for cross-compiling2004-09-26, by faust3
-
--host-cc option for crosscompiling2004-09-26, by faust3
-
-lavdopts lowres2004-09-26, by michael
-
Look for SDL includes in /usr/include as well, use cc instead of gcc.2004-09-26, by diego
-
Wrong comment, the bitmap is blue, not green.2004-09-26, by diego
-
low resolution decoding2004-09-26, by michael
-
Encoding tip regarding x264's deblock filter suggested by Loren Merritt.2004-09-26, by gpoirier
-
Cumulative sync with 1.7442004-09-26, by gpoirier
-
-lpthread --> $(ARCH_LIB), helps linking on systems without pthread.2004-09-26, by diego
-
quantizer --> quantization as pointed out by Attila2004-09-25, by diego
-
Hint at examples, better wording, some cosmetics.2004-09-25, by diego
-
printf --> mp_msg conversion in ao_plugin2004-09-25, by diego
-
synced with 1.7422004-09-25, by paszczi
-
almost sync :)2004-09-25, by nauj27
-
Sync with 1.7422004-09-25, by gpoirier
-
Better vme description2004-09-25, by gpoirier
-
printf --> mp_msg transition in vo_yuv4mpeg2004-09-25, by diego
-
add ao_dsound author2004-09-25, by faust3
-
Fixed [no]input suboptions.2004-09-25, by syrjala
-
synced with 1.492004-09-25, by paszczi
-
synced with 1.7412004-09-25, by paszczi
-
Better x264 descriptions/fixes based on Loren Merritt's patch (Thu, 23 Sep 2004)2004-09-25, by gpoirier
-
DirectX 7 or later is needed for -vo directx.2004-09-24, by diego
-
FAAD updated by adland.2004-09-24, by diego
-
Update FAAD to a 2.1 beta CVS snapshot from 2004.07.12.2004-09-24, by diego
-
Same wording of vo_jpeg's outdir option as vo_pnm's.2004-09-24, by ivo
-
sync by Jiri Heryan <technik@domotech.cz>2004-09-24, by diego
-
missing extern2004-09-23, by rathann
-
synced with 1.7392004-09-23, by paszczi
-
roff fixes2004-09-23, by diego
-
sync with 1.738 and fixes2004-09-23, by gpoirier
-
Encoding tips for x264 + 10l2004-09-23, by gpoirier
-
Rroff markup fixes and point out a 10l.2004-09-23, by diego
-
roff markup fix2004-09-23, by diego
-
fix examples for ao_alsa options dialog and add example for mixer index.2004-09-23, by reimar
-
Synced with 1.7372004-09-23, by danny
-
synced with 1.738 + small fixes2004-09-22, by paszczi
-
Add comment to remind that voxmsdec.ax requires also msms001.vwp2004-09-22, by rtognimp
-
small fixes2004-09-22, by diego
-
100l2004-09-22, by faust3
-
Cumulative patch2004-09-22, by gpoirier
-
Better lumi/dark_masking descriptions, tips for 4mv and autoaspect and 10l fix2004-09-22, by gpoirier
-
Better nssew description2004-09-22, by gpoirier
-
allow to select an alsa mixer channel index.2004-09-22, by reimar
-
Sync with 1.733: add support for subpel quality refinement option in x264.2004-09-22, by gpoirier
-
fixes, better wordings on the new portable anymap and md5sum video output2004-09-22, by gpoirier
-
add support for subpel quality refinement option in x264.2004-09-22, by iive
-
10l2004-09-22, by rfelker
-
Nobody maintains dvdnav, it's not supported.2004-09-22, by diego
-
sync with 1.732: encoding to mp2 with libtoolame2004-09-21, by gpoirier
-
setting samplesize to 2 in decoders where neccessary.2004-09-21, by reimar
-
encoding to mp2 with libtoolame2004-09-21, by nicodvb
-
encoding to mp2 with libtoolame - only cbr atm2004-09-21, by nicodvb
-
lot of bigendian fixes2004-09-21, by alex
-
credit for Loren Merritt, patch by himself2004-09-21, by diego
-
clarification about FFmpeg license, typo2004-09-21, by diego
-
Sync with 1.731: Better description of lavc's dia encoding option, thanks2004-09-21, by gpoirier
-
Better explain why we have no DVD menus and what to do about it (DIY).2004-09-21, by diego
-
typo, Xine --> xine2004-09-21, by diego
-
Better description of lavc's dia encoding option, thanks to Loren Merritt2004-09-21, by gpoirier
-
Fixes suggested by Diego2004-09-21, by gpoirier
-
Cumulative patch 1.727 and 1.7222004-09-21, by gpoirier
-
split patches up as far as sensibly possible, but no further.2004-09-21, by diego
-
typo2004-09-21, by diego
-
Cosmetics, start new sentences on a new line.2004-09-21, by diego
-
Roff interprets ' as markup, thus lines should never start with '.2004-09-21, by diego
-
sync by Jiri Heryan <technik at domotech dot cz>2004-09-21, by diego
-
cosmetics2004-09-20, by paszczi
-
synced with 1.728 + random fixes2004-09-20, by paszczi
-
Reworked description of lavc's 3-pass encoding; patch by its creator2004-09-20, by gpoirier
-
10l: Make turbo mode compatible with 3-pass encoding2004-09-20, by gpoirier
-
Better description of Loren Merritt's 3-pass mode, better qns desc., and a2004-09-20, by gpoirier
-
Added the uCIFS library, of which a part is used by vo_md5sum.2004-09-20, by ivo
-
"partial" sync with 1.726: Document the new portable anymap and md5sum video2004-09-20, by gpoirier
-
Credit where credit's due :)2004-09-20, by ivo
-
Document the new portable anymap and md5sum video output drivers.2004-09-20, by ivo
-
Added myself to AUTHORS and MAINTAINERS for the new vo_pnm and vo_md5sum2004-09-20, by ivo
-
This patch enables the compilation and linking of vo_md5sum to libvo.2004-09-20, by ivo
-
This patch enables the compilation and linking of vo_pnm (the portable2004-09-20, by ivo
-
New translatable messages for vo_pnm (the portable anymap video output2004-09-20, by ivo
-
New MD5 sum video output driver. For every frame, it calculates the MD5 sum2004-09-20, by ivo
-
New generic 'portable anymap' video output driver. It supports portable2004-09-20, by ivo
-
100l typo2004-09-19, by michael
-
Sync with 1.725: Better wording and clarity as suggested by the Wanderer.2004-09-19, by gpoirier
-
handle sigchld in mplayer.c2004-09-19, by faust3
-
switch_ratio may not work with some filter chains2004-09-19, by faust3
-
Better wording and clarity as suggested by the Wanderer.2004-09-19, by diego
-
cosmetics by frogu2004-09-19, by paszczi
-
Fixes indentation around my contributions, and adds lavc's "turbo" mode,2004-09-19, by gpoirier
-
New lavc flag: "turbo" mode which is supposed to speed up 2-pass encoding2004-09-19, by gpoirier
-
synced with 1.7232004-09-18, by paszczi
-
mp_msg transition of unmaintained audio output drivers.2004-09-18, by ivo
-
Cumulative patch:2004-09-18, by gpoirier
-
fix playback of files with displaysize not set (aspect was set to NaN for these)2004-09-18, by reimar
-
Use the same names as on mphq for the generated man pages.2004-09-18, by diego
-
Reduce excessive verbosity a bit.2004-09-18, by diego
-
man page review part IX2004-09-18, by diego
-
czech man page translation by Jiri Heryan <technik at domotech dot cz>2004-09-18, by diego
-
compile fix2004-09-18, by gabucino
-
force compilers not to optimize/inline extend_stack_for_dll_alloca2004-09-18, by reimar
-
fix reimar's 10l...no actually imho it's arpi's 100l for writing the2004-09-18, by rfelker
-
synced with 1.40 + random fixes2004-09-17, by paszczi
-
A bit of sync2004-09-17, by nauj27
-
synced with 1.7212004-09-17, by paszczi
-
Sync with English manpage2004-09-17, by gpoirier
-
-menu-startup, based on patch by Aurelien Jacobs <aurel at gnuage dot org>2004-09-17, by diego
-
runtime aspect switching, patch by Aurelien Jacobs <aurel at gnuage . org>2004-09-17, by diego
-
Quit now sends an optional return value, based on patch sent by Aurelien2004-09-17, by diego
-
Translate up to MSGL_STATUS so all normal output is translated.2004-09-17, by diego
-
MicroDVD IS a frame-based subtitle format, mistake noticed by Jiri Heryan2004-09-17, by diego
-
wording, spelling and small fixes to the video output driver section2004-09-17, by diego
-
Made the wording of MSGTR_EdlCantOpenForWrite and MSGTR_EdlCantOpenForWrite2004-09-17, by diego
-
10l2004-09-17, by faust3
-
center the image when screenw & height are set2004-09-17, by faust3
-
lastes sync with EDL messages2004-09-17, by kraymer
-
Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch2004-09-17, by diego
-
moved sh_audio initialization from dec_audio to demuxer.c to fix2004-09-16, by reimar
-
IBM Ultimotion native decoding via libavcodec2004-09-16, by rtognimp
-
Changed the default again so that the initial video position is in2004-09-16, by faust3
-
nick2004-09-16, by diego
-
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs2004-09-15, by rtognimp
-
synced with 1.7182004-09-15, by paszczi
-
mingw compile fix2004-09-15, by faust3
-
fix a memory corruption and make sure only getch2 handles stdin2004-09-15, by faust3
-
option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage.org>2004-09-15, by faust3
-
This time is a patch to improve subtitle alignment management. It2004-09-15, by faust3
-
Cumulative patch:2004-09-15, by gpoirier
-
Audio output driver suboptions documented2004-09-15, by danny
-
add a comment to the Xorg workaround2004-09-15, by faust3
-
Index must be positive to prevent endless loop on bad data2004-09-14, by rtognimp
-
workaround for Xorg-6.8 not saving the surface registers on bigendian2004-09-14, by faust3
-
fix compile on gcc 2.95.32004-09-14, by iive
-
AVC support moved to libavcodec, avcC atom is now passed in extradata2004-09-13, by rtognimp
-
sync 1.7172004-09-13, by wight
-
random fixes, spelling, vocabulary2004-09-12, by wight
-
Consistency fixes, spelling2004-09-12, by wight
-
Sync with English mp-v1.715.2004-09-12, by gpoirier
-
All video driver suboptions documented, gif and tga examples2004-09-12, by danny
-
small fixes2004-09-12, by diego
-
changed wording (s/Unteroption/Suboption)2004-09-12, by kraymer
-
2pass encoding support for x264(r46).2004-09-12, by iive
-
Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>.2004-09-12, by mosu
-
Sync with 1.711:2004-09-12, by gpoirier
-
Added one more error check. Forgot it last time (grrr :) ).2004-09-12, by ivo
-
removed occurence of work as maintainer (in regard to Diego's email)2004-09-11, by kraymer
-
updates in video output drivers section (update rev 1710 of en/mplayer.1)\nother minor fixes2004-09-11, by kraymer
-
hopefully last format correction regarding prior commit in video output drivers section2004-09-11, by kraymer
-
fixes some typos, wording and formatting2004-09-11, by kraymer
-
Fixed typo.2004-09-11, by ivo
-
* Changed malloc and strncpy to strdup. Less code.2004-09-11, by ivo
-
added myself to AUTHORS file2004-09-11, by kraymer
-
changed email address2004-09-11, by kraymer
-
minor changes I came across during sync of videofilters section2004-09-11, by kraymer
-
spell-checking done for beginning until player-specific options (mplayer only)2004-09-11, by kraymer
-
Make --with-x264incdir work, patch by Jan Knutar <jknutar at nic.fi>2004-09-11, by diego
-
fix seeking in audio-only case (crash when seeking backwards, time reset to 0)2004-09-11, by reimar
-
output faad error message in case of a decoder error2004-09-11, by reimar
-
100l2004-09-10, by rtognimp
-
Don't prepend basepath to a full unix path. ( 10l to Joey. )2004-09-10, by al
-
libavformat2004-09-10, by diego
-
Fixes for VirtualAlloc function:2004-09-10, by rtognimp
-
typos, wording2004-09-10, by diego
-
show video format for all demuxers, not just avi (move this somewhere else if you prefer)2004-09-10, by rfelker
-
avoid always skipping first junk with a "sync lost" message2004-09-09, by reimar
-
Don't leave a messed up terminal after a crash2004-09-09, by rtognimp
-
typos and wordings picked up by Diego2004-09-09, by gpoirier
-
Sync with 1.709: "some typo, case change"2004-09-09, by gpoirier
-
Encoding options update, most are XviD related2004-09-09, by gpoirier
-
sync2004-09-09, by paszczi
-
some typo, case change2004-09-09, by danny
-
synced with 1.708 (aka first sync from my laptop;P)2004-09-09, by paszczi
-
All video filters are now documented and in sync against English man page.2004-09-09, by gpoirier
-
adding the code documentation guide lines2004-09-09, by attila
-
chunk size fix from Ross Finlayson, ported from xine2004-09-08, by diego
-
CVS policy updated as discussed on dev-eng.2004-09-08, by diego
-
Von/van should not determine alphabetical order, email address added.2004-09-08, by diego
-
Typos on the XviD section2004-09-08, by gpoirier
-
Synced with 1.7072004-09-08, by danny
-
Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can2004-09-08, by ivo
-
This patch moves the directory creation code to a separate function. I have2004-09-08, by ivo
-
Big changes on XviD documentation.2004-09-07, by gpoirier
-
OpenBSD clarification by Björn Sandell <biorn @ dce . chalmers . se>2004-09-07, by diego
-
newly created videofilters section2004-09-07, by kraymer
-
finished translation and review of decoding/filtering section2004-09-07, by kraymer
-
\-af note added2004-09-07, by kraymer
-
Cumulative patch2004-09-07, by gpoirier
-
Sync with Diego's alphabetical order for lavdopts2004-09-07, by gpoirier
-
disable direct rendering for h2642004-09-07, by michael
-
MPlayer X11 options do not affect SDL.2004-09-07, by diego
-
spelling2004-09-07, by diego
-
reorder lavdopts suboptions to achieve alphabetical order2004-09-06, by kraymer
-
\-jpeg moved2004-09-06, by kraymer
-
finally diego will be happy....this is totally useless but oh well :)2004-09-06, by rfelker
-
mplayer -af help now lists all available audio filters.2004-09-06, by ivo
-
pullup docs + new feature for slow cpus :)2004-09-06, by rfelker
-
Copy-n-Paste bug breaking channel selection in audio configuration dialog2004-09-06, by reimar
-
typo2004-09-06, by diego
-
pan filter needs number of _input_ channels, ported from the man page.2004-09-06, by diego
-
List administrators.2004-09-06, by diego
-
mailing lists and german documentation maintainers, spelling2004-09-06, by diego
-
-lavdopts fast, small fix to -lavdopts ec2004-09-06, by diego
-
alphabetical order for lavdopts2004-09-06, by diego
-
MB, QP explanation, some more consistency2004-09-06, by diego
-
some new patch policy: compression, mail threading, printf vs mp_msg2004-09-06, by diego
-
More information on XviD's "interlaced" and "4mv" options thanks to a2004-09-06, by gpoirier
-
fix seeking with -hr-mp3-seek. maybe not the best fix (why is last_pts2004-09-05, by rfelker
-
Sorry, typo2004-09-05, by kraymer
-
sync to latest updates in vo_jpeg.c section2004-09-05, by kraymer
-
Pretty much all filters documented and in sync now (up to "phase" filter,2004-09-05, by gpoirier
-
Some minor vo_jpeg fixes:2004-09-05, by ivo
-
fixed --enable-gif bug2004-09-05, by joey
-
fixed warning in my patch2004-09-05, by rfelker
-
ensure that avi files have a valid header as soon as possible.2004-09-05, by rfelker
-
updates -vo jpeg:options and minor sync2004-09-05, by gpoirier
-
Removal of -jpeg commandline option.2004-09-04, by ivo
-
alignment for SPARC64, second try2004-09-04, by reimar
-
af_pan wants number of _input_ channels, fixes bugzilla bug #222004-09-04, by reimar
-
switch_vsync patch by Aurelien Jacobs <aurel @ gnuage.org>, small fix2004-09-04, by diego
-
sync to latest manpage reviews by Diego2004-09-03, by kraymer
-
We don't need to support the old nvidia binary driver bug any longer.2004-09-03, by al
-
better documentation of not obvious subq default setting2004-09-03, by gpoirier
-
Diego's man page review part VIII commited, small syncs on video filters2004-09-03, by gpoirier
-
alphabetical order2004-09-03, by diego
-
All libavcodec encoding options are now documented2004-09-03, by gpoirier
-
improved suboption parsing, fixes also compiler warnings2004-09-03, by reimar
-
first attempt to make 24-bit PCM DVDs work2004-09-03, by reimar
-
strictness level -1 to 'almost' ignore breaks2004-09-03, by rfelker
-
just some debugging junk i'd like to have in there for now :)2004-09-02, by rfelker
-
missing initialization of round2004-09-02, by reimar
-
hue filter bugfix by ("James Crowson" <jbcrowso at ncsu dot edu>)2004-09-02, by michael
-
sync by Andoni Zubimendi <andoni at lpsat.net>2004-09-02, by nauj27
-
non spec compliant optizations support2004-09-02, by michael
-
slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gnuage.org>2004-09-02, by faust3
-
sync tag bumped to 1.472004-09-02, by wight
-
sync 1.652004-09-02, by wight
-
sync 1.472004-09-02, by wight
-
- <screen> -> <command>, improves readibility and sense.2004-09-02, by wight
-
typo2004-09-02, by diego
-
- sync 1.452004-09-01, by wight
-
synced with 1.694 + additional fixes2004-09-01, by paszczi
-
man page review part VIII2004-09-01, by diego
-
Fixes some upercase/points on sentences2004-09-01, by gpoirier
-
One-time cosmetics update.2004-09-01, by ivo
-
Sync against Diego's man page review part VI & VII2004-08-31, by gpoirier
-
Massive updates and sync on filters section.2004-08-31, by gpoirier
-
man page review part VII2004-08-31, by diego
-
synced with 1.692 + random fixes2004-08-31, by paszczi
-
cropdetect description update2004-08-31, by gpoirier
-
man page review part VI2004-08-31, by diego
-
cropdetect style fixup2004-08-31, by diego
-
Compn wished for forcing codecs.2004-08-31, by diego
-
The threads lavc option may negatively affect motion estimation.2004-08-31, by diego
-
Modified Files:2004-08-30, by kraymer
-
Using updated colorspace specifications from colorspaces.txt.2004-08-30, by reimar
-
Adds rounding parameter for width and height values returned.2004-08-30, by reimar
-
synced with 1.6822004-08-30, by danny
-
allow empty assignments, necessary for some weird servers...2004-08-30, by reimar
-
Small sync of just lavc options...2004-08-30, by gpoirier
-
Small syncs against english manpage around old-DiviX post-processing filtrers.2004-08-30, by gpoirier
-
removal of (hopefully) trailing spaces, small fixes and syncs.2004-08-30, by gpoirier
-
URL with lavc option descriptions, pointed out by Attila.2004-08-30, by diego
-
unrarlib2004-08-30, by diego
-
synced with 1.64 + fixed previous sync2004-08-30, by paszczi
-
#ifdef simplification and higher consistency2004-08-30, by diego
-
For some reason the arts sdl audio subdriver is called artsc.2004-08-30, by diego
-
synced with 1.632004-08-29, by paszczi
-
synced with 1.688 + some fixes2004-08-29, by paszczi
-
Cumulative patch for all Diego's patches before Aug 29 18:38:15 CEST 2004. Some minor fixes too.2004-08-29, by gpoirier
-
Addition of x264 encoding options plus minor spelling and syncs2004-08-29, by gpoirier
-
AVC (fourcc avc1) in mp4 support2004-08-29, by rtognimp
-
typo2004-08-28, by diego
-
small gcc warning fixes2004-08-28, by rathann
-
small fixes2004-08-28, by rathann
-
fix overcomplicated macros and a few warnings2004-08-28, by rathann
-
fix missing includes2004-08-28, by rathann
-
fall back to --> fall back on, some consistency2004-08-28, by diego
-
use correct headers2004-08-28, by rathann
-
loader gcc warning fixes and avifile sync2004-08-28, by rathann
-
small gcc warning fix2004-08-28, by rathann
-
x264 section reviewed.2004-08-28, by diego
-
more consistency, small changes2004-08-28, by diego
-
credits for Reynaldo Verdejo Pinochet2004-08-28, by diego
-
trailing whitespace2004-08-28, by diego
-
Small changes for added consistency.2004-08-28, by diego
-
Consistently insert lines with only "." between options.2004-08-28, by diego
-
Sync against english manpage. All done until "video filters"2004-08-28, by gpoirier
-
sync by Sebastian Krämer <mail@skraemer.de>2004-08-28, by diego
-
synced with 1.682 + random fixes2004-08-28, by paszczi
-
Some more dependency tracking2004-08-28, by wight
-
updates by Sebastian Krämer <mail@skraemer.de>2004-08-28, by diego
-
Added Reynaldo as maintainter for MPlayer's EDL code.2004-08-28, by al
-
EDL enhancement/fixes:2004-08-28, by rtognimp
-
Includes latest english patches translated in French, new sync against the2004-08-27, by gpoirier
-
Updated the AUTHORS file.2004-08-27, by ivo
-
wording2004-08-27, by paszczi
-
sync with 1.6812004-08-27, by paszczi
-
sync to 1.1252004-08-27, by henry
-
better -slang description inspired by a patch from Guillaume Poirier2004-08-27, by diego
-
simplification2004-08-27, by diego
-
Added output to multiple directories for vo_jpeg.2004-08-26, by ivo
-
added "xbutton" support for 4-5 button mice2004-08-26, by joey
-
Patches should be gzip or bzip2 compressed if necessary.2004-08-26, by diego
-
added forgotten dvb-t params lp_coderate and hierarchy2004-08-26, by nicodvb
-
Added myself as maintainer of vo_jpeg.2004-08-26, by ivo
-
fixed the removal of French maintainer of the Doc Nicolas Le Gaillart2004-08-26, by gpoirier
-
clenups2004-08-26, by henry
-
Changed the name of the French documentation maintainer2004-08-26, by gpoirier
-
some more segfault fixes2004-08-26, by faust3
-
10l2004-08-26, by michael
-
remove unnecessary mips check (it's obsolete anyway)2004-08-26, by rathann
-
update2004-08-26, by henry
-
More sync against latest english manpage patches and french grammar corrections2004-08-26, by gpoirier
-
change to match current bgr/rgb definition2004-08-26, by michael
-
properly set linking flags for NetBSD, patch by jb13@gomerbud.com2004-08-26, by diego
-
sync + some small fixes2004-08-25, by wight
-
Add \: after /2004-08-25, by wight
-
synced with 1.6772004-08-25, by paszczi
-
Apparently the latin1 groff device gives better results than ascii.2004-08-25, by diego
-
prevent libmpeg2 from freeing sh2004-08-25, by faust3
-
warning fixes and a 10l (.IPS vs .IPs)2004-08-25, by diego
-
Detect if the assembler supports receiving data through -pipe,2004-08-25, by diego
-
Search for X11 libs in /usr/lib as well (Digital Unix), patch by Gabucino.2004-08-25, by diego
-
keyboard control: some fixes and extensions, punctuation2004-08-25, by diego
-
Cycle through the available subtitles with 'b'.2004-08-25, by diego
-
10l2004-08-25, by faust3
-
Cosmetics: fix some compiler warnings.2004-08-25, by mosu
-
Document how to specify multiple paths with the --with-* options,2004-08-25, by diego
-
Display the language code for subtitles from Matroska files.2004-08-24, by mosu
-
compile fix (missing string)2004-08-24, by henry
-
Support for subtitle switching in Matroska.2004-08-24, by mosu
-
Synced with 1.642, minor changes, space at end of line2004-08-24, by danny
-
add rgb32 csp support2004-08-24, by nplourde
-
postproc fix2004-08-24, by henry
-
printf -> mp_msg conversion, first steps2004-08-24, by diego
-
id3edit updated2004-08-24, by diego
-
updates by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-24, by diego
-
fix crash when using close button2004-08-24, by nplourde
-
more TARGET_* conditionals2004-08-24, by henry
-
actually use the acceleration on SPARC2004-08-24, by henry
-
fix compilation withoud libdvdread2004-08-24, by henry
-
synced with 1.462004-08-24, by paszczi
-
spelling2004-08-24, by paszczi
-
synced with 1.6752004-08-24, by paszczi
-
libmpeg2 B-frame fix2004-08-24, by henry
-
H.263 spelling2004-08-24, by diego
-
vm window handling fixes2004-08-24, by faust3
-
cosmetics2004-08-24, by diego
-
spelling, rewording, some additions2004-08-24, by diego
-
vo_svga suboptions, yuv4mpeg note2004-08-23, by diego
-
wrong formats2004-08-23, by diego
-
10l Pepsi2004-08-23, by diego
-
default style2004-08-23, by wight
-
updates by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-23, by diego
-
large updates by Sebastian Krämer <mail@skraemer.de>2004-08-23, by diego
-
prevent XFree execution on wrong condition2004-08-23, by iive
-
mime handling support, patch by Konstantin G. Khlebnikov <c00nst@ezmail.ru>2004-08-23, by diego
-
Check if -liconv is needed for iconv.2004-08-23, by wight
-
Make the stepsize of volume changes, changeable by a commandline paarameter2004-08-23, by attila
-
Adding doxygen stuff.2004-08-23, by attila
-
small fixes2004-08-22, by diego
-
sync2004-08-22, by wight
-
fix for audio position inaccuracy2004-08-22, by joey
-
sync tag bump2004-08-22, by wight
-
forgot some ifdef's and broke mplayer.c without ogg & dvdread2004-08-22, by joey
-
added runtime toggle of root window playback2004-08-22, by joey
-
added -rootwin support to vo_directx2004-08-22, by joey
-
moved combined vobsub_lang into sub_select2004-08-22, by joey
-
spelling/wording as suggested by Sebastian Krämer <mail@skraemer.de>2004-08-22, by diego
-
wording fix suggested by the Wanderer2004-08-22, by diego
-
sync 1.6692004-08-22, by wight
-
minor fixes2004-08-22, by wight
-
sync2004-08-22, by wight
-
H.261 support via lavc codec and lavf demuxer2004-08-22, by rtognimp
-
spelling2004-08-22, by diego
-
more genre IDs by Bernd Ernesti <mplayer@lists.veego.de>2004-08-22, by diego
-
updates by Sebastian Krämer <mail@skraemer.de>2004-08-22, by diego
-
small fixes by Sebastian Krämer <mail@skraemer.de>2004-08-22, by diego
-
sync + random fixes2004-08-21, by wight
-
minor fixes2004-08-21, by wight
-
missing \2004-08-21, by wight
-
support for snow2004-08-21, by alex
-
support snow2004-08-21, by alex
-
ffsonic2004-08-21, by alex
-
nut is only handled by lavf, speed up detection2004-08-21, by alex
-
sync2004-08-21, by lumag
-
Include origin text for quote.2004-08-21, by lumag
-
updates by Sebastian Krämer <mail@skraemer.de>2004-08-21, by diego
-
man page review part V2004-08-21, by diego
-
updates by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-21, by diego
-
sync2004-08-21, by paszczi
-
Fix English before the translations.2004-08-20, by diego
-
man page review part IV2004-08-20, by diego
-
typo2004-08-20, by rtognimp
-
Credits for Guillaume Poirier, maintainers are listed elsewhere.2004-08-20, by diego
-
spelling/wording fixes2004-08-20, by diego
-
Removed fb_dev_name handling.2004-08-20, by syrjala
-
sync 1.6632004-08-20, by wight
-
consistency fix, same sentence should be changed to same2004-08-20, by wight
-
sync 1.172004-08-20, by wight
-
Removed superfluous XFlush calls before XSync.2004-08-20, by al
-
portability fix taken from the NetBSD patch set2004-08-19, by diego
-
updates by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-19, by diego
-
better description of the chroma_opt XviD option2004-08-19, by diego
-
spelling/wording consistency as suggested by the Wanderer2004-08-19, by diego
-
readability whitespace fix2004-08-19, by diego
-
updates by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-19, by diego
-
user can select which dvb card to use as vo2004-08-19, by nicodvb
-
user can select dvb card number to use (V3 api only)2004-08-19, by nicodvb
-
spelling: big-endian and little-endian2004-08-18, by diego
-
minor fixes2004-08-18, by diego
-
updates by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-18, by diego
-
Sync with 1.1232004-08-18, by rtognimp
-
sync2004-08-18, by wight
-
missing .br's added2004-08-18, by wight
-
sync 1.6572004-08-18, by wight
-
another wrong style Warning2004-08-18, by wight
-
Consistency, punctuation, some minor fixes/clarifications.2004-08-18, by wight
-
sync by Sebastian Krämer <mail@skraemer.de>2004-08-18, by diego
-
Missing quotes added.2004-08-18, by diego
-
10l, sb, st and vstats are lavc _de_coding, not _en_coding options.2004-08-18, by diego
-
massive sync, rewording, consistency, fixes etc.2004-08-17, by wight
-
xvid options sync, patch by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-17, by diego
-
simplify rounding2004-08-17, by wight
-
maybe more understandable?2004-08-17, by michael
-
Clarify a few things, spelling and wording fixes, some of this belongs to2004-08-16, by diego
-
credits for Robert Kesterson2004-08-16, by diego
-
dfbmga now fixed-vo compliant, lavc exports field flags.2004-08-15, by diego
-
Removed useless SetOpacity() calls.2004-08-15, by syrjala
-
Fixed BES aspect ratio.2004-08-15, by syrjala
-
Reorganized init/unint so that fixed-vo works.2004-08-15, by syrjala
-
print matroska check result2004-08-14, by iive
-
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec2004-08-14, by rtognimp
-
typo2004-08-14, by diego
-
Wording and spelling improvements, mostly suggested by the Wanderer.2004-08-14, by diego
-
Patch updated for latest changes to libmpeg2.2004-08-14, by diego
-
Change patch structure so it applies cleanly to libmpeg2 sources.2004-08-14, by diego
-
Improved SPARC CPU detection and SPARC compilation fixes.2004-08-14, by diego
-
untested multichannel support2004-08-14, by faust3
-
Missing quotes added2004-08-13, by wight
-
better XviD option descriptions by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-13, by diego
-
sync 1.452004-08-13, by wight
-
Update ao_jack for new bio2jack API, improve check in configure.2004-08-13, by diego
-
mpdvdkit now accepts X:\ as a device name, as well as X:2004-08-12, by joey
-
windows path seperator fixes2004-08-12, by joey
-
As discussed with Attila, I am now the new maintainer of2004-08-12, by al
-
do not exit without an error message2004-08-12, by faust3
-
Credit for DTS2004-08-12, by rtognimp
-
DTS support via lavc and libdts2004-08-12, by rtognimp
-
-rootwin is no longer X11 only.2004-08-12, by diego
-
nick, typo2004-08-11, by diego
-
typo2004-08-11, by diego
-
Documented sb, st and vstats lavc options.2004-08-11, by diego
-
Break some lines, stray .RE removed.2004-08-11, by diego
-
--Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:2004-08-11, by rik
-
RGBA variants2004-08-11, by michael
-
sync by Andoni Zubimendi <andoni at lpsat.net>2004-08-11, by nauj27
-
better? RGB/BGR spec2004-08-11, by michael
-
missing 32bit RGBA variants and some cleanup2004-08-11, by michael
-
man page review part III2004-08-10, by diego
-
alphabetical order2004-08-10, by diego
-
width instead of chromWidth causing segfault in some cases2004-08-10, by reimar
-
do not attempt to seek backward in stream on MDPR chunk with no codec data2004-08-10, by reimar
-
typo and consistency fixes2004-08-10, by diego
-
man page review part II2004-08-10, by diego
-
Lots of Pepsi, this was a leftover from the stone age.2004-08-10, by diego
-
Empty lines are not good troff markup, use .sp 1 instead.2004-08-10, by diego
-
trailing whitespace cosmetics2004-08-10, by diego
-
vo_tdfxfb2004-08-10, by diego
-
synced with 1.6372004-08-10, by paszczi
-
embarassing typo2004-08-09, by diego
-
more precise wording2004-08-09, by diego
-
some new maintainers, some cleanup2004-08-09, by diego
-
Don't drop frames when paused, fixes not displaying the pause OSD icon2004-08-09, by diego
-
Don't use flicker filtering.2004-08-09, by syrjala
-
Better protection against double definition of MPEGLAYER3WAVEFORMAT2004-08-09, by wight
-
XviD option descriptions, patch by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-09, by diego
-
compilation fixes2004-08-09, by wight
-
We shouldn't translate filter names2004-08-09, by wight
-
sync with 1.1232004-08-09, by wight
-
LIVE.COM tests moved to ./configure2004-08-09, by wight
-
LIVE.COM autodetection2004-08-09, by wight
-
now use vo_rootwin var to check for -rootwin switch2004-08-08, by nplourde
-
-rootwin switch use vo_rootwin var for all vo2004-08-08, by nplourde
-
qpel and ilme lavc options are mutually exclusive.2004-08-08, by diego
-
Make symlinks behavior more sensible - regenerate symlinks (and documentation)2004-08-08, by wight
-
Use port number embedded in url for mms streams2004-08-07, by rtognimp
-
fix for crash when seeking with -novideo option2004-08-07, by reimar
-
compilation fix for test program2004-08-07, by reimar
-
Leftover from the old Matroska demuxer detection removed.2004-08-05, by mosu
-
language handling simplification2004-08-05, by diego
-
Ignore some more generated files.2004-08-05, by diego
-
Makefile replacement for compile script2004-08-05, by diego
-
sync with recent changes2004-08-05, by diego
-
Some explanation what the tool is good for added.2004-08-05, by diego
-
ADTS AAC support2004-08-05, by diego
-
Removed the old Matroska demuxer.2004-08-04, by mosu
-
fibmap_mplayer is long obsolete, noticed by Torinthiel.2004-08-04, by diego
-
libosdep directory does not exist. osdep does.2004-08-04, by wight
-
And a tiny compile fix.2004-08-04, by wight
-
Native darwin timer update.2004-08-04, by wight
-
missed word2004-08-04, by wight
-
sync with 1.122004-08-04, by wight
-
sync with 1.102004-08-04, by wight
-
sync2004-08-04, by wight
-
sync missing \2004-08-04, by wight
-
missing \ before -rawaudio2004-08-04, by reimar
-
Sync, some spelling and copy/paste issues.2004-08-03, by wight
-
credits for Ismail Dönmez2004-08-03, by diego
-
even better -vo md5 description2004-08-03, by diego
-
sync by Philippe De Swert <philippedeswert@pi.be>2004-08-03, by diego
-
Corrected my mistake in the last memfix patch.2004-08-03, by al
-
This fbset version is outdated and it is generally available in distros.2004-08-03, by diego
-
Moved to the TOOLS directory.2004-08-03, by diego
-
This alternative Debian directory was never used, so I'm removing it with2004-08-03, by diego
-
Hint how to decode raw AC32004-08-02, by reimar
-
summary of the MPlayer specific libmpeg2 changes2004-08-02, by henry
-
applied old patch that was missing an include...2004-08-02, by reimar
-
forgotten libmpeg2 postprocessing2004-08-02, by henry
-
Better documentation for -vo md5.2004-08-02, by diego
-
-cache-min, -cache-prefill documented.2004-08-02, by diego
-
Importing libmpeg2 from mpeg2dec-0.4.0b2004-08-02, by henry
-
Synced with 1.630, some typo from 1.6242004-08-02, by danny
-
missing guess_cp declaration (patch by Ismail Dönmez)2004-08-02, by henry
-
Preliminary Support for building MPlayer with Intel C++ compiler.2004-08-02, by atmos4
-
ICC 8.0 compilation fixes2004-08-02, by atmos4
-
support for passing mouse events on to MPlayer2004-08-01, by reimar
-
10l to the author of this longstanding and obscure bug. Each language2004-07-31, by diego
-
100l, fixes DXR3 compile problems caused by my last patch.2004-07-31, by reimar
-
cosmetic warning fix (missing newline at end of file)2004-07-31, by diego
-
sync2004-07-31, by lumag
-
mingw stdin fixes2004-07-31, by faust3
-
Removed long obsolete files.2004-07-30, by diego
-
Use = instead if # in ALSA device name, as # irritates our config-parser.2004-07-30, by reimar
-
unified audio options dialog, fixes also bug #402004-07-30, by reimar
-
Remove obsolete entries, patch by VMiklos <mamajom@axelero.hu>.2004-07-30, by diego
-
These files are long obsolete.2004-07-30, by diego
-
Remove leftover references to libmpflac/ad_flac2004-07-30, by lumag
-
Obsolete now that the docs are XML.2004-07-29, by diego
-
support for 24 bit audio2004-07-29, by reimar
-
add var vo_rootwin and -rootwin switch for mac osx2004-07-29, by nplourde
-
compilation fixes from Gentoo by Chris White <webmaster@securesystem.info>2004-07-29, by diego
-
10l, FILE is defined in stdio.h2004-07-28, by reimar
-
fixes a crash and unchecked string-handling in ENCA code.2004-07-28, by reimar
-
added missing 'synced with'2004-07-28, by paszczi
-
Sync2004-07-28, by lumag
-
We're long past 0.90.2004-07-28, by diego
-
typos2004-07-28, by diego
-
We support more than just DivX 5.01.2004-07-28, by diego
-
ff-snow added2004-07-27, by arpi
-
Fabian's nick2004-07-27, by diego
-
Wording/spelling suggestions by the Wanderer, merged sections about when to2004-07-26, by diego
-
prevent segfault on shmem failer2004-07-26, by iive
-
Explain how to handle big patches and why uploading patches is bad.2004-07-26, by diego
-
More sync2004-07-25, by nauj27
-
Fix -nosound and -novideo (bug #28)2004-07-25, by rtognimp
-
removed saver_on, saver_off calls, they are already in x11_common.c2004-07-25, by reimar
-
Fix segfault caused by changing a pointer that will be freed later2004-07-25, by rtognimp
-
fix segfault when loading subtitles (idea by pl)2004-07-25, by rathann
-
almost sync2004-07-24, by nauj27
-
added src level documentation for the get_path() function2004-07-23, by al
-
false-use-of-get_path() memleak fixes.2004-07-23, by al
-
removed ref to extern WinID2004-07-23, by nplourde
-
add support for -rootwin command2004-07-23, by nplourde
-
add rootwin cmd to mac osx2004-07-23, by nplourde
-
listen for key repeats, patch by Dan Christiansen2004-07-22, by nplourde
-
fix for people experimenting with GUI under windows2004-07-22, by reimar
-
typo2004-07-22, by paszczi
-
sync2004-07-22, by paszczi
-
update RedHat RPM sites in doc translations2004-07-21, by rathann
-
update RPM site location in docs2004-07-21, by rathann
-
nroff bugs fixed.2004-07-21, by diego
-
reduced code complexity, and also made consistent with other parts2004-07-21, by alex
-
removing broken and unneeded copy2004-07-21, by alex
-
unmaintained, outdated, unnecessary, removed2004-07-20, by diego
-
reorganized, reformatted, explanation improved, typos, wording2004-07-20, by diego
-
Fix typos and better explanatory text.2004-07-20, by diego
-
Patches should get an answer.2004-07-20, by diego
-
0.18 was never released and a few dates added.2004-07-20, by diego
-
synced with 1.1212004-07-20, by paszczi
-
synced with 1.6292004-07-20, by paszczi
-
sync2004-07-20, by paszczi
-
-adapters only works with directx2004-07-20, by attila
-
Updated to conform to a small change in the LIVE.COM API.2004-07-20, by rsf
-
Updated to cnform to a small change in the LIVE.COM API.2004-07-20, by rsf
-
Hint about . and ' in nroff.2004-07-20, by diego
-
updates and fixes by Sebastian Krämer <mail@skraemer.de>2004-07-19, by diego
-
embarassing typo2004-07-19, by diego
-
name change2004-07-19, by diego
-
embarassing typo2004-07-19, by diego
-
typo2004-07-19, by diego
-
embarassing typo and new name2004-07-19, by diego
-
embarassing typo2004-07-19, by diego
-
embarassing typos2004-07-19, by diego
-
-monitor-* options corrected.2004-07-19, by diego
-
cat disclaimer > /dev/null2004-07-19, by diego
-
Remove stray \.2004-07-19, by diego
-
typo2004-07-19, by diego
-
name change, codec download location2004-07-19, by diego
-
typos pointed out by The Wanderer.2004-07-19, by diego
-
removed unnecessary comments2004-07-18, by paszczi
-
manpage translated (finally) by Torinthiel and me2004-07-18, by paszczi
-
sync2004-07-18, by paszczi
-
style2004-07-18, by paszczi
-
no redefinition, clashes with OpenBSD2004-07-18, by alex
-
Synced with 1.6242004-07-17, by danny
-
changed misleading TEXTUREFORMAT_32BPP (was 24bpp!) to vo_gl2 style TEXTUREFORMAT_ALWAYS2004-07-17, by reimar
-
use RGB32 textures on OS X2004-07-17, by reimar
-
individual sub_select option not interferring with vobsub_lang2004-07-17, by alex
-
let DirectFB find it's headers in --with-extraincdir=DIR2004-07-17, by iive
-
fix altivec.h inclusion (vector keyword in structure)2004-07-17, by alex
-
simplify the init2004-07-17, by alex
-
some fixes2004-07-17, by alex
-
cache min fill adjustment, based on patch by Jeremy Huddleston2004-07-16, by iive
-
Major translation update. Sync, some rewording, etc.2004-07-16, by lumag
-
typo2004-07-16, by lumag
-
Add <application> tags around MPlayer.2004-07-16, by lumag
-
two small typos2004-07-16, by lumag
-
Fixed typo2004-07-16, by nplourde
-
Cinepak, CVID and RoqA/V are now in ffmpeg2004-07-15, by rtognimp
-
Cinepak and RoqA/V are now in ffmpeg2004-07-15, by rtognimp
-
Cinepak, CYUV and RoqA/V are now in ffmpeg2004-07-15, by rtognimp
-
Add Window Level Key, Can switch mode with T key2004-07-15, by nplourde
-
Sync, reword, fix 80 column barrier :)2004-07-15, by lumag
-
It's past midnight ;-P2004-07-15, by diego
-
Number of subtitles corrected.2004-07-14, by diego
-
last changes for pre5 (really)2004-07-14, by diego
-
VCD support does not yet work on OpenBSD.2004-07-14, by diego
-
synchronizoation2004-07-14, by paszczi
-
removed status in debug_msg as it is nonsens anyway.2004-07-14, by joyping
-
missed function name change after ENCA support commit2004-07-14, by iive
-
last minute changes/typos2004-07-14, by diego
-
-use-stdin renamed to -noconsolecontrols.2004-07-14, by diego
-
trailing whitespace removed (cosmetics)2004-07-14, by diego
-
pid syntax documented by Nico Sabbi2004-07-14, by diego
-
cd and cgop lavc options documented, based on a patch by Nico Sabbi.2004-07-14, by diego
-
Patches should be created from the root of the source directory, explanation2004-07-14, by diego
-
volume calc fixes for mixer, by reimar döffinger, 10l reverse by me2004-07-14, by joyping
-
saner order, additions, deletions for pre52004-07-13, by diego
-
final (?) pre5 changes2004-07-13, by diego
-
clarification2004-07-13, by diego
-
ao_alsa now uses the device= suboption syntax instead of hw= or hw:2004-07-13, by reimar
-
fix 10l fixed_quant bug reported by Michael2004-07-13, by iive
-
fixes provided by reimar dörfinger. mixer, subdevice parsing, alsa#help,2004-07-13, by joyping
-
Status updates and comments about other dll required by some codecs2004-07-12, by rtognimp
-
added multi-pid parsing code (up to 15), pid 0 is always added (for the PAT)2004-07-12, by nicodvb
-
Fix build on Turkish locales when LC_ALL is already set.2004-07-12, by diego
-
OpenBSD portability fixes from the OpenBSD ports tree2004-07-12, by diego
-
x86_64 fix by John Stebbins <john@stebbins.name>2004-07-12, by faust3
-
Make rtp:// cohexist with LIVE.COM2004-07-11, by rtognimp
-
Indentation fix from previous patch, as discussed on IRC.2004-07-11, by rtognimp
-
OpenBSD portability patches from the OpenBSD ports tree2004-07-11, by diego
-
This fixes the problems that originated from my ewmh2004-07-11, by rtognimp
-
10l2004-07-11, by faust3
-
don't use uninitialized font descriptions2004-07-11, by faust3
-
ao_macosx is fixed, moving it back to top2004-07-10, by nplourde
-
10l, patch by Piero di Vita2004-07-10, by faust3
-
updates2004-07-10, by rtognimp
-
ao_macosx by Dan Christiansen2004-07-10, by nplourde
-
enables resampling of audio in ao_macosx by Dan Christiansen2004-07-10, by nplourde
-
fix for xscreensaver disabling2004-07-09, by reimar
-
Remove duplicated make distclean for libavformat and libavcodec2004-07-09, by rtognimp
-
make mplayer capable of being in the foreground by Dan Christiansen2004-07-09, by nplourde
-
better menu icons by Piero di Vita <scognito@libero.it>2004-07-09, by diego
-
output wording2004-07-09, by diego
-
updates2004-07-09, by diego
-
updates, corrections, wording, spelling2004-07-09, by diego
-
homepage design, codec packages maintainers2004-07-09, by diego
-
typo2004-07-09, by diego
-
threads lavc option by Loren Merritt <lorenm@u.washington.edu>, typo2004-07-09, by diego
-
Sync and changed character encoding from euckr to utf8 by2004-07-08, by diego
-
3-pass encoding is evil.2004-07-08, by diego
-
make config accept true/false as parameters2004-07-08, by iive
-
sync by Sebastian Krämer <mail@skraemer.de>2004-07-07, by diego
-
Sync with mp_help-en.h v1.1212004-07-07, by rtognimp
-
updates by Sebastian Krämer <mail@skraemer.de>2004-07-07, by diego
-
sync by Ioannis Panteleakis <pioann@csd.auth.gr>2004-07-07, by diego
-
sync with help_mp-en.h2004-07-07, by luran
-
default is now to center the image2004-07-06, by faust3
-
Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at irisa dot fr>)2004-07-06, by michael
-
better wording/spelling as suggested by the wanderer2004-07-06, by diego
-
more credits, spelling2004-07-06, by diego
-
dc=11 fixed2004-07-06, by michael
-
dc precision and closed gop patch by (Nico Sabbi <nsabbi at tiscali dot it>)2004-07-06, by michael
-
Console message corrected and moved to help_mp-en.h.2004-07-06, by diego
-
100l, OSX compile fix, patch by Steven Schulz (sms (at) 2BSD (dot) com)2004-07-06, by reimar
-
Use aspect ratio from Theora context. Patch by j at v2v dot cc2004-07-06, by mosu
-
multi-threaded lavc patch by (Loren Merritt <lorenm at u dot washington dot edu>)2004-07-06, by michael
-
NSV added to formats, cinepak etc codec updates by Roberto Togni.2004-07-05, by diego
-
improved DVD ripping guide by Jason Tackaberry <tack@sault.org>2004-07-05, by diego
-
Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>2004-07-05, by diego
-
Remove useless "size restrictions" message2004-07-03, by ranma
-
Point at new XML documentation translation.2004-07-03, by diego
-
fix crash when no audio-out is available (e.g. mplayer -ao bad test.avi).2004-07-02, by reimar
-
We now have JACK audio output2004-07-02, by rtognimp
-
WMP doesn't encode urls with mmst protocol2004-07-02, by rtognimp
-
removed XFlush() before XSync()2004-07-02, by reimar
-
ao_alsa now uses -mixer-channel instead of its special -mixer syntax2004-07-02, by reimar
-
string, alloca etc. fixes2004-07-02, by joyping
-
updates by Sebastian Krämer <mail@skraemer.de>2004-07-02, by diego
-
better wording by Sebastian Krämer2004-07-02, by diego
-
sync with mplayer.1, noticed by Sebastian Krämer2004-07-02, by diego
-
(hopefully) better -use-stdin description2004-07-01, by diego
-
final pre5 changes, release name2004-07-01, by diego
-
code cleanup2004-07-01, by diego
-
ao_alsa and ao_oss documented.2004-07-01, by diego
-
Bandaid linking fix, somebody should do this properly some day.2004-07-01, by diego
-
10l2004-07-01, by diego
-
We still need to make sure the upper 16 bits of dwFlags are cleared2004-06-30, by ranma
-
Remove borken index fixup (breaks more than it fixes)2004-06-30, by ranma
-
Support for Winnov Videum WINX and WNV1 codecs with binary dll2004-06-30, by rtognimp
-
updates by Sebastian Krämer <mail@skraemer.de>2004-06-30, by diego
-
updates by Sebastian Krämer <mail@skraemer.de>2004-06-30, by diego
-
incomplete skin directories, noticed by Sebastian Krämer <mail@skraemer.de>2004-06-30, by diego
-
typos pointed out by Sebastian Krämer <mail@skraemer.de>2004-06-30, by diego
-
small updates by Sebastian Krämer <mail@skraemer.de>2004-06-29, by diego
-
sync and change widget -> control by Andoni Zubimendi <andoni@lpsat.net>2004-06-29, by nauj27
-
If we don't have a NEWAVIINDEX chunk, but have an OpenDML index,2004-06-29, by ranma
-
freedesktop.org compliant menu support2004-06-29, by diego
-
updates by Sebastian Krmer <mail@skraemer.de>2004-06-29, by diego
-
sync2004-06-29, by diego
-
sync by Sebastian Krämer <mail@skraemer.de>2004-06-29, by diego
-
new error icon by piero <scognito@libero.it>2004-06-28, by diego
-
better wording2004-06-28, by diego
-
Do not dereference NULL if no track could be found for a block.2004-06-28, by mosu
-
Zsolt Barat maintains all the new ALSA drivers.2004-06-28, by diego
-
typo2004-06-28, by diego
-
This should be the final changelog for pre5 up to now.2004-06-28, by diego
-
more credits for Reza2004-06-28, by diego
-
VIDEO OUTPUT DRIVERS moved right after VIDEO OUTPUT OPTIONS.2004-06-28, by diego
-
better -really-quiet description2004-06-28, by diego
-
Let's keep the full functionality for the release, we can switch this off2004-06-28, by diego
-
100l, stripping credits when applying patches is NOT a good way to get developers!!2004-06-28, by rfelker
-
-rtc-device2004-06-28, by diego
-
10l of a sweet liquid to Alex:2004-06-28, by diego
-
pre5 changes by Reimar and myself2004-06-28, by diego
-
avoid visuals with low color-depth.2004-06-27, by reimar
-
Negate default palette for grayscale cvid2004-06-27, by rtognimp
-
10l2004-06-27, by faust3
-
mingw crosscompiling step 12004-06-27, by faust3
-
Sync by Andoni Zubimendi <andoni@lpsat.net>2004-06-27, by nauj27
-
Paletted cvid support2004-06-27, by rtognimp
-
1000l in GET_VOLUME. Fix by Lu Ran, hephooey (at) fastmail (dot) fm.2004-06-27, by reimar
-
Explain that commenting string operations is important.2004-06-27, by diego
-
update2004-06-27, by faust3
-
altivec yuv->rgb converter2004-06-27, by michael
-
Real now supports index building as well.2004-06-26, by diego
-
this is broken and causes relink during 'make install'. fix it or leave it disabled2004-06-26, by rfelker
-
grammar/typos pointed out by the Wanderer2004-06-26, by diego
-
make the awk script working for localized machines too, patch by Onur Kucuk2004-06-26, by alex
-
Fix GUI compilation, patch by Reimar Döffinger and Alexander Strasser.2004-06-26, by diego
-
Seeking in RM works now.2004-06-26, by diego
-
Support for comments in plaintext playlist by adland2004-06-26, by alex
-
1000l2004-06-26, by alex
-
x86-64 (amd64) support by Kenny Root2004-06-26, by alex
-
simple subtitle editor by Michael Klepikov2004-06-26, by alex
-
scroll strings from the left to right, patch by Andre Kuhne2004-06-26, by alex
-
ac3 passthrough, initial patch by Gianluigi Tiesi <sherpya at netfarm.it>2004-06-26, by faust3
-
SDL_HWACCEL is a readonly flag according to DOCS, noticed by John Philip2004-06-26, by alex
-
rtc-device cmd option by James Noble2004-06-26, by alex
-
fix loader build on windows2004-06-26, by faust3
-
avoid double slashes, patch by Yoshinori Sato2004-06-26, by alex
-
cseq starts from 1 according to the standard, patch by Yoshinori Sato2004-06-26, by alex
-
10l2004-06-26, by faust3
-
102004-06-26, by alex
-
disable iconv in case setlocale is disabled - compile fix2004-06-26, by alex
-
make the internal sdl mixer optional, idea by Reimar Doffinger2004-06-26, by alex
-
sync tag bump2004-06-26, by wight
-
top/bottom mb row skipping2004-06-26, by michael
-
mplayer.rc moved to osdep where it belongs, approved by Sascha.2004-06-25, by diego
-
10l2004-06-25, by alex
-
silence gcc 3.4 warnings, patch by VMiklos <mamajom@axelero.hu>2004-06-25, by diego
-
shorten description, typo2004-06-25, by diego
-
10l2004-06-25, by diego
-
JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>2004-06-25, by alex
-
email changeback2004-06-25, by alex
-
neomagic tv out support throught vesa vbe, patch by Rudolf Marek2004-06-25, by alex
-
line breaks, clarification2004-06-25, by diego
-
enable .PHONY for correct dependancy handling2004-06-25, by alex
-
bigendian fix2004-06-25, by alex
-
static tables2004-06-25, by alex
-
more verbosity2004-06-25, by alex
-
correct spelling2004-06-25, by alex
-
degccify2004-06-25, by alex
-
1l cosmetics2004-06-25, by alex
-
typo2004-06-25, by diego
-
Unify the config.h #include, use "config.h" instead of "../config.h"2004-06-25, by diego
-
more wishes2004-06-25, by diego
-
Real codecs and Mac OS X, don't recommend installing Real player.2004-06-25, by diego
-
credits for Alexander Strasser2004-06-25, by diego
-
string handling security fixes2004-06-25, by diego
-
name change2004-06-25, by diego
-
darwin flags cleanup by Dan Christiansen2004-06-25, by alex
-
dvd-device option by Anton Tropashko <atropashko@yahoo.com>2004-06-25, by alex
-
green stripe fix by Jan Kanty Palus <atler@o2.pl>2004-06-25, by alex
-
tcp fragging bugfix by Song Du <freewizard at gmail.com>2004-06-25, by alex
-
mpst fix2004-06-25, by alex
-
RFC compliance patch by Eric Lammerts <eric@lammerts.org>2004-06-25, by alex
-
uber 10l found by Ilia <chest4l at mail.ru>2004-06-25, by alex
-
move macosx in the priority list after sdl, patch by Dan Christiansen2004-06-25, by alex
-
credits for Alexander Neundorf, straight from Linuxtag2004-06-25, by diego
-
ranlib cleanup2004-06-24, by alex
-
another 10l2004-06-24, by alex
-
ranlib cleanup by Dan Christiansen2004-06-24, by alex
-
Fix memory corruption, noticable at reallocate image2004-06-24, by iive
-
10l2004-06-24, by alex
-
support for realvideo codecs under macosx, original patch by Donnie Smith2004-06-24, by alex
-
credits for Fabian Franz2004-06-24, by diego
-
build fix2004-06-24, by wight
-
More information about modifications to comply more closely with GPL 2a.2004-06-23, by diego
-
added more key to keyboard event2004-06-23, by nplourde
-
removed buggy rgb32 support2004-06-23, by nplourde
-
bugzilla2004-06-23, by alex
-
wording/spelling improvements as suggested by the Wanderer2004-06-22, by diego
-
wording, spelling, bug fixes2004-06-22, by diego
-
typo2004-06-21, by diego
-
better wording, patch by Sebastian Krämer <mail@skraemer.de>2004-06-21, by diego
-
width and height in seq_header could never be 02004-06-21, by iive
-
sync VOBsub2004-06-21, by wight
-
uniform VOBsub spelling2004-06-21, by diego
-
Prefer libavcodec for cvid files2004-06-20, by rtognimp
-
disable buggy sse on mingw2004-06-18, by faust3
-
Just a tiny fix with configure/Makefile for not using2004-06-18, by diego
-
array initialization fix by SungKwanKang <ksquarekr at yahoo.com>2004-06-18, by faust3
-
10l, patch by Michael Nottebrock <michaelnottebrock@gmx.net>2004-06-18, by faust3
-
10l for Michael, nsse_weight should be nssew, spelling.2004-06-17, by diego
-
credits for Dan Christiansen, by himself2004-06-17, by diego
-
libfame has been removed from MPlayer long ago. Compilation fix pointed2004-06-17, by diego
-
Debian Sarge build instructions2004-06-17, by wight
-
another DTD location2004-06-17, by wight
-
cosmetic reformatting (preparation for upcoming changes)2004-06-17, by diego
-
moved vo_quartz higher in the list2004-06-17, by nplourde
-
consistent suboption description for vo_quartz2004-06-17, by nplourde
-
MEncoder has problems reading from stdin, files need to be concatenated2004-06-17, by diego
-
consistent suboption description for vo_quartz2004-06-17, by diego
-
Better audio filter description, use same values as in the XML docs,2004-06-17, by diego
-
sync2004-06-16, by paszczi
-
add more info about vo_quartz2004-06-16, by nplourde
-
synced with 1.442004-06-15, by paszczi
-
nsse2004-06-15, by michael
-
typo2004-06-15, by diego
-
Address removed upon request.2004-06-15, by diego
-
some missing libraries2004-06-15, by wight
-
Make configure point to translated docs2004-06-15, by wight
-
sync2004-06-14, by wight
-
and one more consistency change2004-06-14, by wight
-
More consistent naming pointed out by Torinthiel.2004-06-14, by diego
-
sync tag bump2004-06-14, by wight
-
10l for a copy and paste error noticed by Alex.2004-06-14, by diego
-
typos pointed out by the wanderer2004-06-14, by diego
-
major reindentation of x11 code try #22004-06-14, by attila
-
qprd needs mbd=22004-06-13, by michael
-
synced with 1.382004-06-13, by paszczi
-
Sync with website, more uniformity, better descriptions.2004-06-13, by diego
-
's should be outside of <application> tags.2004-06-13, by diego
-
Sync tag bump - was OK.2004-06-13, by wight
-
10l to Alex2004-06-13, by diego
-
change linking order for static build with live.com on mingw2004-06-13, by joey
-
detect screen resolution as in x11_common.c2004-06-13, by reimar
-
Fix for big endian systems2004-06-12, by rtognimp
-
Fix playback of file after playing an url2004-06-11, by rtognimp
-
additional formats - 8bit & float2004-06-11, by henry
-
debug printf junk2004-06-11, by henry
-
freetype depends on iconv2004-06-11, by diego
-
sync2004-06-11, by wight
-
1l2004-06-11, by alex
-
1l2004-06-11, by alex
-
translated2004-06-11, by alex
-
OpenBSD/VAX support, patch by Gabucino2004-06-11, by faust3
-
mpeg2 chroma422/444 support2004-06-11, by iive
-
We play RV20 natively, some rewording.2004-06-10, by diego
-
wishes--;2004-06-10, by diego
-
typos2004-06-10, by diego
-
SYNOPSIS reordered.2004-06-10, by diego
-
synced with 1.552004-06-10, by paszczi
-
forgot to add changes:)2004-06-10, by paszczi
-
synced with 1.92004-06-10, by paszczi
-
synced with 1.432004-06-10, by paszczi
-
1l2004-06-10, by alex
-
removing unused parts2004-06-10, by alex
-
ports translated2004-06-10, by alex
-
configurable 'junk' borders for pullup2004-06-10, by rfelker
-
old changes in my local tree i forgot to commit - minor fixes2004-06-10, by rfelker
-
We don't want junk in unused parts of the BITMAPINFOHEADER2004-06-08, by ranma
-
Fix hang on broken mmst streams2004-06-07, by rtognimp
-
dvd:// now supports title ranges, patch by Roberto Togni.2004-06-07, by diego
-
Support dvd://start_title-end_title as requested on wishlist2004-06-07, by rtognimp
-
nsse weight2004-06-07, by michael
-
small updates2004-06-07, by diego
-
libfaad2 updated to version 2.0.2004-06-07, by diego
-
More support for audio format 0x02004-06-06, by rtognimp
-
Enhance detection of embedded smil playlist, add embedded ram playlist2004-06-06, by rtognimp
-
Support for audio format 0x02004-06-06, by rtognimp
-
Synced with 1.5932004-06-06, by danny
-
Use same order as WMP for mms protocols (MMSU, MMST, HTTP)2004-06-06, by rtognimp
-
Segfault fix for some h264 in avi files2004-06-06, by rtognimp
-
Compilation fix with --disable-liba522004-06-06, by rtognimp
-
small linux/altivec compile fix in postproc/ by (Romain Dolbeau <dolbeau at irisa dot fr>)2004-06-04, by michael
-
MinGW compilation fix from a patch by Joey Parrish, approved by Sascha2004-06-03, by diego
-
MinGW compilation fix, idea and approval by Sascha Sommer2004-06-03, by diego
-
history translated2004-06-02, by alex
-
update to the 2.0 release of faad, patch by adland2004-06-02, by diego
-
progress2004-06-02, by alex
-
hungarian xml docs2004-06-02, by alex
-
hungarian xml docs, first try2004-06-02, by alex
-
Indeo audio support via acm binary codec2004-06-02, by rtognimp
-
Buffer overflow fix in string handling, patch by c0ntex, approved by .so.2004-06-02, by diego
-
Added "audio_id", "video_id", "dvdsub_id" to the call to "demux_open()".2004-06-02, by rsf
-
Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,2004-06-02, by diego
-
choose fullscreen device with suboption device_id=#2004-06-02, by nplourde
-
uyvy osd support2004-05-31, by nplourde
-
draw alpha for uyvy2004-05-31, by nplourde
-
Big Endian fix. Patch by Romain Dolbeau2004-05-31, by nplourde
-
Fix X11 libs detection on Cygwin.2004-05-31, by diego
-
Fix Cygwin compilation, patch by Sascha Sommer.2004-05-31, by diego
-
vo_quartz now default vo on OSX2004-05-30, by nplourde
-
1000l to me, leftover line from a correction not deleted.2004-05-30, by diego
-
Update by Alexander Strasser <eclipse7@gmx.net>, some corrections mine.2004-05-30, by diego
-
CVS snapshots come with libavcodec.2004-05-26, by diego
-
sync with 1.422004-05-26, by paszczi
-
credits for Scognito2004-05-26, by diego
-
MPlayer logo as taskbar icon by Scognito2004-05-26, by diego
-
xvmc and *vidix suboptions documented, better ao/vo suboption syntax2004-05-25, by diego
-
new and improved icons by Scognito2004-05-25, by diego
-
disposition2004-05-25, by michael
-
index fixes2004-05-25, by michael
-
remove index flag2004-05-25, by michael
-
fix compile with network disabled2004-05-25, by rfelker
-
nicer icons by Scognito2004-05-24, by diego
-
Fix "raw " audio in mov files.2004-05-23, by rtognimp
-
no kabbe-bytes or men in black or any of that nonsense here...2004-05-23, by rfelker
-
MinGW comes without zlib (necessary for compressed MOV headers).2004-05-22, by diego
-
first cut at pre5 changes2004-05-21, by diego
-
credit for Ross Finlayson2004-05-21, by diego
-
1e6l2004-05-21, by henry
-
fix crash due to fast_memcpy calling itself instead of libc memcpy2004-05-20, by reimar
-
MinGW doesn't accept trailing /2004-05-20, by reimar
-
1000l....of pepsi :(broke -ovc copy!)2004-05-19, by rfelker
-
more lame options2004-05-19, by rfelker
-
Add quartz to Romain contrib2004-05-18, by nplourde
-
re-use same window when playing multiple files2004-05-18, by nplourde
-
using bswap.h for endianness conversion2004-05-18, by reimar
-
Remove 3-pass encoding guide (can break A/V sync), rescaling is not2004-05-17, by diego
-
Peter Simon (wma2ogg.pl)2004-05-17, by diego
-
WMA to Ogg conversion script by Peter Simon <simon.peter@linuxuser.hu>,2004-05-17, by diego
-
fix endian conversion for (curently unused) case where in buffer != out buffer2004-05-16, by reimar
-
some corrections by Haris Kouzinopoulos2004-05-16, by diego
-
Change divx4 examples to lavc, based on a patch by Compn.2004-05-16, by diego
-
support for 24 bit pcm/wav files2004-05-16, by reimar
-
Add detection of nsa streamed by aol ultravox server2004-05-14, by rtognimp
-
removed #ifdefs that are already handled by libao2/afmt.h2004-05-14, by reimar
-
give Y8 and Y800 lower conversion priority to avoid grayscaled video2004-05-14, by reimar
-
Support audio format 0xff (it's aac)2004-05-14, by rtognimp
-
If demuxer does not fill codecdata try to get if from waveformatex2004-05-14, by rtognimp
-
-ao option removed, there is a AUDIO OUTPUT DRIVERS section for that now,2004-05-14, by diego
-
sync2004-05-14, by wight
-
ENCA support2004-05-13, by henry
-
skin authors, alphabetical order2004-05-13, by diego
-
AUDIO OUTPUT DRIVERS section added.2004-05-13, by diego
-
AUDIO OUTPUT DRIVER section added, VO section extended, small fixes.2004-05-13, by diego
-
segfault fix by Jarrod Johnson <jbj-zl@ura.dnsalias.org>2004-05-13, by diego
-
alsa9/1.x merge, now with api_compat-definition2004-05-12, by joyping
-
changes for alsa9/alsa1.x merge, only alsa.2004-05-12, by joyping
-
segfault fix2004-05-12, by michael
-
changes for alsa9/1.x-merge only alsa2004-05-12, by joyping
-
Mark EDL only options as such, typo.2004-05-12, by diego
-
Event Handling Makeover2004-05-12, by nplourde
-
correct model number2004-05-12, by diego
-
FFSVQ1 in avi2004-05-12, by michael
-
better CVS checkout parameters2004-05-11, by diego
-
sync (pre)2004-05-10, by nauj27
-
more cola for jindrich2004-05-09, by rfelker
-
Add support for a few more Radeons, patch by Nyk Tarr.2004-05-09, by diego
-
10l2004-05-09, by faust3
-
typo2004-05-09, by diego
-
synced with 1.587, some typo and some word untranslated2004-05-09, by danny
-
report if the service creation failed2004-05-09, by faust3
-
1000000l for sig11 without -subcp!!! (and 1l for my first commit :)2004-05-09, by rfelker
-
removing useless code, improving readability2004-05-08, by reimar
-
fix bigendian problems (left-right swapped 8bit pcms), add 32bit support2004-05-08, by reimar
-
fixed memory leak and removed unnecessary static variable2004-05-08, by reimar
-
changes to get manyfmts nearer to working and fixed memory leak2004-05-08, by reimar
-
Use roqvideo and roqaudio decoders from libavcodec2004-05-08, by rtognimp
-
ENCA support (http://trific.ath.cx/software/enca/)2004-05-08, by henry
-
synced with 1.412004-05-08, by paszczi
-
Support ffmpeg cinepak decoder2004-05-07, by rtognimp
-
use fallback for unsupported formats instead of quitting2004-05-07, by reimar
-
Cygwin and MinGW now behave similarly with regard to VCD/DVD playback.2004-05-07, by diego
-
missing spaces2004-05-07, by diego
-
Hint at -playlist option for playing streams.2004-05-07, by diego
-
clarification2004-05-07, by diego
-
List Attila as maintainer of a few video out drivers.2004-05-07, by diego
-
More code cleanup2004-05-07, by nplourde
-
Switch rgb32 from QD to QT2004-05-07, by nplourde
-
Qt RLE is now in ffmpeg2004-05-05, by rtognimp
-
extendible frame_code table2004-05-05, by michael
-
vo_quartz, yuv related usage2004-05-05, by nplourde
-
more credits, names, nicks2004-05-05, by diego
-
Disable live resize for yuv - HW accel bug2004-05-05, by nplourde
-
Cosmetic change std ident style2004-05-05, by nplourde
-
Removed unused debug code.2004-05-05, by nplourde
-
Support vp6vfw.dll version 6.0.7.32004-05-04, by rtognimp
-
sync2004-05-04, by paszczi
-
VIDIX now works on Win32, approved by Sascha.2004-05-04, by diego
-
Hint at diff options useful for avoiding cosmetic changes, patch by Reimar.2004-05-04, by diego
-
winvidix documented, alternative ways of specifying -dvd-device.2004-05-04, by diego
-
subtitles in black bands2004-05-04, by diego
-
unnecessary escape2004-05-04, by diego
-
typo2004-05-04, by diego
-
Add yuv csp support2004-05-04, by nplourde
-
proposals by rich:2004-05-04, by michael
-
100l for me2004-05-03, by rtognimp
-
libavformat, realrtsp2004-05-03, by diego
-
sync2004-05-03, by wight
-
Spelling and wording fixes pointed out by the wanderer.2004-05-03, by diego
-
typos, wording and mistakes pointed out by the wanderer2004-05-03, by diego
-
spelling, wording, consistency in comments and printed messages2004-05-03, by diego
-
spelling, wording sync with cfg-mencoder.h2004-05-03, by diego
-
wrong number, pointed out by Scognito2004-05-03, by diego
-
more wishes2004-05-03, by diego
-
missing name2004-05-03, by diego
-
Hint at -mf in mf:// syntax description.2004-05-03, by diego
-
Blinkenlights section expanded.2004-05-03, by diego
-
divx --> lavc, spelling, more sensible section name2004-05-03, by diego
-
Obsolet -mf syntax replaced by mf://, based on a patch sent by Compn, bug2004-05-03, by diego
-
Restore ftp support (was erroneusly disabled while fixing bogus errors2004-05-02, by rtognimp
-
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv2004-05-02, by rtognimp
-
Fix hang for some asf video stream like http://193.219.139.115/ltv/zinios/news1830_20040501.wmv2004-05-02, by rtognimp
-
bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>)2004-05-02, by michael
-
clear buffer after (glX)SwapBuffers in fullscreen to avoid flickering borders2004-05-02, by reimar
-
As pointed by Diego, I forgot this.2004-05-02, by lumag
-
nicer startcode before keyframe rule2004-05-02, by michael
-
Fix url escaping and avoid double escape2004-05-01, by rtognimp
-
Try to get an asf file with normal http protocol if http streaming2004-05-01, by rtognimp
-
-adapter is not directx specific anymore.2004-05-01, by diego
-
vo_directx now supports keepaspect.2004-05-01, by diego
-
more stupid crap2004-05-01, by rfelker
-
this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as such2004-05-01, by rfelker
-
10l2004-05-01, by rfelker
-
ok this one is beyond stupid. the code didn't even do what was intended2004-05-01, by rfelker
-
GUI support2004-05-01, by reimar
-
Sync, update my email.2004-05-01, by lumag
-
10000000000l twisted typecasting2004-05-01, by henry
-
limits too small, my CBR mp3 samples have 2x overhead after removial of size prediction2004-05-01, by michael
-
more lvalue casts, ugly this time2004-05-01, by rfelker
-
more lvalue casts2004-05-01, by rfelker
-
more nonsense lvalue casts, at least these aren't quite as stupid2004-05-01, by rfelker
-
and more and more stupidity2004-05-01, by rfelker
-
more stupidity2004-05-01, by rfelker
-
1000000000000l2004-05-01, by rfelker
-
sync + wording2004-05-01, by wight
-
keepaspect and nokeepaspect are now useable by all vos2004-05-01, by faust3
-
sync2004-05-01, by wight
-
S/PDIF spelling corrected2004-05-01, by wight
-
cosmetic2004-05-01, by michael
-
100l for me. Header seek is not needed to fix 28_8 and can cause sig112004-05-01, by rtognimp
-
standard notation2004-04-30, by diego
-
additional start_code rule (implemenattion does this since a long time already)2004-04-30, by michael
-
wording2004-04-30, by diego
-
Allow user to disable writing of ODML index2004-04-30, by ranma
-
Only use odml index for files that need it2004-04-30, by ranma
-
support for a few more radeons patch by Reza Jelveh <reza.jelveh at tu-harburg.de>2004-04-30, by faust3
-
10l on cygwin WIN32 gets defined in config.h2004-04-30, by faust3
-
add X11 headers to OPTFLAGS patch by Steven M. Schultz <sms at 2BSD.COM>2004-04-30, by faust3
-
more cola, not mine tho2004-04-30, by rfelker
-
minimal fix for alex's 1000000000000l compile errors. imo the fix in2004-04-30, by rfelker
-
oops, forgot this with the softskip patch2004-04-30, by rfelker
-
100l to me!2004-04-30, by rfelker
-
Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpeg2004-04-29, by rtognimp
-
Should be Connection: close, and not closed.2004-04-29, by bertrand
-
sync2004-04-29, by wight
-
spelling2004-04-29, by diego
-
typos, wording2004-04-29, by diego
-
XML translation complete2004-04-29, by wight
-
sync by Andoni Zubimendi <andoni at lpsat.net>2004-04-29, by nauj27
-
dewinify2004-04-29, by alex
-
sync by paszczi2004-04-29, by alex
-
don't even mention avifile, 14 subtitles2004-04-29, by alex
-
forgot to commit2004-04-29, by alex
-
sync2004-04-28, by paszczi
-
updated documentation for detc,ivtc,pullup2004-04-28, by rfelker
-
document harddup and softskip2004-04-28, by rfelker
-
soft skipping for mencoder. rather than skipping decoding/filtering2004-04-28, by rfelker
-
1l debug junk2004-04-28, by rfelker
-
forgot this, needed for vf_harddup2004-04-28, by rfelker
-
"hard" frame duplication for mencoder. this finally makes it possible2004-04-28, by rfelker
-
remove frame types2004-04-28, by michael
-
Spelling, mention that one vulnerability was fixed in 1.0pre3try2.2004-04-27, by diego
-
Mark all options that work only in combination with XXX as (XXX only).2004-04-27, by diego
-
don't use odml when we don't have to -- the code is buggy!2004-04-27, by rfelker
-
wma9 speech codec dmo and dshow entries2004-04-27, by alex
-
Fix for 28_8 in rm files and header length != 0x4e2004-04-27, by rtognimp
-
More about myself + typo2004-04-27, by rtognimp
-
Hint about testing different colorspaces and putting codes in ./, based on2004-04-27, by diego
-
vocabulary2004-04-27, by rathann
-
2 more FAQs based on a patch made by Compn.2004-04-27, by diego
-
Send updates to mplayer-docs instead of dev-eng, wording, spelling.2004-04-27, by diego
-
English messages removed, comments summarized.2004-04-27, by diego
-
more demuxer maintainers2004-04-27, by diego
-
updates2004-04-27, by diego
-
typos pointed out by the wanderer2004-04-27, by diego
-
More credit for adland, added a missing name.2004-04-27, by diego
-
final2004-04-27, by alex
-
Copyright notice added back.2004-04-27, by diego
-
dvb_set_channel now has two parameters, patch by Nico Sabbi.2004-04-27, by diego
-
spelling, additions, slight reordering2004-04-27, by diego
-
New and old maintainers added.2004-04-27, by diego
-
multiple DVB card syntax, based on a patch by Nico Sabbi2004-04-27, by diego
-
DVB now supports multiple cards, patch by Nico Sabbi.2004-04-27, by diego
-
new configuration structure, gcc warn silencing2004-04-26, by nicodvb
-
new configuration structure, multi-card support2004-04-26, by nicodvb
-
new configuration structure, dvb_set_channel takes 2 parameters, 1000l memleak fix2004-04-26, by nicodvb
-
slave command dvb_set_channel now takes 2 arguments: channel card2004-04-26, by nicodvb
-
Update2004-04-26, by rtognimp
-
fix possible segfault on lavf demuxer patch by (adland <adland123 at yahoo dot com>)2004-04-26, by michael
-
attribute_used patch by (VMiklos <mamajom at axelero dot hu>)2004-04-26, by michael
-
The eve of a new release is always a good time to take history lessons, so2004-04-26, by diego
-
attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>)2004-04-26, by michael
-
Fix embedded smil playlist detection if there are parameters on the url2004-04-26, by rtognimp
-
additions, wording2004-04-26, by diego
-
spelling, some additions2004-04-26, by diego
-
imo i'm one of the nut spec authors :)2004-04-26, by rfelker
-
Add Fullscreen, Ontop and OSD support2004-04-26, by nplourde
-
Added Nicolas Plourde2004-04-26, by nplourde
-
typos2004-04-26, by diego
-
release name, changes2004-04-26, by alex
-
attribute_used for gcc3.42004-04-26, by alex
-
attribute_used macro2004-04-26, by alex
-
potentially exploitable buffer overflow with maliciously crafted cd toc2004-04-26, by rfelker
-
fix exploitable buffer overflow2004-04-26, by rfelker
-
missing2004-04-26, by alex
-
support for ATI fireglx2004-04-26, by alex
-
a52 dynamic range compression support by Peter Gansterer2004-04-26, by alex
-
updated2004-04-26, by alex
-
Ogg spelling fixed as pointed out by the wanderer.2004-04-26, by diego
-
rawaudio bitrate option2004-04-26, by diego
-
needed for a/v sync with compressed audio (e.g. raw .mp2 or .ac3 file)2004-04-26, by rfelker
-
Name corrected.2004-04-25, by diego
-
spelling2004-04-25, by diego
-
Synced with 1.573, remove unwanted space at end of line2004-04-25, by danny
-
More keyframe search fix for VP6x2004-04-25, by rtognimp
-
Fixed CRTC2 surface size message.2004-04-25, by syrjala
-
Fix VP62 keyframe search2004-04-25, by rtognimp
-
Suggest -playlist if asf_stream_start fails2004-04-25, by rtognimp
-
Don't say that a protocol is unsupported if that's not true2004-04-25, by rtognimp
-
Fix support for audio only streams2004-04-25, by rtognimp
-
More bounds checking fixes (thnaks to Miguel Freitas)2004-04-25, by rtognimp
-
Escape urls (needed for urls in playlists)2004-04-24, by rtognimp
-
Stop parsing an url after connection failure2004-04-24, by rtognimp
-
Handle url redirection2004-04-24, by rtognimp
-
Fail if empty or nonexitant playlist2004-04-24, by rtognimp
-
Some sanity and bound checking2004-04-24, by rtognimp
-
1000000000000l to bunkus2004-04-23, by rfelker
-
update to version 0.5.1 by the author VMiklos <mamajom@axelero.hu>2004-04-23, by diego
-
remove data_size prediction2004-04-23, by michael
-
prefer yuv formats over rgb in case both are supported by hw2004-04-23, by faust3
-
update, spelling2004-04-23, by diego
-
Less verbosity by moving some debug messages from printf --> dbgprintf.2004-04-23, by diego
-
I consider myself ao_nas maintainer2004-04-23, by ranma
-
revised list2004-04-23, by alex
-
dr bugfix by zoli (author of the filter)2004-04-23, by rfelker
-
new time_base_nom limit2004-04-22, by michael
-
and sync counter goes up :)2004-04-22, by paszczi
-
wording2004-04-22, by diego
-
cosmetics, wording update2004-04-22, by diego
-
missing names2004-04-22, by diego
-
Missing options added, one put into default order.2004-04-22, by diego
-
forgot to translate :)2004-04-21, by paszczi
-
remove bad requirement2004-04-21, by rfelker
-
sync2004-04-21, by paszczi
-
more nicks2004-04-21, by diego
-
more nicks2004-04-21, by diego
-
copyright --> MPlayer team2004-04-21, by diego
-
file_id_string (idea by ivan)2004-04-20, by michael
-
Common -vo driver problem solution explained by Lukasz Proszek.2004-04-20, by diego
-
dhahelper.sys is put here for installation.2004-04-20, by diego
-
libavformat may be found in the main tree now.2004-04-20, by diego
-
removing backward pointers2004-04-20, by michael
-
QNX does not support -rdynamic.2004-04-19, by diego
-
10l: don't run strcmp if arg is NULL2004-04-19, by rtognimp
-
Get rid of the 'RIFF chunks have to be aligned on ODML_CHUNKLEN'2004-04-19, by ranma
-
credits for Ville Saari, one more nick2004-04-19, by diego
-
translation prepared by Boski Cinek <boski_cinek(at)o2.pl>2004-04-18, by paszczi
-
translation prepared by frogu <frogu(at)frogu.emdej.pl>2004-04-18, by paszczi
-
sync2004-04-18, by paszczi
-
sync2004-04-18, by paszczi
-
Joe Barr calls us Mplayer.2004-04-17, by diego
-
typo fix: Mplayer --> MPlayer2004-04-17, by diego
-
/usr/lib/win32 --> /usr/lib/codecs2004-04-17, by diego
-
sync2004-04-17, by paszczi
-
New filter by Ville Saari (114263 at foo dot bar dot org)2004-04-17, by rfelker
-
Respect -playlist for asx streams2004-04-17, by rtognimp
-
sync by Daniele Forghieri2004-04-17, by diego
-
10l for me - stray option draft left behind.2004-04-17, by diego
-
vo_gl suboption doc improved2004-04-17, by reimar
-
less verbosity + printf --> mp_msg2004-04-17, by diego
-
Patches should not be compressed.2004-04-17, by diego
-
updates2004-04-17, by diego
-
-vo caca documentation, patch by Pigeon <pigeon@pigeond.net>2004-04-17, by diego
-
lol, that sure deserves some Cola2004-04-16, by diego
-
OS/X localtime_r multiply defined patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)2004-04-16, by michael
-
10l to me: writing outside allocated memory2004-04-15, by rtognimp
-
fixed suboption parsing, added help for suboptions2004-04-15, by reimar
-
All entries in alphabetical last, first name order, some nicks added.2004-04-15, by diego
-
specify field mode when setting image height2004-04-15, by henry
-
moving f() and u()2004-04-14, by michael
-
Fix segfault if EDL is used without video2004-04-14, by rtognimp
-
Try Real rtsp, then live.com on every rtsp stream (remove extension2004-04-14, by rtognimp
-
sync2004-04-14, by paszczi
-
Missing options added to --help output.2004-04-13, by diego
-
updates2004-04-13, by diego
-
Nicks added.2004-04-13, by diego
-
Make caca detection consistent with the others using *-config, also avoids2004-04-13, by diego
-
Nicks added.2004-04-13, by diego
-
OpenGL vo driver suboptions by Reimar and me.2004-04-13, by diego
-
Do not crash on audio only streams2004-04-13, by rtognimp
-
-vo quartz docs by Nicolas Plourde <nicolas.plourde@sympatico.ca>2004-04-13, by diego
-
quartz vo, based on patch byNicolas Plourde <nicolas.plourde@sympatico.ca>2004-04-13, by diego
-
printf -> mp_msg; print error msg when qtmlClient.dll is missing2004-04-13, by faust3
-
printf -> mp_msg, error msg when qtmlClient.dll is missing2004-04-13, by faust3
-
printf -> mp_msg2004-04-13, by faust3
-
ignore mouseclicks when activating the window2004-04-13, by faust3
-
-rdynamic is not supported on Win32. Both _xanim and _real set it, so both2004-04-13, by diego
-
always add versionsinfo and icon on windows2004-04-13, by faust3
-
-rdynamic is not supported on windows2004-04-13, by faust3
-
DVB updates, patch by Nico <nsabbi@tiscali.it>2004-04-13, by diego
-
DVB update, patch by Nico <nsabbi@tiscali.it>2004-04-13, by diego
-
Some release dates added, consistent date format.2004-04-13, by diego
-
win32 macro added to simplify detecting both Cygwin and MinGW.2004-04-13, by diego
-
(de)coder -> (de)muxer2004-04-13, by michael
-
whitespace changes (improves changelog mode in vim/emacs)2004-04-13, by diego
-
libmpflac was removed.2004-04-13, by diego
-
Add license, remove bogus comment as told by Reza Jelveh, the author.2004-04-12, by diego
-
spelling, more wishes2004-04-12, by diego
-
Fix vp61 keyframe search (do not skip blocks if 1st frame is keyframe)2004-04-12, by rtognimp
-
libavformat support for windows2004-04-12, by faust3
-
Support AAC in NSV2004-04-12, by rtognimp
-
NSV demuxer author added2004-04-12, by rtognimp
-
nsv (Nullsoft streaming video) demuxer2004-04-12, by rtognimp
-
.mp4 with lavf support2004-04-11, by michael
-
FLV with lavc+lavf support2004-04-11, by michael
-
4xm with lavf+lavc2004-04-11, by michael
-
BGR162004-04-11, by michael
-
lavf ASF support2004-04-11, by michael
-
forgotten person who added an important feature to the mingw port2004-04-11, by faust3
-
seeking2004-04-11, by michael
-
avoid unneeded stream_reset()2004-04-11, by michael
-
nicer EOF solution, mpeg-ps works now too2004-04-11, by michael
-
libavformat really doesnt like it that the streams get stuck if the end is reached2004-04-11, by michael
-
demux_lavf2004-04-11, by michael
-
quant_parameter is 2*mpeg1_quant, no problems noticed with too high values2004-04-09, by iive
-
remove old example stream2004-04-09, by michael
-
removing checksum_threshold & keyframe prediction2004-04-09, by michael
-
1l fix.2004-04-09, by nauj27
-
vo_gl supporting more color formats for testing2004-04-08, by reimar
-
Added <application> missing tags.2004-04-08, by nauj27
-
check for invalid user input2004-04-08, by iive
-
print at least the error number when there is no text for it2004-04-07, by faust3
-
typo2004-04-07, by paszczi
-
'%' is unsafe and need to be escaped.2004-04-07, by bertrand
-
update2004-04-07, by faust3
-
language_code & fourcc vb->v reversal2004-04-07, by michael
-
support for abitrary imaadpcm encoding, ported from ffmpeg2004-04-07, by alex
-
10l, patch by Bjoern Sandell2004-04-06, by faust3
-
sync2004-04-06, by nauj27
-
support immed flag2004-04-06, by faust3
-
uninit immed flag2004-04-06, by alex
-
vo_caca by Howell Tam2004-04-06, by alex
-
SSE support under OpenBSD, patch by Bjorn Sandell2004-04-06, by alex
-
inttypes2004-04-06, by alex
-
altivec support under netbsd, patch by Matthew Green2004-04-06, by alex
-
netbsd audio support by Bernd Ernesti2004-04-06, by alex
-
correct typeconversion of fps, patches by several ppl2004-04-06, by alex
-
MPL2 subreader, patch by Cezary Jackiewicz (cjackiewicz@poczta.onet.pl)2004-04-06, by alex
-
100l and sync with upstream, patch by rgselk2004-04-06, by alex
-
skip {...} parts in SAME subs, patch by Salvatore Falco2004-04-06, by alex
-
some more globals2004-04-06, by alex
-
removed obsoleted defs2004-04-06, by alex
-
removing more globals2004-04-06, by alex
-
AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)2004-04-06, by michael
-
libcaca video output driver by Howell Tam2004-04-06, by alex
-
ability to disable mp3lib, liba52 and libmpeg22004-04-05, by alex
-
added my nick2004-04-05, by rathann
-
full screen flipping synchronization corrections (by Adam Tla/lka)2004-04-05, by rathann
-
make gcc happy under hurd2004-04-05, by alex
-
morphos support by Nicolas Det2004-04-05, by alex
-
make gcc eating this under hurd2004-04-05, by alex
-
Quartz/MacOSX video output module by Nicolas Plourde2004-04-05, by alex
-
sync2004-04-05, by nauj27
-
switching from crc32 to adler32 checksums, cuz they are faster and simpler2004-04-05, by michael
-
minor changes2004-04-04, by michael
-
fixed broken diseqc fetch from channels file2004-04-04, by nicodvb
-
10l for the orignial author and 1000l for me for commiting a broken workaround2004-04-04, by faust3
-
This was discussed a long time ago but some reason never done. Anyway2004-04-03, by rfelker
-
restore old SAMPLESIZE2004-04-03, by faust3
-
- win_gravity memorizing and restoring while switching fullscreen mode (by Adam Tla/lka)2004-04-03, by rathann
-
restrictions to ensure that O(log n) seeking and error recovery is possible2004-04-03, by michael
-
- compilation error fix2004-04-03, by rathann
-
Developers should subscribe to mplayer-cvslog, mention mplayer-docs.2004-04-02, by diego
-
cosmetics2004-04-02, by diego
-
Update my mail address2004-04-02, by rtognimp
-
1l2004-04-02, by diego
-
small additions, some nicks added, wording, spelling2004-04-02, by diego
-
Remove spurious +1 to lame_param_quality that contradicts documentation and2004-04-02, by diego
-
Commit independent changes separately.2004-04-02, by diego
-
Error message improved, wording.2004-04-01, by diego
-
Support for smil playlist, both standalone and embedded into other2004-04-01, by rtognimp
-
ALSA syc is not so good as OSS - small corrections2004-04-01, by atlka
-
Added my nick for easier placement of blame.2004-04-01, by mosu
-
dvb should be added to $_noinputmodules as well as $_inputmodules.2004-04-01, by diego
-
How to handle incomplete translations of message files.2004-04-01, by diego
-
security fix2004-04-01, by diego
-
prevent crash in case we are unable to get aligned buffer2004-04-01, by faust3
-
although this SSE fix is an ugly hack it seems to work fine for me2004-04-01, by faust3
-
reenable SSE support for mingw2004-04-01, by faust3
-
10l (some broken compilers take this serious)2004-03-31, by alex
-
make stupid gcc versions happy2004-03-31, by rfelker
-
remote exploitable heap overflow fix by ("blexim" <blexim at hush dot com>)2004-03-30, by michael
-
removing subpackets (everyone hates them ...)2004-03-30, by michael
-
vf_phase filter by Ville Saari (114263 at foo dot bar dot org)2004-03-29, by rfelker
-
Revert my old twos fix, it seems to break more files than it fixed.2004-03-28, by rtognimp
-
added <application> tag and some 10l, patch by frogu <l_j_p@wp.pl>2004-03-28, by paszczi
-
svgalib 1.9.18 compile fix, still wont work for me though...2004-03-28, by atmos4
-
Fix hanging at end of mms:// streams.2004-03-28, by rtognimp
-
Stop reading the file if an INDX chunk is found instead of a data packet.2004-03-28, by mosu
-
Missing echores "no" added, duplicate variable setting removed.2004-03-27, by diego
-
Make wmv9 playback less verbose.2004-03-27, by diego
-
Implemented "seek to position".2004-03-26, by mosu
-
temporary workaround to make it work on windows2004-03-26, by faust3
-
fseeko emulation patch by Steven M. Schultz <sms at 2bsd.com>2004-03-26, by faust3
-
fix compilation on cygwin2004-03-26, by faust3
-
patch from Rune <runner@mail.tele.dk>2004-03-25, by pontscho
-
Add adland to authors2004-03-25, by rtognimp
-
Support for Alparysoft lossless video codec (DShow and VfW)2004-03-25, by rtognimp
-
Removed the limitation to max. eight laced blocks.2004-03-25, by mosu
-
remove stupid misadvice2004-03-25, by rfelker
-
The attached patch fixes a minor build problem on GNU/k*BSD: getch2.c should2004-03-24, by diego
-
Round Chunklen to word boundary2004-03-24, by ranma
-
Use aspect from encoder for AVI vprp header2004-03-24, by ranma
-
Mobility Radeon 9600/9700 support2004-03-23, by faust3
-
Add support for Lead MCMW 2.0 wavelet codec eval version2004-03-23, by rtognimp
-
1000l2004-03-23, by faust3
-
Windows XP support2004-03-23, by faust3
-
windows xp support2004-03-23, by faust3
-
sync by danny <guru@digitalfantasy.it>2004-03-23, by diego
-
Better vprp aspect fix2004-03-22, by ranma
-
-aviaspect option moved to its alphabetical position, new sentences should2004-03-21, by diego
-
explicit option for AVI PRP header2004-03-21, by henry
-
Add LEAD fourcc, patch by adland < adland123 (at) yahoo (dot) com >2004-03-21, by rtognimp
-
Bigendian macro 10l2004-03-19, by ranma
-
-geometry examples corrected.2004-03-19, by diego
-
100l bug fixes, -noaspect moved just below -aspect.2004-03-19, by diego
-
Support for vp5 and vp6 dll decoders2004-03-18, by rtognimp
-
-adapter, -refreshrate options, based on patch by Sascha Sommer2004-03-18, by diego
-
small correction as suggested by Nico2004-03-17, by diego
-
updates, spelling2004-03-17, by diego
-
copy&paste 10l2004-03-17, by ranma
-
OpenDML read/write support2004-03-17, by ranma
-
corrected problems with switching to and from fullscreen mode esp. with fixed-vo2004-03-17, by reimar
-
Raw audio and video are always keyframes2004-03-17, by ranma
-
use flag for XvMC codec recognition and enable dr1 for fixed version of lavc2004-03-16, by iive
-
Don't mess with the window position in xinerama when -geometry changes it.2004-03-16, by diego
-
Use system clock for xscreensaver pings (Tobias Diedrich).2004-03-16, by diego
-
some additions, spelling fixes2004-03-15, by diego
-
Italian man page translation by Daniele Forghieri <guru@digitalfantasy.it>2004-03-15, by diego
-
spelling fixes2004-03-15, by diego
-
Cygwin provides setenv. Fixes compilation on Cygwin.2004-03-15, by diego
-
How to make MPlayer work on Fedora core.2004-03-15, by diego
-
Explain why 'cvs admin' should only be used on the last revision of a file.2004-03-15, by diego
-
whitespace cosmetics2004-03-15, by diego
-
altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)2004-03-14, by michael
-
Use MultiplyElement to control volume.2004-03-13, by ranma
-
mouse support by Nehal Mistry <nehalmistry at gmx.net>2004-03-13, by faust3
-
fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net>2004-03-13, by faust3
-
Seek in HTTP streams and stdin seek fixes2004-03-13, by rtognimp
-
rawvideo muxer patch by John Earl <jwe21@cam.ac.uk>2004-03-09, by ranma
-
sync2004-03-09, by paszczi
-
OpenGL now works under Windows.2004-03-09, by diego
-
-vo directfb options by Jiri Svoboda2004-03-05, by diego
-
v0.50 by VMiklos2004-03-05, by diego
-
--disable-xmms option was missing, noticed by Enrico Weigelt.2004-03-05, by diego
-
Telecined and related sync2004-03-04, by nauj27
-
sync by Andoni Zubimendi <andoni@lpsat.net>2004-03-04, by nauj27
-
10l - replace 6 with AF_NCH2004-03-04, by henry
-
xvmc use get_format for IDCT/MC recognition2004-03-01, by iive
-
replace set_periods and set_period_size with their _near cousins2004-02-27, by henry
-
1000l2004-02-27, by henry
-
an almost complete re-translation of the last version of help_mp-en.h2004-02-27, by gabucino
-
Keep the ./configure options for xvid in sync.2004-02-27, by rathann
-
Use system clock for xscreensaver pings2004-02-26, by ranma
-
fix compilation without libavcodec2004-02-26, by henry
-
missing video thread shutdown, frame count rounding fix2004-02-25, by henry
-
dont mess with the window position in xinerama when -geometry changes it.2004-02-24, by attila
-
set min width/height2004-02-24, by attila
-
spp softthresholding in mmx2004-02-24, by michael
-
spp soft thresholding patch by (James Crowson <jbcrowso at ncsu dot edu>)2004-02-24, by michael
-
A bit late, but here's the "more sane options ordering" patch.2004-02-23, by ranma
-
new location of codecs-status.html2004-02-23, by gabucino
-
Support for v3 audio section (used with 14_4 codec) in real files2004-02-22, by rtognimp
-
printf -> mp_msg2004-02-22, by attila
-
fieldparity verbosity and tvnorm patch2004-02-22, by attila
-
dont mess up v4l volumes2004-02-22, by attila
-
Added support for multiplexed (audio+video) RTP streams.2004-02-22, by rsf
-
Added support for multiplexed audio+video RTP streams.2004-02-22, by rsf
-
Added support for handling multiplexed audio+video RTP streams.2004-02-22, by rsf
-
cut and paste typo fixed2004-02-21, by zdar
-
Line breaks inserted, overly long lines wrapped, partly reworded.2004-02-19, by diego
-
copyright update by the author2004-02-19, by diego
-
update, cosmetics2004-02-19, by diego
-
updates2004-02-18, by diego
-
10l2004-02-18, by alex
-
replaygain2004-02-18, by alex
-
write out extraheaders from lavc2004-02-18, by alex
-
ffmpeg flac decoder2004-02-18, by alex
-
remove 1000000l example that DOES NOT WORK. 9 times out of 10 it will2004-02-17, by rfelker
-
update by VMiklos2004-02-17, by attila
-
get some new maintainers2004-02-17, by attila
-
add support for avid meridien uncompressed files2004-02-17, by attila
-
Adds support for the film grain effect and deblocking filters in xvid2004-02-17, by attila
-
remove raw nonsense and replace it by one ovc2004-02-17, by attila
-
enable seeking in http streams2004-02-17, by attila
-
- Cleaned up the Makefile, added some *.o's2004-02-17, by gabucino
-
bump version2004-02-17, by gabucino
-
architecture type reporting for non-x86 CPUs (try 2, tested on x86 and x86-64)2004-02-16, by gabucino
-
adding accents and changing email address2004-02-16, by gabucino
-
More Camtasia colorspaces2004-02-15, by rtognimp
-
Fix playback of some Camtasia files.2004-02-15, by rtognimp
-
Polish documentation team added2004-02-13, by gabucino
-
Use qtrle decoder from ffmpeg2004-02-12, by rtognimp
-
Fix ffmpeg RGB24 mapping (needed for qtrle)2004-02-12, by rtognimp
-
dfbmga docs update2004-02-12, by gabucino
-
iive fame2004-02-12, by iive
-
SuSE docbook DTD path, patch by Thomas Jarosch <tomj@simonv.com>2004-02-11, by diego
-
more authors, patches by themselves2004-02-11, by diego
-
100l (cvs commit + tired ...)2004-02-10, by michael
-
slight wording improvement, noticed by Dominik2004-02-10, by diego
-
small additions, patches by themselves2004-02-10, by diego
-
m_option_type_double2004-02-10, by michael
-
We need make 3.80 to build.2004-02-10, by diego
-
new section structure2004-02-10, by diego
-
GENERAL OPTIONS section added with a few entries, misc changes.2004-02-10, by diego
-
Keyboard control section moved to the beginning.2004-02-10, by diego
-
filmdint=fast description corrected, xvidencopts clarified.2004-02-10, by diego
-
video filters ...2004-02-10, by michael
-
small additions, cosmetics2004-02-10, by diego
-
better description bit_exact lavc option2004-02-10, by diego
-
sync2004-02-09, by nicolas
-
Display Framedropping state on the OSD.2004-02-09, by diego
-
XAnim spelling corrected.2004-02-09, by diego
-
sync2004-02-09, by nicolas
-
change_rectangle documentation by Angel <knight@sunflower.com>2004-02-09, by diego
-
bit_exact lavc option, patch by "Steven M. Schultz" <sms@2BSD.COM>2004-02-08, by diego
-
bit_exact patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)2004-02-07, by michael
-
allow using of float fixed_quant2004-02-06, by iive
-
new filter: vf_noformat.2004-02-06, by joey
-
new filter: vf_noformat.2004-02-06, by joey
-
get_bit_count -> put_bits_count2004-02-06, by rik
-
Expand frame dropping state description, qp filter explanation improved.2004-02-06, by diego
-
avi-fix v0.1: simple tool to fix chunk sizes in a RIFF AVI file2004-02-05, by arpi
-
#include dsputil.h as it contains the lrintf emu code2004-02-05, by michael
-
Duplicate -include option moved to cfg-common.h.2004-02-05, by diego
-
qp change filter2004-02-05, by michael
-
psnr and debug option added2004-02-04, by iive
-
missing \2004-02-04, by wight
-
sync2004-02-03, by nauj27
-
xvid4 new aspect options - patch by Nico <nsabbi@tiscali.it>2004-02-03, by iive
-
lame accepts only integers, pointed out by iive.2004-02-02, by diego
-
sync2004-02-02, by nicolas
-
duplicate words and spaces removed2004-02-02, by nicolas
-
qns tip2004-02-02, by michael
-
quantizer noise shaping2004-02-02, by michael
-
sync2004-02-02, by wight
-
& removed - build fix2004-02-02, by wight
-
Search links updated.2004-02-02, by diego
-
Fix description of -srate, as pointed out by Rich.2004-02-02, by diego
-
Telecine HOWTO by Corey Hickey <bugfood-ml@fatooh.org>, some modifications2004-02-01, by diego
-
rgbtest filter added, kerndeint filter description fixed and moved to a2004-02-01, by diego
-
kerndeint documentation2004-02-01, by ranma
-
1000l2004-02-01, by faust3
-
Do not open more than one audio/video/subtitle stream at the same time.2004-02-01, by mosu
-
add libvo to include list for lavc2004-01-31, by alex
-
Do not try to seek beyond the end of the stream when parsing the headers.2004-01-31, by mosu
-
sync2004-01-31, by paszczi
-
100l for forgetting to update this. It would brake building after distclean.2004-01-30, by wight
-
a few more nvidia cards (only tested card is GeForceFX 5200)2004-01-30, by faust3
-
Move symlinks to a separate target2004-01-30, by wight
-
sync2004-01-30, by paszczi
-
Make URL a little more precise.2004-01-30, by diego
-
Simplified support for libc5 systems.2004-01-30, by diego
-
sync (PJS name discovered:)2004-01-30, by gabucino
-
build fix2004-01-30, by diego
-
Simplifications and bug fixes by Torinthiel.2004-01-30, by diego
-
1000000000l reported by Steven Schultz (thanks!)2004-01-30, by rfelker
-
sync by Ioannis Panteleakis <pioann@csd.auth.gr>2004-01-30, by diego
-
Sync with the last DVB update, patch by Nico <nsabbi@tiscali.it>.2004-01-30, by diego
-
Structure rewritten, to allow single language build and some simplifications.2004-01-29, by wight
-
Sync2004-01-29, by rtognimp
-
spelling, random fixes2004-01-29, by diego
-
Scale filter reworded, presize option documented, lowpassfreq and2004-01-29, by diego
-
10l fix by Jindrich Makovicka2004-01-29, by ranma
-
fix some 10ls in sample rate handlin2004-01-29, by attila
-
add support for aac in real media files2004-01-29, by attila
-
10l2004-01-29, by henry
-
* changes mencoder's exit code on explicit kill to 22004-01-29, by attila
-
fix broken fullscreen start of gmplayer2004-01-29, by attila
-
Fix the PJS (aka dunnowhat) subtitles2004-01-29, by attila
-
Compliance with the DVB power management specification (doesn't close2004-01-29, by attila
-
softpulldown + kerndeint2004-01-29, by ranma
-
continue playing real files after errors2004-01-29, by attila
-
kerndeint adaptive deinterlacer2004-01-29, by ranma
-
switch to inttypes.h (u_int32_t vs uint32_t) in favour of Solaris9/x86 support2004-01-29, by alex
-
disable buggy code, patch by Romain Dolbeau2004-01-28, by alex
-
support for latest CVS, patch by Ville Syrjala2004-01-28, by alex
-
removed unused headeer dependencies2004-01-28, by alex
-
use inttypes.h and std types, this fixes compilation problems on solaris 9 x862004-01-28, by alex
-
sync2004-01-27, by paszczi
-
sync2004-01-27, by nicolas
-
sync2004-01-27, by gabucino
-
if the user wants fast, use fast code! otherwise the user has to put2004-01-27, by rfelker
-
10000l2004-01-27, by rfelker
-
not pretty, but at least it prevents the channels from getting out of order...2004-01-27, by rfelker
-
100l2004-01-27, by rfelker
-
10l2004-01-27, by rfelker
-
Initial translation prepared by chomar <duch at wla dot pl> and myself.2004-01-25, by rathann
-
reviewed the locking codes, a mutex should be unlocked before destroying it2004-01-25, by alex
-
Don't mutex_unlock if it was never locked. Patch by Min Sik Kim2004-01-25, by alex
-
support for AVID DV fourcc, patch by xliska at informatics.muni.cz2004-01-25, by alex
-
added changes until now2004-01-25, by alex
-
ppc970 support, patch by Romain Dolbeau2004-01-25, by alex
-
Use fli decoder from libavcodec2004-01-25, by rtognimp
-
Pass header to codec in extradata (needed by ffmpeg fli decoder)2004-01-25, by rtognimp
-
freebsd fix (btw, why does it needs this int_max shit?2004-01-25, by alex
-
sync2004-01-25, by nicolas
-
updates by smoker <smoker@smokerz.net>2004-01-25, by diego
-
sync2004-01-24, by gabucino
-
Make the build system print everything it does.2004-01-24, by diego
-
small fixes2004-01-24, by diego
-
add divx2svcd script.2004-01-24, by attila
-
prevent subreader from segfaulting when sami subs dont have2004-01-24, by attila
-
add option to select mixer channel2004-01-24, by attila
-
mkv.cpp -> mkv_old.cpp, to avoid dependency name collision with mkv.c2004-01-23, by arpi
-
Fix for compilation with libmatroska 0.6.3.2004-01-23, by mosu
-
add lame filter options2004-01-23, by iive
-
fix aspect 4 according to the standart2004-01-23, by iive
-
Do not deactivate the video stream if no audio stream was wanted/found...2004-01-22, by mosu
-
sync. Named parameters documented.2004-01-22, by nauj27
-
sync and livavcodecs tags2004-01-22, by nauj27
-
100000l2004-01-22, by michael
-
sync2004-01-22, by paszczi
-
sort -u is equivalent to sort | uniq, hint by Dominik.2004-01-21, by diego
-
some new locations from newest Gentoo2004-01-21, by wight
-
How come TODO lists never shrink?2004-01-21, by diego
-
Our DirectFB documentation is dated, the current version is now linked to2004-01-21, by diego
-
10l2004-01-21, by diego
-
Add <systemitem class="library"> tags to libavcodec and a few others.2004-01-21, by diego
-
uniq is ineffective without sort.2004-01-21, by diego
-
100l bug fix for a wrong command line by Christian Ohm <chr.ohm@gmx.net>,2004-01-21, by diego
-
What was synced is still synced.2004-01-21, by wight
-
Build target names shortened.2004-01-20, by diego
-
Shiny new build system by Torinthiel, polished and improved by myself.2004-01-20, by diego
-
Small wording and consistency improvements, named parameters documented.2004-01-20, by diego
-
Compiler/system compatibility fixes.2004-01-20, by mosu
-
compile fix when v4l2 is present but disabled2004-01-20, by alex
-
How to help with documentation and translation.2004-01-20, by diego
-
Fixed subtitle clearing.2004-01-20, by mosu
-
prevent the libdv decoder from adding "NTSC setup" on decode2004-01-20, by attila
-
Have the MOV demuxer recognize and display (via MPINFO) registered ISO2004-01-20, by diego
-
MPlayer translation HOWTO2004-01-20, by diego
-
Added the new C based Matroska demuxer by Aurelien Jacobs.2004-01-19, by mosu
-
sync2004-01-19, by nauj27
-
edl.xml removed, now included into usage.xml2004-01-19, by nauj27
-
support for newer openbsd versions, which are fully elf based2004-01-19, by alex
-
synced with 1.352004-01-18, by paszczi
-
Some <replaceable> tags added.2004-01-18, by diego
-
previously skipped text translated2004-01-18, by gabucino
-
typo2004-01-17, by paszczi
-
sync2004-01-17, by paszczi
-
typo fix2004-01-17, by gabucino
-
Fix for Real files with header size == 0x10 (normally is 0x12)2004-01-16, by rtognimp
-
Time to bump the dates, filter configuration file example, .TH expanded.2004-01-16, by diego
-
Modification statement added.2004-01-16, by diego
-
Unknown subtitle format is PJS as pointed out by Salvador Eduardo Tropea.2004-01-16, by diego
-
Support binding F11 and F12 keys to commands.2004-01-16, by diego
-
Some capitalisation fixes.2004-01-16, by wight
-
Removed obsolete entry.2004-01-16, by diego
-
100l2004-01-16, by rfelker
-
And another 10l for not updateing sync tag2004-01-15, by wight
-
10l for not removing edl.xml2004-01-15, by wight
-
Sync with EDL moving.2004-01-15, by wight
-
EDL section moved into usage.2004-01-14, by diego
-
swedish yes/no options support2004-01-13, by wight
-
Use MSZH and ZLIB decoders from libavcodec2004-01-12, by rtognimp
-
Fix "panning" display2004-01-12, by lumag
-
document xv port2004-01-12, by attila
-
polish yes/no options support2004-01-12, by wight
-
some little clarifications and additions2004-01-12, by diego
-
happy new year, copyright is MPlayer team now, naming cosmetics2004-01-12, by diego
-
Happy new year to all from Argentina :-)2004-01-12, by diego
-
sync2004-01-11, by wight
-
ALSA 1.x audio out driver2004-01-11, by henry
-
Added more legacy CodecIDs (S_ASS).2004-01-11, by mosu
-
10l2004-01-11, by henry
-
Fix long standing bug where last (and sometimes first) char of the2004-01-10, by albeu
-
10l2004-01-10, by henry
-
initial translation prepared by emdej <emdej@emdej.com>2004-01-10, by paszczi
-
lavcodec compile fix2004-01-10, by henry
-
prevent sig11 when $HOME is not set2004-01-10, by attila
-
fix for nv12 swapped chroma2004-01-10, by attila
-
linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr>2004-01-10, by attila
-
use -mixer with alsa92004-01-10, by attila
-
filter list management2004-01-09, by diego
-
misc fixes2004-01-09, by diego
-
initial translation2004-01-08, by paszczi
-
patch from Kelemen Gábor <kg0021@stud.unideb.hu>2004-01-08, by pontscho
-
add -codecs-file for selecting a specific codecs.conf on the comand line2004-01-08, by attila
-
proper capitalisation of DivX and the like2004-01-06, by wight
-
updated -pass examples2004-01-06, by gabucino
-
Changed to conform to recent changes to the "LIVE.COM Streaming Media" code.2004-01-06, by rsf
-
Changes to conform to recent changes to the "LIVE.COM Streaming Media" code.2004-01-06, by rsf
-
ildctcmp, VSAD, VSSE2004-01-05, by michael
-
sync2004-01-05, by wight
-
MPlayer is now GPL, URL updated.2004-01-05, by diego
-
URL updated.2004-01-05, by diego
-
VIDEO OUTPUT DRIVERS section added.2004-01-05, by diego
-
typo2004-01-05, by diego
-
lavc audio codecs are now supported.2004-01-05, by diego
-
updates by smoker <smoker@smokerz.net>2004-01-05, by diego
-
spelling plus some docs updates2004-01-05, by diego
-
sync, tested :-P2004-01-05, by nauj27
-
10l2004-01-05, by gabucino
-
synchronization2004-01-04, by paszczi
-
compilation fixes2004-01-03, by wight
-
sync2004-01-03, by nauj27
-
synced with 1.162004-01-03, by paszczi
-
missing dot2004-01-03, by paszczi
-
missing <replaceable> tag2004-01-03, by paszczi
-
sync2004-01-03, by nicolas
-
sync2004-01-03, by wight
-
an ocean of Cola for the G man2004-01-02, by diego
-
small fixes2004-01-02, by diego
-
DVD ripping section added courtesy of Samuli Kärkkäinen with some2004-01-02, by diego
-
typo2004-01-02, by diego
-
one more task2004-01-02, by diego
-
Port to new video filter layer: -vf disabled --> -vf-clr2004-01-02, by diego
-
typo2004-01-02, by diego
-
Add a note about CVS sync with main FLAC.2004-01-02, by lumag
-
documented changes since pre32004-01-02, by alex
-
sync with netbsd ports: audio grabbing support fixed2004-01-02, by alex
-
x86_64/amd64 detection under freebsd2004-01-02, by alex
-
FreeBSD 5.2-CURRENT support2004-01-02, by alex
-
initial translation prepared by Qba <jim85@wp.pl>2004-01-02, by paszczi
-
initial translation prepared by Frogu <l_j_p@wp.pl>2004-01-02, by paszczi
-
missing subtitle type added (yeah, we dunno what its name is...)2004-01-02, by gabucino
-
10l2004-01-02, by gabucino
-
synchronization2004-01-01, by paszczi
-
synced&additional wording2004-01-01, by paszczi
-
synced2004-01-01, by paszczi
-
missing <application> tags2004-01-01, by paszczi
-
<replaceable> tags' attack :P + missing space2004-01-01, by paszczi
-
<replaceable> tags' attack :P2004-01-01, by paszczi
-
disable dr1&slices for the other vissualizations too2004-01-01, by michael
-
<replaceable> tags by Qba <jim85@wp.pl>2004-01-01, by wight
-
fix the crash when seek with 'unknown' subtitles, hopefully...2004-01-01, by luran
-
-fontconfig option2003-12-31, by diego
-
SCNR ;-)2003-12-31, by diego
-
LRMI added.2003-12-31, by diego
-
MPlayer's configure fails to detect fontconfig on a system with2003-12-31, by diego
-
spelling + grammar2003-12-31, by diego
-
sync by Philippe De Swert <philippe.deswert@student.denayer.wenk.be>2003-12-31, by diego
-
vismv, alt, ilme options2003-12-30, by michael
-
Sync to original FLAC.2003-12-29, by lumag
-
interlaced scaling2003-12-29, by michael
-
scenechange_threshold command line option patch by (Balatoni Denes <pnis at coder dot hu>)2003-12-28, by michael
-
sync, various fixes2003-12-28, by nicolas
-
sync2003-12-28, by nauj27
-
lets see if lmin/lmax for constant IP quantizer and different constant quant for B works ...2003-12-28, by michael
-
fix typo2003-12-28, by nexus
-
Cosmetics, inter_threshold lavc option, BUGS and AUTHORS section rewritten.2003-12-28, by diego
-
wording cosmetics2003-12-27, by diego
-
GSM 06.10 library and id3edit added.2003-12-27, by diego
-
correct C init tables2003-12-27, by alex
-
just the same include reordering as in vo_xv (codemetics :)2003-12-27, by alex
-
optimizing for cpus on irix2003-12-27, by alex
-
10l. found by John Wehle <john@feith.com>2003-12-27, by alex
-
MicroDVD, not Microdvd2003-12-26, by wight
-
sync2003-12-26, by wight
-
-cygwin list is also about MinGW, <application> tags2003-12-26, by wight
-
audio fmt 0x45 == scg726.acm added2003-12-26, by arpi
-
workaround for min_srcsize==0 (scg726.acm)2003-12-26, by arpi
-
japanese translation2003-12-26, by gabucino
-
VAX architecture support (tested on VAXstation 4000/VLC)2003-12-25, by gabucino
-
added capital letter at the beginning of the sentence2003-12-24, by paszczi
-
Pruning empty directories is a good idea and even better is using the2003-12-24, by diego
-
occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>2003-12-24, by diego
-
better parisc detection2003-12-23, by alex
-
Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC2003-12-23, by rtognimp
-
Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC2003-12-23, by rtognimp
-
Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC2003-12-23, by rtognimp
-
Christmas sync :-D2003-12-23, by nauj27
-
better top_field_first behaviour (mostly what rich suggested)2003-12-22, by michael
-
lavc options: obmc,top,loop.aiv,ss2003-12-22, by michael
-
using top_field_first from mpi, and support overriding it2003-12-22, by michael
-
set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACED2003-12-22, by michael
-
added <systemitem class=systemname> tag to /proc2003-12-22, by paszczi
-
zrmjpeg options and two examples, per Diego's request2003-12-21, by rik
-
sync2003-12-21, by nicolas
-
change email adress2003-12-20, by attila
-
10l let path behave like before the start/stop patch2003-12-19, by rtognimp
-
vf_zrmjpeg MJPEG encoding filter, works together with vo_zr2. Only YV122003-12-19, by rik
-
add ZORAN makefile variable for conditional compilation of vf_zrmjpeg2003-12-19, by rik
-
message fix2003-12-19, by rik
-
changed <filename> tag to <filename class=directory> - font is a directory2003-12-19, by paszczi
-
Makes radeon_vid work with the Radeon 9600 Pro card.2003-12-19, by wight
-
UYVY support (port from v4l1)2003-12-19, by henry
-
make outfmt=uyvy work with rivatv patch by Stephen Beahm2003-12-18, by faust3
-
and one last fontconfig2003-12-16, by wight
-
added <systemitem> tag for fontconfig, some wording2003-12-16, by paszczi
-
precise P4 and cpu speed detect2003-12-16, by pontscho
-
cdda: endianness fix2003-12-16, by colin
-
dvbstream added, info from Nico.2003-12-16, by diego
-
100l Fix audio decoding and random sig112003-12-15, by rtognimp
-
mmx simplifications2003-12-15, by michael
-
remove zlib dependency2003-12-15, by faust3
-
mmx optimizations2003-12-15, by rfelker
-
document new mode argument for ilpack2003-12-15, by rfelker
-
big updates to ilpack: do proper interpolation rather than just2003-12-15, by rfelker
-
sync2003-12-14, by nicolas
-
various updates:2003-12-14, by rfelker
-
Sync.2003-12-13, by lumag
-
compile fix2003-12-12, by wight
-
compile fix2003-12-12, by wight
-
ffrv202003-12-12, by alex
-
1l (I delete this phrase in the last sync)2003-12-11, by nauj27
-
sync2003-12-11, by nauj27
-
Sync2003-12-11, by lumag
-
Sync.2003-12-11, by lumag
-
synced with 1.332003-12-11, by paszczi
-
fixing more stupid mistakes2003-12-11, by rfelker
-
Add two <replaceable> tags2003-12-11, by lumag
-
pass quantizer tables through (averaging values when fields come from2003-12-11, by rfelker
-
simplified frame decision logic and reduced the occurrance of length=12003-12-11, by rfelker
-
and remove one stupid debug printf2003-12-11, by rfelker
-
allow for different combing metrics to be selected (not useful yet)2003-12-11, by rfelker
-
100l bug found by Zoli, wasted time and unfairly delocalized the metrics2003-12-11, by rfelker
-
Patch from the author, Zoltan Hidvegi:2003-12-11, by rfelker
-
synced with 1.322003-12-10, by paszczi
-
made MorphZone resources more readable2003-12-10, by paszczi
-
fix bug when bmovl can't read the whole pic at once2003-12-10, by attila
-
This patch contains bugfixes for the esd audio output driver that I2003-12-10, by attila
-
add codecs.conf to the dependency list of codecs.conf.h2003-12-10, by attila
-
missing dot2003-12-09, by wight
-
small word fixes2003-12-09, by paszczi
-
sync with 1.30 and 1.312003-12-09, by paszczi
-
added missing <application> tags2003-12-09, by paszczi
-
Sync2003-12-09, by lumag
-
Fix one FIXME. Url from a table below.2003-12-09, by lumag
-
dx50 = DX502003-12-09, by attila
-
Sync header.2003-12-09, by lumag
-
small fixes2003-12-09, by wight
-
using more common function strchr instead index2003-12-09, by alex
-
hp-ux and amiga sections2003-12-09, by alex
-
1000l to me2003-12-09, by alex
-
Copyright and authorship declaration along with an (incomplete) list of2003-12-09, by diego
-
spelling cosmetics2003-12-09, by diego
-
small fixes2003-12-09, by diego
-
final releasename :)2003-12-08, by alex
-
filmdint2003-12-08, by alex
-
sync tag update2003-12-08, by wight
-
removing last pitiful traces of old-style DVD support, with no remorse, but2003-12-08, by gabucino
-
fruit of today2003-12-08, by alex
-
keyframe detection support by rgselk <rgselknospam@yahoo.com>2003-12-08, by alex
-
10l found by atmos2003-12-08, by alex
-
removed the historic libcss support2003-12-08, by alex
-
removed the historic libcss support2003-12-08, by alex
-
bsdism by Steven Schultz2003-12-08, by alex
-
LML-M4 mpeg4 capture card raw stream format support2003-12-08, by arpi
-
vobsub seeking support by Lu Ran2003-12-08, by alex
-
nincs para2003-12-08, by gabucino
-
xvid 1.0 beta22003-12-08, by iive
-
100l. Probably I was smoking crack while committing...2003-12-08, by alex
-
100l2003-12-08, by alex
-
RAWYUV output in MEncoder. Patch by Tuukka Toivonen <tuukkat@ee.oulu.fi>2003-12-08, by alex
-
prevent possible segfault when vidmodes is freed and config() calls vo_vm_switch2003-12-08, by attila
-
Security fixes for fibmap_mplayer by Adam Rice <adamrice@ntlworld.com>2003-12-08, by attila
-
1000l2003-12-08, by alex
-
Fixes for a couple of warnings.2003-12-08, by mosu
-
Remove unused define2003-12-08, by attila
-
Forced subs support for mencoder2003-12-08, by attila
-
-vf yuvcsp2003-12-08, by diego
-
spelling, line length adjusted2003-12-07, by diego
-
pre3 final2003-12-07, by alex
-
VCD/SVCD Images (*.bin) option in file selector by Spammail <spammail01@gmx.net>2003-12-07, by alex
-
alsa 1.x support by Bernhard Rosenkraenzer <bero@arklinux.org>2003-12-07, by alex
-
query_format support by Matthias Goerner <m.goerner@iu-bremen.de>2003-12-07, by alex
-
gigantic changelog update (past 1 and half months)2003-12-07, by alex
-
small update2003-12-07, by diego
-
updates2003-12-07, by diego
-
updates, fixes, cosmetics2003-12-07, by diego
-
redundant info, available in DOCS/tech/manpage.txt2003-12-07, by diego
-
sync and minor fixes2003-12-05, by nauj27
-
typo2003-12-05, by nauj27
-
sync by Maciek Paszta2003-12-04, by wight
-
native RV202003-12-04, by gabucino
-
Duck truemotion1 support using libavcodec2003-12-03, by rtognimp
-
vidix_get_image() fix2003-12-03, by michael
-
NOTE: now uniformly handled.2003-12-03, by diego
-
last missing lavc options2003-12-03, by diego
-
InitTimer has to be called before *Timer-Functions can be used.2003-12-02, by ranma
-
Sync and some random fixes2003-12-02, by wight
-
twos 16bit 2 channels fixed.2003-12-02, by rtognimp
-
sync2003-12-02, by lumag
-
Patch by Maciej Paszta:2003-12-01, by rathann
-
lavc ra28.8 is broken with MPlayer2003-11-30, by rtognimp
-
10l2003-11-30, by rtognimp
-
Sync and a lot of cosmetics2003-11-30, by wight
-
runtime 'stay-on-top' functionality2003-11-30, by joey
-
ffrv20 decoder2003-11-30, by michael
-
<application> attack2003-11-30, by wight
-
bug fixes, cleanup, consistency, uniformity2003-11-30, by diego
-
sync2003-11-29, by nauj27
-
uninit support2003-11-29, by alex
-
yuv colorspace converter2003-11-29, by alex
-
FreeType detection, patch send by Pierre Lombard <p_l@gmx.fr>2003-11-29, by iive
-
--enable-dvbhead, wording, clearer error messages2003-11-29, by diego
-
Ports section added, spelling, small additions2003-11-29, by diego
-
Replace " with proper markup.2003-11-29, by diego
-
link fixes2003-11-29, by diego
-
Added a patch from Anders Rune Jensen to support the latest em8300 CVS changes2003-11-28, by mswitch
-
minor fixes by ed@catmur.co.uk2003-11-28, by alex
-
wording & sync2003-11-26, by wight
-
Use SMC decoder from libavcodec2003-11-26, by rtognimp
-
reget_buffer() support2003-11-26, by rtognimp
-
Based on previous lines and nonsense of this I guess this file2003-11-25, by wight
-
added link to nVidia drivers2003-11-25, by wight
-
Macedonian translation by Zoran Dimovski <zoki@email.com>.2003-11-25, by diego
-
wording2003-11-25, by diego
-
Executables are not directories, improved wording.2003-11-25, by diego
-
Commands should be in <command> tags, better wording.2003-11-24, by diego
-
SuSE update2003-11-24, by diego
-
wording & punctuation2003-11-24, by wight
-
Support arbitrary compression level in ZLIB.2003-11-24, by rtognimp
-
Punctuation. ;)2003-11-24, by rathann
-
wording & punctuation2003-11-23, by wight
-
workaround! exit if there's no video stream (hopefully it's a proper fix)2003-11-23, by alex
-
original config:2003-11-23, by joey
-
send quit command instead of key 'q'.2003-11-23, by joey
-
fix version number on cygwin2003-11-23, by joey
-
sync2003-11-23, by nauj27
-
Update.2003-11-23, by rtognimp
-
Real rtsp Range parameter (Start and End) support.2003-11-23, by rtognimp
-
Add detection of Real rtsp when there are queries in url.2003-11-23, by rtognimp
-
Checking if MPlayer has vo Xv2003-11-23, by wight
-
sync & some fix.2003-11-22, by nauj27
-
wording & style2003-11-21, by wight
-
Small fix by Maciej Paszta.2003-11-20, by rathann
-
freetype build fix2003-11-20, by henry
-
double nVidia VIDIx link removed2003-11-20, by wight
-
sync2003-11-19, by nicolas
-
some spaces, xv -> Xv, missing "that"2003-11-19, by wight
-
10l2003-11-19, by luran
-
XviD math lib missed - patch by <ismail.donmez@boun.edu.tr>2003-11-18, by iive
-
sync & style2003-11-18, by wight
-
sync2003-11-18, by wight
-
remove useless --with-xvidcore option and add *-xvidlibdir and *-xvidincdir2003-11-18, by iive
-
use the old names for 4 options2003-11-18, by iive
-
10l :(2003-11-17, by rathann
-
sync2003-11-17, by nauj27
-
proper name instead of here2003-11-17, by wight
-
style and vocab2003-11-17, by wight
-
Added the FLAC CodecId.2003-11-16, by mosu
-
install-path is obsolete2003-11-16, by wight
-
Support for FLAC tracks that already contain the "fLaC" header.2003-11-16, by mosu
-
move section out of <link> tags2003-11-16, by wight
-
Support for FLAC in Matroska written in the MS compatibility mode.2003-11-16, by mosu
-
patch by "ismail \(cartman\) donmez" <ismail.donmez@boun.edu.tr>2003-11-16, by gabucino
-
Sleep(0) != usleep(0), bugreport by Paul-Kenji Cahier2003-11-16, by faust3
-
Support for FLAC in Matroska.2003-11-16, by mosu
-
memcpy pix instead of black screen if no DR and codec provides no qscale table2003-11-16, by michael
-
Made the FLAC decoder be less greedy resulting in much better A/V sync handling.2003-11-16, by mosu
-
check whether termcap is provided by tinfo2003-11-16, by attila
-
fix smb libs inclusion when using --enable-smb.2003-11-16, by attila
-
Cosmetics.2003-11-16, by rathann
-
More style corrections. ;)2003-11-16, by rathann
-
Correct some of my corrections as discussed with Torinthiel.2003-11-16, by rathann
-
- style corrections2003-11-16, by rathann
-
- style and vocabulary corrections2003-11-16, by rathann
-
less verbosity2003-11-16, by diego
-
Small format fixes.2003-11-15, by mosu
-
missing extern2003-11-15, by rathann
-
-quiet shortened and reworded, each sentence should start on a new line.2003-11-15, by diego
-
message made similar to other vidix drivers' (and only print if -v)2003-11-15, by gabucino
-
message expanded with hint to use -v option2003-11-15, by gabucino
-
Link added by Maciej Paszta <paszczi@go2.pl>.2003-11-15, by diego
-
sync2003-11-14, by wight
-
Contributors should also patch AUTHORS if they wish to appear there.2003-11-14, by diego
-
Translation process explained.2003-11-14, by diego
-
missing clause2003-11-13, by gabucino
-
cumulative libc5 compatibility patch ;)2003-11-13, by gabucino
-
cumulative libc5 compatibility patch ;)2003-11-13, by gabucino
-
1l2003-11-13, by gabucino
-
sync2003-11-13, by wight
-
update2003-11-13, by luran
-
wording2003-11-12, by wight
-
Intel --> Intel compatible, inspired by Maciej Paszta <paszczi@go2.pl>2003-11-12, by diego
-
sync2003-11-12, by gabucino
-
fixes2003-11-12, by gabucino
-
sync2003-11-12, by wight
-
qprd2003-11-12, by michael
-
RD optimal lambda->qp support2003-11-12, by michael
-
removed for added consistency, we do not use them anywhere else.2003-11-12, by diego
-
missing \ before -2003-11-12, by wight
-
seek in realmedia files2003-11-12, by luran
-
seek in realmedia files2003-11-12, by luran
-
some updates2003-11-12, by diego
-
FAAD detection improved and fixed.2003-11-12, by diego
-
mpegvideo is back2003-11-12, by iive
-
XviD Api4 driver from http://ed.gomez.free.fr/2003-11-12, by iive
-
XviD Api4 support2003-11-12, by iive
-
-vc ffmpeg12 compatibility requested by gabu2003-11-11, by michael
-
Fix pthread & lrmi segfault issue. ("Oleg I. Vdovikin" <vdovikin@jscc.ru>)2003-11-11, by ranma
-
honorary titles by Mike Melanson and Attila himself2003-11-11, by diego
-
matroxset is a generated file.2003-11-11, by diego
-
1l, another version check missing, noted by rgselk2003-11-10, by rtognimp
-
1l2003-11-10, by nicolas
-
10l and other fixes :-)2003-11-10, by nauj27
-
sync2003-11-10, by nicolas
-
oops, forgot some updates2003-11-10, by nicolas
-
sync2003-11-10, by nicolas
-
sync+gramatical fix2003-11-10, by nicolas
-
no more than 79 chars per line in man page2003-11-10, by nicolas
-
FIXING A/V SYNC WHEN ENCODING, from an old mail by Rich:2003-11-10, by diego
-
1l missing version check2003-11-10, by iive
-
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec2003-11-09, by rtognimp
-
Support for paletted codecs in ffmpeg2003-11-09, by rtognimp
-
Fix build with LIBAVCODEC_BUILD < 4684.2003-11-09, by ranma
-
sync2003-11-09, by nauj27
-
specification of video norm should not be mandatory2003-11-08, by rik
-
verbosity changes, zero the whole surface_render[]2003-11-08, by iive
-
aspect change does not flush buffers2003-11-08, by iive
-
Missing commands added, parameters checked, explanations improved.2003-11-08, by diego
-
Warning fixes (approved by A'rpi).2003-11-08, by rathann
-
gammas --> gamma, vqblur clarified.2003-11-08, by diego
-
wrong include on shared lavc2003-11-07, by iive
-
fix lavc fail on missing lame2003-11-07, by iive
-
Change conflicting function declaration between .c and .h file, causing a2003-11-07, by diego
-
--disable-mp1e is long obsolete.2003-11-07, by diego
-
1000l2003-11-06, by michael
-
pass extra includes to lavc too (hopefully fixes the bsd & lavc & lame issue)2003-11-06, by alex
-
prefer our cpuinfo.c over linux emu proc/cpuinfo under freebsd on x862003-11-06, by alex
-
fallback to non-iconv dummy utf16 conversion if iconv failed2003-11-06, by alex
-
now distclean will run on systems which don't have 'readlink'2003-11-06, by gabucino
-
Missing & + quotes should be entities, pointed out by2003-11-06, by diego
-
Fix for compilation on Mac OS X by Steven M. Schultz <sms@2BSD.COM>.2003-11-06, by mosu
-
Oops, removed a debugging printf from teh previous version.2003-11-06, by rsf
-
another file translated2003-11-05, by wight
-
Some notes about general CVS documentation added, new 'cvs admin' section2003-11-05, by diego
-
small fix by Maciej Paszta <paszczi@go2.pl>2003-11-05, by diego
-
Proper usage of zlib for decompression.2003-11-05, by mosu
-
ugly FreeBSD fix ..2003-11-04, by nexus
-
eq2 gamma weight doku by (Alexander Stege <mplayer at legale-software dot com>)2003-11-04, by michael
-
new zoran driver as discussed on the CVS list. Hardware passthrough is2003-11-04, by rik
-
zoran mjpeg passthrough 'decoder'2003-11-04, by rik
-
updates for new image formats for zoran mjpeg passthrough2003-11-04, by rik
-
provisions for new zoran driver (zr2)2003-11-04, by rik
-
addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.c2003-11-04, by rik
-
The message parameter was removed.2003-11-04, by diego
-
Removed outdated telecine messages.2003-11-04, by diego
-
sync2003-11-04, by nauj27
-
vhq and vrc_strategy lavc options documented, spelling.2003-11-04, by diego
-
sync2003-11-04, by nauj27
-
forgotten lavc options ...2003-11-04, by michael
-
-sws 0 && -ssf chs fixed2003-11-04, by michael
-
sync2003-11-04, by wight
-
sync2003-11-03, by wight
-
proper fix for 'some chipsets can't handle buffers > 128kB', vo_zr used2003-11-03, by rik
-
mencoder lavc audio encoding support2003-11-03, by ranma
-
Fix waveformatex size calculation2003-11-03, by ranma
-
another lame workaround for the g1 filter layer ...2003-11-03, by michael
-
If alex is too lazy to apply a patch, then i'll do it :)2003-11-03, by attila
-
patch by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>2003-11-03, by attila
-
1000000l!!!!2003-11-03, by rfelker
-
10l2003-11-03, by michael
-
10l (forgot that the dstW offset is hardcoded in the asm)2003-11-03, by michael
-
change misleading messages as discussed...2003-11-03, by rfelker
-
Export audio filter documentation by Gustavo Sverzut Barbieri2003-11-03, by diego
-
Document TV outfmt arbitrary formats and outfmt=help.2003-11-03, by diego
-
These directories are usually only writable by root, so insinuate being2003-11-03, by diego
-
noise reduction2003-11-02, by michael
-
Spot the typo, part 2.2003-11-02, by diego
-
10l to Nico Sabbi for a bogus command line2003-11-02, by diego
-
buglets and consistency improvements2003-11-02, by diego
-
DVB section expanded based on a patch by Nico Sabbi that was committed to2003-11-02, by diego
-
sync2003-11-02, by wight
-
int_fastXY_t emulation2003-11-02, by michael
-
two small fixes by Maciej Paszta <paszczi@go2.pl>2003-11-02, by diego
-
FFV1 BGR322003-11-01, by michael
-
sync2003-11-01, by wight
-
Patch by Nico <nsabbi@libero.it>2003-11-01, by attila
-
define install itself instead of a path to install, needed for ginstall2003-11-01, by attila
-
Current mplayer (mine is mplayer-1.0-pre1cvs20031001) cannot play mms2003-11-01, by attila
-
cosmetics2003-10-31, by diego
-
sync2003-10-31, by nicolas
-
sync2003-10-31, by nicolas
-
codecs-status finally working again2003-10-31, by alex
-
10l again :(2003-10-31, by alex
-
some clarifications2003-10-31, by alex
-
10l2003-10-31, by alex
-
a bit of consistency changes and new macos&darwin sections2003-10-31, by alex
-
Sync2003-10-31, by lumag
-
10l2003-10-31, by diego
-
Moved to FTP site2003-10-31, by diego
-
etc/cygwin_inttypes.h moved to ftp.2003-10-31, by diego
-
1000l2003-10-31, by michael
-
10l2003-10-31, by michael
-
Document lmin and lmax lavcopts; mpeg vrc_buf_size values2003-10-30, by ranma
-
Sync2003-10-30, by lumag
-
sync2003-10-30, by wight
-
bug fixes based on a patch by Nicolás Lichtmaier <nick@technisys.com.ar>2003-10-30, by diego
-
Dependencies for autogenerated files added.2003-10-30, by diego
-
QT DLLs need to be in the system dir.2003-10-30, by diego
-
Missing <application> tags added, patch by Maciej Paszta <paszczi@go2.pl>.2003-10-30, by diego
-
A-V sync fix by Timo Kanera <timo@kanera.de>.2003-10-30, by diego
-
sync2003-10-29, by nauj27
-
added ffzygo2003-10-29, by alex
-
sync & fix2003-10-29, by nauj27
-
sync2003-10-29, by nauj27
-
Sync2003-10-29, by lumag
-
10l2003-10-29, by alex
-
forgot to commit fftheora entry, but it's only support by g2 til now2003-10-29, by alex
-
ultimotion vfw decoder2003-10-29, by alex
-
Add -vf format=fmt=help hint.2003-10-29, by diego
-
spelling fixes, small additions, codename suggested2003-10-29, by diego
-
Mention README.2003-10-29, by diego
-
Linebreaks added for improved readability, long lines in error message2003-10-29, by diego
-
autoq2003-10-28, by michael
-
hue changeing of grayscale probably isnt usefull2003-10-28, by michael
-
10l2003-10-28, by michael
-
another 10l ...2003-10-28, by michael
-
alphabetical order2003-10-28, by diego
-
-nocolorkey readded.2003-10-28, by diego
-
optimize2003-10-28, by michael
-
New translation by Qba <jim85@wp.pl>2003-10-28, by wight
-
optimizing2003-10-27, by michael
-
change offsets (quality 2-4 looks better now)2003-10-27, by michael
-
prevent lockups on words which do not fit on the screen - temporary fix2003-10-27, by henry
-
different / faster / simpler "quantization"2003-10-27, by michael
-
10l2003-10-27, by michael
-
Sync2003-10-27, by lumag
-
-loadidx and -saveidx explanation extended.2003-10-27, by diego
-
sync2003-10-27, by nicolas
-
_ ---> - in -monitor* options2003-10-27, by diego
-
1l2003-10-27, by diego
-
_ ---> - in monitor_* options2003-10-27, by diego
-
update2003-10-27, by wight
-
_ --> - in option names2003-10-27, by wight
-
Torinthiel: -nocolorkey removed (-colorkey present), \ missing,2003-10-27, by diego
-
-vf hue2003-10-27, by michael
-
in configure --help output:2003-10-27, by diego
-
_ vs - in option names2003-10-27, by diego
-
_ ---> - in option names, approved by Alex.2003-10-27, by diego
-
120l2003-10-27, by michael
-
10l and minor optimization2003-10-26, by michael
-
-vf spp2003-10-26, by michael
-
Dead links updated or removed, Joe Barr section rewritten taking into2003-10-26, by diego
-
simple alternative postprocessing filter2003-10-26, by michael
-
* fix my 100l from before2003-10-26, by attila
-
separate options2003-10-26, by wight
-
forgot there are two generators now2003-10-26, by wight
-
sync2003-10-26, by wight
-
typo fix by <ismail.donmez@boun.edu.tr>2003-10-26, by diego
-
spelling fixes, mostly by <ismail.donmez@boun.edu.tr>2003-10-26, by diego
-
64bit types fix by a unkown mandrake 64bit expert2003-10-26, by attila
-
Red Hat support added by Dominik, README updated.2003-10-26, by diego
-
10!2003-10-26, by attila
-
Make gabu happy2003-10-26, by attila
-
reverting my last change as buggy gcc 3.x fails with it :(2003-10-25, by alex
-
1l2003-10-25, by gabucino
-
Neomagic TVout experiences...2003-10-25, by gabucino
-
finally removing pthread dependency!!2003-10-25, by gabucino
-
updates2003-10-25, by diego
-
-vop ---> -vf2003-10-25, by diego
-
Support for -chapter selection.2003-10-25, by mosu
-
Polish HTML encoding standard is iso-8859-2 not utf-8.2003-10-25, by wight
-
constant qscale was broken due to libavcodec changes, fix taken from ve_lavc.c2003-10-24, by ranma
-
fix issue when compiler is called 'cc', and --disable-gcc-checking was used2003-10-24, by gabucino
-
sync message + typo2003-10-24, by wight
-
make 'your system is too slow' appear only once2003-10-23, by iive
-
remove 'yes' from nowhere (after flac check)2003-10-23, by iive
-
sync2003-10-23, by wight
-
-vf fil2003-10-23, by michael
-
vf_hue2003-10-23, by michael
-
MPlayer-DOCS mailing list added2003-10-23, by gabucino
-
loadidx and saveidx options based on Jasons patch2003-10-23, by alex
-
10l to me, noticed by Bjorn Sandell2003-10-23, by alex
-
100l patch by (Tilmann Bitterberg <transcode at tibit dot org>)2003-10-23, by michael
-
100l to Nick2003-10-23, by alex
-
100000l again2003-10-22, by arpi
-
fast deinterleaver (= il filter with stride/width/height tricks)2003-10-22, by michael
-
removed obsoleted (or never ending) code2003-10-22, by alex
-
removed the stdcall convention2003-10-22, by alex
-
mingw port2003-10-22, by faust3
-
imho static linking causes less problems for mingw2003-10-22, by faust3
-
(i)dct algos2003-10-22, by michael
-
update2003-10-22, by faust3
-
more updates2003-10-22, by alex
-
Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>2003-10-22, by alex
-
cvidix geometry support in textmode2003-10-22, by faust3
-
added aspect && geometry support2003-10-22, by faust3
-
enable Vidix on Linux/Alpha2003-10-22, by gabucino
-
detection of 'Alpha' architecture2003-10-22, by gabucino
-
User settable http user-agent. Patch by Per Wigren2003-10-22, by alex
-
disable a silly errormessage2003-10-22, by alex
-
10l2003-10-22, by alex
-
Fixing tons of 10ls. Patch by rgselk <rgselknospam@yahoo.com>2003-10-22, by alex
-
colorkeying fixes2003-10-22, by alex
-
update by Andriy N. Gritsenko <andrej@lucky.net>2003-10-22, by alex
-
some updates in muxer api2003-10-22, by alex
-
handle sis_vid the same way as the other drivers2003-10-22, by faust3
-
updates2003-10-22, by alex
-
updates2003-10-22, by alex
-
sync2003-10-22, by alex
-
-nocolorkey support2003-10-22, by alex
-
fixed -nocolorkey2003-10-22, by alex
-
Support for newer Apple GCC's. Patch by Magnus Damm <damm@opensource.se>2003-10-22, by alex
-
Filters should be in <option> tags.2003-10-22, by wight
-
minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv)2003-10-22, by michael
-
grammar fixes by ismail.donmez@boun.edu.tr2003-10-21, by diego
-
adapting to init_put_bits prototype change2003-10-21, by rik
-
update overlay only if it is configured2003-10-21, by faust3
-
html.xsl -> html-single.xsl2003-10-21, by lumag
-
html.xsl ---> html-single.xsl2003-10-21, by diego
-
number of branches increased from 3 to 42003-10-21, by gabucino
-
html.xsl ---> html-single.xsl + more consistency + small fixes2003-10-21, by diego
-
Renamed to html-single.xsl.2003-10-21, by diego
-
grammar + renamed target2003-10-21, by diego
-
-tskeepbroken and -tsprog descriptions by Nico <nsabbi@libero.it>2003-10-21, by diego
-
Include HTML-single in README's.2003-10-21, by wight
-
Get rid of the annoying and useless "Subtitles requested but not found" message.2003-10-21, by mosu
-
Big consistency overhaul, targets and variables renamed to *-single and2003-10-21, by diego
-
Add some whitespace for readability + some wording improvements.2003-10-21, by diego
-
HTML-single added.2003-10-21, by diego
-
(C) MPlayer Team2003-10-21, by diego
-
More precise wording inspired by michaelni.2003-10-20, by diego
-
mpeg4 has only 8bit per numerator and denominator ...2003-10-20, by michael
-
sample_aspect_ratio2003-10-20, by michael
-
sync2003-10-20, by nauj27
-
maintainers info belongs to master file2003-10-20, by nicolas
-
Explain why sending complete files is a bad idea.2003-10-20, by diego
-
big demux_ts fix from Nico <nsabbi@libero.it>2003-10-20, by attila
-
obsolete2003-10-20, by diego
-
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)2003-10-20, by lumag
-
small fix2003-10-20, by luran
-
-nuvopts rtjpeg + small fixes2003-10-20, by diego
-
more docs path fixes2003-10-19, by diego
-
wrong path2003-10-19, by diego
-
DOCS/en/ ---> DOCS/HTML/en/2003-10-19, by diego
-
DOCS/en/ ---> DOCS/HTML/en/2003-10-19, by diego
-
Man pages moved to DOCS/man/.2003-10-19, by diego
-
-icelayer is long gone.2003-10-19, by diego
-
Another file translated.2003-10-19, by wight
-
Fixed a few still missed \- and better linebreaks.2003-10-19, by wight
-
Polish docs are now available as XML.2003-10-19, by diego
-
2 new translated files2003-10-19, by wight
-
sync with en2003-10-19, by luran
-
hope this is the last commit to sync with en...2003-10-19, by luran
-
sync again.2003-10-19, by luran
-
sync2003-10-19, by luran
-
forgot to update2003-10-19, by nicolas
-
sync, cosmetics, countless fixes2003-10-19, by nicolas
-
gamma weight patch by (Alexander Stege <mplayer at legale-software dot com>)2003-10-18, by michael
-
Sync + change DOCS/HTML/en to DOCS/HTML/ru.2003-10-18, by lumag
-
sync2003-10-18, by nicolas
-
optimization2003-10-17, by michael
-
fixed colorkey enabling/disabling2003-10-17, by faust3
-
small fixes2003-10-17, by diego
-
updated by sed2003-10-17, by diego
-
Punctuation fixes, better line breaks.2003-10-17, by diego
-
Massive consistency and spelling update inspired by Torinthiel.2003-10-17, by diego
-
double buffering fix for cards > NV04 && windows colorkeying fix2003-10-17, by faust3
-
support for disabling the colorkey2003-10-17, by alex
-
Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying support2003-10-17, by alex
-
backward compatibility patch by Ville2003-10-17, by alex
-
more files by Torinthiel <torinthiel@wp.pl> and crew2003-10-17, by diego
-
Support for MP2 audio.2003-10-16, by mosu
-
Support for uncompressed VobSubs.2003-10-16, by mosu
-
Support for VobSub-in-Matroska; parts outside of demux_mkv.cpp.2003-10-16, by mosu
-
SSE (small spelling error)2003-10-16, by lumag
-
File converted from UTF-8 to ISO-8859-1.2003-10-16, by nauj27
-
sync & other minor fix2003-10-16, by nauj27
-
sync & other minor fix2003-10-16, by nauj27
-
Sync2003-10-16, by lumag
-
Updates by Ville Syrjälä <syrjala@sci.fi>2003-10-16, by alex
-
consistency fixes2003-10-16, by alex
-
wording2003-10-16, by diego
-
wording, cosmetics, updates2003-10-16, by diego
-
Add some missing <option> tags, patch by Torinthiel.2003-10-16, by diego
-
Sync2003-10-16, by lumag
-
Fix compilation when libavcodec is missing.2003-10-16, by attila
-
punctuation fixes2003-10-16, by attila
-
Fix for compilation on mingw32/cygwin. Patch by Goodwu <goodwu@21cn.com>.2003-10-16, by mosu
-
Typo noticed by Lu Ran.2003-10-16, by diego
-
Revision keyword added.2003-10-16, by diego
-
spelling fixes2003-10-15, by diego
-
sync2003-10-15, by nicolas
-
Fix building: remove extra </qandadiv> tag.2003-10-15, by lumag
-
Don't include chunk.xsl directly.2003-10-15, by lumag
-
Document, that chunk.xsl mustn't be included directly.2003-10-15, by lumag
-
-colorkey documented.2003-10-15, by diego
-
Also build Polish documentation.2003-10-15, by diego
-
I found that the tdfxfb video output driver doesn't work when compiled with2003-10-15, by attila
-
Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.2003-10-15, by diego
-
-noaspect isnt necessary anymore for -geometry2003-10-15, by attila
-
fix aspect hack2003-10-15, by attila
-
* why codecs.conf should be removed2003-10-15, by attila
-
dither scaling coefficients so they add up to 1.02003-10-15, by michael
-
rounding fixes2003-10-15, by michael
-
Point to generated HTML instead of old HTML docs.2003-10-15, by diego
-
Philippe De Swert <philippe.deswert@student.denayer.wenk.be>2003-10-14, by diego
-
Sync2003-10-14, by lumag
-
10l2003-10-14, by alex
-
stdin should be \-.2003-10-14, by diego
-
stdin should also be \-, forgotten \.2003-10-14, by diego
-
K6 MTRR support with a little help from Alex.2003-10-14, by diego
-
Prefer TOOLS/cpuinfo over /proc/cpuinfo on Cygwin, approved by Sascha.2003-10-14, by diego
-
10l found by Raindel Shachar <raindel@techunix.technion.ac.il>2003-10-14, by alex
-
non-directbuffer and slices support2003-10-14, by alex
-
10l found by Mark Berryman <mplayer@theberrymans.com>2003-10-14, by alex
-
typo2003-10-14, by alex
-
Stray duplicated line spotted by Torinthiel plus a typo.2003-10-14, by diego
-
documentation maintainer updates2003-10-14, by diego
-
docs updates, spelling, cosmetics2003-10-14, by diego
-
-vf eq only supports brightness and contrast, noticed by Torinthiel.2003-10-13, by diego
-
-stop option2003-10-13, by diego
-
further clarification2003-10-13, by diego
-
typo2003-10-13, by diego
-
Explain some troff tricks.2003-10-13, by diego
-
some typos, extended explanation2003-10-13, by diego
-
HTML documentation removed in favor of XML.2003-10-13, by diego
-
All filter names in audio.xml are inside <option> tags. All except2003-10-13, by diego
-
-sub-demuxer description extended.2003-10-13, by diego
-
Consistency in the use of \- vs - plus a typo or two.2003-10-13, by diego
-
Errare humanum est. Buxfixes, now compile ok.2003-10-12, by nauj27
-
Now the 'es' doc is complete. No need more symlink :)2003-10-12, by nauj27
-
sync2003-10-12, by nauj27
-
typo2003-10-12, by nauj27
-
reworked the libavcodec section2003-10-12, by alex
-
w0w w0w w0w! Today is the new big day in the Spanish world! :D2003-10-12, by nauj27
-
* clear window on fullscreen switch2003-10-12, by attila
-
the yv12 image looked more like a yuy2 image ;)2003-10-12, by faust3
-
fixed the mysterious segfaults on faster machines2003-10-12, by faust3
-
sync2003-10-12, by nicolas
-
sync, typos, cosmetics, more accurate translation & other various fixes2003-10-12, by nicolas
-
ffsp5x2003-10-11, by alex
-
some missing declarations for libavcodec2003-10-11, by alex
-
skip null frames in mpeg files, patch by Zoltan Hidvegi <mplayer@hzoli.2y.net>2003-10-11, by attila
-
the author's homepage points to us as the latest driver's source, so we2003-10-11, by gabucino
-
sync2003-10-11, by gabucino
-
generic instructions on DOCS subdirectories2003-10-11, by gabucino
-
ffmpeg moved to MPlayerHQ2003-10-11, by gabucino
-
English HTML documentation retired (moved to Attic/)2003-10-11, by gabucino
-
ffmpeg moved to mphq, URLs changed2003-10-10, by gabucino
-
added a few more device ids2003-10-10, by faust3
-
yv12->uyvy MMX2003-10-10, by michael
-
1E10l2003-10-10, by michael
-
10l2003-10-09, by michael
-
some missing formats2003-10-09, by alex
-
uyvy output support in swscaler2003-10-09, by alex
-
updated Vidix section to reflect newest developments2003-10-09, by gabucino
-
bsd support2003-10-09, by alex
-
nvidia info update2003-10-09, by gabucino
-
YUV422P dr1 fix2003-10-09, by michael
-
clean -> clean-html2003-10-09, by gabucino
-
sub autoloading fix for windows2003-10-09, by faust3
-
yet another hack to prevent crashes with dr2003-10-09, by faust3
-
sync and some other fix2003-10-09, by nauj27
-
New translated file.2003-10-08, by lumag
-
Sync2003-10-08, by lumag
-
Yep, I have missed this.. thanks Diego2003-10-08, by nauj27
-
correct handling of subdevice, -fb device is obsoleted2003-10-08, by alex
-
changes after pre22003-10-08, by alex
-
sync2003-10-08, by nauj27
-
Fix two missing slashes.2003-10-08, by lumag
-
Document USE_SYMLINKS2003-10-08, by lumag
-
FLAC now supported.2003-10-08, by diego
-
wording improvement2003-10-08, by diego
-
2l to Alex2003-10-08, by diego
-
spelling fixes2003-10-08, by diego
-
new XML build system2003-10-08, by diego
-
Support for building incomplete translations.2003-10-08, by diego
-
Commenting out sections reversed.2003-10-08, by diego
-
Bug fixes, now finally builds without errors.2003-10-08, by diego
-
microfix2003-10-08, by diego
-
build fixes2003-10-08, by diego
-
sync2003-10-07, by diego
-
some words about the sis and nvidia vidix drivers2003-10-07, by alex
-
SiS 650/651/740/etc driver by Jake Page <jake@CS.Stanford.EDU>2003-10-07, by alex
-
vidix equalizer support by Jake Page <jake@CS.Stanford.EDU>2003-10-07, by alex
-
<para>Note:.... </para> really should be <note><para>....</para></note>2003-10-07, by lumag
-
1) I prefer to get all mail at work.2003-10-07, by lumag
-
From: "Dominik 'Rathann' Mierzejewski" <dominik@rangers.eu.org>2003-10-07, by gabucino
-
use lagrange multipler instead of qscale2003-10-07, by michael
-
libfaad FAQ, external FAAD info added back.2003-10-07, by diego
-
sync2003-10-07, by diego
-
bug found by Alexander Stege2003-10-06, by nexus
-
sync2003-10-06, by nicolas
-
fixes2003-10-06, by nauj27
-
sync2003-10-06, by nauj27
-
New spanish doc file. Only faq.xml remaining!2003-10-06, by nauj27
-
Fix external FLAC detection on Mandrake.2003-10-06, by lumag
-
Only comment out the missing files.2003-10-05, by diego
-
/dev/svga* creation instructions2003-10-05, by gabucino
-
Improve flac detection a bit. Now you can safely remove all files from2003-10-05, by lumag
-
hopefully final pre2, it depends on gabucino..2003-10-05, by alex
-
consolevidix -> cvidix2003-10-05, by faust3
-
consolevidix renamed to cvidix2003-10-05, by gabucino
-
consolevidix -> cvidix2003-10-05, by faust3
-
final pre2 changelog2003-10-05, by alex
-
correct handling of select ret=0, patch by Jonas Jensen <jbj@knef.dk>2003-10-05, by alex
-
Sync2003-10-05, by rtognimp
-
100L fix the bug added by last commit2003-10-05, by albeu
-
Cygwin support2003-10-05, by diego
-
Commented out all buggy sections.2003-10-05, by diego
-
"compile" fix2003-10-05, by diego
-
bug fixes, should build now2003-10-05, by diego
-
FLAC and altivec2003-10-04, by diego
-
configure altivec patch by Magnus Damm <damm@opensource.se>2003-10-04, by attila
-
Resync :)2003-10-04, by lumag
-
Sync2003-10-04, by lumag
-
FLAC decoding support via imported libmpflac.2003-10-04, by lumag
-
CMIPCI information update by ismail.donmez@boun.edu.tr2003-10-04, by diego
-
Configure option typo found by Piotr Michniewski <cobra_666@poczta.onet.pl>2003-10-04, by diego
-
libcss stuff is horribly misleading2003-10-04, by rfelker
-
many small typo and grammar fixes2003-10-04, by gabucino
-
Sync by Philippe De Swert <philippe.deswert@student.denayer.wenk.be>2003-10-04, by diego
-
More precise wording as suggested by Maciej Paszta <macp@wp.pl>.2003-10-04, by diego
-
1000l to pl, this made mplayer crash when playing playlists longer2003-10-04, by rfelker
-
sync2003-10-03, by nauj27
-
typo2003-10-03, by diego
-
micro cleanup2003-10-03, by alex
-
10l2003-10-03, by alex
-
updates2003-10-03, by alex
-
sdl only -noxv2003-10-03, by alex
-
some updates2003-10-03, by alex
-
synced with current cvs2003-10-03, by alex
-
user settable colorkey2003-10-03, by alex
-
Spelling checked, DOCS section corrected.2003-10-03, by diego
-
supermount hint2003-10-03, by gabucino
-
codec_specific_data_size2003-10-02, by alex
-
Backwards compatibility fix for old SSA CodecIDs.2003-10-02, by mosu
-
workaround for mingw2003-10-02, by faust3
-
Windows port2003-10-02, by faust3
-
mingw port2003-10-02, by faust3
-
port libdha to mingw2003-10-02, by faust3
-
new vidix vo modules for textmode console and windows2003-10-02, by faust3
-
reversing my brokeness, but imho dnet is still broken on BE systems2003-10-02, by alex
-
make it work in textmode again && support for nv03 with 4MB RAM2003-10-02, by faust3
-
sync2003-10-02, by gabucino
-
Typos and some confusion noticed by Lukasz frogu Proszek <l_j_p@wp.pl>.2003-10-02, by diego
-
mv02003-10-02, by michael
-
typos and lavc voodoo2003-10-02, by diego
-
Add some credits.2003-10-02, by diego
-
Clumsy wording improved byRuben Garcia <ruben@ugr.es> and2003-10-02, by diego
-
Sometimes (especially with big images) reading pitch 0 from card's register2003-10-01, by lumag
-
few more words2003-10-01, by michael
-
remove outdated para about "newer version supporting URL-like syntax".2003-10-01, by lumag
-
New translation file.2003-10-01, by lumag
-
latest lavc uses the AIC flag also to turn mpeg4 ac prediction on/off2003-10-01, by michael
-
typo2003-10-01, by nauj27
-
"sync" (wtf is this option..?:)2003-10-01, by gabucino
-
rd cbp2003-09-30, by michael
-
typos and additions2003-09-30, by diego
-
typo, some additions2003-09-30, by diego
-
Small correction from Stanislaw Klekot <dozzie@wp.pl>2003-09-29, by eyck
-
Small improvement - added replaceable tags.2003-09-29, by lumag
-
according to xfree cvs maximum overlay size is only 2046x20462003-09-28, by atmos4
-
support for selecting which plane to use for metrics in the pullup2003-09-28, by rfelker
-
more exact cpu mhz detect for fats cpus (remove rounding)2003-09-28, by atmos4
-
experimental nvidia_vid, use at your own risk2003-09-27, by faust3
-
disable code that DOES NOT WORK (it won't load real playlists and2003-09-27, by rfelker
-
srcSliceY % 4 != 0 fix2003-09-26, by michael
-
eh 10l, better read compiler messages2003-09-26, by atmos4
-
big update of cputable:2003-09-26, by atmos4
-
fix for bigendian systems2003-09-26, by alex
-
10l found by Dominik 'Rathann' Mierzejewski <dominik@rangers.eu.org>2003-09-26, by alex
-
100l to me2003-09-26, by alex
-
updated for pre2003-09-26, by alex
-
initial MorphOS/Amiga (GeekGadgets) support2003-09-26, by alex
-
typo2003-09-26, by diego
-
Comment about translations added.2003-09-25, by diego
-
sync2003-09-25, by gabucino
-
sync2003-09-25, by gabucino
-
OSD stride fix and correct email2003-09-25, by iive
-
simple fix for buffer overflow (remotely exploitable). feel free to2003-09-25, by rfelker
-
Tpyo noticed by Torinthiel <torinthiel@wp.pl>.2003-09-24, by diego
-
Changed the criteria for when to drop RTP packets whose timestamp is too far2003-09-24, by rsf
-
Get more keys from X window (punctuation, etc.) Hopefully, all alnum keys2003-09-24, by lumag
-
Fix long-known bug with handling 'down key' in lists.2003-09-24, by lumag
-
Fixed xreflabel attributes.2003-09-24, by lumag
-
New file translated.2003-09-23, by lumag
-
subtitles priority calculation correction2003-09-23, by atlka
-
Mistake reversed. sync with english version comment added.2003-09-22, by nauj27
-
Fix for imprecise floating point calculations.2003-09-22, by mosu
-
corrected utf8 files autoselection2003-09-22, by atlka
-
add a read function for slave mode on mingw2003-09-22, by faust3
-
Typo fix + some additions by Mike Swieton <swietonm@student.gvsu.edu>.2003-09-22, by diego
-
Added a note about "synced with ..." comment.2003-09-22, by lumag
-
Massive docs update. (sync, etc.) New translated files coming soon.2003-09-22, by lumag
-
New spanish DOC file2003-09-21, by nauj27
-
sync2003-09-21, by nauj27
-
10l really disable faad if gcc is broken2003-09-21, by faust3
-
prevent crashes with vo_sdl2003-09-21, by henry
-
fix fullscreen switching in vo gl and vo gl22003-09-21, by faust3
-
temporary fix for attilas 10l, until better solution is found2003-09-21, by atmos4
-
Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de>2003-09-21, by attila
-
Subtitle alignment & smart splitting by Salvatore Falco2003-09-21, by henry
-
Remove generated files at cleaning, and install some more examples.2003-09-21, by lumag
-
I don't think, that anybody likes seeng rm -f /* command :)2003-09-21, by lumag
-
Add revision keyword to english xml files, to ease translation synchronization2003-09-21, by lumag
-
Fix chunk.xsl autodetection.2003-09-21, by lumag
-
Update readme's. Remove incorrect bug :)2003-09-21, by lumag
-
Lol! This command will try to change xfer_mode, and not a cdrom spin speed. Removed.2003-09-21, by lumag
-
MinGW 3.1.0 supports MPlayer out of the box.2003-09-21, by diego
-
disable af export for systems without mmap2003-09-21, by faust3
-
make aspect recognize -noaspect2003-09-21, by attila
-
directx now supports geometry.2003-09-21, by diego
-
dont fix things at the wrong place2003-09-21, by attila
-
add some docu about when and how to call geometry2003-09-21, by attila
-
10l2003-09-21, by attila
-
fix black screen on linux, patch by Jindrich Makovicka2003-09-21, by faust3
-
make sure ppl know that geometry doesnt change aspect2003-09-21, by attila
-
use vo_fs + geometry support2003-09-21, by faust3
-
ev56 doesnt support mvi2003-09-21, by attila
-
patch from Pierre Lombard <p_l@gmx.fr>2003-09-21, by attila
-
wording fix2003-09-21, by diego
-
patch by Andrew A. Gill <superluser@frontiernet.net>:2003-09-21, by pl
-
reversed for cause of code obsolescence2003-09-21, by pl
-
documentation for get_vo_Fullscreen and get_sub_visibility, patch by Mike Swieton2003-09-20, by faust3
-
binary flag is rquired for win322003-09-20, by faust3
-
Adding filter for exporting audio data to visual effect applications2003-09-20, by anders
-
Fixed 'reading after EOF'. demuxers didn't check, how many they've read!2003-09-20, by lumag
-
printf() requires stdio.h2003-09-20, by pl
-
fix aspect for gl2 fullscreen2003-09-20, by attila
-
fix for the no video/black screen with some dmo/wmv9 movies2003-09-20, by pl
-
Update CPUID-Table for current Athlon CPUs2003-09-20, by atmos4
-
make vo_gl2 compile on cygwin, too2003-09-19, by faust3
-
get_percent_pos support in demux_audio, patch by ROSEN Jeremy <jeremy.rosen at c-s.fr>2003-09-19, by faust3
-
Added Matroska file extensions to the GUI. Patch by t0nik@yandex.ru.2003-09-17, by mosu
-
10L -fixed-vo must be a global option2003-09-17, by albeu
-
I have already translate more documentation that Andoni 8-)2003-09-16, by nauj27
-
New file2003-09-16, by nauj27
-
fixed " character2003-09-16, by nauj27
-
Different decision making for seeking which takes the direction into account.2003-09-15, by mosu
-
moved file_size and len_in_msec2003-09-15, by alex
-
sync2003-09-15, by nauj27
-
sync2003-09-15, by nauj27
-
minor updates2003-09-15, by diego
-
sync with HTML2003-09-15, by diego
-
XML tools download and installation instructions2003-09-14, by gabucino
-
spelling cosmetics2003-09-14, by diego
-
sync, cosmetics & various updates2003-09-14, by nicolas
-
Fixed 2 bugs spotted by Nico + extended a description, spelling cosmetics.2003-09-13, by diego
-
This file does not need to be translated.2003-09-13, by diego
-
codecs-in.html moved to DOCS/tech/.2003-09-12, by diego
-
warning fix (missing C initializers)2003-09-12, by pl
-
warning fix (missing C initializer)2003-09-12, by pl
-
patch by Guido Guenther <agx@sigxcpu.org>:2003-09-12, by pl
-
fix some warnings (define order)2003-09-12, by pl
-
fix for warning in some vo_*.c2003-09-12, by pl
-
force a new line if a message is very long2003-09-12, by pl
-
1000l2003-09-12, by henry
-
yet another sync fix2003-09-11, by henry
-
initial revision2003-09-11, by gabucino
-
Fixed seeking in MPEG4 files. Patch by Uwe Reder <Uwe.Reder@3SOFT.de>.2003-09-11, by mosu
-
pass stream header FCC2003-09-11, by michael
-
Fixed PAUSED message (it was too long :)2003-09-10, by lumag
-
10l, debug code broke compile with mmx disabled2003-09-08, by rfelker
-
hopefully final xv ports.2003-09-07, by attila
-
IRIX support by Timo Kanera <timo@kanera.de>2003-09-07, by alex
-
100l typo found by Dima K. <dimakar@yahoo.com>2003-09-07, by alex
-
external faad support via --enable-externalfaad and fix my 1000l bug2003-09-07, by alex
-
adaptors are not ports2003-09-07, by attila
-
1l forgot info2003-09-07, by rtognimp
-
plen=0 is handled2003-09-07, by alex
-
moved packet header after startcodes2003-09-07, by alex
-
catch negative port numbers, just in case2003-09-06, by attila
-
sync2003-09-06, by nicolas
-
sync2003-09-06, by nauj27
-
102003-09-06, by michael
-
add port parameter to -vo xv2003-09-06, by attila
-
fix debug compilation on mingw2003-09-06, by faust3
-
reserved_bytes & byte order stuff2003-09-06, by michael
-
disable sse support for mingw because of missing memalign2003-09-06, by faust3
-
FreeBSD 5.0 (libkse/libthr) support by Dan Eischen <eischen@vigrid.com>2003-09-06, by alex
-
disable faad with gcc 3.22003-09-05, by alex
-
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll2003-09-05, by rtognimp
-
some updates2003-09-05, by alex
-
Fix the segfault with long filenames. Also prevent some other buffer2003-09-05, by albeu
-
size presets: added the standard resolutions as proposed by Fabrice (ffmpeg)2003-09-05, by alex
-
spelling/wording fixes2003-09-05, by diego
-
delogo filter2003-09-05, by henry
-
DR, 10l fixes2003-09-05, by henry
-
10l - forgotten gettimeofday2003-09-05, by henry
-
simple logo remover2003-09-03, by henry
-
100l: you have 2 nibbles per byte, don't divide byte count by 22003-09-03, by rtognimp
-
spelling2003-09-03, by nauj27
-
fixed win32 compile problems and broken bigendian support2003-09-02, by alex
-
added 0.91 and 1.0pre1 to the history section2003-09-02, by alex
-
minor leak fix2003-09-02, by alex
-
1000l2003-09-02, by alex
-
Do not automatically select a subtitle stream for display.2003-09-02, by mosu
-
Sync with XML.2003-09-02, by diego
-
sync with english version. Now use 'archivo' instead 'fichero' for 'file'.2003-09-02, by nauj27
-
New spanish DOC file2003-09-02, by nauj27
-
Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>2003-09-02, by mosu
-
Support for QuickTime6.3 DLLs. Patch by Dima K. <dimakar@yahoo.com>2003-09-02, by mosu
-
Fixed double free of data. Patch by Dima K. <dimakar@yahoo.com>2003-09-02, by mosu
-
sync2003-09-02, by nauj27
-
sync2003-09-01, by gabucino
-
fixes2003-09-01, by gabucino
-
some updates2003-09-01, by alex
-
some fixes2003-09-01, by alex
-
-nomouseinput support for vo_sdl2003-09-01, by alex
-
fixes and documented -list-options2003-09-01, by alex
-
more updates2003-09-01, by alex
-
some more fixes2003-09-01, by alex
-
overall fixes and documented inter/intra_matrix option in manpage2003-09-01, by alex
-
updated the list of supported lavc video encoders2003-09-01, by alex
-
support for user specified intra/inter matrices2003-09-01, by alex
-
switched lavc_param_format to CONF_TYPE_IMGFMT2003-09-01, by alex
-
asv2 encoding2003-09-01, by michael
-
Fix immediatemode with mplayer (ie playing both sound and video)2003-09-01, by albeu
-
FFASV22003-09-01, by michael
-
direct render frames whose fields are not in a common buffer, rather2003-09-01, by rfelker
-
;-)2003-09-01, by diego
-
spelling fixes2003-09-01, by diego
-
nit2003-09-01, by diego
-
framestep and tile filters clarified.2003-09-01, by diego
-
nit2003-08-31, by diego
-
spelling fixes2003-08-31, by diego
-
libfaad is included now.2003-08-31, by diego
-
Ignore .depend.2003-08-31, by diego
-
vo_fbdev2 written by Joey Parrish with some minor modifications2003-08-31, by alex
-
sync2003-08-31, by gabucino
-
fixing alphabetic order2003-08-31, by gabucino
-
slight "grammar" fixes2003-08-31, by gabucino
-
spelling + small updates2003-08-31, by diego
-
remove read/revert hack2003-08-31, by alex
-
sync2003-08-31, by diego
-
10l found by albeu2003-08-31, by alex
-
final pre12003-08-31, by alex
-
2 new filters: tile & framestep2003-08-31, by arpi
-
rawnv212003-08-31, by alex
-
sync2003-08-31, by gabucino
-
vf_tile & _framestep added2003-08-31, by arpi
-
more mmx and fix 100l sig11 in the previous mmx commit2003-08-31, by rfelker
-
added nv12/nv21 and some other fourccs (still not synced)2003-08-31, by alex
-
Sync to help_mp-en.h v1.1072003-08-31, by rtognimp
-
nv21 support2003-08-31, by alex
-
* Add multi device support.2003-08-31, by attila
-
basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>2003-08-31, by alex
-
1000l, mmx code was not being used because of missing config.h, and2003-08-31, by rfelker
-
sync2003-08-31, by gabucino
-
FTP support2003-08-31, by gabucino
-
tweaks and cleanup2003-08-31, by rfelker
-
1000l2003-08-31, by rfelker
-
serious bugs - 1l absinth (changed to absinth against cola inflation)2003-08-31, by alex
-
remove exit_player and exit references2003-08-31, by alex
-
Missing en/ added to DOCS path.2003-08-31, by diego
-
some WIP2003-08-31, by alex
-
-noautoexpand documented.2003-08-31, by diego
-
fix 10l (computation based on uninitialized data which led to2003-08-31, by rfelker
-
while we are at it: geometry support for xmga2003-08-31, by attila
-
geometry support for x112003-08-31, by attila
-
ffmpeg1/22003-08-30, by arpi
-
use internal (included) libfaad22003-08-30, by arpi
-
libfaad2 v2.0rc1 imported2003-08-30, by arpi
-
Sync.2003-08-30, by lumag
-
patch by Joey Parrish <joey@nicewarrior.org>:2003-08-30, by arpi
-
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll2003-08-30, by rtognimp
-
__CYGWIN__->SYS_CYGWIN define moved to the right place2003-08-30, by arpi
-
synced to libdvdcss 1.2.8 (except the DVDCSS_PATH guessing, we use our2003-08-30, by arpi
-
1000l and I imho this would win 'The Bug/Typo of the Year' award2003-08-29, by alex
-
1000l2003-08-29, by alex
-
10^1337 litres (now, that's an inflation)2003-08-29, by alex
-
sync2003-08-29, by nauj27
-
10l2003-08-28, by iive
-
100l fix for paletted 8bpp files, I committed an old version2003-08-28, by rtognimp
-
Quicktime 8BPS decoder2003-08-28, by rtognimp
-
Fix for Theora files without audio. Patch by David Kuehling <dvdkhlng@gmx.de>.2003-08-28, by mosu
-
Updated highest demuxer number.2003-08-28, by mosu
-
printing fps with 3 dec digit instead of 22003-08-27, by arpi
-
This patch fixes:2003-08-27, by alex
-
Removed some ":" in the track output for easier cut&paste.2003-08-27, by mosu
-
a/v sync cleanups2003-08-27, by henry
-
10l and a few spelling fixes2003-08-26, by diego
-
10l2003-08-26, by diego
-
libfaad installation instructions2003-08-26, by diego
-
-nuvopts documentation by Albeu2003-08-26, by diego
-
mpeg22003-08-25, by michael
-
OSD support, optinal queue, optional use of sleep(), and benchmark mode2003-08-25, by iive
-
1000l. The vcd api changed and nobody updated the gui..2003-08-25, by alex
-
Commit alex's fstype patch x11_common.c3.diff with additional manpage extension.2003-08-25, by attila
-
Fix the bug found by Martin Wulffeld2003-08-25, by albeu
-
sync2003-08-25, by nauj27
-
fabs needs math.h2003-08-25, by ranma
-
TGA image output VO module2003-08-24, by arpi
-
- re-added the old and (no more used) option -tsfastparse with a2003-08-24, by arpi
-
- initial support for MPEG4 in TS (M4V is working, but not AAC yet)2003-08-24, by arpi
-
- seek() is always synchronized to keyframes, so the decoders don't2003-08-24, by arpi
-
Support for linked seek heads, multiple seek heads, multiple cues.2003-08-24, by mosu
-
codecs.conf is obsolete.2003-08-22, by diego
-
sync2003-08-22, by diego
-
10l2003-08-21, by arpi
-
New spanish DOC file :)2003-08-20, by nauj27
-
Parenthesis mistake2003-08-20, by nauj27
-
Stray English line removed.2003-08-20, by diego
-
Missing options in spanish version2003-08-20, by nauj27
-
sync2003-08-20, by nauj27
-
cosmetic fixes2003-08-20, by gabucino
-
sync2003-08-20, by gabucino
-
sync2003-08-20, by gabucino
-
sync2003-08-20, by gabucino
-
typo fix2003-08-20, by gabucino
-
no need to document -flip_hebrew and -noflip_hebrew, alphabetical order.2003-08-19, by diego
-
sync2003-08-19, by nauj27
-
10l forgot to add nuv to the help message2003-08-19, by albeu
-
FriBiDi control flags2003-08-19, by gabucino
-
sync2003-08-18, by nauj27
-
document vf_pullup (vaguely at least)2003-08-18, by rfelker
-
pullup -- third generation inverse telecine engine. the backend2003-08-18, by rfelker
-
clean up field flags:2003-08-18, by rfelker
-
X11_FULLSCREEN vs HAVE_X11 definitions and some warning fixes2003-08-18, by alex
-
a 100l and another typo2003-08-18, by diego
-
100l2003-08-18, by alex
-
Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>2003-08-18, by alex
-
New spanish DOCS files2003-08-18, by nauj27
-
sync with man page, 'remove dvdnav stuff, it does not work anyway'2003-08-18, by nauj27
-
sync2003-08-18, by nauj27
-
sync2003-08-18, by nauj27
-
a/v sync improvements2003-08-18, by henry
-
sysm --> syms typo fix by Joey Parrish2003-08-17, by diego
-
--dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>2003-08-17, by alex
-
Binary codecs finally work as they should on Windows.2003-08-17, by diego
-
Reversed + changed grep -q to grep > /dev/null 2>&1. -q is a GNU extension2003-08-17, by diego
-
fix RGB16 vs BGR16 mismatch2003-08-17, by faust3
-
dll loading from codecs dir support for windows2003-08-17, by faust3
-
Windows hints as discussed on mplayer-cygwin2003-08-17, by diego
-
ftp support2003-08-17, by diego
-
Fix '- loop' to '-loop' option into example2003-08-17, by nauj27
-
Remove dvdnav stuff, it does not work anyway.2003-08-17, by diego
-
spelling and grammar fixes galore2003-08-17, by diego
-
fix playback of rgb files when overlay is not disabled2003-08-17, by faust3
-
fix compilation on mingw2003-08-17, by faust3
-
Fixes for compilation with gcc versions != 3.2.2003-08-17, by mosu
-
shorter, sweeter, more portable, better calling syntax2003-08-17, by diego
-
Forgot #include <sys/socket.h>2003-08-16, by albeu
-
url_unescape_string is used by the command line parser. These few helper2003-08-16, by albeu
-
This should be up to date.2003-08-16, by diego
-
-brightness && -vf scale fix2003-08-16, by michael
-
sync2003-08-16, by diego
-
sync2003-08-16, by gabucino
-
sync forward ported from 0_902003-08-16, by gabucino
-
New spanish translated DOC file2003-08-16, by nauj27
-
ftp support for mingw2003-08-16, by faust3
-
Finnaly commit Nico's dvb menu. Sorry for committing this2003-08-16, by albeu
-
ftp support. The change on connect2Server is needed bcs we need 22003-08-15, by albeu
-
I've juste found a bug which prevent to load a file whose name contain2003-08-15, by albeu
-
fixes http://pot.lsd.ro/video.asf2003-08-15, by arpi
-
this small patch allows to compile the file libmpdemux/tvi_v4l.c properly,2003-08-15, by diego
-
Spanish sync2003-08-15, by nauj27
-
Prefer DOCS/hu/, now Gabucino must sync the DOCS <evil laugh>2003-08-15, by alex
-
-(no)slices is no longer MPlayer only.2003-08-15, by diego
-
updates2003-08-15, by alex
-
DVB input documentation by Nico <nsabbi@libero.it> with some changes by me.2003-08-15, by diego
-
New spanish translated DOC file2003-08-15, by nauj27
-
docs updates2003-08-15, by diego
-
unknow --> unknown as discussed on dev-eng2003-08-15, by diego
-
cp1250 updates by Karel Kozlovsky <kozlovsk@centrum.cz>2003-08-15, by diego
-
Spelling police:2003-08-14, by diego
-
translated a message to english2003-08-14, by alex
-
1000l2003-08-14, by alex
-
1000l2003-08-14, by alex
-
1000l2003-08-14, by alex
-
warning fix2003-08-14, by alex
-
using CONF_TYPE_IMGFMT2003-08-13, by alex
-
CONF_TYPE_IMGFMT now supports 0xffffffff (hexa)-style fourccs too2003-08-13, by alex
-
"when I run "mplayer -slave <audiofile> " then, while playing, I send the2003-08-13, by albeu
-
v4l2 check2003-08-13, by henry
-
Fix a 10l and add escaped filename support. Needed by ftp.2003-08-13, by albeu
-
Fix -cdrom-device to work again with cdda and vcd.2003-08-13, by albeu
-
1000l, thanks Pierre2003-08-13, by alex
-
added live.com to (no)inputmodules2003-08-12, by alex
-
update, again2003-08-12, by alex
-
moved lot of global variables into static ones (and some minor spelling fixes)2003-08-12, by alex
-
Added DR support to vo_fbdev,2003-08-12, by joey
-
sync (Real Win32 vs Linux codec clarification)2003-08-12, by nauj27
-
sync ('tinterlace' filter)2003-08-12, by nauj27
-
some updates2003-08-12, by alex
-
min/max float->double2003-08-12, by arpi
-
From: Kir Kostuchenko <kir@users.sourceforge.net>2003-08-12, by gabucino
-
reverse of accidently twice commited patch (non-unified patch suxx)2003-08-12, by gabucino
-
From: Kir Kostuchenko <kir@users.sourceforge.net>2003-08-12, by gabucino
-
10000l, the old code was slow as hell, copying stuff extra times and2003-08-12, by rfelker
-
Hi, here are slave commands:2003-08-12, by gabucino
-
Changed all printf into mp_msg2003-08-12, by joey
-
Real Win32 vs Linux codec clarification.2003-08-12, by diego
-
sync by Andriy N. Gritsenko <andrej@lucky.net>2003-08-11, by diego
-
replacing old MPlayer logo for the much nicer OSX version2003-08-11, by gabucino
-
10l (and fixes some wmaker issues)2003-08-11, by alex
-
sync with english2003-08-11, by nauj27
-
dvbin fix by Nico <nsabbi@libero.it>2003-08-11, by alex
-
typo2003-08-11, by diego
-
eh too early2003-08-11, by gabucino
-
sync2003-08-11, by gabucino
-
sync2003-08-11, by gabucino
-
style fix2003-08-11, by gabucino
-
Moved -slices to cfg-common.h.2003-08-11, by diego
-
sync2003-08-11, by diego
-
this patch fixes2003-08-11, by arpi
-
new Windows section with Cygwin and MinGW subsections2003-08-10, by diego
-
Spanish translation by Juan Martín López <nauj27@teleline.es>2003-08-10, by nauj27
-
Prevent missing subtitles at pts reset.2003-08-10, by ranma
-
libdvdread-cvs support, patch by Steven M. Schultz <sms@2BSD.COM>2003-08-10, by alex
-
10l2003-08-10, by alex
-
more variants2003-08-10, by gabucino
-
how to put subtitles in output file2003-08-10, by gabucino
-
remove debug message2003-08-09, by nexus
-
another attempt to fix the subtitle searching2003-08-09, by henry
-
For a request by Gabu, i've cut & fix a part of Joey's dvd aid switching2003-08-09, by gabucino
-
OSD menu should not be confused with DVD menus.2003-08-09, by diego
-
This is in sync...2003-08-09, by diego
-
updates by Ioannis Panteleakis2003-08-09, by diego
-
address bounces2003-08-09, by diego
-
path fixes2003-08-09, by diego
-
some more cola - misplaced break2003-08-08, by henry
-
some updates (all shown by help_diff.sh)...2003-08-08, by jonas
-
fix the bug where only the last file of the command line is found2003-08-08, by pl
-
typo fix by DongCheon Park <dcpark@kaist.ac.kr>2003-08-08, by diego
-
sync by Juan Martin <nauj27@teleline.es>2003-08-07, by diego
-
support for raw DV >2Gb2003-08-07, by gabucino
-
10l - some forgotten ifdefs2003-08-07, by henry
-
v4l2 support2003-08-07, by henry
-
v4l2 support2003-08-07, by henry
-
(nonworking) dvdnav commented out as discussed on dev-eng.2003-08-06, by diego
-
(Almost) cosmetic update, taken from fsf.org.2003-08-06, by diego
-
sync2003-08-06, by gabucino
-
make debian devels happy (ok, that's impossible, I know:)2003-08-06, by gabucino
-
_win32libdir (not _libdir/win32) should be searched after other locations.2003-08-05, by diego
-
whitespace cosmetics2003-08-05, by diego
-
sync and improvements by Tomas Blaha <tomasb@kapsa.club.cz>2003-08-05, by diego
-
Path fixed.2003-08-05, by diego
-
sync by Juan Martin <nauj27@teleline.es>2003-08-05, by diego
-
Hint fixed up and synched to XML.2003-08-05, by diego
-
dvd:// corrected to -dvdauth as outlined by LGB on dev-eng + rewording.2003-08-04, by diego
-
spelling corrections2003-08-04, by diego
-
Document softpulldown filter.2003-08-04, by ranma
-
vsynced GL output (hint from Spacecake <spacecake@diaryland.com>)2003-08-04, by gabucino
-
I'd like to change tv tuner frequency in the slave mode. So this patch2003-08-04, by gabucino
-
FourCC is the preferred spelling according to iive and arpi.2003-08-04, by diego
-
warning for users who insist on trying to enable dvdnav2003-08-04, by rfelker
-
fixes and sync2003-08-03, by diego
-
-noslices support for mencoder. ugly hack, but vf_crop and vf_expand2003-08-03, by rfelker
-
removed obsolete my_profile2003-08-03, by alex
-
10l2003-08-03, by alex
-
c vs c++ syntax2003-08-03, by alex
-
10l2003-08-03, by alex
-
10l fix by Bjrn Sandell <biorn@dce.chalmers.se>2003-08-03, by alex
-
Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c,2003-08-03, by ranma
-
Export flags needed for softpulldown filter.2003-08-03, by ranma
-
BBC .rm fix, based on patch by Balatoni Denes <pnis@coder.hu>2003-08-02, by arpi
-
sync by DongCheon Park <pdc@kaist.ac.kr>2003-07-31, by diego
-
sync by "Bena, Daniel" <Daniel.Bena@dm-drogeriemarkt.sk>2003-07-31, by diego
-
Better explanation, as suggested by Ivan Kalvachev.2003-07-30, by diego
-
sync by Wojtek Kaniewski <wojtekka@bydg.pdi.net>2003-07-30, by diego
-
typo2003-07-30, by diego
-
updates and fixes2003-07-30, by diego
-
spelling/grammar fixes2003-07-29, by diego
-
sync by Juan Martin <nauj27@teleline.es>2003-07-29, by diego
-
nvidia 44.96 hardlock machine without that fix2003-07-29, by iive
-
mb decision stuff2003-07-29, by michael
-
remove cs_test and swscale-example too2003-07-28, by alex
-
10l & warning fixes2003-07-28, by alex
-
1, micro-speedup 2, fixed 10l: only prefer utf8 if iconv is present2003-07-28, by alex
-
translation by Juan Martin <nauj27@teleline.es> and Andoni Zubimendi2003-07-28, by diego
-
sync by Juan Martin <nauj27@teleline.es>2003-07-28, by diego
-
Move away old codecs.conf files.2003-07-28, by diego
-
just in case2003-07-28, by diego
-
gcc2.95.x has no support for mvi instructions2003-07-27, by alex
-
Typos fixed, based on patch sent by Alex.2003-07-27, by diego
-
fix against dummy solaris sprintf, bug reported by Gotz Waschk2003-07-27, by alex
-
some missing 'no' pairs of flags2003-07-27, by alex
-
dump extra bytes of bitmapinfoheader in verbose mode and make outputs consistent2003-07-27, by alex
-
dts aid fix by f.stock@t-online.de (Florian-Wolfgang Stock)2003-07-27, by alex
-
sync with libavcodec (sh4 optim)2003-07-27, by alex
-
ffcljr yvu9->411p2003-07-27, by alex
-
ffcljr support2003-07-27, by alex
-
Added support for the "L16" and "L8" (raw PCM audio) RTP payload formats.2003-07-27, by rsf
-
xvmc fixes - check for xv presence and fix libs order2003-07-26, by iive
-
sync2003-07-26, by luran
-
sync by Kenneth Chan <chantk@ctk.sytes.net>2003-07-26, by diego
-
xvmc updates2003-07-26, by iive
-
detect Real codecs fix (with only win32 DLL)2003-07-25, by nexus
-
ffativcr22003-07-24, by michael
-
layer-1 support2003-07-24, by arpi
-
bumped version number2003-07-24, by alex
-
consistency fixes, bumped version number (and added ffmjpegb)2003-07-24, by alex
-
ff ativcr12003-07-24, by michael
-
sync2003-07-24, by diego
-
small correction2003-07-24, by diego
-
sync with HTML2003-07-24, by diego
-
10l2003-07-24, by diego
-
useful user advice re-added (DON'T remove.)2003-07-24, by gabucino
-
more information, less flames2003-07-23, by diego
-
codecs.conf is obsoleted2003-07-23, by gabucino
-
Installing codecs.conf is long obsolete.2003-07-22, by diego
-
DOCS/it/ path fixed.2003-07-22, by diego
-
Sync with mp_help-en.h v1.1052003-07-22, by rtognimp
-
update to en-1.142003-07-22, by iive
-
sync the basic mplayer and mencoder outputs2003-07-22, by alex
-
sync to ffmpeg, updates, cleanups2003-07-21, by iive
-
Fix M$RLE 4bit. Patch by Michael Guennewig <michaelguennewig(at)gmx(dot)de>2003-07-21, by rtognimp
-
ASS support2003-07-20, by henry
-
width -> frame / field type2003-07-20, by michael
-
Small correction and port to XML.2003-07-20, by diego
-
added a faq entry about encoding ASF files2003-07-20, by attila
-
sync2003-07-20, by gabucino
-
Real DLLs now work under Cygwin.2003-07-19, by diego
-
Win32 codec paths in vd_realvid.c2003-07-19, by diego
-
MinGW support in mpdvdkit2003-07-19, by diego
-
inconsistency2003-07-19, by alex
-
Ported from videolan CVS:2003-07-19, by diego
-
SSE os support detection for windows2003-07-19, by faust3
-
module order changed, required for 2.4.202003-07-17, by arpi
-
Fixes for stuff that only showed up with gcc versions other than 3.2.2003-07-17, by mosu
-
Fixed spelling mistakes that were present in libmatroska until now.2003-07-17, by mosu
-
new ff_draw_horiz_band()2003-07-17, by michael
-
Sync2003-07-16, by lumag
-
Pause message shortened to not be longer than the audio file status line.2003-07-14, by diego
-
1l2003-07-14, by diego
-
better consistency2003-07-14, by diego
-
sync with HTML2003-07-14, by diego
-
sync2003-07-14, by diego
-
sync2003-07-14, by gabucino
-
100l, vorbis cannot go in avi file!! even if it did work, -oac copy if broken with vorbis!2003-07-14, by rfelker
-
more generated files2003-07-13, by diego
-
3*100l (backported from g2)2003-07-13, by arpi
-
quant_store is obsolete2003-07-13, by arpi
-
putting blur and outline to the font.desc too2003-07-13, by alex
-
the trailing space isn't needed anymore2003-07-13, by alex
-
10l2003-07-13, by alex
-
sync2003-07-13, by gabucino
-
copyright message rework, try 22003-07-13, by alex
-
changed my non-working mail address2003-07-13, by alex
-
moved some annonying messages to debug mode only2003-07-13, by alex
-
Spanish translators2003-07-13, by diego
-
Spanish translation by Juan Martin <nauj27@teleline.es>.2003-07-12, by diego
-
I attach a fix to the problem described in:2003-07-12, by arpi
-
Commands are read in a loop, but for some commands we need to break2003-07-11, by albeu
-
further translation by Andoni Zubimendi <andoni@lpsat.net>2003-07-11, by diego
-
codecs.conf files are a thing of the past.2003-07-10, by diego
-
Updates, rewordings, sync by Anders Rune Jensen <anders@gnulinux.dk>,2003-07-10, by diego
-
-dvd -> dvd:// and -vcd -> vcd://2003-07-09, by jonas
-
10l (red <-> blue) fix2003-07-09, by michael
-
Strings attached to codecs.conf explained.2003-07-09, by diego
-
Strings attached to codecs.conf explained.2003-07-09, by diego
-
version number to please Diego :)2003-07-09, by luran
-
Forget to change the date and add my email2003-07-09, by luran
-
sync2003-07-09, by luran
-
Output typos fixed.2003-07-09, by diego
-
output typo fixes: unknow --> unknown2003-07-09, by diego
-
docs changes2003-07-09, by diego
-
fix compilation (uint*_t undefined)2003-07-08, by colin
-
Fix -shuffle with remote playlist2003-07-08, by albeu
-
-overlapsub clarified (thanks, Rich), -nooverlapsub removed (redundant)2003-07-07, by diego
-
warning fixes2003-07-07, by alex
-
full-featured gcc ppc optimization (601,603,604,740,750,745,755,7400,7410,7450)2003-07-07, by alex
-
sync2003-07-07, by gabucino
-
to make alex happy2003-07-06, by arpi
-
100l2003-07-06, by arpi
-
Added trailing spaces to fix broken indentation.2003-07-06, by diego
-
Quote all .IPs with more than one argument (necessary!).2003-07-06, by diego
-
Set default indentation depth to 5.2003-07-06, by diego
-
Sort options alphabetically.2003-07-06, by diego
-
missing quotes2003-07-06, by diego
-
Sentences should start on a new line.2003-07-05, by diego
-
patch for sp5x video codec by "Philip Court" <pccourt (at) hotmail.com>2003-07-05, by attila
-
fixed mpeg-ps ext-based detection sig11 bug reporetd by Raindel Shachar2003-07-05, by arpi
-
cosmetics: it didn't fit on 80x25 terminals2003-07-05, by arpi
-
sync2003-07-05, by nicolas
-
typo2003-07-05, by nicolas
-
small clearification for -overlapsub2003-07-05, by attila
-
sync2003-07-05, by nicolas
-
sync with HTML2003-07-05, by nicolas
-
getcpucaps support2003-07-04, by alex
-
forgot to commit2003-07-04, by alex
-
codmetics (noticed by Alex)2003-07-04, by arpi
-
better checks2003-07-04, by arpi
-
removing my (nonworking) email address2003-07-03, by alex
-
cosmetics2003-07-03, by alex
-
removing my (non-working) email address2003-07-03, by alex
-
reverse this nonsense that breaks configure! (ppl, please don't commit2003-07-03, by rfelker
-
Traditional Chinese translation by Kenneth Chan <chantk@ctk.sytes.net>.2003-07-03, by diego
-
A little hack to be able to play ogg radio stream2003-07-02, by albeu
-
xvmc support2003-07-01, by iive
-
XVideo Motion Compensation common structures2003-07-01, by iive
-
Initial version of XVideo Motion Compensation video driver/render2003-07-01, by iive
-
move xv_set_eq to x11_common2003-07-01, by iive
-
nofixed-vo2003-07-01, by alex
-
automatic altivec support detection on linux2003-07-01, by alex
-
always treat .utf* files as UTF-82003-07-01, by atlka
-
Fix the segfault in case of missing arg for flag options2003-07-01, by albeu
-
sub_utf8 fiddling2003-07-01, by atlka
-
small correction of sub_utf8 restoring between reading sub files2003-07-01, by atlka
-
The new head and tail deprecates -1 in favour of -n 1.2003-06-30, by diego
-
Set id="index" option2003-06-30, by lumag
-
fake newer realplayer version2003-06-30, by faust3
-
disable L3: BigValues too large message2003-06-30, by faust3
-
ffmpeg/libavcodec ra144 and ra288 support2003-06-29, by alex
-
Sync with english2003-06-29, by lumag
-
Constantly talking about documentation in the documentation is awkward.2003-06-29, by diego
-
New subsection development, removed some obsolete entries, moved others2003-06-29, by diego
-
trailing whitespace cosmetics2003-06-29, by diego
-
merged with mpg123 0.59s-pre2003-06-28, by arpi
-
typo in console output2003-06-28, by diego
-
prefer UTF-8 encoding subs and automatically recognize them by suffix2003-06-27, by atlka
-
Allow negative x,y for the overlay.2003-06-26, by albeu
-
100L2003-06-26, by albeu
-
Fix SIG11 if no args given2003-06-26, by albeu
-
10L2003-06-25, by henry
-
sync2003-06-24, by nicolas
-
various fixes by Sylvain Petreolle & me2003-06-24, by nicolas
-
64bit support2003-06-24, by alex
-
radeon mobility u1 support2003-06-24, by alex
-
Translation updates by Andoni Zubimendi <andoni@lpsat.net>.2003-06-24, by diego
-
Sync by Andoni Zubimendi <andoni@lpsat.net>.2003-06-24, by diego
-
some fixes2003-06-24, by alex
-
proper arm configure detection (+ armv5tel support, v4l is a subset of v5tel)2003-06-24, by alex
-
Document -ipv4-only-proxy and -prefer-ip4/6.2003-06-22, by diego
-
spelling police2003-06-22, by diego
-
fix bps calculation when resampling,2003-06-22, by attila
-
update dchangelog from cvs log2003-06-22, by arpi
-
Patch by Tom Lees <tal26 (at) cam.ac.uk>2003-06-22, by attila
-
moved 3dnow and 3dnowex dct36 optimisations into gcc inline assembly2003-06-22, by alex
-
more flexible device name guessing2003-06-21, by alex
-
Sync with HTML.2003-06-21, by diego
-
Patch from Andreas Hess <jaska@gmx.net>:2003-06-21, by bertrand
-
basic xvmc image support2003-06-21, by iive
-
0.5l for debug messages2003-06-20, by alex
-
fixing "internal error in orderYUV" bug2003-06-19, by michael
-
small warning fix2003-06-19, by rathann
-
fix one missing #include, one missing extern and one 10l error.2003-06-19, by rathann
-
XML autoconfiguration by Dmitry Baryshkov <lumag@qnc.ru> with some2003-06-18, by diego
-
DivX4Linux and XVID can be used together2003-06-18, by gabucino
-
Obsoleted by timer-win2.c.2003-06-18, by diego
-
Fixed: sync structs with spudec.c, implement fast_memcpy2003-06-18, by kmkaplan
-
lossless jpeg related docs2003-06-17, by michael
-
sync with libmpeg2 cvs2003-06-17, by alex
-
lossless ff mjpeg encoding2003-06-17, by michael
-
HTML directory is autogenerated.2003-06-17, by diego
-
solaris fix by Gtz Waschk <waschk@informatik.uni-rostock.de>2003-06-17, by alex
-
Fixed compilation on g3. Patch by Dan Christiansen <danchr@daimi.au.dk>2003-06-17, by alex
-
10l fix by Steven M. Schultz <sms@2BSD.COM>2003-06-17, by alex
-
1000l, stupid bash/ksh/etc specific crap. PLEASE learn bourne shell2003-06-17, by rfelker
-
ff lossless jpeg2003-06-15, by michael
-
subfont is a generated file.2003-06-14, by diego
-
YUV 444 411 410 support2003-06-14, by michael
-
sync2003-06-13, by nicolas
-
context model size & coder type options for FFV12003-06-13, by michael
-
Sync and updates by Anders Rune Jensen and Thomas Groth.2003-06-13, by diego
-
Further corrections by "Ironhell3 ." <ironhell3@hotmail.com>.2003-06-13, by diego
-
1000l2003-06-13, by rfelker
-
wishes, wishes, wishes2003-06-13, by diego
-
Add missing language suffix to DOCS/ path.2003-06-13, by diego
-
Add en/ to DOCS path.2003-06-13, by diego
-
Greek translation update by ironhell3 <ironhell3@hotmail.com>.2003-06-13, by diego
-
sync2003-06-11, by gabucino
-
Networking support under MinGW.2003-06-11, by diego
-
obsoleted by timer-darwin.c2003-06-11, by diego
-
document vf_decimate2003-06-11, by rfelker
-
Make configure output codec paths more consistently.2003-06-11, by diego
-
SuSE RPMs, JACOsub link2003-06-11, by diego
-
JACOsub link2003-06-11, by diego
-
SuSE RPMs2003-06-11, by diego
-
Updates needed for libebml/libmatroska 0.4.42003-06-09, by mosu
-
libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:2003-06-09, by arpi
-
libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:2003-06-09, by arpi
-
libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:2003-06-09, by arpi
-
libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:2003-06-09, by arpi
-
libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:2003-06-09, by arpi
-
libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:2003-06-09, by arpi
-
enable stream cache for mingw2003-06-09, by faust3
-
FFV12003-06-09, by michael
-
TiVo demuxer and sub-cc/osd decoder2003-06-09, by arpi
-
Update2003-06-08, by rtognimp
-
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders.2003-06-08, by rtognimp
-
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders.2003-06-08, by rtognimp
-
- discard soon non TS files (previously it took too long, as in the case2003-06-08, by arpi
-
-ao alsa9:hw:0,0 fix by Wojtek Kaniewski <wojtekka@bydg.pdi.net>2003-06-08, by alex
-
Sync2003-06-07, by lumag
-
Sync2003-06-07, by lumag
-
sync2003-06-07, by nicolas
-
sync2003-06-07, by nicolas
-
I've found some time to implement the encoding support for the new2003-06-06, by arpi
-
just updated vd_theora.c to decode the additional header packets,2003-06-06, by arpi
-
fixed mem corruption bugs2003-06-06, by arpi
-
Spell Arpi's name correctly and trigger keyword substitution.2003-06-05, by diego
-
Sync by Anders Rune Jensen <anders@gnulinux.dk>.2003-06-05, by diego
-
cosmetics2003-06-05, by diego
-
New files and updates by Andoni Zubimendi <andoni@lpsat.net>.2003-06-05, by diego
-
1000l! crashing on broken config files finally fixed!2003-06-04, by rfelker
-
don't set audio pts to infinity after seeking in mp3 files :)2003-06-04, by rfelker
-
10l2003-06-03, by faust3
-
warning fixes by Dominik2003-06-03, by alex
-
10l2003-06-02, by alex
-
100l to me :(2003-06-02, by rfelker
-
MGA tvout:2003-06-01, by gabucino
-
v3.02003-06-01, by gabucino
-
warning fixes by Dominik2003-06-01, by alex
-
unused2003-06-01, by alex
-
final scaler removal step2003-06-01, by alex
-
vf_scale.h & related cleanup & some small warning fix by dominik2003-06-01, by michael
-
Warning fixes, patch by Dominik Mierzejewski2003-06-01, by rtognimp
-
compilation fix by Bernd Ernesti <mplayer at lists.veego.de>2003-06-01, by faust3
-
fix volume increasing2003-06-01, by faust3
-
sync2003-06-01, by nicolas
-
Better wording as suggested by Rich.2003-06-01, by diego
-
Default indentation is 4 now.2003-05-31, by diego
-
-use-stdin not in alphabetical order2003-05-31, by diego
-
check for -dumpstream file writes, patch by Eric Lammerts <eric@lammerts.org>2003-05-31, by alex
-
MPlayer options have just one '-'.2003-05-31, by diego
-
display pts for audio-only files as hh:mm:ss.f2003-05-31, by rfelker
-
Kernel headers or glibc headers are necessary for compilation.2003-05-31, by diego
-
warning fixes Raindel Shachar <raindel@techunix.technion.ac.il>2003-05-31, by alex
-
unleak2003-05-31, by alex
-
reversed my 10l2003-05-31, by alex
-
Moved video filters to a separate section, moved slave mode section to the2003-05-31, by jonas
-
10l2003-05-30, by alex
-
changed the silly func-inside-func codepice2003-05-30, by alex
-
lirccd support by Fredrik Tolf <fredrik@dolda2000.cjb.net>2003-05-30, by alex
-
simplification and clarification2003-05-30, by alex
-
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>2003-05-30, by alex
-
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>2003-05-30, by alex
-
remove ssize_t mess2003-05-30, by faust3
-
update by the author (v0.2.2)2003-05-30, by alex
-
some clarifications (Diego pls check for the spelling errors ;)2003-05-30, by alex
-
some clarification and synced to 1.972003-05-30, by alex
-
Sync2003-05-29, by lumag
-
typo2003-05-29, by nicolas
-
-cdrom-device is optional2003-05-29, by nicolas
-
sync2003-05-29, by nicolas
-
Sync by Wojtek Kaniewski <wojtekka@bydg.pdi.net>.2003-05-29, by diego
-
Renamed --enable-qtx-codecs to --enable-qtx for consistency reasons.2003-05-29, by diego
-
Fix redirection in real rtsp connections.2003-05-28, by rtognimp
-
Accept Helix as a valid Real server2003-05-27, by rtognimp
-
use threads on windows2003-05-26, by faust3
-
Spanish translation by Andoni Zubimendi <andoni@lpsat.net>.2003-05-26, by diego
-
Sync by Andoni Zubimendi <andoni@lpsat.net>.2003-05-26, by diego
-
From: Ben Low <ben@bdlow.net>2003-05-26, by pontscho
-
From: Michael Joosten <joost@c-lab.de>2003-05-26, by pontscho
-
Synced2003-05-26, by lumag
-
-vo directx:ontop, console output, inttypes.h2003-05-25, by diego
-
-vo directx:ontop, console output, inttypes.h2003-05-25, by diego
-
updates2003-05-25, by diego
-
An additional cosmetic '/' for consistency.2003-05-25, by diego
-
/usr/local/lib/codecs is now the default codecs directory.2003-05-25, by diego
-
Changed a few remaining -dvd and -vcd options to dvd:// and vcd://.2003-05-25, by diego
-
/usr/local/lib/codecs is now the default codecs directory.2003-05-25, by diego
-
Changed a few remaining -dvd and -vcd options to dvd:// and vcd://.2003-05-25, by diego
-
10l found by yepyep2003-05-25, by alex
-
[PATCH] CP1250 encoding to GUI and UTF-8 to font.desc2003-05-25, by pontscho
-
Info updated, patch by Andoni Zubimendi <andoni@lpsat.net>.2003-05-25, by diego
-
The linux directory is now called osdep.2003-05-25, by diego
-
K6-2+ and K6-III+ detection2003-05-25, by diego
-
sync2003-05-24, by nicolas
-
that works correctly2003-05-23, by alex
-
changing my mail address to a working one :)2003-05-23, by alex
-
cs_test cleanup and fix compilation if gui enabled2003-05-23, by alex
-
update2003-05-23, by alex
-
non-x86 support2003-05-23, by alex
-
Recognize ra and rm extensions even with query strings,2003-05-23, by rtognimp
-
simplyfied it and fixed some 10ls (but sadly xshape still don't works)2003-05-23, by alex
-
some fixes and bigendian fix for 32bpp pngs2003-05-23, by alex
-
Support for selecting the audio track in Matroska files via -alang.2003-05-23, by mosu
-
colorspace_type2003-05-23, by michael
-
10l2003-05-23, by alex
-
10l2003-05-23, by alex
-
oops, forgot that2003-05-23, by alex
-
do it the standard way (tm)2003-05-23, by alex
-
some changes (michael: is the colorspace_type field needed?)2003-05-23, by alex
-
Make configure run even on non POSIX compliant shells (Solaris).2003-05-23, by diego
-
Default codec location is now /usr/local/lib/codecs/, the location is now2003-05-23, by diego
-
Cygwin and MinGW should use default codecs directories, --with-codecsdir is2003-05-22, by diego
-
New FFmpeg CVS URL, patch by Magnus Damm <damm@opensource.se>.2003-05-22, by diego
-
One / too many, noticed by Andreas Hess <jaska@gmx.net>.2003-05-22, by diego
-
cleanup/cosmetic patch by the author :)2003-05-22, by alex
-
ao_win32 and ao_macosx2003-05-22, by gabucino
-
new filter for dropping (near-)duplicate frames. can be used to fix2003-05-22, by rfelker
-
Precise timer for Darwin (it's more accurate than timer-macosx.c)2003-05-21, by alex
-
Native MacOSX audio output by Dan Christiansen <danchr@daimi.au.dk>2003-05-21, by alex
-
mingw support, bug noticed by yepyep on irc.freenode.net2003-05-21, by alex
-
no capital X in xine's name2003-05-21, by nicolas
-
no capital X in xine's name2003-05-21, by nicolas
-
OpenBSD support by Bjorn Sandell <biorn@dce.chalmers.se>2003-05-20, by alex
-
cleanup, use vf->dmpi rather than vf->priv->dmpi for consistency2003-05-20, by rfelker
-
fix segfaults with slices. support slice rendering into a filter even2003-05-20, by rfelker
-
10l by me, noticed by a guy with a transmeta cpu, but forgot his name, sorry2003-05-20, by alex
-
Spellcheck & some small fixes.2003-05-20, by lumag
-
Fixed selling error and broken tag.2003-05-20, by lumag
-
Generate more links for Site navigation Bar.2003-05-20, by lumag
-
Sync with en2003-05-20, by lumag
-
Endian fixes and proper support for headerless AAC streams.2003-05-19, by mosu
-
sync2003-05-19, by nicolas
-
FFASV12003-05-19, by michael
-
small updates here-and-there2003-05-19, by gabucino
-
sync2003-05-19, by gabucino
-
--with-codecsdir option by Diego Biurrun2003-05-18, by alex
-
some mplayer-g2 related fourccs added2003-05-18, by arpi
-
Added support for AAC.2003-05-17, by mosu
-
Remove byteswap hack with dnet audio2003-05-17, by rtognimp
-
wrappers for 14.4 and 28.8 codecs2003-05-17, by rtognimp
-
wrappers for 14.4 and 28.8 codecs14_4.c2003-05-17, by rtognimp
-
Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.2003-05-17, by bertrand
-
dnet added2003-05-17, by arpi
-
ac3 byteswapping support (when format!=0x2000)2003-05-17, by arpi
-
skip dnet/ac3 byteswapping2003-05-17, by arpi
-
realaudio 28_8 and 14_4 dll support2003-05-17, by faust3
-
Bigendian fix, with help from Viktor Rosenfeld2003-05-17, by rtognimp
-
uninit fix by Aurelien JACOBS <aurel at gnuage.org>2003-05-16, by faust3
-
removed RGB24 and builtin swscaler support2003-05-16, by alex
-
3:4 TV format doesn't exists ;)2003-05-16, by nicolas
-
various fixes and updates2003-05-16, by nicolas
-
fr version added2003-05-16, by nicolas
-
Adding of XML french docs2003-05-16, by nicolas
-
typo2003-05-16, by nicolas
-
sync2003-05-16, by nicolas
-
10l remove unused global2003-05-16, by faust3
-
Support for DTS tracks (only with -hwac3 of course).2003-05-15, by mosu
-
100l, this is very bad2003-05-14, by rfelker
-
dynamic path[] allocation2003-05-12, by alex
-
change logic for detecting real codecs dir (loop in to prefer RealPlayer 9 codecs2003-05-12, by atmos4
-
Removed the abs function as someone reported compilation problems under MacOS.2003-05-11, by mosu
-
Check with the wrong variable.2003-05-11, by mosu
-
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>2003-05-11, by arpi
-
theora video decoder, based on patch by David Kuehling <dvdkhlng@gmx.de>2003-05-11, by arpi
-
cygwin/mingw32 support by Sascha Sommer2003-05-11, by alex
-
Preliminary Theora support. Patch by David Kuehling.2003-05-11, by mosu
-
Mistake noticed by Todor Petkov <zakk@online.bg>.2003-05-11, by diego
-
updated2003-05-11, by mpt
-
Document -vop to avoid confusion.2003-05-10, by diego
-
sync2003-05-10, by nicolas
-
ffsvq3 fix, dunno if this is the correct fix2003-05-10, by michael
-
passing ImageDesc (stsd) to ffsvq32003-05-10, by michael
-
ffsvq32003-05-10, by michael
-
fix mistake i made when wtfm'ing for -spualign2003-05-08, by rfelker
-
fixed alignment bug2003-05-07, by michael
-
Support for aspect ratio set via DisplayWidth/DisplayHeight.2003-05-06, by mosu
-
Vorbis header packet lengths were calculated incorrectly.2003-05-06, by mosu
-
support more image formats. hopefully this bpp handling is correct...2003-05-06, by rfelker
-
Correct dumping hint (vc dummy faster than null).2003-05-05, by ranma
-
Small update by Bohdan Horst.2003-05-05, by diego
-
10L fix: forgot to spellcheck.2003-05-05, by lumag
-
Translation update.2003-05-05, by lumag
-
Proper key frame reporting. Proper handling of "no subtitles wanted".2003-05-05, by mosu
-
-novideo documented2003-05-05, by diego
-
document ilpack2003-05-05, by rfelker
-
Spelling and wording corrections.2003-05-05, by diego
-
typo2003-05-05, by diego
-
Updates and a small patch provided by Bohdan Horst.2003-05-05, by diego
-
this is a important patch for hpux 11.00, because it avoid the2003-05-05, by diego
-
DXR2 option updates, description removed as it is present in HTML/XML.2003-05-05, by diego
-
Error in the aspect ratio calculation, plus typos and rewordings.2003-05-04, by diego
-
Error in the aspect ratio calculation, plus typos and rewordings.2003-05-04, by diego
-
document autoaspect option2003-05-04, by rfelker
-
obsoleted by the XML version2003-05-04, by diego
-
corrected the sample code2003-05-04, by alex
-
Sync by Juan Antonio Zubimendi <andoni@ilex.lpsat.net>.2003-05-03, by diego
-
Made sure to clean out the "realrtsp" subdirectory when doing a "make clean"2003-05-03, by rsf
-
Added some special-case code for checking for "sip:" URLs (because they2003-05-03, by rsf
-
We now check for "sip:" URLs - which are handled using the same LIVE.COM2003-05-03, by rsf
-
Added SIP (IP telephony) client support. (This was already supported in the2003-05-03, by rsf
-
Changed the order of two conditionals in an "if" statement, to make the code2003-05-03, by rsf
-
sort of a hack, but at least this lets the framerate-increasing2003-05-03, by rfelker
-
fixed a 10l (undefined behavior) and made the other parameters configurable2003-05-03, by rfelker
-
document new filters and options2003-05-02, by rfelker
-
more 10l's -- fortunately part of the bug was that the buggy code didn't get called...2003-05-02, by rfelker
-
Fixed small typo2003-05-01, by lumag
-
1000l to the author and for the commiter (me :)2003-05-01, by alex
-
removed the last mp_msg :)2003-05-01, by alex
-
sync2003-05-01, by diego
-
Small fix: removed duplicated word 'page'2003-05-01, by lumag
-
Small corection of mentioned GCC versions.2003-05-01, by lumag
-
various fixes and updates2003-05-01, by nicolas
-
sync2003-05-01, by nicolas
-
Fixed a lot of typos.2003-05-01, by lumag
-
Sync with HTML2003-04-30, by lumag
-
some user told me about it2003-04-30, by gabucino
-
removed nonsense stream_reset/seek in check_file()2003-04-30, by arpi
-
Remove broker reset/seek and fix ;;2003-04-30, by rtognimp
-
Realaudio support2003-04-30, by rtognimp
-
Add support for Realaudio files2003-04-30, by rtognimp
-
Support codecs 14_4 and 28_82003-04-30, by rtognimp
-
Adding Real audio codecs 14_4 and 28_82003-04-30, by rtognimp
-
Support for codec 14_4 and 28_82003-04-30, by rtognimp
-
Fixes for gcc 3.22003-04-30, by mosu
-
Loop counter was used inside for another loop as well.2003-04-30, by mosu
-
100l in my 100l fix! :(2003-04-30, by rfelker
-
Cygwin should behave like a Unix environment, i.e. config files should be2003-04-30, by diego
-
Add support for the Saxon XSLT Processor.2003-04-30, by lumag
-
Added Matroska demuxing support.2003-04-30, by mosu
-
Selecting tv channel by name (tv://) documentation.2003-04-29, by diego
-
not needed anymore (vo_jpeg.c and vo_dga.c were depending on it some time ago)2003-04-29, by alex
-
new mmx/mmx2/3dnow code for improved performance2003-04-29, by rfelker
-
1000000000l2003-04-29, by rfelker
-
Cygwin is not spelled CygWin.2003-04-29, by diego
-
There are conflicting definitions for DVDFileSeek in the .c and .h file.2003-04-29, by diego
-
Fixed L0L bug Forgot to delete ending tags of itemlist.2003-04-28, by lumag
-
Translation update + small fixes.2003-04-28, by lumag
-
fully reworked by Nico <nsabbi@libero.it>2003-04-28, by alex
-
changed cpudetection code to support newer pentiums2003-04-28, by alex
-
DTS support by Peter Schuller <peterschueller@telemed.de> (revised by arpi)2003-04-28, by alex
-
new mode for tfields filter -- shifts fields by a quarter-pixel so the2003-04-28, by rfelker
-
at least 100l for me, the last commit was nonsense2003-04-28, by rfelker
-
slices support for vf_crop. now cropping black borders should make a2003-04-27, by rfelker
-
display size/aspect adjusting filter2003-04-27, by rfelker
-
ugly ugly fix for michael's 1000l changes in swscaler: mysterious segfault w/g2002003-04-27, by rfelker
-
fix 'cannot adjust line' warning2003-04-27, by nicolas
-
generate meaningful d_width & d_height when scaling, rather than useless nonsense.2003-04-27, by rfelker
-
fix2003-04-27, by michael
-
sync with HMTL docs2003-04-26, by nicolas
-
sync2003-04-26, by nicolas
-
fixes2003-04-26, by nicolas
-
sync2003-04-26, by nicolas
-
typo2003-04-26, by nicolas
-
optimization -- lots of conditional jumps in inner loops are bad2003-04-26, by rfelker
-
fix panscan font resizing with vo_mga2003-04-26, by rfelker
-
optional automatic aspect encoding based on d_width and d_height2003-04-26, by rfelker
-
fopen requires binary flag on windows, too2003-04-26, by faust3
-
segfault fix2003-04-26, by michael
-
optimization2003-04-26, by rfelker
-
bigendian fix by (Samuel Kleiner <kleiner at cd dot chalmers dot se>)2003-04-25, by michael
-
remove remaining cpudetect dependancy2003-04-25, by michael
-
Start fixing gabbucino changes that broke the package.2003-04-25, by eyck
-
moving getFilter stuff back (vf_scale.c -> swscale.c)2003-04-25, by michael
-
enable mf support on mingw322003-04-25, by faust3
-
alternative timer and glob emulation code for mingw32 port2003-04-25, by faust3
-
fallback to non-dr1 if the codec wants more than 1+2 buffers2003-04-25, by michael
-
memleak fix by Raindel Shachar <raindel@techunix.technion.ac.il>2003-04-24, by alex
-
darwin ldd support patch by Steven M. Schultz <sms@2BSD.COM>2003-04-24, by alex
-
spring update patch by Ville Syrjala <syrjala@sci.fi>2003-04-24, by alex
-
last mingw32 support patch by Sascha Sommer2003-04-24, by alex
-
bad GUI usage instructions fixed2003-04-24, by gabucino
-
fixes to the zr driver (uninit->reinit) by Stephan Bain <sjbain@akamail.com>2003-04-24, by rik
-
removing sws - global verbose var dependancy2003-04-24, by michael
-
10L2003-04-24, by henry
-
Russian translation update2003-04-22, by lumag
-
- and -use-stdin are not the same.2003-04-22, by diego
-
Updates for the new xxx:// syntax and numerous clarifications.2003-04-22, by diego
-
killed an mp_msg occurance2003-04-21, by alex
-
typo2003-04-21, by nicolas
-
mingw32 support patch by Diego Biurrun with some changes made by me2003-04-21, by alex
-
cygwin support patch by Sascha Sommer and some fixes by me2003-04-21, by alex
-
patch by Albeu, corrected by Diego Biurrun & me2003-04-21, by nicolas
-
cygwin support patch by Sascha Sommer2003-04-21, by alex
-
CoTaskMemAlloc/Free vs malloc/free cleanup2003-04-21, by alex
-
10l2003-04-21, by alex
-
moved some obsolete debug stuff2003-04-21, by alex
-
cygwin support by Sascha Sommer2003-04-21, by alex
-
big endian yellow fix?2003-04-21, by michael
-
10l, noted by Mark Szabo <mw3@daisy.chains.ch>2003-04-21, by alex
-
10l fix by Aurelien JACOBS <aurel@gnuage.org>2003-04-21, by alex
-
10l, wrong syntax2003-04-21, by diego
-
sync2003-04-21, by gabucino
-
fixed 2 10l-s (bug found in the spring cleanup patch by Raindel Shachar2003-04-21, by alex
-
also tdfxfb supports geometry2003-04-21, by attila
-
typos2003-04-21, by diego
-
xvidix now supports -geometry.2003-04-20, by diego
-
Avoid including a header file twice to prevent Cygwin gcc 2.95.3-10 from2003-04-20, by diego
-
duplicate from etc/cygwin_inttypes.h2003-04-20, by diego
-
-tv on --> tv:// sync from xml/.2003-04-20, by diego
-
patch by Albeu + update of matrox_tvout url2003-04-20, by nicolas
-
adding geometry support for xvidix2003-04-20, by attila
-
Removed unneded Cygwin #ifdefs. Tested by Diego Biurrun2003-04-20, by rtognimp
-
Fix this 10L for wich i got so good bugreports :(((2003-04-20, by albeu
-
windows resource file for versioninfo and icon2003-04-20, by faust3
-
load icon from executable2003-04-20, by faust3
-
mplayer 64x64 256color icon2003-04-20, by faust3
-
at least it works now, but it's horrible slow and broken. double buffer2003-04-19, by rfelker
-
10l to whoever wrote this, it makes osd spam whenever starting a movie with subtitles!2003-04-19, by rfelker
-
too verbose2003-04-19, by alex
-
printf->mp_msg and honor -double switch2003-04-19, by zdar
-
disable getch2 on windows when we can't read stdin (msys)2003-04-19, by faust3
-
cosmetic2003-04-19, by michael
-
vf_clone_mpi_attributes()2003-04-19, by michael
-
1. new alternate approach to inverse telecine! much better!2003-04-19, by rfelker
-
Some .ra files are playable, noted by Ross Finlayson2003-04-18, by rtognimp
-
support old libavcodec2003-04-18, by michael
-
10l, noted by Sascha Sommer2003-04-18, by rtognimp
-
10l2003-04-18, by faust3
-
MINGW32 port2003-04-18, by faust3
-
mingw fix2003-04-18, by faust3
-
allow config file loading outside of cygwin environment2003-04-18, by faust3
-
passing qscale_type around so the pp code can fix the mpeg2 <<1 thing2003-04-18, by michael
-
Fix incorrect URL encoding.2003-04-18, by ranma
-
Fixed the code that checks for a ".rm" URL extension to also make sure2003-04-18, by rsf
-
Real rstp:// streaming support, ported from xine2003-04-17, by rtognimp
-
mplayer idependant (not really yet) swscale example2003-04-17, by michael
-
ffindeo3 (diff from mplayerxp-cvslog) untested2003-04-15, by michael
-
w%8!=0 hack2003-04-15, by arpi
-
10l2003-04-14, by michael
-
10l2003-04-13, by alex
-
Fix -vf* vs. -vfm2003-04-13, by albeu
-
Fix cache uninit2003-04-12, by albeu
-
mem mapped area need to be unmapped.2003-04-12, by albeu
-
Add suffix support to the object list type.2003-04-12, by albeu
-
Don't save restore all options wich point to the same variable.2003-04-12, by albeu
-
Minor code cleanup.2003-04-12, by rsf
-
Russian translation update.2003-04-11, by lumag
-
sync2003-04-11, by nicolas
-
fix slave mode on MACOSX: reported by devros <devros at seznam.cz>2003-04-11, by faust3
-
forgot to commit win32 realadio entries, and wma id: 0x1632003-04-11, by alex
-
-tv on -> tv://2003-04-11, by henry
-
Access-controlled RTSP sessions can now be played, if the user uses the2003-04-11, by rsf
-
10l fix by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>2003-04-10, by alex
-
10l2003-04-10, by faust3
-
Add a null streamv Currently used for tv and mf. Could be used to2003-04-10, by albeu
-
Use inet_ntoa where inet_ntop is not available.2003-04-10, by bertrand
-
typo fix2003-04-10, by nexus
-
Sync with mp_help-en.h v1.962003-04-09, by rtognimp
-
Fixes for vss h2642003-04-09, by rtognimp
-
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>2003-04-09, by rtognimp
-
cleanups/bugfixes2003-04-09, by henry
-
10l noticed by Joey Parrish <joey at nicewarrior.org>2003-04-09, by faust3
-
option for sub match fuzziness level2003-04-09, by henry
-
i420 fixed, needs some testing2003-04-09, by alex
-
10l fix by Salvatore Falco <salvatore.falco@katamail.com>2003-04-09, by alex
-
Make the vcd API fully reentrant.2003-04-09, by albeu
-
Port vcd to the new API2003-04-09, by albeu
-
10l patch by (Andreas Hess <jaska at gmx dot net>)2003-04-08, by michael
-
turn most of the subtitle matching fuzziness off by default2003-04-08, by henry
-
multiple init fix by Aurelien JACOBS <aurel@gnuage.org>2003-04-08, by alex
-
forwardport: warning fix and netbsd fix2003-04-08, by alex
-
automatic svgalib_helper detection2003-04-08, by alex
-
fix i420 handling, bug found by rgselk at IRC <rgselknospam@yahoo.com>2003-04-08, by alex
-
Moved the "sdp://" test above the URL streaming test, so that SDP files can2003-04-08, by rsf
-
Added a \n to the msg about -sdp being deprecated2003-04-07, by rsf
-
Added2003-04-07, by rsf
-
The person who checked in the previous patch accidentally put a declaration2003-04-07, by rsf
-
Oops, I just noticed albeu's revision 1.58 - so I backed out the2003-04-07, by rsf
-
Reapplied the patch that I had originally made in revision 1.53.2003-04-07, by rsf
-
fix compilation without iconv2003-04-07, by henry
-
Bug fixes by "Bena, Daniel" <Daniel.Bena@dm-drogeriemarkt.sk>.2003-04-07, by diego
-
support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>2003-04-07, by henry
-
Translation update2003-04-07, by luran
-
Fix serious breakage, 10000l !2003-04-07, by rguyom
-
forgot to commit2003-04-07, by michael
-
pbias tip2003-04-07, by michael
-
Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".2003-04-06, by rguyom
-
Sync with 0_90. All stuff different from 0_90 is missing.2003-04-06, by rtognimp
-
It should now be endian aware. Untested as i only have le box :(2003-04-06, by albeu
-
100L forgot this commit for netstream.2003-04-06, by albeu
-
sync2003-04-06, by gabucino
-
Oops :)2003-04-06, by arpi
-
Rewritten, to use new libmpeg2 0.3.1 API2003-04-06, by arpi
-
changed input and output buffer handling to be mplayer-compatible...2003-04-06, by arpi
-
Importing libmpeg2 from mpeg2dec-0.3.12003-04-06, by arpi
-
A simple netstream server.2003-04-06, by albeu
-
qscale exporting for postprocess2003-04-06, by arpi
-
Add netstream2003-04-06, by albeu
-
Add netstream2003-04-06, by albeu
-
Importing libmpeg2 from mpeg2dec-0.3.12003-04-06, by arpi
-
A new control called upon stream reset.2003-04-06, by albeu
-
A new stream wich allow access to MPlayer stream accross the network.2003-04-06, by albeu
-
Check that we really got a filename.2003-04-06, by albeu
-
Don't give the initial / as part of the filename.2003-04-06, by albeu
-
url update, reported by Dan Eriksen2003-04-06, by nicolas
-
typo2003-04-06, by nicolas
-
sync2003-04-06, by nicolas
-
XviD:2003-04-06, by rguyom
-
+ bf_threshold2003-04-06, by rguyom
-
url update, reported by Dan Eriksen2003-04-06, by nicolas
-
(experimental, for testing/debugging) -novideo option added2003-04-06, by arpi
-
Chinese translation for main branch2003-04-06, by luran
-
mode changes should occur to all the consoles2003-04-06, by gabucino
-
1000l2003-04-06, by gabucino
-
Looks like a typo :) --- Fixed2003-04-05, by lumag
-
allow select()less compilation2003-04-04, by faust3
-
100l.2003-04-04, by rguyom
-
Unbreak2003-04-04, by rguyom
-
temporary disable mf support for systems without glob2003-04-04, by faust3
-
disable vf_bmovl for systems without posix select2003-04-04, by faust3
-
MINGW32 port and select()less fifocode by Arpi2003-04-04, by faust3
-
enable timer-win and getch2-win for mingw322003-04-04, by faust3
-
gettimeofday() emulation using ftime()2003-04-04, by faust3
-
add checks for gettimeofday() select() and glob()2003-04-04, by faust3
-
Little fix.2003-04-04, by albeu
-
10L NULL == 0 == stdin2003-04-04, by albeu
-
Using a different alignment for only the Gui is bad as this code use2003-04-04, by albeu
-
H264-ES demuxer2003-04-04, by michael
-
"psnr" & related code is only for the -HEAD (unstable) XviD branch.2003-04-04, by rguyom
-
Support for "internet" or "multimedia" keyboards in X11.2003-04-04, by albeu
-
Sync with en2003-04-04, by luran
-
XviD:2003-04-04, by rguyom
-
Shift vhq values and set vhq=1 to MODEDECISION.2003-04-04, by rguyom
-
XviD:2003-04-03, by rguyom
-
- added <time.h> since we're using time() related functions2003-04-03, by rguyom
-
Explain the need for unified diffs.2003-04-03, by diego
-
Make absolute symlinks relative as suggested by Rich, fix typo.2003-04-03, by diego
-
Make absolute symlinks relative as suggested by Rich, fix typo.2003-04-03, by diego
-
longer option buffers, needed for tv options2003-04-03, by henry
-
fix dvd, vcd playing, compiling, and add one small playlist patch2003-04-03, by pontscho
-
workaround only, please fix.2003-04-03, by pontscho
-
10l2003-04-03, by pontscho
-
Actually do something useful with XVID_GLOBAL_EXTRASTATS / XVID_EXTRASTATS.2003-04-03, by rguyom
-
hopefully this will clear up some confusion -- users keep trying to2003-04-03, by rfelker
-
packed warning2003-04-02, by michael
-
XviD:2003-04-02, by rguyom
-
XviD :2003-04-02, by rguyom
-
Updating XviD :2003-04-02, by rguyom
-
xvid fixes and more options by elcabesa & Martin Drab2003-04-02, by henry
-
sync2003-04-02, by nicolas
-
URL is cdda://tracks[:speed][/device]2003-04-02, by albeu
-
*** empty log message ***2003-04-02, by albeu
-
10l to Albeu2003-04-02, by faust3
-
MINGW32 port2003-04-02, by faust3
-
atm shmem.c is only needed for cache22003-04-02, by faust3
-
Remove -sdp, use sdp:// instead.2003-04-02, by albeu
-
Remove -sdp2003-04-02, by albeu
-
Stream modularization, the first step.2003-04-02, by albeu
-
10L forgot to fix the forward declaration too.2003-04-02, by albeu
-
Exit when the option parser return M_OPT_EXIT2003-04-02, by albeu
-
Fix some 10L typo in header (m_struct_s instead of m_struct_st).2003-04-02, by albeu
-
Typo fix2003-04-02, by albeu
-
Fix the incredible slowness with very long list. Now a 10^6 entries2003-04-02, by albeu
-
force_mode wrong has_mode check, verbose retrace message2003-04-02, by iive
-
Added a test for "s->fd == NULL" to the start of "stream_fill_buffer()".2003-04-02, by rsf
-
Added some optional debugging printfs (disabled by default)2003-04-02, by rsf
-
Sync by Roberto Togni <r_togni@libero.it>.2003-04-01, by diego
-
Typos, noticed by Roberto Togni <r_togni@libero.it>.2003-04-01, by diego
-
Typos, patch by Roberto Togni <r_togni@libero.it>.2003-04-01, by diego
-
Sync by Bena, Daniel <Daniel.Bena@dm-drogeriemarkt.sk>.2003-04-01, by diego
-
updated to CVS (01.04.03)2003-04-01, by mpt
-
Sound translation, second batch.2003-04-01, by eyck
-
race with time translating sound.html starts...2003-04-01, by eyck
-
AAC section added.2003-04-01, by diego
-
typo2003-03-31, by diego
-
fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by me2003-03-31, by nicolas
-
sync2003-03-31, by nicolas
-
sync, small fixes2003-03-31, by nicolas
-
fix compilation without TV support2003-03-31, by faust3
-
MINGW32 port2003-03-31, by faust3
-
objfix has to be run on MINGW32, too2003-03-31, by faust3
-
workaround conflict with the MINGW32 open function2003-03-31, by faust3
-
fixing explanation2003-03-31, by gabucino
-
translation done2003-03-31, by gabucino
-
Ignore disabled cards. (Jon Burgess <jburgess@uklinux.net>)2003-03-31, by ranma
-
windows getch2 for MINGW32 port2003-03-30, by faust3
-
high precision timer for windows patch by Frodo <csharprules at hotmail.com>2003-03-30, by faust3
-
MINGW32 port2003-03-30, by faust3
-
bcopy -> memcpy for MINGW32 port2003-03-30, by faust3
-
MINGW32 port2003-03-30, by faust3
-
watch what you write2003-03-30, by gabucino
-
today's shit2003-03-30, by gabucino
-
Minor improvement: don't create empty dirs.2003-03-30, by lumag
-
XML'ization & partial rewrite of main/DOCS/ru/cd-dvd.html2003-03-30, by lumag
-
Russian XML translation update.2003-03-30, by lumag
-
Use new config headers and types.2003-03-30, by albeu
-
10L forgot this filter.2003-03-30, by albeu
-
Fix test compilation2003-03-30, by albeu
-
-vcd, -dvd, -dvdnav, -tv on, -cuefile and -mf on are deprecated2003-03-30, by albeu
-
Stream cleanup, don't use blah_on options anymore.2003-03-30, by albeu
-
Fix all demuxers wich where using a global var to enable themself.2003-03-30, by albeu
-
Set deuxer_type instead of using our own global var.2003-03-30, by albeu
-
Use new config headers2003-03-30, by albeu
-
Use new config headers2003-03-30, by albeu
-
Remove the hack used to pass -dvd, etc into the playlist2003-03-30, by albeu
-
Stream cleanup, don't use blah_on options anymore.2003-03-30, by albeu
-
10L, close isn't enouth we must munmap too.2003-03-30, by albeu
-
Remove STREAMTYPE_PLAYLIST.2003-03-30, by albeu
-
synced to CVS (30.03.03)2003-03-30, by mpt
-
uptated to CVS (30.03.03)2003-03-30, by mpt
-
updated to CVS (30.03.03)2003-03-30, by mpt
-
link fixed2003-03-30, by diego
-
new version, synced to CVS (27.03.03)2003-03-30, by mpt
-
sync2003-03-30, by nicolas
-
fix (thanks to Dmitry)2003-03-30, by nicolas
-
fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by me2003-03-29, by nicolas
-
Russian XML Docs translation update2003-03-29, by lumag
-
- 10l fix: it exited with return MP_INPUT_NOTHING; if all fd's have2003-03-29, by arpi
-
updated2003-03-29, by mpt
-
translated2003-03-29, by mpt
-
One more (last) try ..2003-03-29, by diego
-
Trivial change to trigger the $Revision$ keyword.2003-03-29, by diego
-
Revision string added.2003-03-29, by diego
-
10l: don't change image format during config2003-03-29, by faust3
-
100l to Gabu, this caused divide-by-zero with -vo mga. Apparently2003-03-29, by rfelker
-
Further sync by Wojtek Kaniewski <wojtekka@bydg.pdi.net>.2003-03-29, by diego
-
fix wrong channel count w/ pcm encoding2003-03-29, by henry
-
Sync by Wojtek Kaniewski <wojtekka@bydg.pdi.net>.2003-03-29, by diego
-
-ni (detection) and -cache2003-03-29, by jonas
-
missing option descriptios2003-03-29, by jonas
-
Updated XviD CVS instructions by Dmitry Baryshkov <lumag@qnc.ru>.2003-03-29, by diego
-
all filters documented, XML conversion done2003-03-29, by diego
-
Updated XviD CVS instructions by Dmitry Baryshkov <lumag@qnc.ru>.2003-03-29, by diego
-
Next bunch of files translated by Dmitry Baryshkov <lumag@qnc.ru>.2003-03-29, by diego
-
-audiofile-cache documented, bytes --> Bytes, typo.2003-03-29, by diego
-
sync, fixes, more accurate translation2003-03-28, by nicolas
-
Only write title if verbose>0.2003-03-28, by ranma
-
Russian translation by Dmitry Baryshkov <lumag@qnc.ru>.2003-03-28, by diego
-
Switch to the new config header2003-03-27, by albeu
-
New option -audiofile-cache to enable a cache for the stream used by2003-03-27, by albeu
-
Free the stream of the audio and subtitle demuxer.2003-03-27, by albeu
-
Fix rawvideo and -audiofile2003-03-27, by albeu
-
on now set the demuxer type some we can use rawvideo with -audiofile2003-03-27, by albeu
-
Fix a 100L bug wich killed mencoder timing and switch to the new2003-03-27, by albeu
-
The overlay can't downscale2003-03-27, by albeu
-
some hints, sent by Hilmar Preusse2003-03-27, by gabucino
-
fixes2003-03-27, by gabucino
-
new version. synced to rc52003-03-27, by mpt
-
sync2003-03-27, by gabucino
-
it was VERY old file2003-03-27, by mpt
-
t was VERY old file2003-03-27, by mpt
-
new version, synced with cvs version (25.03.20032003-03-27, by mpt
-
10l2003-03-27, by michael
-
10000l (YUV vs. YVU swscale fix/cleanup)2003-03-27, by michael
-
Documented down3dright, hqdn3d and yvu9 filters.2003-03-26, by diego
-
Improved xscreensaver support.2003-03-26, by ranma
-
macosx fix by Dan Christiansen <danchr@daimi.au.dk>2003-03-26, by alex
-
10l, found by Jan Kritzner <kritzner@informatik.rwth-aachen.de>2003-03-26, by alex
-
fixing truetype rescaling with (x)mga + panscan2003-03-26, by gabucino
-
Added IPv6 support, patch by Dave Lambley <mplayer-dev-eng@dlambley.freeserve.co.uk>2003-03-26, by bertrand
-
Added support for IPv6 numeric url like: http://[3ffe:400:100::1]:80/file2003-03-26, by bertrand
-
obsolete2003-03-26, by diego
-
Merged into the man page and libmpcodecs.txt.2003-03-26, by diego
-
Merged video filter description from vop.txt.2003-03-26, by diego
-
Fix last mode ignored bug2003-03-25, by iive
-
synced to rc5 version2003-03-25, by mpt
-
XML credits2003-03-24, by diego
-
sync2003-03-24, by nicolas
-
vop.txt merged, three more filters missing from the docs.2003-03-24, by diego
-
Man page synchronized with vop.txt plus further clarifications and2003-03-24, by diego
-
10l: There is only one luma component, noticed by Alex.2003-03-24, by diego
-
Spellchecked, slightly reworded, parts corrected.2003-03-24, by diego
-
sync2003-03-24, by nicolas
-
sync with HTML2003-03-24, by nicolas
-
Test file commited by error, all my apologies.2003-03-24, by nicolas
-
XML version of MPlayer's doc2003-03-23, by nicolas
-
XML version of MPlayer's doc2003-03-23, by nicolas
-
Version string added.2003-03-23, by diego
-
Sync by Anders Rune Jensen <anders@gnulinux.dk>.2003-03-23, by diego
-
typos2003-03-23, by henry
-
10l to arpi with commit r1.12, noticed by Daniel Mario Vega <dv5a@dc.uba.ar>2003-03-23, by alex
-
new entry2003-03-23, by alex
-
Removed/updated old entries.2003-03-23, by diego
-
try to break pattern at scene changes to prevent merging pictures that2003-03-23, by rfelker
-
color equalizer for tv input2003-03-23, by henry
-
color equalizer for tv input2003-03-23, by henry
-
Request version numbers in translations.2003-03-23, by diego
-
This file only belongs on the web page and needs no translation.2003-03-23, by diego
-
improvements to detc filter:2003-03-23, by rfelker
-
10l2003-03-23, by iive
-
sync2003-03-22, by nicolas
-
fixed trivial seeking bugs, patch by Krister Lagerstrom <krister@kmlager.com>2003-03-22, by alex
-
Warning fix, patch by Dominik Mierzejewsky2003-03-22, by rtognimp
-
enable dvbin with dvbhead or old-dvb support, bug noticed by nsabbi@libero.it>2003-03-22, by alex
-
some fixes, like css styles - now ../default.css2003-03-22, by mpt
-
new wersion, some fixes, synced to rc4 version2003-03-22, by mpt
-
new translation from rc4 version2003-03-22, by mpt
-
ome fixes, like css styles - now ../default.css2003-03-22, by mpt
-
some fixes, like css styles - now ../default.css2003-03-22, by mpt
-
updated2003-03-22, by arpi
-
Update of Polish encoding.html - adrian@linux.pl2003-03-22, by mpt
-
lavc 4663 / quantizer bias2003-03-22, by michael
-
explanation fixed2003-03-22, by gabucino
-
sync2003-03-22, by gabucino
-
10l noticed by Steven M. Schultz <sms@2BSD.COM> and a bit cleaned up2003-03-21, by alex
-
fix compile without libsmbclient2003-03-21, by henry
-
selectable 'major', patch by Hans-Andreas Engel <engel@node.ch>2003-03-21, by alex
-
wrong assignment of codec, patch by nsabbi@libero.it2003-03-21, by alex
-
dvbin detection fixed, noticed by nsabbi@libero.it2003-03-21, by alex
-
compiler warning fix by Dominik Mierzejewski <dominik@rangers.eu.org>2003-03-21, by alex
-
report TRUE for IS_AUDIO control when user forces the audio recording2003-03-21, by henry
-
64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>2003-03-21, by alex
-
multiple mga device support by Hans-Andreas Engel <engel@node.ch>2003-03-21, by alex
-
largefile support by Matthias Schwarzott <zzam@gmx.de>2003-03-21, by alex
-
use gcc instead ld. Patch by prj@po.cwru.edu (Paul Jarc)2003-03-21, by alex
-
Sync by Dmitry Baryshkov <lumag@qnc.ru>.2003-03-21, by diego
-
vcodec update2003-03-21, by michael
-
many 10l for me ...2003-03-20, by pontscho
-
replace sys_errlist with strerror() by Ivan Szanto2003-03-20, by henry
-
bugfix from Raindel Shachar <raindel@techunix.technion.ac.il>2003-03-20, by pontscho
-
Finally merged libavc-option.txt into the man page.2003-03-20, by diego
-
hardware mjpeg encoding using v4l by Iván Szántó <szivan@freemail.hu>2003-03-19, by henry
-
10l2003-03-19, by faust3
-
Updated information, rewordings, codec installation generalized.2003-03-18, by diego
-
fix (some user reported)2003-03-17, by gabucino
-
10l cbSize not inited for l=16.\n Could give problem in print_wave_header2003-03-17, by rtognimp
-
1000l2003-03-17, by arpi
-
Sync by <hephooey@fastmail.fm>.2003-03-17, by diego
-
number -> bug update2003-03-17, by michael
-
what's the opposite of backport? :)2003-03-17, by arpi
-
dvbin_param_on moved2003-03-16, by arpi
-
this is a combo patch that:2003-03-16, by arpi
-
remove the lower boundary2003-03-16, by henry
-
cleanups and some 10l fixes for previous commit2003-03-16, by henry
-
correct small framerate fluctuations directly in the capture thread2003-03-15, by henry
-
This patch corrects the calculation of the MPEG bitrate from the2003-03-15, by arpi
-
increment is a signed number (-1 or +1)2003-03-15, by arpi
-
fixed chroma pitch2003-03-15, by arpi
-
And 10L their, i should have started to read vop.txt sooner ;)2003-03-15, by albeu
-
10L again with the options mins2003-03-15, by albeu
-
New options stuff2003-03-15, by albeu
-
Improve the imgfmt option type2003-03-15, by albeu
-
Support for the new options stuff2003-03-15, by albeu
-
10L the scale filter accpet w and h to -32003-03-15, by albeu
-
fixed 'make distclean' without libavcodec2003-03-15, by arpi
-
Same behaviour as old code for short headers2003-03-15, by rtognimp
-
1000L i forgot mencoder2003-03-15, by albeu
-
Add support for the new option stuff.2003-03-15, by albeu
-
Add the new -vf option wich is the same as vop in reverse order.2003-03-15, by albeu
-
Fix for truespeech dll, patch by <dimakar(at)yahoo.com>2003-03-15, by rtognimp
-
Animatrix AAC fix, patch by <dimakar(at)yahoo.com>. (This is the right patch)2003-03-15, by rtognimp
-
fix -loop problem2003-03-15, by faust3
-
add MODULE_LICENSE2003-03-14, by arpi
-
replace snd_pcm_drain with snd_pcm_drop2003-03-14, by henry
-
10L2003-03-14, by albeu
-
Fix some memleaks2003-03-14, by albeu
-
Some free(NULL) found with njamd2003-03-14, by albeu
-
Fix small memleak in control().2003-03-14, by ranma
-
clear black bands when using slices2003-03-14, by arpi
-
a warning fix and rgb15/16 support by Sascha Sommer2003-03-14, by alex
-
index per stream2003-03-13, by michael
-
*signed int vlc (needs only 5 lines of code so its no increase of complexity)2003-03-13, by michael
-
Better error messages (with line number now) and make unknow option2003-03-13, by albeu
-
1000l2003-03-13, by michael
-
Always-install-en-as-default-manpage-patch by Andreas Hess <jaska@gmx.net>.2003-03-12, by diego
-
Animatrix AAC fix, patch by <dimakar(at)yahoo.com>2003-03-12, by rtognimp
-
sync2003-03-12, by nicolas
-
libavcodec sync2003-03-12, by rik
-
Prevent vo window flashing.2003-03-12, by ranma
-
per context frame_rate_base2003-03-12, by michael
-
10L the comment header again. That's it when you stole someone else code ;)2003-03-12, by albeu
-
vo_xover is a new vo that should make easy to have x11 support for2003-03-12, by albeu
-
Shut up some debug messages2003-03-12, by albeu
-
Support for the overlay, that save one stretch blit for bgr16 and YUV formats2003-03-12, by albeu
-
Overlay support (now vo_xtdfx is possible :) and yet another way to2003-03-12, by albeu
-
Improved RTP packet buffering, by relying on the underlying OS's UDP2003-03-11, by rsf
-
Made "force_fps" non-static, because code in "libmpdemux" refers to it.2003-03-11, by rsf
-
Remove hardcoded "goto goto_next_file;" for -identify switch as suggested2003-03-10, by ranma
-
Use -frames 0 instead of hardcoded "goto goto_next_file;"2003-03-10, by ranma
-
- fixed playback of files with bad WxH in header (tricky! we can always read the2003-03-10, by arpi
-
Pass start slice to the vo it make dr + slice implemantation easier2003-03-10, by albeu
-
Update, add support for DR and draw image. Sadly reading from the agp2003-03-10, by albeu
-
Update, new page fault handler to access the agp mem. Doesn't really work2003-03-09, by albeu
-
I forgot to commit this file2003-03-09, by albeu
-
100l :)2003-03-09, by arpi
-
Hopefully fixed all RV30/RV40 A-V sync issues2003-03-09, by arpi
-
new version of the de-telecine filter, largely rewritten. should work2003-03-09, by rfelker
-
Redundant packet ignoring is RV30-only (at least frame-header flag 0x20 is)2003-03-09, by arpi
-
Ugly hack to handle bad width/height values from stream header2003-03-09, by arpi
-
- removed unused global 'handle'2003-03-09, by arpi
-
RAOpenCodec2() have 2 parameters2003-03-09, by arpi
-
Document translated to polish language.2003-03-09, by mpt
-
Adds SGI files to the list of image types supported by mencoder. -Todd2003-03-08, by jonas
-
merging fourcc with codec_tag2003-03-08, by michael
-
vo tdfx vid, even faster than tdfxfb and that's just the beginning ;)2003-03-07, by albeu
-
tdfx_vid a new kernel driver for tdfx wich let use agp move :)2003-03-07, by albeu
-
vidix rage128 ecp_div patch by (Magnus Damm <damm at opensource dot se>)2003-03-07, by michael
-
rv40 pict_type parser2003-03-07, by michael
-
sync2003-03-06, by gabucino
-
sync2003-03-06, by nicolas
-
remove yuv2rgb and support frame duplication2003-03-06, by joey
-
typo2003-03-06, by nicolas
-
Some 10l and better layer handling (to comply with DFB 0.9.17)2003-03-05, by zdar
-
Empty directories can only be removed by the CVS admin.2003-03-05, by diego
-
aic & umv2003-03-05, by michael
-
Dynamic decision of DVD device Darwin patch by (danchr at daimi dot au dot dk)2003-03-05, by michael
-
add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)2003-03-05, by michael
-
hmm found this in my local tree ;)2003-03-05, by michael
-
fix for a couple of linking problems patch by (Ambrose Li <a.c.li at ieee dot org>)2003-03-05, by michael
-
sync2003-03-05, by gabucino
-
dfb updates2003-03-05, by gabucino
-
10l (pp cant convert formats) fixes segfault2003-03-04, by michael
-
*** empty log message ***2003-03-04, by mpt
-
Use css like the rest of documentation. Use polish encoding.2003-03-04, by eyck
-
New translation from imoteph/adrian2003-03-04, by eyck
-
New translation from Zorg ( Konrad Materka )2003-03-04, by eyck
-
Another batch of translation from Zorg ( Konrad Materka )2003-03-04, by eyck
-
Add missing uninit2003-03-04, by albeu
-
Fixed geometry that someone broke grr.2003-03-03, by mark
-
A new nuppel video encoder. Mainly for RT encoding on slow box.2003-03-03, by albeu
-
10L never blowup an option pointer !!!!2003-03-03, by albeu
-
workaround wrong detected memory sizes on G400 cards.2003-03-02, by attila
-
clean up of -geometry code.2003-03-02, by attila
-
sync2003-03-02, by zdar
-
Layer configuration handling updates2003-03-02, by zdar
-
new filter2003-03-01, by rfelker
-
sync2003-02-28, by nicolas
-
now all translations link to ../default.css2003-02-28, by gabucino
-
supdec.h needs libvo/video_out.h. vobsub.c does not.2003-02-28, by kmkaplan
-
typo2003-02-28, by diego
-
warning fix.2003-02-28, by kmkaplan
-
motion estimation range limit2003-02-27, by michael
-
sync2003-02-27, by gabucino
-
default.css path fixed (it needs to be moved on CVS server!!)2003-02-27, by gabucino
-
sync2003-02-25, by nicolas
-
10l found by Joey Parrish <joey@nicewarrior.org>2003-02-25, by alex
-
cbAlign=1 fix for proper Windows support (noticed by Sascha Sommer)2003-02-25, by alex
-
MACOSX support patch, based on Dan Christiansens work2003-02-25, by alex
-
make tv non-seekable2003-02-25, by henry
-
forgot ...2003-02-24, by michael
-
cleanup2003-02-24, by michael
-
fix of fix of my sed code, should now be portable2003-02-23, by atmos4
-
Adding gcc major, minor, mini vars, adding unused var suppression for gcc 3 series2003-02-23, by atmos4
-
100l2003-02-23, by michael
-
experimental slices support2003-02-23, by arpi
-
sws_ prefix, more seperation between internal & external swscaler API2003-02-23, by michael
-
typo2003-02-23, by diego
-
typo2003-02-23, by diego
-
draw_slice support2003-02-23, by arpi
-
start_slice() added - similar to get_image(), but is called when using slices2003-02-23, by arpi
-
HPUX DVD fix by Martin Gansser <MGansser@rand.de>, checked by Arpi.2003-02-23, by diego
-
fix fullscreenswitching patch by Joey Parrish <joey at nicewarrior.org>2003-02-23, by faust3
-
10l2003-02-23, by gabucino
-
now it looks much better. Anyone wants to port this script to use2003-02-23, by gabucino
-
added "Dualhead with Monitors", and "Cloning with Monitors" modes2003-02-23, by gabucino
-
mark libvo2.txt as obsolete2003-02-23, by attila
-
explain the return values of psnr for joe avarage2003-02-22, by attila
-
sync2003-02-22, by nicolas
-
sync2003-02-22, by gabucino
-
sync2003-02-22, by nicolas
-
100l (gcc 3.2 .....)2003-02-21, by michael
-
yuv2rgb brightness/contrast/saturation/different colorspaces support finished2003-02-21, by michael
-
binary packages not supported2003-02-21, by diego
-
Cosmetics: a linebreak and a small grammar correction2003-02-21, by diego
-
1million litres ;)2003-02-21, by alex
-
commented out nonsense2003-02-21, by alex
-
translation path fixes2003-02-21, by diego
-
Latest version has the following features:2003-02-20, by arpi
-
document detc and telecine filters2003-02-20, by rfelker
-
filter for applying 3:2 telecine to 23.976 fps progressive material.2003-02-20, by rfelker
-
experimental de-telecine filter. not documented or configurable yet,2003-02-20, by rfelker
-
Support for native MacOSX APIs by Dan Christiansen <danchr@daimi.au.dk>2003-02-19, by alex
-
precise macosx timer by Dan Christiansen <danchr@daimi.au.dk> and 10l fix by me2003-02-19, by alex
-
3x10l found by Dan Christiansen <danchr@daimi.au.dk>2003-02-19, by alex
-
WIN32_PATH cleanup2003-02-19, by alex
-
binary package updates2003-02-19, by diego
-
better procedure for handling help file updates2003-02-19, by diego
-
Patch from Tamas Kohegyi to fix subpic placement on 16:92003-02-18, by mswitch
-
Repairing breakage to RTP streaming. Patch by Ross Finlayson <finlayson@live.com>2003-02-18, by bertrand
-
fix2003-02-18, by nicolas
-
cleanup2003-02-18, by michael
-
optimize2003-02-18, by michael
-
sync by unknown2003-02-17, by diego
-
win32 loader wasn't build on solaris x86 ("!" shell operator doesn't work2003-02-17, by jkeil
-
patch by "Andriy N. Gritsenko" <andrej@lucky.net>2003-02-17, by gabucino
-
mwallp compiles again (michael moved libpostproc.....)2003-02-17, by gabucino
-
Fix mistake in applying patch from Alex Beregszaszi.2003-02-17, by eyck
-
Improved subtitle queueing, parameters (start_pts, end_pts, palette, alpha)2003-02-16, by ranma
-
applied my patch for localized manpage installation2003-02-16, by gabucino
-
at least it doesn't error now...this will work until we get a better fix.2003-02-16, by rfelker
-
100l2003-02-16, by rfelker
-
minor 1l I forgot to commit a while back2003-02-16, by rfelker
-
Fix "invalid fragment" handling.2003-02-16, by ranma
-
vf_hqdn3d: High-Quality version of the denoise3d filter2003-02-15, by arpi
-
enable vidix for ppc2003-02-15, by alex
-
10l2003-02-15, by arpi
-
UINTX -> uintx_t (following libavcodec)2003-02-15, by rik
-
ugly but otherwise make distclean doesnt remove libavcodec.a2003-02-15, by michael
-
Sync by Andoni Zubimendi <andoni@lpsat.net>.2003-02-15, by diego
-
cygwin win32 dll support2003-02-15, by faust3
-
1000l2003-02-15, by michael
-
bigendian bug (fixes?)2003-02-15, by michael
-
bump version (or stuff.)2003-02-15, by gabucino
-
sync2003-02-15, by gabucino
-
simpler & faster2003-02-15, by michael
-
10l fix by Andoni Zubimendi <andoni@lpsat.net> and2003-02-15, by diego
-
Sync by Dmitry Baryshkov <lumag@qnc.ru>.2003-02-15, by diego
-
in libavcodec now -> remove2003-02-14, by michael
-
moving postprocess code to libavcodec2003-02-14, by michael
-
10l2003-02-14, by alex
-
typo2003-02-14, by nicolas
-
sync2003-02-14, by nicolas
-
subpacket_base_size isnt needed for fixed sized subpackets2003-02-14, by michael
-
variable subpacket size support2003-02-14, by michael
-
Sync by DongCheon Park <pdc@kaist.ac.kr>.2003-02-14, by diego
-
Russian translation by Daniel A. Nagy <nagydani@mast.queensu.ca>.2003-02-14, by diego
-
cleanup2003-02-13, by michael
-
Must quote shell variable in test expression, otherwise configure bombs out2003-02-13, by jkeil
-
cleanup2003-02-13, by michael
-
cleanup2003-02-13, by michael
-
Fix for string handling bug from Alex Beregszasz2003-02-13, by eyck
-
100l2003-02-12, by arpi
-
HTML fixes2003-02-12, by diego
-
2x0.5l2003-02-12, by alex
-
add gentoo default real dirs2003-02-12, by atmos4
-
update2003-02-12, by alex
-
10l2003-02-12, by alex
-
real cygwin support by Sascha Sommer <saschasommer@freenet.de>2003-02-12, by alex
-
down3dright filter by kabi (converts between 2 common stereoscopic systems)2003-02-11, by michael
-
more translation2003-02-11, by gabucino
-
avoid #include "../2003-02-11, by michael
-
#ifdef c++2003-02-11, by michael
-
10l to kabi (compile fix, uint8->uint8_t)2003-02-11, by arpi
-
global var warning2003-02-11, by michael
-
realaudio dlls support2003-02-11, by alex
-
cygwin compilefix by Joey Parrish <joey at nicewarrior.org>2003-02-11, by faust3
-
-fPIC compileable2003-02-11, by michael
-
yv12 -> yuy2 converter in alpha asm (from mplayerxp)2003-02-11, by michael
-
cleanup (unsigned stride -> int stride)2003-02-11, by michael
-
html fix2003-02-11, by nicolas
-
fix by Andoni Zubimendi <andoni@lpsat.net>2003-02-11, by diego
-
Sync by Daniel Bena <Daniel.Bena@dm-drogeriemarkt.sk>.2003-02-11, by diego
-
update of links regarding tech/ dir2003-02-10, by nicolas
-
update of links regarding tech/ dir2003-02-10, by nicolas
-
possible 10l2003-02-10, by alex
-
10l2003-02-10, by alex
-
- fix detetcion of metacity (sawfish 1.0 will be no longer treated as metacity)2003-02-10, by filon
-
updated, added list of delayed patches2003-02-10, by arpi
-
Move English files to en/ subdirectory.2003-02-10, by diego
-
reversed small part of the r1.135 commit, it broke -fs (random black screen)2003-02-09, by arpi
-
linux->osdep2003-02-09, by arpi
-
Few corrections suggested by ispell.2003-02-09, by eyck
-
Few simple corrections ( typos etc.. )2003-02-09, by eyck
-
different goals2003-02-09, by arpi
-
Translation from Zorg ( Krzysztof Materka )2003-02-09, by eyck
-
New translation from Zorg (Konrad Materka)2003-02-09, by eyck
-
'dev'2003-02-09, by arpi
-
dvds have covers too - Andreas Hess <jaska@gmx.net>2003-02-09, by alex
-
index should be otional (idea by alex)2003-02-09, by michael
-
updated2003-02-09, by arpi
-
Motion-JPEG RTP streams can now be played. Some MPEG-4 ES video RTP2003-02-09, by arpi
-
added (PAL),(NTSC),..2003-02-09, by alex
-
fuckin' 10l2003-02-09, by pontscho
-
10l2003-02-09, by jonas
-
PSNR plotting tool using gnuplot (yes, it's ugly ;)2003-02-09, by jonas
-
cleanup & more optimize2003-02-09, by arpi
-
Adding debian-build directory by request of Deriush Pietrzak2003-02-09, by attila
-
sync2003-02-09, by nicolas
-
sync2003-02-09, by nicolas
-
encoding the whole name doesnt make sense2003-02-09, by michael
-
"X-" prefix for nonstd fields & "keywords" idea by (Andreas Hess <jaska at gmx dot net>)2003-02-09, by michael
-
patch by Sylvain Petreolle <spetreolle@yahoo.fr>2003-02-09, by nicolas
-
simpler/faster LowPass() macro2003-02-09, by arpi
-
simplification2003-02-09, by michael
-
removed obsolete unused cyuv.c2003-02-09, by arpi
-
- add missing entry for NAS in --help2003-02-08, by filon
-
100l2003-02-08, by pontscho
-
10l2003-02-08, by pontscho
-
-typo, +time, -ntsc/pal (idea by alex)2003-02-08, by michael
-
1000l (af moved to common)2003-02-08, by arpi
-
forgot to commit2003-02-08, by arpi
-
changing name to "nut" for now, we can change it again if we agree on something else2003-02-08, by michael
-
minor fixes for font autoscaling2003-02-08, by henry
-
compile fix2003-02-08, by henry
-
1) codecs.conf changed recently and demux_gif no longer needs to spit2003-02-08, by arpi
-
-lm needed for svgalib2003-02-08, by gabucino
-
Sync with help_mp-en.h v1.892003-02-08, by rtognimp
-
fixes2003-02-08, by gabucino
-
more translated2003-02-08, by gabucino
-
add newline2003-02-08, by nexus
-
Document -fstype in manpage.2003-02-08, by filon
-
configure options available, but not documented -> 1l2003-02-08, by filon
-
Forgot about #ifdef HAVE_X11. 10l2003-02-08, by filon
-
spelling2003-02-08, by diego
-
sync with libdvdcss 1.2.5 (including u8->uint8_t and whitespace cosmetics...)2003-02-08, by arpi
-
Rename documentation directories to two-letter language codes.2003-02-08, by diego
-
10l2003-02-07, by arpi
-
new rc2003-02-07, by alex
-
required for i18n+-lintl (found by Nexus)2003-02-07, by arpi
-
don't use -lintl by default (force with --enable-i18n)2003-02-07, by arpi
-
i18n may require extra_libdir, at least on freebsd2003-02-07, by arpi
-
10l debug2003-02-07, by alex
-
hex editor friendly language_code2003-02-07, by michael
-
1l2003-02-07, by alex
-
some more info (copy & pasted from ML)2003-02-07, by michael
-
rt subtitle fixes2003-02-07, by arpi
-
libfaad2 v1.0, v1.1, v1.2 detection, and API change workaround in ad_faad.c2003-02-07, by arpi
-
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats2003-02-07, by arpi
-
1l2003-02-07, by arpi
-
PATH_MAX should be more portable, and we even include limits.h to be sure2003-02-07, by arpi
-
- support command line parameter -fstype, eg. -fstype layer=12,above,fullscreen2003-02-07, by filon
-
The patch add a library detection to configure and the usage of the2003-02-07, by arpi
-
Enhance portability and remove error prone usage of realloc()2003-02-07, by arpi
-
this patch adds the option -guiwid to gmplayer. I think its a more clean2003-02-07, by arpi
-
sync until 2003-02-07 14:092003-02-07, by mosu
-
typo2003-02-07, by michael
-
zero_bit for normal frames, so we can distinguish them from other packets2003-02-07, by michael
-
some typos2003-02-07, by michael
-
-enqueue documented.2003-02-07, by diego
-
maybe fixed mp3lame version check2003-02-07, by arpi
-
10l (copy & pasting the generator poly for crc32 from ogg was a bad idea...)2003-02-07, by michael
-
Embed gui into the playback window, if winid>02003-02-06, by arpi
-
another 10l2003-02-06, by pontscho
-
1000l!!!!!!!!2003-02-06, by arpi
-
fix one 10l2003-02-06, by pontscho
-
sync2003-02-06, by gabucino
-
this patch fixes latest bug, discovered by .so ... (relative filenames &2003-02-06, by arpi
-
cleanup detection of various divx4 versions/alternatives2003-02-06, by arpi
-
remove non byte sized stuff2003-02-06, by michael
-
fix2003-02-06, by nicolas
-
use fraction for time_base2003-02-06, by michael
-
removing startcode emulation prevention, its nonsense ...2003-02-06, by michael
-
update2003-02-06, by michael
-
nonsense (MPlayer container format draft 0.01)2003-02-06, by michael
-
Sync by Dmitry Baryshkov <lumag@qnc.ru>.2003-02-06, by diego
-
Sync by Fabio Pugliese Ornellas <fabio.ornellas@poli.usp.br>.2003-02-06, by diego
-
- It adds an option enqueue/noenqueue, so users can choose if they want to2003-02-05, by arpi
-
this patch adds a high-level-api to playtree, allowing to use it more easily2003-02-05, by arpi
-
patch by Pierre Lombard <p_l@gmx.fr>2003-02-05, by nicolas
-
fixing al3x's 10l's2003-02-05, by gabucino
-
fixed missing link ? dga_modelines ?2003-02-05, by nicolas
-
sync2003-02-05, by nicolas
-
translation sync until 2003-02-03 23:272003-02-05, by mosu
-
shame and glory2003-02-05, by pl
-
sync2003-02-04, by gabucino
-
fixing others' 10/100liters2003-02-04, by gabucino
-
sync2003-02-04, by nicolas
-
small rewordings2003-02-04, by diego
-
fixed palette support2003-02-04, by arpi
-
The reason why mplayer crashes (in some cases) when using x112003-02-04, by arpi
-
The "initialize wav header with infinite lenght" broke the2003-02-04, by arpi
-
move some verbose msg to dbg22003-02-04, by arpi
-
- append the 'palette' filter if the codec supports RGB8/BGR8 and no csp2003-02-04, by arpi
-
10l, avoid getting num_of_buffers=02003-02-04, by alex
-
disable num_of_packets check, it's unreliable2003-02-04, by arpi
-
remove references to old w32codec package2003-02-04, by alex
-
removal of obsolete references2003-02-04, by alex
-
some typos, uniformizing like in the video.html and lot of additions/fixes2003-02-04, by alex
-
-framedrop clarified as explained by Rich.2003-02-04, by diego
-
Sync by Lu Ran <hephooey@fastmail.fm>.2003-02-04, by diego
-
Name added, patch by Lu Ran <hephooey@fastmail.fm>.2003-02-04, by diego
-
Sync by Fabio Pugliese Ornellas <fabio.ornellas@poli.usp.br>.2003-02-04, by diego
-
hwac3 fix2003-02-03, by arpi
-
typos2003-02-03, by diego
-
reworded2003-02-03, by diego
-
sync 2003-01-25 - 2003-02-032003-02-03, by mosu
-
sync2003-02-03, by nicolas
-
Small fixes and modelines moved to a more sensible place.2003-02-03, by diego
-
fix idx2003-02-03, by pontscho
-
fix2003-02-03, by gabucino
-
began retranslating... longest day :) <- anybody has that movie?2003-02-03, by gabucino
-
yuv9 -> yv12 bugfixes2003-02-03, by michael
-
typo and update2003-02-03, by alex
-
Unneccesary header.2003-02-03, by eyck
-
I haven't read eyck@incubus for 2 years. I do read eyck@ghost.anime.pl2003-02-03, by eyck
-
update to use lavc, xvid, divx42003-02-03, by atmos4
-
Restruct by Ross Finlayson <finlayson@live.com>2003-02-03, by bertrand
-
lstat->stat2003-02-03, by arpi
-
Removed upon request.2003-02-03, by diego
-
Sync by hephooey <hephooey@fastmail.fm>.2003-02-03, by diego
-
Uppercase html tags. Don't use non-english langs in CVS messages.2003-02-03, by eyck
-
Plik przetlumaczony przez Zorg <kmaterka@wp.pl>. Poprawki2003-02-03, by eyck
-
Better description of -jpeg options, patch by Colin Leroy.2003-02-03, by diego
-
Sync by Panagiotis Issaris <takis.issaris@skynet.be>.2003-02-03, by diego
-
Sync by Tomas Blaha <tomasb@kapsa.club.cz>.2003-02-03, by diego
-
VIDIX and PowerVR updates, based on a patch by Alex.2003-02-03, by diego
-
spelling2003-02-03, by diego
-
www1 --> www2003-02-03, by diego
-
disable auto oldmethod, directrendering for linear modes only2003-02-03, by iive
-
ok, eq2 documented, since noone else does this... :(((2003-02-03, by arpi
-
huh.2003-02-03, by arpi
-
updated2003-02-03, by arpi
-
ffmpeg's DV audio decoder added2003-02-03, by arpi
-
small updates and style improvements2003-02-02, by diego
-
update by Ioannis Panteleakis2003-02-02, by arpi
-
some fixes2003-02-02, by arpi
-
extended teh soundcard table by max channels and max opens (concurrent2003-02-02, by arpi
-
- ignore movi_end if reading from stdin2003-02-02, by arpi
-
- rawrgb limitation2003-02-02, by arpi
-
fixed outdated infos2003-02-02, by arpi
-
swapped configure & compile errors, configure section extended, 'bt' added2003-02-02, by arpi
-
warning about vme= 0-32003-02-02, by michael
-
temporary 'inifinte' length disabled (commit r1.13 reversed) due to user2003-02-02, by arpi
-
print meaningful error message for missing parameter2003-02-02, by arpi
-
debug2003-02-02, by arpi
-
update2003-02-02, by alex
-
compiler warning fixes by Domink and some other changes by me2003-02-02, by alex
-
confidir's default changed a while ago2003-02-02, by attila
-
compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>2003-02-02, by arpi
-
fix default device (manpage says /dev/video0, /dev/video often is a directory)2003-02-02, by colin
-
fix off-by-one error message2003-02-02, by colin
-
documenting eq22003-02-02, by arpi
-
Based on the discussion in the other thread I made a new2003-02-02, by arpi
-
Fixes a problem where the menu won't work, if you just use freetype fonts2003-02-02, by arpi
-
xmms_demuxer missing symbol2003-02-02, by arpi
-
keep reserved bits zeroed, test & bug report by andee (at irc.freenode.net)2003-02-01, by iive
-
update2003-02-01, by diego
-
better language support2003-02-01, by pontscho
-
Link to codecs page added.2003-02-01, by diego
-
typos2003-02-01, by diego
-
Sync by Fabio Pugliese Ornellas <fabio.ornellas@poli.usp.br>.2003-02-01, by diego
-
one more2003-02-01, by diego
-
typos galore2003-02-01, by diego
-
- rewrite Jan Spitalnik's patch2003-02-01, by pontscho
-
sync2003-02-01, by nicolas
-
sync2003-02-01, by nicolas
-
sync2003-02-01, by nicolas
-
First part of translation. This is unfinished work.2003-02-01, by eyck
-
sync to latest version of help_mp-en.h2003-02-01, by zdar
-
Typo2003-02-01, by kmkaplan
-
add Type1 and fix one 10l2003-02-01, by pontscho
-
again ...2003-02-01, by pontscho
-
devfs baszas2003-02-01, by pontscho
-
save only video files place2003-02-01, by pontscho
-
workaround one possible sig112003-02-01, by pontscho
-
commit Dominik Mierzejewski's patch2003-02-01, by pontscho
-
commit and extend Diego Biurrun's patch2003-02-01, by pontscho
-
10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)2003-02-01, by michael
-
sync2003-01-31, by gabucino
-
{malloc,free} -> av_{malloc,free}2003-01-31, by rik
-
denoise3d filter added.2003-01-31, by diego
-
some typos and rewordings2003-01-31, by diego
-
Help files found in incoming - i hope i didn't miss some, if so please tell2003-01-31, by diego
-
1000l2003-01-30, by arpi
-
DVD usage instructions similar to VCD.2003-01-30, by diego
-
10l for XYZ2003-01-30, by diego
-
new video filter: denoise3d - temporal&spatial noise reduction2003-01-30, by arpi
-
The two-digit aspect ratio displayed by -identify is not good enough to2003-01-30, by arpi
-
disable free() in string and string_list parsers. yes, it's a hack2003-01-30, by arpi
-
better fix of vo_aa font segfault2003-01-30, by henry
-
sync2003-01-30, by gabucino
-
closing some tags in Zr section2003-01-30, by gabucino
-
fixing af_volume vs PCM vs MASTER issue2003-01-30, by gabucino
-
another sanity check against vo_aa font hack2003-01-30, by henry
-
fixing rgb4 & bgr4 (2 pixels per byte)2003-01-30, by michael
-
hopefully better uninit check2003-01-29, by arpi
-
- fixed the input buffering (don't read input unless we're already processed2003-01-29, by arpi
-
sync2003-01-29, by nicolas
-
sync2003-01-29, by nicolas
-
use MASTER instead of PCM2003-01-29, by gabucino
-
raw->rawrgb2003-01-29, by gabucino
-
renumbered sections according to TOC2003-01-29, by nicolas
-
100l... ogg-in-avi (type 0xFFFE) fix2003-01-29, by arpi
-
10l2003-01-29, by jonas
-
-fixed-vo vs. panscan vs. 'f' vs. -fs fix2003-01-29, by arpi
-
Here is updated manual (24.01.2003).2003-01-29, by gabucino
-
0.0357l2003-01-29, by atmos4
-
sync2003-01-29, by gabucino
-
double free(), found by Olivier Galibert <galibert@pobox.com>2003-01-29, by arpi
-
CONFIG_RISKY2003-01-29, by michael
-
typo2003-01-29, by arpi
-
Table headers make for nicer tables and better semantic markup.2003-01-29, by diego
-
10l2003-01-29, by arpi
-
added OGM and CC2003-01-28, by gabucino
-
10l (mplaja can't dump vobsub)2003-01-28, by gabucino
-
removed nonsense (and confusing) defaults2003-01-28, by arpi
-
type autodetection (from filemask/filelist extension)2003-01-28, by arpi
-
xinerama bug fixed2003-01-28, by gabucino
-
sync2003-01-28, by gabucino
-
sub_utf8 handling hopefully fixed2003-01-28, by henry
-
update2003-01-28, by arpi
-
maybe fix ogm vs. iconv2003-01-28, by arpi
-
removed. (obsolete) :((( TODO: translate english man2003-01-28, by gabucino
-
nice 10l bug, found by Balatoni Denes <pnis@coder.hu>2003-01-28, by arpi
-
sync2003-01-28, by gabucino
-
changing "switch" -> "option" (unwritten DOCS rule)2003-01-28, by gabucino
-
changing "switch" -> "option" (unwritten DOCS rule)2003-01-28, by gabucino
-
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".2003-01-28, by diego
-
skin-XY.html ---> skin.html2003-01-28, by diego
-
Cosmetics, a typo and some rewording.2003-01-28, by diego
-
- mpeg extensions removed, it causes misdetction of renamed avi/asf files2003-01-28, by arpi
-
argh, i forgot to 'cvs add' it (again)2003-01-28, by arpi
-
1000l bug (double free() when libaf init failed)2003-01-28, by arpi
-
The code for converting RGB to YUV in bmovl is slow because it uses2003-01-28, by arpi
-
In mp3lib/sr1.c, look at the line 226:2003-01-28, by arpi
-
libgif/libungif based demuxer support for libmpdemux.2003-01-28, by arpi
-
probably bad fix, but it's reported to fix hwac3 problems appeared in rc32003-01-28, by arpi
-
100l2003-01-27, by arpi
-
Add a command line option (-sub-no-text-pp) to disable subtitles2003-01-27, by arpi
-
Attached PATCH fixes the case, when data-flag and reference flags are set and2003-01-27, by arpi
-
I also added that a self-reference is not endlessly played ... (Happened2003-01-27, by arpi
-
-links update to skin.html2003-01-27, by nicolas
-
The two attached patches *should* allow for proper2003-01-27, by arpi
-
sync2003-01-27, by zdar
-
fix2003-01-27, by gabucino
-
sync2003-01-27, by gabucino
-
sync2003-01-27, by gabucino
-
panscan keys2003-01-27, by gabucino
-
avoid extract of imposible high depths in wrong rgb/bgr functions2003-01-26, by iive
-
MPlayer crash when using -wid and -vo x11 parameters.2003-01-26, by arpi
-
Quicktime rle 32 bit supported2003-01-26, by rtognimp
-
32 bpp is a valid color depth. Fixes 0-bit rle reports2003-01-26, by rtognimp
-
preparing for release2003-01-26, by arpi
-
potmeter description clarified, noticed by nico.2003-01-26, by diego
-
This is a simple patch to change the alpha blending code in bmovl to use2003-01-26, by arpi
-
OSD volume symbol fixed :)2003-01-26, by arpi
-
10l2003-01-26, by arpi
-
Sync with help_mp-en.h v1.842003-01-26, by rtognimp
-
Ok, firstly fixed the bug in parser-mpcmd.c where it2003-01-26, by arpi
-
Secondly, fixed bug where -loop after file would play one too many times.2003-01-26, by arpi
-
Also attached some cleanup to menu_filesel.c, mainly to make it more2003-01-26, by arpi
-
mplayer crashes if one tries to use osd menu without having a font2003-01-26, by arpi
-
don't depend on libgen/basename()2003-01-26, by arpi
-
sync, more accurate translation2003-01-26, by nicolas
-
fixed ./configure --cc="ccache gcc"2003-01-26, by arpi
-
error msg for -alvcopts if no libavcodec avail2003-01-26, by arpi
-
menu usage updated2003-01-26, by gabucino
-
0.90preXX -> 0.902003-01-26, by gabucino
-
fix a typo2003-01-26, by colin
-
sync2003-01-26, by nicolas
-
added TVI_CONTROL_TUN_SET_NORM2003-01-26, by gabucino
-
sync2003-01-25, by nicolas
-
sync2003-01-25, by nicolas
-
patch by Sylvain Petreolle2003-01-25, by gabucino
-
1000l2003-01-25, by arpi
-
100l2003-01-25, by arpi
-
- fix -fs2003-01-25, by pontscho
-
10l2003-01-25, by gabucino
-
another EGA hint :)2003-01-25, by gabucino
-
typo2003-01-25, by gabucino
-
readvcd is useful for reading VCDs with SCSI CD-ROM drives.2003-01-25, by diego
-
Brought this file mostly in line with the MPlayer docs coding style.2003-01-25, by diego
-
Some updates and rewordings as well as a much better table design by2003-01-25, by diego
-
small typo2003-01-24, by iive
-
sync by <hephooey@fastmail.fm>2003-01-24, by diego
-
cosmetic for 0.90, printf->mp_msg (hm..probably arpi will piss of me?:)2003-01-24, by alex
-
small EGA hint2003-01-24, by gabucino
-
Improvements to spudec (DVD/VobSub) subtitle code:2003-01-24, by rfelker
-
ability to disable the nonsense expand filter is a must! otherwise2003-01-24, by rfelker
-
fix compilation error when HAVE_FREETYPE isn't defined2003-01-23, by colin
-
ekezetek2003-01-23, by gabucino
-
document -vop field2003-01-23, by rfelker
-
new video filter to extract a single field using stride arithmetic,2003-01-23, by rfelker
-
UYVY input2003-01-23, by michael
-
C implementation of the median deinterlacer (seems to be the only one2003-01-23, by rfelker
-
raw mpeg4-es support (you need to set -fps manually!)2003-01-23, by arpi
-
16cif,sif,uyvy2003-01-23, by michael
-
dump mpeg4-es startcodes2003-01-23, by arpi
-
10l to me2003-01-23, by rfelker
-
raw video demuxer, requested by Michael2003-01-22, by arpi
-
updated for rc4...2003-01-22, by arpi
-
undocumented feature2003-01-22, by rfelker
-
until configure can distinguish between supported and unsupported2003-01-22, by rfelker
-
Skin file added to TOC and renumbered, one sentence reworded.2003-01-22, by diego
-
sync2003-01-21, by gabucino
-
G450 tvout cable pinout (contributed)2003-01-21, by gabucino
-
updated to rc32003-01-21, by gabucino
-
sync2003-01-21, by gabucino
-
- add subcp2003-01-21, by pontscho
-
- rewrite sub_fps2003-01-21, by pontscho
-
Cygwin and QT clarified.2003-01-21, by diego
-
typo2003-01-21, by diego
-
bunkus: Another small typo2003-01-21, by mosu
-
bunkus: Fixed and updated the translations2003-01-21, by mosu
-
1l :)2003-01-20, by arpi
-
hwac3 fix again2003-01-20, by arpi
-
1000l2003-01-20, by arpi
-
fix xmga + playbar2003-01-20, by pontscho
-
This patch should fix the display problem with 4bpp and 8bpp modes.2003-01-20, by arpi
-
don't -nosound if libaf init failed (hwac3 fix)2003-01-20, by arpi
-
hack to get rage128 working on ppc-g32003-01-20, by alex
-
Changing initial volume level to 0dB after loud intensive complaints2003-01-20, by anders
-
VCDs, DVDs and QT DLLs should work on Cygwin.2003-01-20, by diego
-
sync with reality2003-01-20, by diego
-
- add new entry's to hungarian skin howto (please Gabu translate)2003-01-19, by pontscho
-
Propolice catches an overflow in dct64_k7.c:2003-01-19, by arpi
-
fix selected audio language in menu2003-01-19, by arpi
-
show one ...2003-01-19, by pontscho
-
1000l2003-01-19, by arpi
-
Sync with help_mp-ec v1.832003-01-19, by rtognimp
-
time to ++version2003-01-19, by arpi
-
prefer ffhuffyuv over mphuffyuv2003-01-19, by arpi
-
10l2003-01-19, by arpi
-
11l:)2003-01-19, by pontscho
-
update2003-01-19, by michael
-
typo2003-01-19, by diego
-
typos and wording2003-01-19, by diego
-
conformation with api2003-01-19, by alex
-
When the file is not finished to be written,2003-01-19, by arpi
-
cleanup and removal of libdha_exit. forgot to commit this2003-01-19, by alex
-
support runtime cpudetect on non-x86 systems too2003-01-19, by alex
-
Updated to v0.1.4 by Alastair Robinson <blackfive@fakenhamweb.co.uk>2003-01-19, by alex
-
This patch adds support for 4Front Technologies commercial Open Sound2003-01-19, by arpi
-
* Remove unneeded includes & macros2003-01-19, by arpi
-
update by hephooey@fastmail.fm2003-01-19, by arpi
-
fixed query_format (RGB24 supports OSD and is preferred)2003-01-19, by arpi
-
10l2003-01-19, by henry
-
sync2003-01-19, by nicolas
-
sync2003-01-19, by nicolas
-
seems fixed (it works now)2003-01-19, by gabucino
-
Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.2003-01-19, by arpi
-
1l :)2003-01-19, by arpi
-
some URLs2003-01-19, by arpi
-
more ?'s2003-01-19, by arpi
-
more ;)2003-01-19, by arpi
-
1) Removed the code to remove {} from sub_read_line_ssa2003-01-19, by arpi
-
- added some more2003-01-19, by arpi
-
Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.2003-01-19, by arpi
-
extension-based filetype detection for headerless files (mp3 vs mpeg, etc)2003-01-19, by arpi
-
typo2003-01-18, by gabucino
-
sync2003-01-18, by gabucino
-
AltiVec detection code ("borrowed" from FFmpeg and2003-01-18, by arpi
-
An altivec-optimized DCT64 for mp3lib2003-01-18, by arpi
-
An AltiVec-enhanced IMDCT for liba52 (liba52/imdct.c)2003-01-18, by arpi
-
sync2003-01-18, by gabucino
-
uselessly long DGA subsections removed from TOC2003-01-18, by gabucino
-
removed obsolete stuff2003-01-18, by gabucino
-
sync2003-01-18, by gabucino
-
- restore old behaviour of -channels,-srate,-format2003-01-18, by arpi
-
2-pass libaf initialization to get better filter chain.2003-01-18, by arpi
-
export fmt2str()2003-01-18, by arpi
-
added af_format_encode() to convert sample format from libaf to mplayer (OSS)2003-01-18, by arpi
-
sync2003-01-18, by gabucino
-
xinerama fix part 1 - count your paranthesis2003-01-18, by attila
-
sync2003-01-18, by nicolas
-
sync2003-01-18, by nicolas
-
xinerama fix part 12003-01-18, by attila
-
Support for MPEG-4 (AAC) audio RTSP/RTP2003-01-18, by bertrand
-
sync2003-01-18, by nicolas
-
sync2003-01-18, by nicolas
-
it *worked*, but probably wasn't what was intended, and could break if2003-01-18, by rfelker
-
Wording improvements.2003-01-18, by diego
-
Removed some "!s, corrected some spelling, gave the system too slow message2003-01-18, by diego
-
not needed2003-01-18, by pontscho
-
10l2003-01-18, by pontscho
-
10l :)2003-01-18, by arpi
-
10l2003-01-18, by pontscho
-
10l found by Arpi (njamd)2003-01-18, by pontscho
-
10l2003-01-17, by arpi
-
10l2003-01-17, by pontscho
-
hm ...2003-01-17, by pontscho
-
- add playbar2003-01-17, by pontscho
-
Remove duplicated code2003-01-17, by rtognimp
-
sync2003-01-17, by nicolas
-
sync2003-01-17, by nicolas
-
Adding support for more logical libaf configuration2003-01-17, by anders
-
telecine messages2003-01-16, by arpi
-
telecine detection2003-01-16, by arpi
-
10l2003-01-16, by arpi
-
fixed the well-known DVD/DVB audio delay bug :)2003-01-16, by arpi
-
preferences cosmetics2003-01-16, by pontscho
-
upsz :)2003-01-16, by pontscho
-
Removed the hardcoded cdrom device.2003-01-15, by bertrand
-
fix small typos (accents mainly)2003-01-15, by pl
-
2 new compare functions ...2003-01-15, by jonas
-
2 new compare functions ...2003-01-15, by michael
-
Removed the hardcoded /dev/cdrom for NetBSD and added an work around2003-01-15, by bertrand
-
bunkus: Updates until 2003-01-14 13:542003-01-15, by mosu
-
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
-
Per-file configuration, typos, rewordings, consistency and a 10l .In.2003-01-04, by diego
-
typo2003-01-04, by diego
-
encoding-tips needs to be merged - some day2003-01-04, by diego
-
HTML fixes2003-01-04, by diego
-
More bug reporting HOWTO links, crash section reordered, compilation section2003-01-04, by diego
-
Hopefully easier to understand.2003-01-04, by diego
-
typos and updates2003-01-04, by diego
-
+4.b.2003-01-04, by arpi
-
some update2003-01-04, by arpi
-
really not needed2003-01-04, by filon
-
1l2003-01-03, by arpi
-
We now have -ao esd.2003-01-03, by diego
-
New audio filter documentation by Anders Johannsson with some structural2003-01-03, by diego
-
cannot rotate non-symmetric yuv pixel formats2003-01-03, by arpi
-
fixed 16bpp packed YUV formats2003-01-03, by arpi
-
Sync by Ioannis Panteleakis <pioann@csd.auth.gr>.2003-01-03, by diego
-
- If CDDB fail, try CDDA2003-01-03, by bertrand
-
Added support for X style -geometry options (adapted from Henk's patch)2003-01-03, by mark
-
10l ;)2003-01-03, by colin
-
10l, geometry always returns 1. i think this is the correct fix.2003-01-03, by rfelker
-
More fullscreen cleanup work. Use nice macros for X atoms.2003-01-03, by filon
-
(nicer) endianness fix for every plugin except pl_format2003-01-03, by colin
-
trivial endianness fix2003-01-03, by colin
-
trivial bigendian fix2003-01-03, by colin
-
-geometry support2003-01-03, by arpi
-
better image/plane copy2003-01-03, by arpi
-
pphelp2003-01-03, by michael
-
compiler warning fix2003-01-03, by arpi
-
10l2003-01-03, by arpi
-
compiler warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>2003-01-03, by arpi
-
FreeBSD fix2003-01-03, by nexus
-
10l :-))2003-01-03, by filon
-
useless lines removed :)2003-01-03, by arpi
-
Rearrange the vo and ao driver order to prefer the native drivers and give2003-01-03, by diego
-
Added patch by Thomas Jarosch2003-01-02, by mswitch
-
sync2003-01-02, by nicolas
-
sync2003-01-02, by nicolas
-
sync2003-01-02, by nicolas
-
Updated changelog2003-01-02, by mswitch
-
Use system-wide menu.conf file if nothing else is availible,2003-01-02, by filon
-
Added patch that makes the dxr3 return to the previous tv norm when quiting.2003-01-02, by mswitch
-
osdlevel can have the value of 3 too2003-01-02, by alex
-
add fwd/bck 10 min2003-01-02, by pontscho
-
correct widget destroy event handler (thank for D J Hawkey Jr <hawkeyd@visi.com>)2003-01-02, by pontscho
-
- Now mmst will use the MMS/TCP implementation first, instead of trying2003-01-02, by bertrand
-
add overlapping to preferences2003-01-02, by pontscho
-
fix bitmap leak pointed out by Pierre-Paul Lavoie <ppl@nbnet.nb.ca>2003-01-02, by attila
-
// Translated by: "heart_of_the_ocean" Murat ALKAN2003-01-02, by arpi
-
SDL Audio configure window from Filip Kalinski <filon@pld.org.pl>2003-01-02, by pontscho
-
persistant history path from Pavel Rousar <p.rousar@sh.cvut.cz>2003-01-02, by pontscho
-
fixed stream errors on some cygwin installations2003-01-02, by faust3
-
sig 11 fix in reinit and resample + spelling error fixes2003-01-02, by anders
-
motion estimation pre pass2003-01-02, by michael
-
motion estimation pre pass2003-01-02, by michael
-
[no]progressiv --> [no]progressive2003-01-01, by diego
-
sync2003-01-01, by frodone
-
two more bugs :(2003-01-01, by gabucino
-
sync2003-01-01, by gabucino
-
tip for 'channels' TV option2003-01-01, by gabucino
-
supress clicks/noise when changing channels2003-01-01, by henry
-
filling in missing info2003-01-01, by rfelker
-
document minimum qscale correctly. someone should probably add a note2003-01-01, by rfelker
-
-pass no longer exists so this is irrelevant2003-01-01, by rfelker
-
Spell checking, parts reworded for greater clarity, layout now uses2003-01-01, by diego
-
fix compilation on solaris2003-01-01, by attila
-
add arpi's explanation of -vop il to the docs2003-01-01, by attila
-
new options2003-01-01, by michael
-
lavc 46492003-01-01, by michael
-
sending 10l to Filip2003-01-01, by attila
-
- reverting icewm hack (i have used broken icewm, regular one is working)2003-01-01, by filon
-
X11 window aspect patch by Arnaud Boulan <boulan@iie.cnam.fr>2003-01-01, by attila
-
cosmetics2003-01-01, by nicolas
-
updated2003-01-01, by arpi
-
compile fixed. even with --enable-gui2003-01-01, by arpi
-
sync2002-12-31, by nicolas
-
better BSD/OS support by Steven Schultz <sms@2bsd.com>2002-12-31, by alex
-
entering hall of fame :)2002-12-31, by attila
-
-of is beta code2002-12-31, by jonas
-
trellis quantization2002-12-31, by michael
-
sync2002-12-31, by nicolas
-
small fix2002-12-31, by nicolas
-
sync2002-12-31, by nicolas
-
sync2002-12-31, by nicolas
-
some more2002-12-31, by arpi
-
Port of pl_surround.c to af-layer.2002-12-31, by ranma
-
Translation updates2002-12-31, by diego
-
I have just installed IceWM 1.2.3 which supports NetWM and has broken2002-12-31, by arpi
-
Extending delay to have different delays for different channels2002-12-31, by anders
-
10l memory leak + bug fixes in ms to sample time conversion2002-12-31, by anders
-
vga_draw* functions don't support linear memory for 'most' video cards2002-12-31, by iive
-
I've made some changes to the -identify handling. As previously the output2002-12-31, by arpi
-
Obvious patch to avoid undefined behaviour of multiple side effects in2002-12-31, by arpi
-
new help_diff.sh don't like spaces2002-12-31, by iive
-
This time the patch is fixing much more that breaking :-)2002-12-30, by arpi
-
10l remove unused code2002-12-30, by faust3
-
fullscreencode rewritten, some cleanup2002-12-30, by faust3
-
10l another int i missing (without ^M)2002-12-30, by faust3
-
sig11 (in free() in uninit) fixed2002-12-30, by arpi
-
updated2002-12-30, by arpi
-
2*10l :)2002-12-30, by arpi
-
Some more small (cosmetic) updates.2002-12-30, by diego
-
Lots of small corrections and rewordings, words capitalized and sentences2002-12-30, by diego
-
I have looked at the fullscreen code and realized that there are2002-12-30, by arpi
-
even more :)2002-12-30, by arpi
-
more verbose...2002-12-30, by arpi
-
10l fixes sync?2002-12-30, by faust3
-
10l (int i)2002-12-30, by michael
-
- optional slice height for -vo gl (example: -vo gl:32)2002-12-30, by arpi
-
NetWM fs. switching cleanup2002-12-30, by arpi
-
Juste a trivial patch for vesa output. The screen were cleaned at init2002-12-29, by arpi
-
cleaning corners of green dirt ;)2002-12-29, by michael
-
fixes (ok, just workarounds) sig11 in playtree/cfgparser's free()2002-12-29, by arpi
-
commiting my bugreport list, as A'rpi requested2002-12-29, by gabucino
-
sync2002-12-29, by gabucino
-
fixed these:2002-12-29, by arpi
-
That patch fixes fullscreen on sawfish 1.2.2002-12-29, by arpi
-
This patch fixes so that the exit code (or return code if you like) is set2002-12-29, by arpi
-
support for subviewer format using dots instead of commas:2002-12-29, by arpi
-
Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them and2002-12-29, by diego
-
bashism2002-12-29, by diego
-
fix to compile with DirecFB 0.9.162002-12-29, by zdar
-
Small grammar improvement (missing "was").2002-12-29, by rathann
-
The attached patch fixes a crash on *my* environment with certain DVD's.2002-12-29, by arpi
-
update libdvdcss in libmpdvdkit to latest version (1.2.4)2002-12-29, by arpi
-
Linux ports section reworked, RPM section added, based on a patch by Alex.2002-12-29, by diego
-
these patches let ,,oldstyle'' and freetype subtitle renderers live2002-12-29, by arpi
-
PATH_MAX fixed2002-12-29, by arpi
-
--enable-freetype fix (freetype-config was not set)2002-12-29, by arpi
-
don't abort if setparams failed - fixes some Qclp files2002-12-29, by arpi
-
(temporary?) fix for redundant buffer re-allocation2002-12-29, by arpi
-
buffer alloc cleanup / 10l2002-12-29, by michael
-
langauage list at --help fixed2002-12-28, by arpi
-
better verbose description, cosmetics2002-12-28, by jonas
-
user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)2002-12-28, by henry
-
Polish manual update to CVS from 27.12.2002...2002-12-28, by gabucino
-
10l by others2002-12-28, by gabucino
-
sync2002-12-28, by gabucino
-
Added/reordered #includes to silence warnings about "implicit declaration".2002-12-28, by rathann
-
sync2002-12-28, by nicolas
-
sync2002-12-28, by nicolas
-
ize2002-12-28, by arpi
-
fixed 2 10l-s2002-12-28, by alex
-
This patch adds a call to subcp_recode1(), so this subtitles too are2002-12-28, by arpi
-
Me: -sub-bg-* would be nicer. "Background" is usually shortened as "bg", not "bkg".2002-12-28, by rathann
-
cosmetics2002-12-28, by jonas
-
missing #endif2002-12-28, by arpi
-
The patch adds support for a per-file config, which is loaded before2002-12-28, by arpi
-
some 10l bugfixes2002-12-28, by arpi
-
It shows not just the progressbar, but progressbar /and/ percentage2002-12-28, by arpi
-
The patch fixes a nullpointer dereference and free of NULL in demux_close_xmms2002-12-28, by arpi
-
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...2002-12-28, by jonas
-
The following patch allows the MPlayer "cdparanoia" support to work on2002-12-28, by arpi
-
just quells warnings in the ".depends" generation phase.2002-12-28, by arpi
-
Changes includes:2002-12-28, by anders
-
This patch makes subtitle and A-V delays display correctly rounded2002-12-28, by arpi
-
Added missing <CODE> tag2002-12-28, by nicolas
-
This patch fixes the reading of the menu.conf, because stream_open()2002-12-28, by arpi
-
ao_oss was not using the channel & format returned by the soundcard2002-12-28, by arpi
-
Attached is a small patch to fix a couple of problems I found when using2002-12-28, by arpi
-
The following patch adds two new command line options:2002-12-28, by arpi
-
Lots of functions and variables specific to OSS audio are used without2002-12-28, by arpi
-
sync2002-12-28, by nicolas
-
"MPlayer does the right thing, presents frame 9 for 1.1 seconds, and continues2002-12-28, by arpi
-
sync2002-12-28, by nicolas
-
sync2002-12-28, by nicolas
-
i hate asserts2002-12-28, by arpi
-
DVB-HEAD (aka. NEWSTRUCT) detection & support2002-12-28, by arpi
-
sh_audio==NULL hotfix by Robert Varga <nite@hq.alert.sk>2002-12-28, by arpi
-
updates, moves2002-12-28, by arpi
-
FreeBSD fix2002-12-28, by nexus
-
ffmp2 (with mpeg files) sig11 fixed2002-12-28, by arpi
-
wmv22002-12-28, by michael
-
lavc motion estimation update2002-12-28, by michael
-
lavc 46472002-12-28, by michael
-
5l - fixed asserts... mpi->width is allocated width, not the effective one2002-12-28, by arpi
-
the long-waited MUXER layer, and new MPEG-PS muxer2002-12-27, by arpi
-
prefer inttypes.h (probably fix cygwin compile)2002-12-27, by arpi
-
-subwidth2002-12-27, by arpi
-
typo in the datestamp (Dez vs Dec ;)2002-12-27, by alex
-
obsolete2002-12-27, by alex
-
some addons2002-12-27, by alex
-
backward compatibility :)2002-12-27, by arpi
-
10l memory leak2002-12-27, by alex
-
- Fix 8-bit sound in arts audio driver (logic in OBTAIN_BITRATE macro was2002-12-27, by jkeil
-
Fix DVD authentication on Solaris 9.2002-12-27, by jkeil
-
Oops, missing Makefile in the esd audio driver check-in; libao2 Makefile needs2002-12-27, by jkeil
-
codec-cfg cannot be built when the gui is enabled - it fails to link with a2002-12-27, by jkeil
-
new EsounD audio driver (-ao esd)2002-12-27, by jkeil
-
typo2002-12-27, by diego
-
pnm:// support (ported from xine)2002-12-26, by arpi
-
fixed playback of pnm:// streamed files2002-12-26, by arpi
-
eviv bulgroz <ebulgroz@yahoo.com>:2002-12-26, by diego
-
Three typos, two of them noticed by Arpad Biro <biro_arpad@yahoo.com>.2002-12-26, by diego
-
use '.' rather than '!' if possible, al3x2002-12-26, by gabucino
-
sync2002-12-25, by gabucino
-
fixed a 10l, some cosmetics, and initial ppc (bigendian) support2002-12-25, by alex
-
sync (ugyeugye, arpi;)2002-12-25, by gabucino
-
Radeon 9000 support by Marcus Blomenkamp <Marcus.Blomenkamp@epost.de>2002-12-25, by alex
-
API change in dev-api-3 branch.2002-12-25, by rguyom
-
fixing that f*cking linker 'bug' e.g. naming config with libmp3lame2002-12-24, by alex
-
1l :)2002-12-24, by arpi
-
print track title in new line2002-12-24, by arpi
-
- fixed uninitialized offsets[]2002-12-24, by arpi
-
Document things from the start.2002-12-24, by diego
-
We are this good, we have a right to boast ;-)2002-12-24, by diego
-
Reviewed and reworked (again), added some information about SCSI CD-ROMs.2002-12-24, by diego
-
- and -use-stdin documented, EDL updates.2002-12-24, by diego
-
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.2002-12-24, by diego
-
DXR3 norm option, patch by Thomas Jarosch <tomj@simonv.com>.2002-12-24, by diego
-
Added patch from Thomas Jarosch2002-12-24, by mswitch
-
Subtitle usage updated by hephooey@fastmail.fm.2002-12-24, by diego
-
Sync by Anders Rune Jensen <anders@gnulinux.dk>.2002-12-24, by diego
-
some updates2002-12-24, by arpi
-
cleanup & fix cpu detection & init stuff2002-12-24, by arpi
-
don't redefine decwin as static2002-12-24, by arpi
-
decode_i586.c version uses %ebp for its own use, so:2002-12-24, by arpi
-
I cleaned up the source a bit, hopefully fixed hanging, also2002-12-23, by arpi
-
man's lines shouldn't have more than 80 chars long ;)2002-12-23, by nicolas
-
sync2002-12-23, by nicolas
-
sync2002-12-23, by nicolas
-
In this situation it was easier to fix yours. I applied these 3 points2002-12-23, by arpi
-
updated2002-12-23, by arpi
-
xmp hangign I noticed too, and is fixed with this patch, seeking works now2002-12-23, by arpi
-
Here is the patch to make vobsub subtitle use -slang option, I have not made a2002-12-23, by arpi
-
This patch adds support for vertical subtitle alignment2002-12-23, by arpi
-
Ok, here is a better patch, which even adds a fix to compile it on older2002-12-23, by arpi
-
fix VCD playback - this is a patch from the netbsd pkgsrc tree,2002-12-23, by arpi
-
Merged EDL 0.5 patch - it's something like Quicktime's edit lists.2002-12-23, by arpi
-
suxen_drol on xvid-devel@xvid.org said : "please do not use2002-12-22, by rguyom
-
Real* codecs work on Alpha too2002-12-22, by gabucino
-
XMMS Input plugin support2002-12-22, by arpi
-
rv40win is working too2002-12-22, by alex
-
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)2002-12-22, by alex
-
win32 dlls support2002-12-22, by alex
-
CDDA seeking fixed2002-12-22, by arpi
-
dos2unix conversion2002-12-22, by alex
-
alpha support by Alan Young <ayoung@teleport.com>2002-12-22, by alex
-
10l by Matan2002-12-22, by alex
-
10l and correct aspect2002-12-21, by faust3
-
fix2002-12-21, by nexus
-
Presets are an easy way, to use hard to access lame options and to give2002-12-21, by arpi
-
accurate bitrate calculation using index, and more accurate guessing2002-12-21, by arpi
-
I have rewritten the gif89a vo in order to solve some problems I had2002-12-21, by arpi
-
more safer version by the author2002-12-21, by alex
-
10l fix by eviv bulgroz <ebulgroz@yahoo.com>2002-12-21, by arpi
-
set keyframe flag at encoding2002-12-21, by arpi
-
1l (%d->%f), cosmetics2002-12-21, by arpi
-
removed the obsolete parts2002-12-21, by alex
-
ooh. many mistakes2002-12-21, by alex
-
updated2002-12-21, by alex
-
pci_names.c creation fixup2002-12-21, by alex
-
EPIA (CyberBlade/i1) driver by Alastair M. Robinson2002-12-21, by alex
-
corrected w32codec address (noticed by Peter Nelson on mplayer-users)2002-12-20, by alex
-
sync2002-12-20, by nicolas
-
sync2002-12-20, by nicolas
-
Russian frequencies by Alexander S. Belov <asbel@sice.ru>2002-12-20, by alex
-
fixed memleak caused by multiple config() calls - thx Gabu2002-12-19, by arpi
-
sync2002-12-19, by gabucino
-
more_options removed2002-12-19, by gabucino
-
too big readahead can be bad2002-12-19, by gabucino
-
10l - my system is very tolerant it seems2002-12-19, by faust3
-
add a TV_SET_CNANNEL command2002-12-19, by henry
-
*** empty log message ***2002-12-18, by iive
-
mb qp limits2002-12-18, by michael
-
Use the XVID_API_UNSTABLE macro instead of a home-made one.2002-12-18, by rguyom
-
1000l! I have no idea how this code worked at all before. I guess no2002-12-18, by rfelker
-
Re-write the soundcard.h test, so that it does not use a "!" operator.2002-12-17, by jkeil
-
small typo fix2002-12-17, by atmos4
-
1000L for messing up cvs2002-12-16, by henry
-
handle bogus norm parameter; check for errors when setting norm2002-12-16, by henry
-
don't give up when set_tuner fails; more zero div sanity checks2002-12-16, by henry
-
- fix (?) "mixer bug"2002-12-16, by pontscho
-
Polish man updated2002-12-16, by gabucino
-
updated changelog for rc22002-12-16, by gabucino
-
applied Gregory's patch2002-12-16, by pontscho
-
sync2002-12-16, by nicolas
-
break one line too long in mplayer.12002-12-16, by nicolas
-
disable DPMS handling2002-12-16, by pontscho
-
support for exotic norms2002-12-16, by henry
-
sync2002-12-16, by nexus
-
v4l - dimensions in the example were not multiple of 162002-12-16, by henry
-
handle mencoder's 0-byte 'skipped frames'2002-12-16, by arpi
-
10l2002-12-16, by arpi
-
Sorenson 1/3 encoding just for fun :)2002-12-16, by arpi
-
CRLF->LF2002-12-16, by arpi
-
prepared for rc22002-12-15, by arpi
-
+MSGTR_BuiltinCodecsConf2002-12-15, by arpi
-
Fallback to builtin (generated from etc/codecs.conf at compile time)2002-12-15, by arpi
-
sync2002-12-15, by gabucino
-
1l2002-12-15, by arpi
-
scripts mentioned by DOCS/tech/encoding-tips.txt2002-12-15, by arpi
-
encoding tips - collected from mplayer-users list mailings by2002-12-15, by arpi
-
Support the latest development code from XViD dev-api-3 CVS2002-12-15, by rguyom
-
uninstall switch2002-12-15, by alex
-
2*10l=20l2002-12-15, by arpi
-
sync2002-12-15, by nicolas
-
sync2002-12-15, by nicolas
-
sync2002-12-15, by nicolas
-
-rnd --> -shuffle2002-12-15, by diego
-
compiler warning fixes2002-12-14, by arpi
-
notice vo driver about skipped/dropped frames2002-12-14, by arpi
-
link added, section reworded.2002-12-14, by diego
-
sync2002-12-14, by nicolas
-
added local copy of Ville Syrjälä's directfb for matrox howto2002-12-14, by attila
-
memory leak2002-12-14, by henry
-
use more methods to get the fs window on top2002-12-14, by henry
-
fixed possible division by zero2002-12-14, by henry
-
DirectX installation clarified.2002-12-14, by diego
-
Entries for the new mailing lists by Alex.2002-12-13, by diego
-
Update to the QT documentation by Alex.2002-12-13, by diego
-
fixed fonts path2002-12-13, by alex
-
most of us do use unix-system, don't we?2002-12-13, by jaf
-
corrected groff command(for taking care of the accents) + sync2002-12-12, by nicolas
-
Nicolas is not a Linux box ;-)2002-12-12, by diego
-
sync by HR <hephooey@fastmail.fm>, sorry, i was busy.2002-12-12, by jaf
-
-format, -lavcdeint, -2xsai and small fixes.2002-12-12, by diego
-
OSD menu2002-12-12, by diego
-
Added some documenters.2002-12-12, by diego
-
small updates2002-12-12, by diego
-
we don't need to pass gworld :)2002-12-11, by arpi
-
print list of supported output colorspaces2002-12-11, by arpi
-
sync (v4l args update)2002-12-11, by nicolas
-
moved component lister up, as it messes up 'desc'2002-12-11, by arpi
-
codmetics2002-12-11, by arpi
-
more i+1<argc checks2002-12-11, by arpi
-
10l - demux_avi handles AVI_NI and AVI_NINI too2002-12-11, by arpi
-
v4l args update2002-12-11, by henry
-
- fix three submenu bug2002-12-11, by pontscho
-
progbar osd buffer height adjustment fix2002-12-10, by henry
-
sync2002-12-10, by gabucino
-
small html fixes2002-12-10, by gabucino
-
Sync by Nicolas Tourmentine <n@tourmentine.com>.2002-12-10, by diego
-
10l noticed by Andras Mohari.2002-12-10, by diego
-
allocate the video buffer on the fly, instead of one big chunk at startup2002-12-10, by henry
-
If I had a wish ...2002-12-10, by diego
-
French translation synced by Nico Tourmentine <n@tourmentine.com>.2002-12-09, by diego
-
Corrected some links and removed dead ones, thanks to Nico Tourmentine.2002-12-09, by diego
-
AVVideoFrame -> AVFrame2002-12-09, by michael
-
sync2002-12-09, by nexus
-
ffmpeg cleanup/messup support2002-12-09, by michael
-
fullscreen fix for KDE (reported to work with gnome 1/2 too)2002-12-08, by arpi
-
not pre11, but rc12002-12-07, by gabucino
-
-vop pp sub-filters options separators fixed (,->/)2002-12-07, by gabucino
-
fixing -vop pp VS -pp VS ... conflict (somewhat.)2002-12-07, by gabucino
-
last minute update2002-12-07, by arpi
-
updated2002-12-07, by arpi
-
updating some descriptions, changelog, etc2002-12-07, by gabucino
-
sync2002-12-07, by gabucino
-
misc fixes2002-12-07, by gabucino
-
Runtime SSE detection for NEtBSD, patch by Nick Hudson <skrll at netbsd.org>2002-12-07, by atmos4
-
10l noticed by "Puk Madick" <pingy@swirvemail.com>2002-12-07, by arpi
-
added sub_step2002-12-07, by gabucino
-
path fix2002-12-07, by gabucino
-
sync2002-12-07, by gabucino
-
uh.. misc fixes2002-12-07, by gabucino
-
Sync with help_mp-en v1.682002-12-07, by rtognimp
-
sync2002-12-07, by zdar
-
it seems that old CS is working better than newtype now... :)2002-12-07, by arpi
-
codecs page address fixed (the old one is available too)2002-12-07, by alex
-
support for *.qtx (scan for all .qtx files at quicktime init)2002-12-07, by arpi
-
updated2002-12-07, by arpi
-
fixed in/out framesize rounding bug (causing low-rate QCLP hangup/looping)2002-12-07, by arpi
-
The detection of a NetWM class window manager hints is tested before2002-12-07, by arpi
-
10l2002-12-07, by arpi
-
find best (longest) streams if not specified (-aid/-vid)2002-12-07, by arpi
-
enable Albeu's config code bu default (it's time to test it :))2002-12-06, by arpi
-
fixed 'mplayer -nosound xxx' sig11 if configfile have string list options2002-12-06, by arpi
-
From live.com 2002.11.30:2002-12-06, by bertrand
-
We seem to have a new documentation maintainer :-)2002-12-06, by diego
-
New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.2002-12-06, by diego
-
need this2002-12-05, by pontscho
-
sync2002-12-05, by pontscho
-
better 'Audio track' support, and one 10l2002-12-05, by pontscho
-
more bugs2002-12-05, by arpi
-
pre112002-12-05, by arpi
-
Really (!) sync ov_struct_st between demux_ogg.c and ad_libvorbis.c2002-12-05, by rguyom
-
Sync ov_struct_st between demux_ogg.c and ad_libvorbis.c2002-12-05, by rguyom
-
enabled QTX codecs by default - time to get it tested by users :)2002-12-05, by arpi
-
updates2002-12-05, by arpi
-
infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)2002-12-05, by michael
-
qtx = codec2002-12-05, by jaf
-
10l2002-12-05, by arpi
-
updated2002-12-05, by arpi
-
Fix draw_slice() in passthrough mode.2002-12-05, by arpi
-
With this patch the text 'Sub position: x/100' is displayed2002-12-05, by arpi
-
This patch makes it possible to navigate among the subtitles while2002-12-05, by arpi
-
slave-mode commands to get movie length & pos2002-12-05, by arpi
-
dump subtitles in SAMI format2002-12-05, by arpi
-
optional (compile-time switch) subtitles-sorting feature2002-12-05, by arpi
-
overlapping subtitles support is now optional, can be disabled (-nooverlapsub)2002-12-05, by arpi
-
dump in JACOsub format2002-12-04, by arpi
-
fixed mp3 seeking near end of file2002-12-04, by arpi
-
No scandir() an no functions defined within other functions.2002-12-04, by arpi
-
fixed -fps with mencoder and fixed-rate files (avi etc)2002-12-04, by arpi
-
more precise definition of -endpos2002-12-04, by arpi
-
end_at int->double, as option -endpos accepts float seconds too2002-12-04, by arpi
-
This patch fixes the screensaver issues in mplayer. It will correctly read2002-12-04, by arpi
-
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to2002-12-04, by arpi
-
sync2002-12-04, by gabucino
-
further codec (QT, Win32) updates2002-12-04, by gabucino
-
OK, I think I found why the alsa9 driver was breaking surround sound.2002-12-04, by arpi
-
- It fixes a small bug where a byte value is divided by 255.0 to convert2002-12-04, by arpi
-
the -af delay=[seconds] option currently parses floating point values of2002-12-04, by arpi
-
PSNR2002-12-04, by michael
-
The enclosed patch should fix problems associated with playing 8-bit wide2002-12-04, by arpi
-
Darwin support in libmpdvdkit22002-12-04, by arpi
-
dvd_* declarations fixed to matc with open.c2002-12-04, by arpi
-
Reduce fixed-point replay gain support precision with Tremor.2002-12-04, by rguyom
-
Add Tremor (an integer-only Vorbis decoder) support.2002-12-04, by rguyom
-
specific debug output support2002-12-04, by michael
-
cleanup2002-12-04, by michael
-
support for lavc build 46412002-12-04, by michael
-
license fixed2002-12-03, by gabucino
-
QT sections added2002-12-03, by gabucino
-
set channel count to a saner value if the card reports an unknown audio mode2002-12-03, by henry
-
found in an AVI file and reported working by Damian Gatabria2002-12-03, by rfelker
-
documentation TODO2002-12-03, by diego
-
small updates, ATI TV-out, -vo directx:noaccel2002-12-03, by diego
-
Sorenson/Real updates, QuickTime HOWTO.2002-12-03, by diego
-
HTML fixes2002-12-02, by diego
-
sync by <hephooey@fastmail.fm>2002-12-02, by jaf
-
DMO WMA audio codecs, some nonworking QT video codecs added2002-12-01, by arpi
-
10l :)2002-12-01, by arpi
-
DMO audio support (including 6ch support too)2002-12-01, by arpi
-
DMO Audio support (ugly, needs cleanup)2002-12-01, by arpi
-
added qt-extras2002-12-01, by arpi
-
dump more!2002-12-01, by arpi
-
SVQ1 using win32 qt dll2002-12-01, by arpi
-
SVQ1 support (ugly hack... - really we need 'syuv' support in swscaler :))2002-12-01, by arpi
-
added imagepower and morgan mjpeg2k codecs2002-11-30, by alex
-
fixes2002-11-30, by gabucino
-
both qt5 and qt6 patching support (qt6 addresses found by arpi)2002-11-30, by alex
-
Use MVCOMMAND_SYNC2002-11-29, by mswitch
-
sync2002-11-29, by gabucino
-
dump URL references2002-11-29, by arpi
-
- parsing the handler reference atom (hnlr), save handler fourccs2002-11-29, by arpi
-
sync2002-11-29, by nexus
-
- audio track handling in menu (idea from Rüdiger Kuhlmann)2002-11-29, by pontscho
-
add autosync && some 10l bugfix2002-11-28, by pontscho
-
.depend should be ignored.2002-11-28, by diego
-
Update with JPEG FourCC, as found in SGI created baard.avi photo-jpeg.2002-11-28, by atmos4
-
add stop_xscreensaver2002-11-28, by pontscho
-
updating2002-11-28, by pontscho
-
disabling seek (look the patch)2002-11-28, by pontscho
-
- add Rüdiger Kuhlmann's <mplayer-list-UGa6JdjLujS2@ruediger-kuhlmann.de> patch2002-11-28, by pontscho
-
1l, opposite meaning of what's intended!2002-11-28, by rfelker
-
avoid giving a /dev/dsp fd to child processes!!2002-11-28, by rfelker
-
no exit on fulscreen if you press esc2002-11-28, by pontscho
-
- fixed 10l bug (imagedesc handle allocation)2002-11-27, by arpi
-
10l fix in item disabling (vagymi)2002-11-27, by pontscho
-
- remove some unused/nonusable variables2002-11-27, by pontscho
-
Added xvid description in "mencoder -ovc help".2002-11-27, by rguyom
-
fix 100l typo :)2002-11-27, by colin
-
DMO video codecs added: WMV1, WMV2, WMV32002-11-26, by arpi
-
DMO support2002-11-26, by arpi
-
DMO interfaces (copied/converted(c++->c) from avifile)2002-11-26, by arpi
-
avifile sync (added only the new functions, all cosmetics ignored)2002-11-26, by arpi
-
avifile sync (mostly cosmetics)2002-11-26, by arpi
-
limits.h required to get a PATH_MAX definition (on solaris)2002-11-26, by jkeil
-
Add our own vsscanf implementation, in case the system's libc does not have2002-11-26, by jkeil
-
Add a new test for "scandir()" and friends.2002-11-26, by jkeil
-
Add a scandir() implementation for systems that do not have it in libc.2002-11-26, by jkeil
-
.align -> .balign2002-11-25, by arpi
-
patching out threads ;) raw measure: 18% cpu instead 30%2002-11-25, by alex
-
fixed WaitForMultipleObjects and FindFile2002-11-25, by alex
-
cache (buzeralas)2002-11-25, by pontscho
-
added the working qt audio codecs2002-11-25, by alex
-
some fixes2002-11-25, by alex
-
10l to me and to apple too2002-11-25, by alex
-
no seeking if stream is STREAMTYPE_STREAM (net/stdin)2002-11-25, by pontscho
-
if no have subwindow ... some menupoint is disabled:)2002-11-25, by pontscho
-
some extra debugging2002-11-25, by alex
-
fix(?) cache2002-11-25, by pontscho
-
10l my last fix choked the last command definition, this fix seems to work correct.2002-11-25, by atmos4
-
Fix endless-loop if no newline at input.conf EOF2002-11-25, by atmos4
-
reversing my patch to check for -Wall support & use it if available (requested by A'rpi)2002-11-25, by rathann
-
Implement volume setting functionality,2002-11-24, by ranma
-
patching quicktime.qts runtime2002-11-24, by arpi
-
loader support2002-11-24, by arpi
-
- qtx (quicktime's macos emulation layer) debugging/emulation environment :)2002-11-24, by arpi
-
some new experiments2002-11-24, by arpi
-
patch from tonglijing <tong@intec.iscas.ac.cn>2002-11-24, by pontscho
-
fixes, updates2002-11-24, by arpi
-
10l!!2002-11-24, by rfelker
-
10l (broken ffmpeg12)2002-11-24, by michael
-
Locale fix.2002-11-24, by rguyom
-
FreeBSD fix2002-11-24, by nexus
-
OSD Menu section, description, sample defines2002-11-23, by gabucino
-
updates2002-11-23, by gabucino
-
sync2002-11-23, by gabucino
-
reversing warning fix (requested by alex)2002-11-23, by michael
-
100l patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)2002-11-23, by michael
-
This file gets created during the wine/svq3 build process.2002-11-23, by diego
-
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)2002-11-23, by michael
-
configure now detects SDL automatically under Cygwin.2002-11-23, by diego
-
update2002-11-22, by arpi
-
better fix for my previous 10l2002-11-22, by colin
-
FreeBSD fix2002-11-22, by nexus
-
OpenBSD && ELF fix2002-11-22, by atmos4
-
xvidencopts:2002-11-22, by rguyom
-
Instead of min_quantizer, max_quantizer, min_iquantizer, etc... use a2002-11-22, by rguyom
-
10l - forgot this file2002-11-21, by colin
-
don't fully-copy the planes if the menu doesn't show (faster)2002-11-21, by colin
-
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing2002-11-20, by gabucino
-
libavcodec's aspect support for mencoder2002-11-20, by gabucino
-
Polish manual update to version 0.90-pre10 (when 1.0 ?? ;-)2002-11-20, by gabucino
-
10l2002-11-20, by diego
-
.depend should be ignored2002-11-20, by diego
-
Radeon Mobility M6 LX support by Daniel Pittman <daniel@rimspace.net>2002-11-20, by alex
-
aspect ratio clenaup2002-11-20, by michael
-
forgotten mangle patch by (Björn Sandell <biorn at dce dot chalmers dot se>)2002-11-19, by michael
-
bashism replaced by portable expression2002-11-19, by diego
-
-really-quiet documented2002-11-19, by diego
-
Adding support for AFMT_FLOAT2002-11-19, by anders
-
Fix buffer overflow in a drawing func2002-11-18, by albeu
-
fixing compilation of cs_test2002-11-18, by michael
-
10l:2002-11-18, by rfelker
-
Finally add the correct compile flags for SDL under cygwin automatically.2002-11-18, by diego
-
A new command to run shell process and a command history.2002-11-18, by albeu
-
quote the filenames2002-11-18, by albeu
-
Add quoting support for string arguments (fix loading of file with space in2002-11-18, by albeu
-
Fix freetype. Freetype is highly recommended for a nice output ;)2002-11-18, by albeu
-
exporting fs_seg2002-11-17, by alex
-
added float2002-11-17, by alex
-
Implements [min|max]_[i|p]quantizer.2002-11-17, by rguyom
-
Added support for VorbisGain tags.2002-11-17, by rguyom
-
sync by hephooey@fastmail.fm2002-11-17, by jaf
-
volnorm for bigendian2002-11-17, by colin
-
allow 64 window2002-11-17, by jonas
-
fixed libwine build with menu support enabled2002-11-16, by arpi
-
The OSD menus need more keys2002-11-16, by albeu
-
Consistently name the streaming option streaming instead of mixing network2002-11-16, by diego
-
2.5.47+ support2002-11-16, by arpi
-
nice to see ;-)2002-11-16, by jaf
-
- fixed vfw/vfwex/acm fm names2002-11-16, by arpi
-
removed win32 section - no much sense of separating them now2002-11-16, by arpi
-
cosmetics only (for better html output)2002-11-16, by arpi
-
demuxer_control(), percent position and time length query implemented in2002-11-16, by arpi
-
I recently sent a patch for a new subtitles format, JACOsub. Since then I2002-11-16, by arpi
-
allow max 0.2s overlapping without splitting subs2002-11-16, by arpi
-
This patch goes into the #ifdef CODECS2HTML section of2002-11-16, by arpi
-
Here is a patch to enable qtx-codecs from ./configure --enable-qtx-codecs.2002-11-16, by arpi
-
When you called mplayer with the absolute path to the video and the VOBSUB2002-11-16, by arpi
-
This patch fixes the OSD flickering problem with vo_dfbmga.2002-11-16, by arpi
-
configure has problems detecting the latest ffmpeg libavcodec.so. The MBR2002-11-16, by arpi
-
disable dr1 for huffyuv (422P & stride hack & dr1 -> bad )2002-11-15, by michael
-
Example config file for the OSD menus2002-11-14, by albeu
-
Experimantal OSD menu2002-11-14, by albeu
-
OSD menus initial version2002-11-14, by albeu
-
Add the possibilty to grab the keys and to filter the commands2002-11-14, by albeu
-
vstrict is no flag2002-11-14, by michael
-
-xvidencopts :2002-11-14, by rguyom
-
A bit more sane range.2002-11-14, by rguyom
-
- added modulated quatization2002-11-14, by rguyom
-
ffhuffyuv docs2002-11-14, by michael
-
ffhuffyuv2002-11-14, by michael
-
sync with help_mp-en.h 1.662002-11-14, by pl
-
don't print error if no error2002-11-14, by arpi
-
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.2002-11-14, by diego
-
Printing of max volume on exit2002-11-14, by anders
-
10l2002-11-14, by anders
-
SDL + Cygwin link added.2002-11-13, by diego
-
quicktime+libwine HOWTO2002-11-13, by arpi
-
wine-20021031 support2002-11-13, by arpi
-
10l2002-11-13, by pontscho
-
Fixing segfault bug and addnig support for lrintf() in format conversion2002-11-13, by anders
-
Removed hard coded value for the length of the header separator.2002-11-13, by bertrand
-
sync2002-11-13, by gabucino
-
some TOC reorder2002-11-13, by gabucino
-
-channels description expanded, patch by gabor <gabor@realtime.sk>.2002-11-13, by diego
-
Basic support for random playing (-rnd and -nornd)2002-11-12, by albeu
-
Add random stepping support2002-11-12, by albeu
-
cleanup2002-11-12, by pontscho
-
new entry2002-11-12, by pontscho
-
compilation fix by Sven Neumann <sven@gimp.org> of Blinkenlights fame2002-11-12, by rik
-
Allow to use the asx parser for some other purposes2002-11-12, by albeu
-
A struct setter. It allow you to setup struct from some user2002-11-12, by albeu
-
Fix the Gui with NEW_CONFIG2002-11-12, by albeu
-
New features:2002-11-12, by anders
-
sync2002-11-12, by nexus
-
FreeBSD fix2002-11-12, by nexus
-
New config system + cleanup of header inter dependency2002-11-12, by albeu
-
svq3 added2002-11-12, by arpi
-
no need to EnterMovies(), do minimal InitializeQTML only2002-11-12, by arpi
-
minimalist quicktime video structures header2002-11-12, by arpi
-
qt video dll codecs support2002-11-12, by arpi
-
fixed output bits per sample2002-11-12, by arpi
-
export imagedescription for qt video codecs2002-11-11, by arpi
-
sync2002-11-11, by jaf
-
size ...2002-11-11, by pontscho
-
update2002-11-11, by alex
-
size optim2002-11-11, by pontscho
-
added DYNAMIC_PLUGINS support (dlopen)2002-11-11, by alex
-
dlopen() support for ad and vd2002-11-11, by alex
-
updating2002-11-11, by pontscho
-
updating2002-11-11, by pontscho
-
fixed mode switching on Mac2002-11-11, by henry
-
removed get_info, using the same sheme as in libmpcodecs instead2002-11-11, by alex
-
reversed wm order in vo_x11_setlayer + even upper layer for GNOME compliant wm's2002-11-11, by henry
-
config option for Altivec (G4)2002-11-11, by henry
-
space, whitespace fixes2002-11-11, by gabucino
-
partly applied Andras Mohari's patch2002-11-11, by gabucino
-
small cygwin-current w32api-2.0 compile fix2002-11-11, by atmos4
-
use the more stable NEWTYPE critsect code2002-11-10, by arpi
-
merged with Jonas' version sent a week ago2002-11-10, by arpi
-
10l - found by Jerome De Greef <jdegreef@brutele.be>2002-11-10, by arpi
-
This patch adds direct rendering to vo_dfbmga.2002-11-10, by arpi
-
Switch containing options for DirectFB library was renamed to dfbopts.2002-11-10, by arpi
-
fixed order of includes.2002-11-10, by arpi
-
small fix2002-11-09, by jaf
-
divx_vbr.c now GPL, small parts rephrased.2002-11-09, by diego
-
Redundant compilation section removed, MEncoder features section moved to2002-11-09, by diego
-
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.2002-11-09, by diego
-
skew calculations modified to use integers2002-11-08, by henry
-
fixing vd_ffmpeg to handle cleaned-up ffmpeg2002-11-08, by michael
-
make MPlayer link on QNX2002-11-07, by gabucino
-
We update polish manual to version 0.90pre9.2002-11-07, by gabucino
-
On non-x86 platforms, memcpy was re-implemented in mplayer and was called2002-11-07, by jkeil
-
Fix IPB DR2002-11-07, by albeu
-
update2002-11-07, by gabucino
-
sync2002-11-07, by gabucino
-
*HUGE* set of compiler warning fixes, unused variables removal2002-11-06, by arpi
-
more stuff2002-11-06, by arpi
-
- cleanup equalizer stuff (removed vidix dependency)2002-11-06, by arpi
-
ehh2002-11-06, by arpi
-
SDL<->X11 order swapped2002-11-06, by arpi
-
patch from Colin Leroy <colin@colino.net>2002-11-06, by pontscho
-
libavcodec sync (no LIBAVCODEC_BUILD change; no backwards compatibility)2002-11-06, by rik
-
skip id3v2 junk when looking for mp32002-11-05, by rfelker
-
10L found by Mark <CompGuy284 at attbi dot com>2002-11-05, by albeu
-
Added OGG streaming support, patch from Balatoni Denes <pnis@coder.hu>2002-11-05, by bertrand
-
move timestamp debug printf to higher verbose level (hope it's ok)2002-11-05, by atmos4
-
perspective correcture filter2002-11-05, by michael
-
check for lrintf to avoid trouble compiling lavc!2002-11-05, by rfelker
-
10l2002-11-05, by arpi
-
ASF-style stream auto-selection, to fix files with fake a/v streams (only2002-11-05, by arpi
-
Fix stereo MACE files2002-11-04, by rtognimp
-
dont use fastmemcpy for PIC2002-11-04, by michael
-
smartblur2002-11-04, by michael
-
workaround for ms11 ima42002-11-04, by alex
-
ms\x00\x02, ms\x00\0x11 and sowt support2002-11-04, by alex
-
ms\0x00\x11 support2002-11-04, by alex
-
qt swot support2002-11-04, by alex
-
MACE fix2002-11-04, by arpi
-
shape adaptive blur (slightly slow though)2002-11-04, by michael
-
10l2002-11-04, by michael
-
fixing dependancies2002-11-04, by michael
-
yet another screensaver fix2002-11-04, by henry
-
Shouldn't be there.2002-11-04, by rguyom
-
cosmetics2002-11-04, by diego
-
- realaudio ATRC (sony atrac3) codec support2002-11-04, by arpi
-
XVIX added2002-11-03, by arpi
-
Made new overlay functions static so they won't interfere with the rest2002-11-03, by mswitch
-
At least I can honestly say that I didn't add the equalizer support, so2002-11-03, by mswitch
-
Suddenly I needed vidix.h for vidix_video_eq_t2002-11-03, by mswitch
-
Add info on DXR3 overlay support2002-11-03, by mswitch
-
Updated docs with DXR3 overlay info2002-11-03, by mswitch
-
locale fix2002-11-03, by nexus
-
fix by Pontscho2002-11-03, by nexus
-
Simpler.2002-11-03, by rguyom
-
arpi add direct render support2002-11-03, by pontscho
-
Fixed a bug which would prevent proper parsing of floating point2002-11-03, by rguyom
-
1) "-ovc divx4" doesn't encode using XViD anymore2002-11-03, by rguyom
-
do NOT include vidix header - nonsense2002-11-03, by arpi
-
disabled vidix dependency2002-11-03, by arpi
-
Link to Chinese documentation, ports etc mentioned in *BSD section.2002-11-03, by diego
-
bugfixes :2002-11-03, by rguyom
-
Header file for eq2002-11-03, by anders
-
pp docs2002-11-03, by michael
-
fix sound encoding on BE arch2002-11-03, by colin
-
remove BE hack (yes, works now ! :-))2002-11-03, by colin
-
Adding equalizer filter + some cosmetics2002-11-03, by anders
-
- When a frame is in the ending credits zone, say so.2002-11-03, by rguyom
-
10l2002-11-03, by anders
-
fixes2002-11-03, by gabucino
-
sync2002-11-03, by gabucino
-
scale sleep time too (-speed)2002-11-03, by arpi
-
- cleanup2002-11-03, by pontscho
-
some updates2002-11-03, by arpi
-
fixing vstats so B frames are shown as B and not P2002-11-03, by michael
-
added IJPG fcc and 444P output to ffmjpeg2002-11-02, by alex
-
Overlay cropping options. Patch by Mark <CompGuy284 at attbi dot com> extanded2002-11-02, by albeu
-
10L found by jeroen dobbelaere <jeroen dot dobbelaere at acunia dot com>2002-11-02, by albeu
-
fix possible sig8 - found by Alex2002-11-02, by arpi
-
fix endianness issue on bigendian (let libaf do the conversion ;))2002-11-02, by colin
-
workaround old mencoder's cbr-mp3 header bug2002-11-02, by arpi
-
cosmetic2002-11-02, by pontscho
-
fixed comment - noticed by Alex2002-11-02, by arpi
-
A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it contains2002-11-02, by arpi
-
not needed2002-11-02, by pontscho
-
fix for fs modes on widescreen displays2002-11-02, by henry
-
disabled DEBUG_LOG, noticed by Bernd Ernesti <mplayer@lists.veego.de>2002-11-02, by alex
-
not needed2002-11-02, by pontscho
-
removed dummy config(), query_format()2002-11-02, by arpi
-
- DR support2002-11-02, by arpi
-
mencvcd 0.2 by Juergen Hammelmann <juergen.hammelmann@gmx.de>2002-11-02, by jaf
-
rename2002-11-02, by pontscho
-
not needed2002-11-02, by pontscho
-
cleanup - round 2.2002-11-02, by pontscho
-
10l2002-11-02, by michael
-
fixing shared pp2002-11-02, by michael
-
cleanup2002-11-02, by pontscho
-
Missed some gui ifdefs2002-11-02, by mswitch
-
MACE audio support with ffmpeg decoder2002-11-02, by rtognimp
-
cleanup2002-11-02, by michael
-
10l2002-11-02, by pontscho
-
cleanup2002-11-02, by michael
-
Minor cleanups2002-11-02, by mswitch
-
warning fixes2002-11-02, by henry
-
document new 2pass syntax, remove/fix lots of obsolete junk in docs2002-11-02, by rfelker
-
cleanup2002-11-02, by rfelker
-
added obsolete message for -pass2002-11-02, by rfelker
-
removed -pass nonsense from mencoder! it's now a suboption to -divx4opts2002-11-02, by rfelker
-
Huge update, added native overlay support (no more need for dxr3view).2002-11-02, by mswitch
-
cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,2002-11-02, by arpi
-
Document xvidix pixmap corruption issue and known workarounds.2002-11-02, by ranma
-
-really-quiet2002-11-01, by arpi
-
verbose can be negative2002-11-01, by arpi
-
usage of libmpeg2, liba52, mp3lib & svq1 can be disabled2002-11-01, by arpi
-
put USE_ #defines for libmpeg2, liba52, mp3lib and svq1 codecs2002-11-01, by arpi
-
cosmetics :)2002-11-01, by arpi
-
get stream back from the demuxer2002-11-01, by arpi
-
increase buffer size in immediate mode2002-11-01, by henry
-
Cleaned up the DXR3 section (lots of old stuff which was no longer2002-11-01, by mswitch
-
- some explanations suggested by Michael & Rich2002-11-01, by arpi
-
cosmetics requested by kabi2002-11-01, by michael
-
updated2002-11-01, by arpi
-
panscan support in -vo mga (actually moved common code to mga_common.c)2002-11-01, by arpi
-
I ported mplayer to the GNU system (also known as GNU/Hurd),2002-11-01, by arpi
-
vf_unsharp: proper rounding & print if sharpening or bluring2002-11-01, by arpi
-
The first language ripped is set as the default language2002-11-01, by arpi
-
Here's a new vo plugin that uses DirectFB. It's meant for Matrox G4002002-10-31, by arpi
-
including source and precompiled .spec for libwine support2002-10-31, by arpi
-
optional libwine support (compiling mplayer_wine.so, to be loaded using wine)2002-10-31, by arpi
-
boxblur, another useless filter2002-10-31, by michael
-
set up nBlockAlign, nBytesPerSec correctly if extended audio header avail.2002-10-31, by arpi
-
qtaudio - audio decoder using win32 quicktime 5 dlls2002-10-31, by arpi
-
qdmc/qdm2 codec added2002-10-31, by arpi
-
(de)intrleave luma & chroma idependantly2002-10-31, by michael
-
il & swapuv2002-10-31, by michael
-
pass audio codecdata2002-10-31, by arpi
-
(useless) UV plane swapper2002-10-31, by michael
-
some docs about video filter api2002-10-31, by arpi
-
sync with help_mp-en.h 1.652002-10-31, by pl
-
v4l update2002-10-31, by henry
-
Adding commandline options for filters and fixing stupid bug in cfg2002-10-31, by anders
-
spelling fixes2002-10-31, by henry
-
INREG now static inline instead of a define, to avoid unnecessary GETREG2002-10-31, by colin
-
dummy -npp2002-10-31, by michael
-
disabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it2002-10-31, by michael
-
fixes2002-10-31, by gabucino
-
sync2002-10-31, by gabucino
-
using fewer registers ... to workaround something2002-10-31, by michael
-
Removed debugging output2002-10-30, by mswitch
-
Added info on new dxr3 syncengine2002-10-30, by mswitch
-
updated2002-10-30, by arpi
-
removing "-npp" (found by arpi)2002-10-30, by michael
-
per context cpuCaps (idea by kabi)2002-10-30, by michael
-
change qscale type to int8 and fix qscale ordering2002-10-30, by michael
-
This patch is to add support for overlapping subtitles, that is2002-10-30, by arpi
-
JACOSub is another subtitling format, whose specifications are at:2002-10-30, by arpi
-
Some little bugfixs2002-10-30, by albeu
-
10L2002-10-30, by albeu
-
The default query_format shouldn't accept IMGFMT_MPEGPES2002-10-30, by albeu
-
10L ! Don't remove the scale filter if we don't added ourself2002-10-30, by albeu
-
debug printf2002-10-30, by arpi
-
unsharp filter doc2002-10-30, by arpi
-
Adding compile problem fix from Gabucino2002-10-30, by anders
-
enable volume filter and fix nonsense default volume (still not usable2002-10-30, by rfelker
-
using same numbers for cpuCaps as libmpeg2 & liba522002-10-30, by michael
-
cleanly passing the cpuCaps2002-10-30, by michael
-
Auto insert vf_lavc for the MPEG vo's2002-10-29, by albeu
-
Fixed the overlay, some opts to adjust the overlay2002-10-29, by albeu
-
<B>MPlayer</B> --> MPlayer2002-10-29, by diego
-
10l2002-10-29, by michael
-
don't use soundcard.h on non-linux if no OSS support2002-10-29, by arpi
-
new video filter: unsharp - does image (l/c/l+c) sharping/bluring2002-10-29, by arpi
-
Alex's 10l - fixed liblzo linking2002-10-29, by arpi
-
here is a somewhat generic equalizer implementation for the X11 vo drivers2002-10-29, by arpi
-
cleanup2002-10-29, by michael
-
cosmetics ;)2002-10-29, by michael
-
better deblocking filter2002-10-29, by michael
-
cleaned up liblzo detect and naming2002-10-29, by alex
-
10l - fixed wma version misdetection2002-10-29, by alex
-
passing picture_type (might be usefull for postprocessing)2002-10-29, by michael
-
-fomit-frame-pointer is needed for the PIC code2002-10-29, by michael
-
updated v4l section2002-10-29, by henry
-
10L fix2002-10-29, by henry
-
GCC warning fixes2002-10-29, by bertrand
-
using fewer registers (fixes compilation bug hopefully)2002-10-29, by michael
-
Updated the DXR3 section to reflect command changes, prebuf replaced2002-10-29, by mswitch
-
Prebuffering is no longer the default option.2002-10-29, by mswitch
-
fixing segfault2002-10-29, by michael
-
fix compilation on non-x86 with gcc 2.952002-10-29, by colin
-
fixing quant_store scaling2002-10-28, by michael
-
postprocessing cleanup:2002-10-28, by michael
-
Fixed stupid bug relating to multiple cards on athlons2002-10-28, by mswitch
-
sync2002-10-28, by zdar
-
VCD fixes2002-10-28, by arpi
-
Unified BSD sections, expanded Cygwin section, small fixes.2002-10-28, by diego
-
config_vo error handling2002-10-28, by arpi
-
pass extradata to the codec2002-10-28, by arpi
-
ffwma2002-10-28, by arpi
-
Gerard->Fabrice2002-10-28, by arpi
-
URLs corrected.2002-10-28, by diego
-
1l2002-10-27, by jonas
-
some changes found by lgb...2002-10-27, by jonas
-
DVD authentication, VCD/DVD structure, more...2002-10-27, by jonas
-
sync, patch by Ioannis Panteleakis.2002-10-27, by diego
-
10l2002-10-27, by arpi
-
vo_init() moved to/fixed in preinit()2002-10-27, by arpi
-
mode detection && vo_init() moved to preinit()2002-10-27, by arpi
-
1l :)2002-10-27, by arpi
-
handle direct rendering buffer allocation failure2002-10-27, by michael
-
added chanegs since pre92002-10-26, by arpi
-
- removed YV12 support (builtin yv12->rgb conversion)2002-10-26, by arpi
-
Gregory Kovriga added2002-10-26, by arpi
-
HTML errors2002-10-26, by diego
-
avoids segfaults w.r.t to mp3 files handling:2002-10-26, by pl
-
Remove my broken patch (RGB16 big endian fix, v1.28) - didn't work after2002-10-25, by colin
-
please never edit this file with a windows editor.2002-10-25, by jaf
-
update cygwin status2002-10-25, by faust3
-
2xSai filter... just for fun, imho useless2002-10-25, by arpi
-
debug ize2002-10-25, by arpi
-
add ao_win322002-10-25, by faust3
-
add ao_win322002-10-25, by faust3
-
add ao_win322002-10-25, by faust3
-
add win32 libs2002-10-25, by faust3
-
new windows waveout audio driver2002-10-25, by faust3
-
Reverse Arpi's commit and put the right fix in place.2002-10-25, by albeu
-
better error handling2002-10-25, by arpi
-
check for framesize validity, return -1 (error) for zero size (bug found by pl)2002-10-25, by arpi
-
patch for crashes/memory corruptions in ASX playlist parser.2002-10-25, by arpi
-
Check what we obtain in SDL_OpenAudio() - allows to build the2002-10-25, by colin
-
v4l options update2002-10-25, by henry
-
fixes a segfault when seeking on some mp3 only files2002-10-25, by pl
-
added an option for specifying the size of capture buffer2002-10-25, by henry
-
Spellchecked, reworded, reformatted, small additions and corrections.2002-10-24, by diego
-
spelling: paramerters -> parameters2002-10-24, by rik
-
2 small fixes2002-10-24, by arpi
-
pre9 entry spellchecked in preparation of the imminent release.2002-10-24, by diego
-
updated2002-10-24, by arpi
-
10l... #ifdef doesn't work for enums :(2002-10-24, by arpi
-
Change SDL_(Un)lockAudio to PauseAudio() (works better)2002-10-24, by colin
-
on solaris x86, set set default for vidix to 'disabled' (does yet not compile)2002-10-24, by jkeil
-
updated comments2002-10-24, by arpi
-
made gcd() static2002-10-24, by arpi
-
100l - Michael is right, we don't need le2me here2002-10-24, by arpi
-
small warning fix from Dominik Mierzejewski2002-10-23, by pontscho
-
fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot net>)2002-10-23, by michael
-
10l2002-10-23, by arpi
-
max header size increased2002-10-23, by arpi
-
fixed unaligned access (bus error on sparc)2002-10-23, by arpi
-
A small patch to Gui/interface.c; the first fix is a plain bug, the second is2002-10-23, by arpi
-
gcc 2.95.3-10 (cygwin) is detected as bad, which it shouldn't.2002-10-23, by diego
-
cosmetic2002-10-23, by pontscho
-
updated2002-10-23, by arpi
-
rewrote the lirc code to remove the fork2002-10-23, by arpi
-
applied Albeu's doc on -input file=...2002-10-23, by arpi
-
allow cache to be disabled (-nocache should override cachesize autodetection2002-10-23, by arpi
-
- fixed several 10l bugs2002-10-23, by arpi
-
FreeBSD fix2002-10-23, by nexus
-
10l2002-10-23, by jaf
-
upd2002-10-23, by alex
-
1l2002-10-23, by arpi
-
10l2002-10-23, by arpi
-
yeah, test.c works now!2002-10-23, by arpi
-
Geometry update2002-10-23, by mark
-
documenting -vop rotate 4..72002-10-23, by arpi
-
automatic rotation for mode 4..7, based on2002-10-23, by arpi
-
Fixed a bug in MPlayer which would prevent proper parsing of2002-10-23, by arpi
-
Added meself to AUTHORS2002-10-23, by mark
-
10l2002-10-23, by arpi
-
cleanup config option handling in libmpdemux.2002-10-23, by arpi
-
Added the -geometry option (supports fbdev and tdfxfb drivers)2002-10-23, by mark
-
Add convenience wrapper for mplayer -identify2002-10-23, by ranma
-
add -identify switch2002-10-23, by ranma
-
If movie height is odd, the picture is placed badly, due to wrong rouding.2002-10-23, by arpi
-
cosmetics - reordered config.mak lines2002-10-23, by arpi
-
re-enabled a-v sync2002-10-23, by arpi
-
added libmpdemux depends to test.c2002-10-23, by arpi
-
time.h required for select()2002-10-23, by arpi
-
MPlayer being unable to display video properly on many nVidia graphics cards.2002-10-23, by arpi
-
sample client for -vop bmovl -- loads and alphablend any PNG file2002-10-23, by arpi
-
-vop bmovl - BitMap OVerLay videofilter for MPlayer2002-10-23, by arpi
-
dvd chapter detect function from Gregory Kovriga2002-10-22, by pontscho
-
cosmetics2002-10-22, by pontscho
-
- using avcodec_alloc_context()2002-10-22, by arpi
-
fixes (what?:)2002-10-22, by gabucino
-
fixes (yeah, I dunno what:)2002-10-22, by gabucino
-
more undetectable xvid bugs :(2002-10-22, by michael
-
compiler warning fixes by Dominik2002-10-22, by arpi
-
dump wav header2002-10-22, by arpi
-
some fixes2002-10-22, by arpi
-
minor fixes in forceaudio option2002-10-22, by henry
-
OSS is optional (fixes case when "tv" enabled, and "ossaudio" disabled)2002-10-22, by arpi
-
don't build dhahelper on PPC linux2002-10-22, by arpi
-
Colin Leroy added2002-10-22, by arpi
-
New feature to let mplayer read commands from a file. Mostly2002-10-22, by albeu
-
added linuxppc+vidix2002-10-22, by alex
-
save colorkey stuff patch by (Colin Leroy <colin at colino dot net>)2002-10-22, by michael
-
libdha on linux powerpc support by Colin Leroy <colin@colino.net>2002-10-22, by alex
-
RGB16 big endian fix patch by (Colin Leroy <colin at colino dot net>)2002-10-22, by michael
-
add an option to force audio recording when a tv card reports no audio sources2002-10-22, by henry
-
add a forgotten shutdown test2002-10-22, by henry
-
fixes2002-10-22, by arpi
-
obsolete2002-10-22, by arpi
-
updated2002-10-22, by arpi
-
update version in changelog2002-10-21, by eyck
-
sync (today's changes not yet)2002-10-21, by gabucino
-
small helper script for DOCS translators (to change numeric links to2002-10-21, by gabucino
-
sync with en v1.652002-10-21, by rtognimp
-
sync by me and hephooey@fastmail.fm2002-10-21, by jaf
-
endianness fixes for mach64 vidix driver patch by (Colin Leroy <colin at colino dot net>)2002-10-21, by michael
-
really fix latest fix. But now this versioning stopped making sense to me.2002-10-21, by eyck
-
1ml2002-10-21, by atmos4
-
sync2002-10-21, by nexus
-
add and extended Gregory Kovriga's <gkovriga@techunix.technion.ac.il> patch2002-10-21, by pontscho
-
XviD needs some more header files.2002-10-21, by diego
-
Typo: libcore.a is now called libxvidcore.a2002-10-21, by diego
-
Obtain gdb information from non i386 machines.2002-10-20, by diego
-
updated...2002-10-20, by arpi
-
add FreeBSD default path2002-10-20, by nexus
-
<B>MPlayer</B> ---> MPlayer2002-10-20, by diego
-
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.2002-10-20, by diego
-
fix previous patch.2002-10-20, by eyck
-
change versioning of libdha, patch from Guillem Jover <guillem.jover@menta.net>2002-10-20, by eyck
-
Patch from: Guillem Jover <guillem.jover@menta.net>2002-10-20, by eyck
-
Fixed more potential mem leaks and use the url_free method2002-10-19, by bertrand
-
libmpdvdkit --> libmpdvdkit2, small corrections2002-10-19, by diego
-
removed the mess2002-10-19, by alex
-
Fixed two typos noticed by Sycotic Smith (I think).2002-10-19, by diego
-
task done2002-10-19, by alex
-
Stop grabbing from v4l when paused by Jindrich Makovicka2002-10-19, by alex
-
Choose a good visual from the list of supported visuals on the X11 server,2002-10-19, by jkeil
-
- wsErrorHandler was crashing on solaris with a null pointer access in printf;2002-10-19, by jkeil
-
using sh->context for private data2002-10-19, by alex
-
support to use minilzo lib alternatively2002-10-19, by alex
-
sync2002-10-19, by jaf
-
some cleanup2002-10-19, by arpi
-
Do not install CVS directories.2002-10-19, by diego
-
FreeBSD info2002-10-19, by nexus
-
Documented "j" key, small fixes, rewording, spell checking.2002-10-19, by diego
-
Remove option descriptions that are in the man page, add some missing2002-10-19, by diego
-
Keyboard controls and options are described in the man page, removed the2002-10-19, by diego
-
Sync with the English version, patch by <hephooey@fastmail.fm>.2002-10-19, by diego
-
10L2002-10-19, by kmkaplan
-
bypass palette from bih, when codec cannot give it in o_bih2002-10-19, by arpi
-
#ifdef PIX_FMT_YUV411P...2002-10-19, by arpi
-
doc fixes part 1 (more will come when i find the time to read the rest)2002-10-18, by attila
-
some corrections to produce better looking indentations2002-10-17, by jonas
-
fix & workaround possible sig8/sig11 in blocksize calculation2002-10-17, by arpi
-
fix bih->biSize for uncompressed files too2002-10-17, by arpi
-
exporting palette for 4/8bpp modes2002-10-17, by arpi
-
fixing palette export2002-10-17, by arpi
-
vbrpass option, patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>.2002-10-17, by diego
-
Mplayer can switch between subtitles of different languages during2002-10-17, by kmkaplan
-
Mplayer can switch between subtitles of different languages during2002-10-17, by kmkaplan
-
10l - noticed by Soeren Mueller <soeren.mueller at webwasher.com>2002-10-17, by faust3
-
-fixed-vo support2002-10-17, by pontscho
-
fill the extra bytes with zero2002-10-17, by arpi
-
small memleaks2002-10-17, by arpi
-
dumping environment vars in setdllacecsspath2002-10-17, by arpi
-
rgb1/rgb4 support2002-10-17, by arpi
-
codecs.conf min. version bumped2002-10-17, by arpi
-
- raw rgb1, rgb4 added2002-10-17, by arpi
-
- rgb1, rgb4 support2002-10-17, by arpi
-
avoid multiple init2002-10-17, by michael
-
10l bug, found by valgrind :)2002-10-16, by arpi
-
Extended the FAQ a bit, maybe we start receiving some more donations and2002-10-16, by diego
-
fix memleak again2002-10-16, by pontscho
-
fix memleak2002-10-16, by pontscho
-
-fixed-vo support2002-10-16, by pontscho
-
-fixed-vo support2002-10-16, by pontscho
-
10l - do not read INDEX twice!!!2002-10-16, by arpi
-
memleaks2002-10-16, by arpi
-
memleak fix2002-10-16, by arpi
-
memleak fix (found by valgrind)2002-10-16, by arpi
-
fix fullscreen2002-10-16, by pontscho
-
-fixed-vo support, based on patch by .so :)2002-10-16, by arpi
-
10l. use mpcodecs_draw_slice, instead of libvo directly2002-10-16, by arpi
-
new filter: 1bpp - converts 1bpp image to yuv/rgb 8/16/32 bpp2002-10-16, by arpi
-
ss_div/ss_mul defaults to 02002-10-16, by arpi
-
set up ss_div/ss_mul properly, accept 'alaw' fourcc too2002-10-16, by arpi
-
tell the codec wrapper the codec path (fixes realaudio Sipr)2002-10-16, by arpi
-
- dvd aspect changing bug - fixed2002-10-16, by pontscho
-
use standard gsm fourcc 'agsm' instead of msgsm id 0x312002-10-16, by arpi
-
more accurate a_pts calculation in AVI -bps (default) mode2002-10-16, by arpi
-
ds_tell_block()2002-10-16, by arpi
-
10l to Dominik - casting at wrong place2002-10-16, by arpi
-
Don't start a CDDB request to the CDDB server if there is no CD in the drive,2002-10-16, by bertrand
-
Adding volume control and moving control() call parameters to a seperate file2002-10-16, by anders
-
reversed some changes as they produced ugly html output2002-10-15, by jonas
-
All right: The patch adresses two issues which I found, when I analyzed2002-10-15, by arpi
-
10l2002-10-14, by jonas
-
remove some notes, more conversion notes2002-10-14, by jonas
-
rewrite (again ;), cosmetics, no real changes2002-10-14, by jonas
-
MSGL_DBG2 -> MSGL_INFO2002-10-14, by attila
-
printf -> mp_msg2002-10-14, by attila
-
correction of Kim Minh Kaplan, some cosmetics2002-10-14, by jonas
-
always use rounded-up blocksize for .avi files (fixes Firestarter.mpg.avi)2002-10-14, by arpi
-
trivial date & disclaimer fix2002-10-13, by arpi
-
Fixes:2002-10-13, by arpi
-
compiler warning fixes2002-10-13, by arpi
-
-fps autodetection2002-10-13, by arpi
-
liblzo realtime video codec support (decoding only)2002-10-13, by arpi
-
make local stuff 'static', complete uninit2002-10-13, by arpi
-
better wording2002-10-13, by arpi
-
add new 3ivx.com fourccs2002-10-13, by faust3
-
fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant)2002-10-13, by michael
-
more info about data partitioning2002-10-13, by michael
-
mmx yuy2 output2002-10-13, by michael
-
new error resilience support2002-10-13, by michael
-
Create the ~/.cddb directory if not present.2002-10-13, by bertrand
-
yuy2 output support2002-10-13, by michael
-
Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &2002-10-12, by jkeil
-
fixed 2 10l bugs, ATI VCR2 dll now working2002-10-12, by alex
-
sync2002-10-12, by jaf
-
sync with help_mp-en.h 1.632002-10-12, by pl
-
src and dest buffers may overlap2002-10-11, by pl
-
- ao_data.bps not set, confuses the A-V sync computation when the audio filters2002-10-11, by jkeil
-
more correct flags2002-10-11, by faust3
-
added reference to the cpufreq project (for the speedstep problems).2002-10-11, by attila
-
Correcting counters and flags2002-10-11, by anders
-
stream selection cleanup, fixed -nosound2002-10-10, by arpi
-
Use the common aspect code2002-10-10, by albeu
-
upsz ...2002-10-10, by pontscho
-
- better dxr3 support2002-10-10, by pontscho
-
last flip bug fixed2002-10-10, by pontscho
-
Well.. it's KotH not Koth :)2002-10-10, by attila
-
argh 100l2002-10-10, by nexus
-
10l2002-10-10, by nexus
-
Man page review part one, spelling, rewording and layout fixes.2002-10-10, by diego
-
Mailing list section reworded and updated. This should at some point be2002-10-10, by diego
-
Cosmetics: Converted 2 spaces to one in section titles, changed some ugly2002-10-10, by diego
-
Fix for a stupid mistake, patch by hephooey@fastmail.fm.2002-10-10, by diego
-
don't honor stride hints if the next filter(chain) doesn't support stride2002-10-10, by arpi
-
Fix usage for common users that may not have fbset in their path.2002-10-10, by diego
-
compiler warning found by Dominik2002-10-10, by arpi
-
also set VFCAP_ACCEPT_STRIDE when draw_image() is implemented2002-10-10, by arpi
-
draw_image()2002-10-10, by arpi
-
for() -> memcpy_pic()2002-10-09, by arpi
-
10l fix & cleanup of draw_frame(), still NO support for stride :(2002-10-09, by arpi
-
draw_slice() seems to support all csp2002-10-09, by arpi
-
since draw_slice() supports RGB/BGR, we don't need draw_image() for stride2002-10-09, by arpi
-
since draw_slice() can handle packed RGB too, set the VFCAP_ACCEPT_STRIDE flag2002-10-09, by arpi
-
support for VFCAP_ACCEPT_STRIDE in vo drivers2002-10-09, by arpi
-
VFCAP_DRAW_SLICE added2002-10-09, by arpi
-
draw_image, get_image fix2002-10-09, by arpi
-
draw_image()2002-10-09, by arpi
-
- implemented draw_image()2002-10-09, by arpi
-
-fixes vo_directx to work with -fixed-vo2002-10-09, by arpi
-
draw_image() implementation (new libvo API)2002-10-09, by arpi
-
more cleanup, some -vo mga fullscreen fixes2002-10-09, by arpi
-
some cleanup2002-10-09, by arpi
-
VfwEx uninit crash fixed, bugreport by Wolfgang Thiess <wollet1@gmx.net>2002-10-09, by arpi
-
_EXPERIMENTAL_ option: -fixed-vo for libvo spec compliance testing2002-10-09, by arpi
-
preinit() has an arg... use it.2002-10-09, by arpi
-
mode check at preinit()2002-10-09, by arpi
-
cosmetics2002-10-09, by arpi
-
-nosound fix2002-10-08, by arpi
-
- fixed a 10l bug: setting PTS flag even if no PTS stored2002-10-08, by arpi
-
fixed LPCM parsing2002-10-08, by arpi
-
parse samplerate & channels from LPCM header2002-10-08, by arpi
-
reset channels too2002-10-08, by arpi
-
remove nonsense warnings now that libaf is used2002-10-08, by rfelker
-
ffdv is stable now2002-10-08, by arpi
-
cosmetics :)2002-10-08, by arpi
-
Adding function for calculating the delay caused by the filters2002-10-08, by anders
-
Added support for RTSP stream over TCP.2002-10-08, by bertrand
-
* Fix for the broken MultiDec files I had originally posted with the2002-10-07, by arpi
-
411P added (DV ntsc)2002-10-07, by arpi
-
argh. gcc sux. someone please explain why float x=0; if(x>0) ... is true.2002-10-07, by arpi
-
fill ao_data correctly2002-10-07, by arpi
-
updated for libaf...2002-10-07, by arpi
-
updated for libaf rules2002-10-07, by arpi
-
fixed ao_data.bps - patch by Tobias Diedrich <td@sim.uni-hannover.de>2002-10-07, by arpi
-
Handle playback of sample rates not supported by the sun audio hardware.2002-10-07, by jkeil
-
Document demux_mov.c fix2002-10-07, by jkeil
-
BE_16/BE_32 macro was accessing integers from unaligned addresses on SPARC2002-10-07, by jkeil
-
added libaf2002-10-07, by alex
-
DGA1 trivial fix by Fredrik Noring <noring@nocrew.org>2002-10-07, by arpi
-
documenting vesa 3 / GTF config2002-10-07, by arpi
-
a small fix for vo_vesa, when calling set_refresh, when -nofs used.2002-10-07, by arpi
-
Adding functionality for adding filters during execution2002-10-07, by anders
-
I think libfaad2 changed recently. The functions faacDecInit() and2002-10-07, by arpi
-
sync2002-10-07, by nexus
-
libaf compliance (ao_data) fix by Tobias Diedrich <td@sim.uni-hannover.de>2002-10-07, by arpi
-
Some further explanations, dev-eng is now subscribers only.2002-10-07, by diego
-
small updates2002-10-07, by diego
-
reversed Anders' nonsense change2002-10-06, by arpi
-
some obsolete stuff removed2002-10-06, by gabucino
-
sync2002-10-06, by gabucino
-
updates, fixes2002-10-06, by gabucino
-
removing my email addr (too much spam)2002-10-06, by gabucino
-
sync2002-10-06, by rtognimp
-
various fixes, new options2002-10-06, by arpi
-
extending the tooslow hints2002-10-06, by arpi
-
fixed -ac/vc/ao/vo/afm/vfm stuff2002-10-06, by arpi
-
libdvdkit shared install fixed2002-10-06, by arpi
-
mayeb fixed dpms/screensaver issues2002-10-06, by arpi
-
documenting -vop dint2002-10-06, by arpi
-
I found that default isn't optimal so it's changed a bit. :)2002-10-06, by arpi
-
smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>2002-10-06, by arpi
-
i18n should not affect --language2002-10-06, by arpi
-
This patch adds the functionality to disable/enable subtitles while playing2002-10-06, by arpi
-
DPRINTF -> mp_msg()2002-10-06, by arpi
-
Small error, the buffer size got set incorrectly.2002-10-06, by arpi
-
Fixed some typos and an error in the help output.2002-10-06, by diego
-
This patch hopefully fixes colorkeying and a segfault in exclusive mode2002-10-06, by arpi
-
typo (found by alex)2002-10-06, by michael
-
updated2002-10-06, by arpi
-
uninit cleanup again... thx to Nilmoni Deb for bugreport2002-10-06, by arpi
-
Added my credits, plus a small wording correction.2002-10-06, by diego
-
forgot docs (again ...)2002-10-06, by michael
-
sync, shorter messages in help screen2002-10-06, by rtognimp
-
Removing annoying printf2002-10-06, by anders
-
Changing frequency limit for resampling2002-10-06, by anders
-
Adding Support for non-reentrant audio filters2002-10-06, by anders
-
Adding -format and -af switches2002-10-06, by anders
-
11l2002-10-06, by arpi
-
10l2002-10-06, by arpi
-
strtod is locale-dependant, so it may only accept either '.' or ',' as decimal point,2002-10-06, by atmos4
-
Enable -subfps for time based subtitles, too.2002-10-06, by atmos4
-
10l2002-10-06, by arpi
-
Skip html tags (like <i>) inside subviewer subtitles.2002-10-06, by atmos4
-
- init fails if no -vo mpegpes2002-10-06, by arpi
-
updated, still missing many contributors :(2002-10-05, by arpi
-
new option -speed, to set playback speed rate (examples: -speed 1:3 or -speed 5)2002-10-05, by arpi
-
aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoder2002-10-05, by arpi
-
af_calc_insize_constrained() rounding changes, works better for me this way2002-10-05, by arpi
-
optimization of the FIR macros, extending outfreq range to 2..192khz2002-10-05, by arpi
-
ffdv added2002-10-05, by arpi
-
new ac/vc/afm/vfm/ao/vo options2002-10-05, by jonas
-
Removing debug message, (oops)2002-10-05, by anders
-
Adding function for estimating required buffer length2002-10-05, by anders
-
by cvs hephooey@fastmail.fm2002-10-05, by jaf
-
We translated Polish manual to version pre8.2002-10-05, by gabucino
-
renamed to LUT-based sw. eq.2002-10-04, by alex
-
This just corrects a function name to match the other demuxer's2002-10-04, by arpi
-
adds "libdv" to the "input modules" list in "configure", and2002-10-04, by arpi
-
*** empty log message ***2002-10-04, by jaf
-
Correcting error in macro2002-10-03, by anders
-
Fixing the fix buffer overrun should work now2002-10-03, by anders
-
Redesign of buffer length calculation2002-10-03, by anders
-
1l2002-10-02, by arpi
-
100l2002-10-02, by arpi
-
use snprintf instead of sprintf2002-10-02, by pontscho
-
add [video||audio]_driver_list2002-10-02, by pontscho
-
Fixing potential future problem with buffer overrun2002-10-02, by anders
-
Changing to 32 bit aritmetics for counters2002-10-02, by anders
-
change i18n to autodetect2002-10-02, by pontscho
-
1l - update len too in sliced mode2002-10-01, by arpi
-
changed order of libs to match the dependency (required for static linking)2002-10-01, by arpi
-
new opt: -autosync, controls ao->get_delay() smoothing (default: disabled)2002-10-01, by arpi
-
flickering fix, patch by Fredrik Noring <noring@nocrew.org>2002-10-01, by arpi
-
fixing RV10 streamcopy - detect packet format (simple single frame vs. slices2002-10-01, by arpi
-
rv10 cleanup2002-10-01, by michael
-
_NET_WM_FULLSCREEN support2002-10-01, by pontscho
-
FreeBSD fix2002-10-01, by nexus
-
Moving lm to after laf2002-10-01, by anders
-
Adding new audio output filter layer libaf2002-10-01, by anders
-
- demuxer->audio->id is set to -2 when using 'frameno.avi', so2002-09-30, by arpi
-
sync by Anders Rune Jensen <anders@gnulinux.dk>2002-09-30, by jaf
-
idct algo selection support2002-09-29, by michael
-
audio out driver list support (example: -ao alsa9,sdl:esd,oss,sdl:oss,)2002-09-29, by arpi
-
video out driver list support (like -vc, example: -vo xmga,xv,x11,)2002-09-29, by arpi
-
removed obsolote func, some cosmetics of AUDIO: msg2002-09-29, by arpi
-
1l: shift+space -> normal space2002-09-29, by gabucino
-
some cleanup - made private vars/funcs static, removed obsolete externs2002-09-29, by arpi
-
warning fix - hope it don't break it2002-09-29, by arpi
-
warning fixes2002-09-29, by arpi
-
upsz ...2002-09-29, by pontscho
-
vcodec=mpeg4 set as default2002-09-29, by arpi
-
updated my areas2002-09-29, by alex
-
updated2002-09-29, by arpi
-
1000l2002-09-29, by arpi
-
10l, cosmetics2002-09-29, by arpi
-
sync2002-09-29, by nexus
-
10l2002-09-29, by alex
-
updated.2002-09-29, by gabucino
-
sync2002-09-29, by jaf
-
sync2002-09-29, by nexus
-
sync2002-09-29, by pontscho
-
Fix kde 3.1 fullscreen issues, closes my latest bugreport on that issue.2002-09-29, by atmos4
-
more2002-09-28, by pontscho
-
fullscreen fixes, based on mail by Havoc Pennington <hp@redhat.com>2002-09-28, by arpi
-
add aspect changing support2002-09-28, by pontscho
-
fix filter handling bug2002-09-28, by pontscho
-
-nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>2002-09-28, by arpi
-
- add "start in fullscreen" function2002-09-28, by pontscho
-
argh i forgot to add new file..2002-09-28, by arpi
-
-vo directx driver by Sascha Sommer <saschasommer@freenet.de>2002-09-28, by arpi
-
no fix window size2002-09-28, by pontscho
-
passthrough timestamps to demuxer2002-09-28, by arpi
-
another dga v1 fix by Fredrik Noring <noring@nocrew.org>2002-09-28, by arpi
-
complex patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>2002-09-28, by alex
-
akarki fs pecse2002-09-28, by pontscho
-
sync, added cache and cleanup2002-09-28, by jaf
-
removed obsolete/unused audio|video_fm|codec, has_audio|video2002-09-28, by arpi
-
btaudio driver support by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>2002-09-28, by alex
-
added uhulinux url2002-09-28, by alex
-
- fix new afm/vfm support2002-09-28, by pontscho
-
sync2002-09-28, by nexus
-
function for blanking+clearing screen2002-09-28, by gabucino
-
sync2002-09-28, by jaf
-
-ac/-afm rewrite, now works the same way as -vc/-vfm2002-09-28, by arpi
-
0x50 enabled for mp3lib2002-09-28, by arpi
-
layer-1 stream parsing (NOT decoding) support2002-09-28, by arpi
-
decoder merged, using mpi now. support for stride, and outfmt 411p,422p2002-09-27, by arpi
-
some cleanup2002-09-27, by arpi
-
-vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)2002-09-27, by arpi
-
when working through a mixed play tree with audi-only files and video files2002-09-27, by arpi
-
DGA1 fix by Fredrik Noring <noring@nocrew.org>2002-09-27, by arpi
-
dump processed edit list data2002-09-27, by arpi
-
Display the IP address that has been resolved.2002-09-27, by bertrand
-
pass fourcc to lavc2002-09-26, by michael
-
fixing compilation on LFS2002-09-26, by gabucino
-
Added -lm for libcdparanoia (for the sin & cos symbol).2002-09-26, by bertrand
-
sync2002-09-26, by frodone
-
sync2002-09-26, by frodone
-
Correction of spelling errors and removal of old code2002-09-26, by anders
-
-vc/-vfm accepts codec/driver _list_ now. empty list element for -vc means2002-09-26, by arpi
-
new func: select_codec() - disables codec by name2002-09-26, by arpi
-
interlaced dct2002-09-26, by michael
-
accept empty strings too for STRING_LIST (example: "-xyz 1,2.5,,4," )2002-09-26, by arpi
-
best audio/video codec selection & init moved to libmpcodecs2002-09-25, by arpi
-
fixed invalid -aid/-vid segfault2002-09-25, by arpi
-
fixes problem with video image alignment.2002-09-25, by arpi
-
cosmetics...2002-09-25, by arpi
-
Attached patch improves the vertical retrace synchronisation (vsync)2002-09-25, by arpi
-
fixed order of uninit (codec, demuxer, stream) - found by Jindrich Makovicka2002-09-25, by arpi
-
darkmasking & docs2002-09-24, by michael
-
removed -dapsync (obsolete code)2002-09-23, by arpi
-
RTC fixes by Sidik Isani <lksi@cfht.hawaii.edu>2002-09-23, by arpi
-
rage128 gray fix?2002-09-23, by arpi
-
Modern versions of OpenSSH listen on localhost to forward the X11 connection2002-09-23, by arpi
-
accepted. so we're now 110% gpl...2002-09-23, by arpi
-
adaptive quant support ...2002-09-23, by michael
-
sync by Fire <sefanja@gmx.net>2002-09-23, by jaf
-
some updates2002-09-22, by arpi
-
U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com>2002-09-22, by arpi
-
memcpy->memove (overlapping blocks)2002-09-22, by arpi
-
put some comemnts into teh generated help_mp.h file2002-09-22, by arpi
-
help*.h files moved to help/ subdir2002-09-22, by arpi
-
removed unused old keyboard fifo hack2002-09-22, by arpi
-
changed 'detected fileformat' messages to a message with %s2002-09-22, by jaf
-
qtrle needs query2002-09-22, by alex
-
now also tells about 2x xxx MB CDs2002-09-22, by jaf
-
removed unused2002-09-22, by jaf
-
removed unused2002-09-22, by jaf
-
removed unused2002-09-22, by jaf
-
Fix nick of sbmpost2002-09-22, by lgb
-
removed unused, sync in de2002-09-22, by jaf
-
some makefile cleanup2002-09-22, by arpi
-
compilation fix, patch by Sidik Isani <lksi@cfht.hawaii.edu>2002-09-22, by arpi
-
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug2002-09-22, by arpi
-
wine headers cleanup2002-09-22, by arpi
-
declarations moved to *.c files2002-09-22, by arpi
-
get_sh_audio/get_sh_video removed (never used, also useless)2002-09-22, by arpi
-
use img_format.h instead of wine/mmioFOURCC hack2002-09-22, by arpi
-
- cosmetics, reorder2002-09-21, by arpi
-
we don't need the 0x1ff hack any more!2002-09-21, by arpi
-
we don't need the 0x1FF hack any more2002-09-21, by arpi
-
typo2002-09-21, by jaf
-
version 0.1.10 by Juergen Hammelmann <juergen.hammelmann@gmx.de>2002-09-21, by jaf
-
pshufw is a mmx2 instruction, so don't use dct64_MMX_3dnowex on k6-3 which2002-09-21, by arpi
-
New option for mplayer: -dumpmicrodvdsub2002-09-21, by kmkaplan
-
Use string selection to choose mode2002-09-21, by kmkaplan
-
Support for XviD encoding2002-09-21, by kmkaplan
-
Support for XviD encoding2002-09-21, by kmkaplan
-
"fake" Surround section removed2002-09-20, by gabucino
-
matroxtv script was modified2002-09-20, by gabucino
-
hmm. duplicate (+incomplete) surround sections? incomplete one removed2002-09-20, by gabucino
-
This patch allows you to use fractional values for specifying a zoom.2002-09-20, by arpi
-
some mpcodecs option declaration moved to cfg-*, as aren;t used by2002-09-20, by arpi
-
This tiny patch adds "type=2" absolute seconds seek capability.2002-09-20, by arpi
-
"One can cause a permanent hang on a seek, and the other just causes2002-09-20, by arpi
-
Should be: if test ; then - D Richard Felker III <dalias@aerifal.cx>2002-09-20, by alex
-
Automatic unrar of vobsub. Does not work with rar v32002-09-20, by kmkaplan
-
by Panagiotis Issaris <takis@lumumba.luc.ac.be>2002-09-19, by jaf
-
use avcodec_alloc_context()2002-09-19, by michael
-
version no for coming release2002-09-19, by eyck
-
updated2002-09-18, by arpi
-
fixing edit-list playback (it uses the mvhd-timescale instead of the mdhd-one)2002-09-18, by arpi
-
sync with help_mp-en.h 1.562002-09-18, by pl
-
sync2002-09-18, by nexus
-
Wording updated and spelling checked.2002-09-18, by diego
-
Removed obsolete entries.2002-09-18, by diego
-
Sync with upstream version. According to Edouard Gomez:2002-09-18, by kmkaplan
-
d_width==screenwidth && -fs hopefully fixed2002-09-18, by arpi
-
Document -noaspect, patch by Fredrik Noring <noring@nocrew.org>.2002-09-17, by diego
-
Added the cdinfo.c for compilation.2002-09-17, by bertrand
-
Enable CDDB support only if the network layer is enabled.2002-09-17, by bertrand
-
Moved all the cdinfo specific from cddb to a standalone file(cdinfo.c), so2002-09-17, by bertrand
-
Moved all the cdinfo specific from cddb to a standalone file, so2002-09-17, by bertrand
-
Enable the LIVE lib only if the network layer (STREAMING) is enable.2002-09-17, by bertrand
-
updated version (from ftp/incoming)2002-09-17, by arpi
-
-zoom will be handled by -vop scale2002-09-17, by arpi
-
sync & typos2002-09-17, by zdar
-
TODO completed2002-09-16, by arpi
-
updated for pre82002-09-16, by arpi
-
hpux DVD support fixes by Martin Gansser <mgansser@ngi.de>2002-09-16, by arpi
-
WORDSIZE detection by Björn Sandell <biorn@dce.chalmers.se>2002-09-16, by arpi
-
10l2002-09-16, by alex
-
sync2002-09-16, by jaf
-
Fix support for negative "delay:" directive in .idx file.2002-09-16, by kmkaplan
-
sync,typo2002-09-16, by nexus
-
adding CP1251 to GUI's Font encoding for FreeType2002-09-16, by iive
-
update & GUI CP1251 encoding in FFT2002-09-16, by iive
-
removed dummy OGG functions - use #ifdef instead2002-09-15, by arpi
-
some cosmetics - reordering declarations, 10l for cache22002-09-15, by arpi
-
'agsm' support (used by qt .mov files)2002-09-15, by arpi
-
standard GSM support for .mov files2002-09-15, by arpi
-
This patch fixes a segfault for native cvid decoder in bgr32 and bgr24 modes.2002-09-15, by arpi
-
stream layer cleanup part 22002-09-15, by arpi
-
stream layer cleanup - part 12002-09-15, by arpi
-
removed obsolete VCD_CACHE hack2002-09-15, by arpi
-
10l bug - 'len' was handled wrong.2002-09-15, by arpi
-
prefer ffsvq1 if available2002-09-15, by arpi
-
out formats reordered, quality order2002-09-15, by arpi
-
unused, replaced by vd_msrle.c2002-09-15, by arpi
-
- fixed some bugs in RLE decoder2002-09-15, by arpi
-
some updates2002-09-15, by arpi
-
cross-ref2002-09-15, by arpi
-
outflags described2002-09-15, by arpi
-
some words and drawing about video path2002-09-15, by arpi
-
The granule position of pages contining Vorbis audio is in units of2002-09-14, by arpi
-
add one line2002-09-14, by pontscho
-
reversed -ss behaviour (you have to use teh same -ss for all passes)2002-09-14, by arpi
-
Added a new ASX playlist mime-type2002-09-13, by bertrand
-
query_format support by Tilman Sauerbeck <tsauerbeck@users.sourceforge.net>2002-09-13, by alex
-
hpux scsi dvd support by Martin Gansser <mgansser@ngi.de>2002-09-13, by alex
-
fixed to comply with new loader2002-09-13, by alex
-
aspect ratio support by encoding (currently only with mpeg4 and h263p)2002-09-13, by alex
-
extended par support2002-09-13, by alex
-
Can't return pointer to automatic C array, gmplayer file selector box does2002-09-13, by jkeil
-
avifile sync - 95% cosmetics 5% bug2002-09-13, by arpi
-
- updated to use new stype ICopen (filename passed in the icopen struct)2002-09-13, by arpi
-
added JFIF and UMP42002-09-13, by alex
-
removed unused code. fixed yv12+debug-mode sig112002-09-13, by alex
-
added smjpeg demuxer only for nexus' request2002-09-13, by alex
-
bug=32002-09-13, by michael
-
add cpuinfo2002-09-13, by nexus
-
Reconstruct the muting state for the playback from a l/r volume of 0.0.2002-09-12, by jkeil
-
- gui version of mplayer is using the audio 'control' function before(!) the2002-09-12, by jkeil
-
G450/G550 TV-out2002-09-12, by gabucino
-
v2.02002-09-12, by gabucino
-
sync by Takis Issaris <takis.issaris@skynet.be>2002-09-11, by jaf
-
sync2002-09-11, by gabucino
-
some fixes I did while updating design52002-09-11, by gabucino
-
found 0.01-0.052002-09-11, by arpi
-
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.2002-09-10, by arpi
-
count dropped frames in -v mode, patch by Andriy N. Gritsenko <andrej@lucky.net>2002-09-10, by arpi
-
drop-deinterlace (dint) filter by Andriy N. Gritsenko <andrej@lucky.net>2002-09-10, by arpi
-
changing return type of put_image void->int2002-09-10, by arpi
-
Numbering corrected.2002-09-10, by diego
-
tga support2002-09-10, by jonas
-
Removed authors and maintainers section, now in txt format.2002-09-10, by diego
-
.PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxer2002-09-10, by arpi
-
Small HTML fix by Andras Mohari <mayday@varoshaza.nagyatad.hu>.2002-09-10, by diego
-
TGA images (-mf on:type=tga) support2002-09-10, by arpi
-
fixed >2GB files demuxing2002-09-10, by arpi
-
It prevents mode change when Hsync out of range.2002-09-10, by arpi
-
GTF update: Fixes "known parametrs" even when fbdev unused2002-09-10, by arpi
-
I experienced several segfaults when trying to play (unencrypted) DVDs2002-09-10, by arpi
-
version number bumped2002-09-10, by arpi
-
xanim outformats changed, indeo 3/4/5 now outputs YVU9 only2002-09-10, by arpi
-
- some cleanup, unused code removed2002-09-10, by arpi
-
pim1 is lowercase2002-09-10, by arpi
-
Use the character substitution code from fntRender() / fntTextWidth()2002-09-10, by jkeil
-
Off-by-one error allocating bitmap, when (width*height) % 8 != 02002-09-10, by jkeil
-
fixing y422p output2002-09-09, by michael
-
updated a bit2002-09-09, by arpi
-
updated to libmpcodecs way2002-09-09, by arpi
-
reference to patches.txt and porting-status.txt2002-09-09, by arpi
-
updated2002-09-09, by arpi
-
preface added, some small changes2002-09-09, by arpi
-
maintainers list - converted from html by Andras Mohari2002-09-09, by arpi
-
mplayer changelog, collected by ??? (found at incoming/ :))2002-09-09, by arpi
-
authors section from html docs, converted by Andras Mohari2002-09-09, by arpi
-
yuv422planar->yuy2 support2002-09-09, by arpi
-
unused code2002-09-09, by arpi
-
obsolete, use mencoder...2002-09-09, by arpi
-
obsolete, old code. use dga with swscaler (-vo dga -zoom)2002-09-09, by arpi
-
cosmetics - copyright msg removed, this file has nothing with mpeg2dec or2002-09-09, by arpi
-
obsoleted by font_load_ft.c2002-09-09, by arpi
-
- reorder of help, new section: Codecs, cosmetics/descriptions extended2002-09-09, by arpi
-
When we're compiling/running on a kernel without sse/sse2 support, we have2002-09-09, by jkeil
-
fixed palette8to{rgb24,bgr24,rgb32,bgr32}2002-09-09, by alex
-
10l2002-09-09, by alex
-
Code to XviD VBR Library from transcode.2002-09-09, by kmkaplan
-
Import transcode-0.6.1.20020829 XviD VBR Library into mencoder DivX4 encoder2002-09-09, by kmkaplan
-
Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il>2002-09-09, by bertrand
-
removed messy global 'tv_handle', use stream->priv for that purpose2002-09-08, by arpi
-
query added for soem vfw codecs2002-09-08, by arpi
-
sorry - this was a sync for all2002-09-08, by jaf
-
help_mp-bg.h2002-09-08, by jaf
-
sync2002-09-08, by nexus
-
-gui removal2002-09-08, by gabucino
-
sync (-gui removed)2002-09-08, by gabucino
-
typo2002-09-08, by nexus
-
-gui option removal leftovers2002-09-08, by diego
-
fixed get_format/set_format2002-09-08, by alex
-
changed message leveles (too many non-sense info messages)2002-09-08, by alex
-
disable annonying debug printf (autoq)2002-09-08, by atmos4
-
indeoraw removed (nonsense)2002-09-07, by alex
-
authors/maintainers updated - feel free to correct/extend2002-09-07, by arpi
-
added mjpa fcc to ffmjpeg2002-09-07, by alex
-
x11 include patch for hpux 11.00 by Martin Gansser <mgansser@ngi.de>2002-09-07, by alex
-
Don't try to reread from the socket if the server says EOF2002-09-07, by bertrand
-
Fixed an unknown command. Looks like it's a new command from WMS9.2002-09-07, by bertrand
-
removes old input code (forgot to commit this)2002-09-07, by alex
-
Minor speedup by nick kurshev.2002-09-07, by atmos4
-
Now included in codecs.html2002-09-07, by atmos4
-
Update with new method of finding DShow codecs and a small hint about VFW on WinNT.2002-09-07, by atmos4
-
Check if realloc failed on http_hdr->buffer instead of ptr in http_response_append,2002-09-07, by bertrand
-
fixing mpeg in avi2002-09-06, by michael
-
typo (checking for mpeg twice, instead of mpeg & MPEG)2002-09-06, by michael
-
sync2002-09-06, by jaf
-
Easier/Faster method of adding DShow codecs to mplayer.2002-09-06, by atmos4
-
- GCC 3.x (SPARC) is too clever for the double->int conversion trick used in2002-09-06, by jkeil
-
sync by Anders Rune Jensen <anders@gnulinux.dk>2002-09-06, by jaf
-
SPARC gcc generates bad code accessing an unaligned and packed structure member2002-09-06, by jkeil
-
(big) resync with help_mp-en.h 1.522002-09-06, by pl
-
sync by <hephooey@fastmail.fm>2002-09-06, by jaf
-
- simpler http_response_append (uses realloc())2002-09-06, by arpi
-
10l found by Arpi2002-09-05, by jonas
-
10l2002-09-05, by jonas
-
remove sub sub option lists over .IP2002-09-05, by jonas
-
changes for rewrite2002-09-05, by jonas
-
rewrite (much ;), no content change2002-09-05, by jonas
-
100l2002-09-05, by pontscho
-
man page documentation2002-09-05, by jonas
-
merged xacodec.c and vd_xanim.c2002-09-05, by alex
-
- add fuckin locale fix from Dietrich Clauß <dc2@clauss.dyndns.org>2002-09-05, by pontscho
-
links (found on xvid-dev list)2002-09-05, by michael
-
sis_vid removed2002-09-05, by jaf
-
Added CDDA credits to Alban.2002-09-05, by bertrand
-
Humm, only if __DEBUG_URL is defined, declare the prototype...2002-09-05, by bertrand
-
cyrix mtrr detect2002-09-05, by atmos4
-
obsolete, the new input has own lirc code2002-09-04, by arpi
-
obsolete, no one seems to be interested to fix/update/finish this2002-09-04, by arpi
-
1000l - planar YUV support fixed (indeo 3,4,5, i263 etc)2002-09-04, by arpi
-
update patch by Ioannis Panteleakis <pioann@csd.auth.gr>2002-09-04, by arpi
-
NULL->0 (warning fix)2002-09-04, by arpi
-
config() parameters change2002-09-04, by zdar
-
sync2002-09-04, by zdar
-
DXR3 docs updated. Patch by David Holm <david@realityrift.com>, further2002-09-04, by diego
-
Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell <biorn@dce.chalmers.se>)2002-09-04, by bertrand
-
sync2002-09-04, by gabucino
-
sync2002-09-04, by nexus
-
sync2002-09-04, by nexus
-
- add workaround for fuckin locale2002-09-04, by pontscho
-
obsoleted2002-09-04, by pontscho
-
Fix package building by adding BINDIR.2002-09-03, by diego
-
enabled csp-query support, but only for formats with 'query' flag set2002-09-03, by arpi
-
pass outflags[] index via sh->outfmtidx to the vd->control() func (for VfW)2002-09-03, by arpi
-
- vfwex redundancy removed2002-09-03, by arpi
-
10l2002-09-03, by jonas
-
bgr8 palette fixed2002-09-03, by arpi
-
ICDecompressEndEx() added2002-09-03, by arpi
-
Add the code that chooses a good X11 truecolor visual to the vo_x11 config()2002-09-03, by jkeil
-
The ALT_BITSTREAM_READER code does not work on SPARC, because the code accesses2002-09-03, by jkeil
-
Enable dvdkit on solaris2002-09-03, by jkeil
-
10l fix by Mark <CompGuy284@attbi.com>2002-09-03, by alex
-
- If fatal error while trying to connect to a WM server, skip other proto.2002-09-03, by bertrand
-
Return -2 for fatal error while connecting to a server.2002-09-03, by bertrand
-
Checked if the connection succeeded before writing in the socket.2002-09-03, by bertrand
-
fixed some problems with colorspace/init order, some cleanup2002-09-03, by arpi
-
-vfm should override status/priority2002-09-02, by arpi
-
VDCTRL_QUERY_FORMAT isn't required for constant csp support2002-09-02, by arpi
-
10l - RANLIB added to fix libavcodec compilation2002-09-02, by arpi
-
gcc 2.95.4 doesn't like VAR==value without spaces2002-09-02, by arpi
-
allow to specify freetype-config and restrict to freetype 2.1.x+2002-09-02, by atmos4
-
document -vop halfpack2002-09-02, by rfelker
-
better subfont description, moved to the write place2002-09-02, by jonas
-
fixed uninit order2002-09-01, by arpi
-
better freetype detection2002-09-01, by arpi
-
FreeBSD fix2002-09-01, by nexus
-
Pontscho forgot to add *.rm to all video files...2002-09-01, by diego
-
100l2002-09-01, by michael
-
make test1 && make test2 fixed2002-09-01, by arpi
-
removed obsoleted dll_init.c/h2002-09-01, by alex
-
removed obsolete items2002-09-01, by alex
-
merged with dll_init.c2002-09-01, by alex
-
10l2002-09-01, by alex
-
merged with dll_init2002-09-01, by alex
-
merged with dll_init.c, moved some variables from sh_audio to private struct2002-09-01, by alex
-
*** empty log message ***2002-09-01, by jaf
-
Fixed vertical pink stripe on Radeon2 cards by Emiel Neggers <emiel@neggers.net>2002-09-01, by alex
-
added col1 fcc to ffdivx2002-09-01, by alex
-
10l2002-09-01, by alex
-
added lcl codecs (mpmszh, mpzlib), removed zlibnative2002-09-01, by alex
-
added LCL decoder by Roberto Togni <r_togni@libero.it>, removed my old vd_zlib2002-09-01, by alex
-
ability to override MANDIR, BINDIR2002-09-01, by arpi
-
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>2002-09-01, by arpi
-
cosmetics, 10l at beginning, no real changes2002-09-01, by jonas
-
libmpdvdkit/ and libmp1e/ are obsolete.2002-09-01, by diego
-
rewrite eq interface and add *.rm to fs2002-09-01, by pontscho
-
obsoleted2002-09-01, by pontscho
-
increased SUB_MAX_TEXT by Piotr Krukowiecki <piotr@pingu.ii.uj.edu.pl>2002-09-01, by alex
-
Remove config files on purge.2002-09-01, by diego
-
audio in layer is used only bu tvi_v4l, don't compile for others.2002-08-31, by arpi
-
seek frameno.avi too - idea by cpro@posta.unizar.es2002-08-31, by arpi
-
some messages added/changed2002-08-31, by arpi
-
100l... sh->vcodec may be changed by mpvdec->decode()2002-08-31, by arpi
-
made compatible to LCL2002-08-31, by alex
-
user-data moved one -v up2002-08-31, by arpi
-
10l - use NULL instead of -1 for init_video's vfm2002-08-31, by arpi
-
remove obsoleted files2002-08-31, by pontscho
-
WARNING message gui windows disabled, the only critical warn message (too2002-08-31, by arpi
-
fix cache disable for live.com2002-08-31, by atmos4
-
- add None to audio/video family selection2002-08-31, by pontscho
-
removed buggy fd<0 check for disallowing dumpstream/cache2002-08-31, by arpi
-
Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove unused envp.2002-08-31, by atmos4
-
- warnings enabled for GUI mode2002-08-31, by arpi
-
some cosmetics for gui2002-08-31, by alex
-
enable linewrapping2002-08-31, by alex
-
some fixes2002-08-31, by gabucino
-
1000l - libmpdvdkit2 fix, thx Nexus2002-08-31, by arpi
-
print only fatal/error/warning to stderr, others go to stdout2002-08-31, by arpi
-
fix flip handling bug2002-08-31, by alex
-
make -ac/-vc help look better2002-08-31, by arpi
-
Zr documentation updated plus some typos fixed.2002-08-31, by diego
-
-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments2002-08-31, by arpi
-
All RealVideo codecs liste on one line - less wasted space.2002-08-31, by diego
-
some changes, Arpi was right...2002-08-31, by jonas
-
forgot bug=22002-08-31, by michael
-
upsz ...2002-08-31, by pontscho
-
fix vfm and add afm support2002-08-31, by pontscho
-
very simple script for viewing results with gnuplot, converted to JPEG2002-08-31, by gabucino
-
v0.912002-08-31, by gabucino
-
generalized iconv detection2002-08-31, by atmos4
-
fix some warnings on cygwin, patch by Sylvain Petreolle <spetreolle@yahoo.fr>2002-08-31, by atmos4
-
afm/vfm migration, suboption config example, 2 typos2002-08-30, by jonas
-
dct_algo2002-08-30, by michael
-
reordered libs, especially Freetype. idea by Nexus2002-08-30, by arpi
-
v0.9 of my compile+benchmark script, designed for my local boxes, shared on2002-08-30, by gabucino
-
2*10l to me2002-08-30, by arpi
-
vfwex separated from vfw, to work with new vfm system and dlopen2002-08-30, by arpi
-
sync driver names with codec-cfg2002-08-30, by arpi
-
renamed codecs2002-08-30, by arpi
-
renamed to match driver family name2002-08-30, by arpi
-
renamed to ad_mp3lib.c2002-08-30, by arpi
-
upsz, 10l2002-08-30, by pontscho
-
add subtitle dropping support2002-08-30, by pontscho
-
assume $(CC) can compile c++ - fixes compile with non-default compiler2002-08-30, by arpi
-
align fix - Björn Sandell <biorn@dce.chalmers.se>2002-08-30, by arpi
-
ignore .libdeps2002-08-30, by rfelker
-
2*100l, extern fv() {} is nonsense, you have to decide if it is extern or2002-08-30, by arpi
-
added needed errno.h2002-08-30, by alex
-
v4l audio fixes by Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>2002-08-30, by alex
-
mp_msg'ized2002-08-30, by alex
-
added bgr support and support for forcing output format2002-08-30, by alex
-
added missing palette8tobgr pairs (hope it's correct)2002-08-30, by alex
-
recurse make into subdirectories by D Richard Felker III <dalias@aerifal.cx>2002-08-30, by alex
-
libavcodec sync2002-08-30, by rik
-
sync2002-08-30, by nexus
-
"halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filter2002-08-30, by rfelker
-
RV40 supported, atrc not.2002-08-30, by diego
-
Explain why putting [PATCH] in the subject is important.2002-08-30, by diego
-
dct selection support2002-08-30, by michael
-
- fix window handling with dxr32002-08-29, by pontscho
-
- add play time subtitle change support2002-08-29, by pontscho
-
10l bug, found by Nexus2002-08-29, by arpi
-
use dir/libname.a instead of -Ldir -lname2002-08-29, by arpi
-
libgen.h is glibc specific, and not used at all -> removed2002-08-29, by arpi
-
This patch fixes a compile error when HAVE_FREETYPE is not defined.2002-08-29, by arpi
-
new mencoder option -info, to store copyright, title, encoder version etc in AVI2002-08-29, by arpi
-
fixed RIFF chunk size - patch by "Andriy N. Gritsenko" <andrej@lucky.net>2002-08-29, by arpi
-
- Tell the RTSP client code to use the string "mplayer" in RTSP2002-08-29, by arpi
-
sync2002-08-29, by nexus
-
add Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz> freetype patch2002-08-29, by pontscho
-
- add freetype support for gui2002-08-29, by pontscho
-
Fixed some small HTML errors.2002-08-29, by diego
-
Fixed some breakages of single-buffer rendering of tdfx2002-08-29, by mark
-
inet_aton fallback support by Joey Parrish <joey@yunamusic.com>2002-08-29, by bertrand
-
arrg 100l in the 10l2002-08-29, by rfelker
-
fix 10l mistake and add the libdeps thing right this time2002-08-29, by rfelker
-
removed old stuff no longer used2002-08-29, by rfelker
-
Sipro audio now supported.2002-08-29, by diego
-
remove nonsense tabs from makefile so emacs won't complain :)2002-08-29, by rfelker
-
Plugin descriptions were moved to the man page.2002-08-29, by diego
-
FreeBSD iconv change/fix2002-08-28, by nexus
-
mostly compiler warning fixes, some small bugfix2002-08-28, by arpi
-
passing extra stuff from real stuff to lavc2002-08-28, by michael
-
10l fix2002-08-28, by alex
-
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api2002-08-28, by alex
-
Reformat some paragraphs to make them fit 80 column displays.2002-08-28, by diego
-
freetype 2.0/2.1+ support - disabled by default until bugs fixed2002-08-28, by arpi
-
subtitle/osd cache - pre-render text to a buffer with alpha and bitmap separated2002-08-28, by arpi
-
The rectangle is not white but inverted.2002-08-28, by diego
-
Small note about multiple MPlayers and audio drivers.2002-08-28, by diego
-
fixed possible 'DoS' bug2002-08-28, by alex
-
written by Florian Schilhabel <florian.schilhabel@gmx.net>2002-08-28, by alex
-
64-bit -sb offsets patch by Andy Goth <unununium@openverse.com>2002-08-28, by alex
-
final (?) libvo2 cleanup patch by Joey Parrish2002-08-28, by alex
-
removed old input code2002-08-28, by alex
-
realplayer codecs wrappers, originaly written by Florian Schneider, extended2002-08-28, by arpi
-
Use $_prefix/etc/mplayer/ as configuration file location, not $_datadir.2002-08-28, by diego
-
align -> balign patch by (Björn Sandell <biorn at dce dot chalmers dot se>)2002-08-28, by michael
-
libmpdvdkit on openbsd, patch by Björn Sandell <biorn@dce.chalmers.se>.2002-08-28, by diego
-
- added matrix cracking/debugging code - disabled2002-08-27, by arpi
-
'sipr' descrambling implemented, at least for 16*6 matrix2002-08-27, by arpi
-
Added some introductory words, request only CVS for bug reports and further2002-08-27, by diego
-
Added proper heading tags and fixed the HTML structure.2002-08-27, by diego
-
Cosmetics: Some more indents and newlines.2002-08-27, by diego
-
Cosmetics: Indented code and inserted empty lines.2002-08-27, by diego
-
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some2002-08-27, by diego
-
removed unused code2002-08-27, by alex
-
SetDLLAccessPath isn't used. Patch by Andres Hess <jaska@gmx.net>2002-08-27, by alex
-
Use the confdir we compiled with (/etc/mplayer/mplayer.conf instead of2002-08-27, by diego
-
- add dxr3 equ patch from "Szombathelyi [iso-8859-2] György" <gyurco@freemail.hu>2002-08-27, by pontscho
-
Settle for GCC, not gcc. 10l for telling Andras otherwise.2002-08-27, by diego
-
Updated credits for Kim Minh Kaplan from his own patch.2002-08-27, by diego
-
- warning fixes from Dominik Mierzejewski <dominik@rangers.eu.org>2002-08-26, by pontscho
-
fixing compilation without divx4 patch by (Rémi Guyomarch <rguyom at pobox dot com>)2002-08-25, by michael
-
10l2002-08-25, by michael
-
support for the new ratecontrol code2002-08-25, by michael
-
sync2002-08-25, by zdar
-
support for 'sipr' codec - descrambling/reorder not yet fixed.2002-08-25, by arpi
-
some files has some shit before teh audio/video headers...2002-08-25, by arpi
-
10l - fixed chunktab size calculation2002-08-24, by arpi
-
some newer rv20 variants also uses custommsg 0x24 to set codec subtype2002-08-24, by arpi
-
uses new dp_hdr_t packet structure2002-08-24, by arpi
-
- changed re-muxed packet structure (see struct dp_hdr_t)2002-08-24, by arpi
-
Fix small typo noticed by Francisco Javier Cabello <fjcabello@visual-tools.com>2002-08-24, by atmos4
-
sync2002-08-24, by jonas
-
optimization2002-08-23, by michael
-
iec958-init completly rewritten2002-08-23, by joyping
-
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly2002-08-23, by diego
-
Fixed *= bug in length calculation2002-08-23, by anders
-
with the help of the Mandrake compiler maintainer this problem has2002-08-22, by arpi
-
removed -W -Wall -g and other gcc-specific warning/debug options2002-08-22, by arpi
-
removed nonsense 'inline'2002-08-22, by arpi
-
- functions inside of functions are invalid in icc. replaced with #define's2002-08-22, by arpi
-
v4l capture update by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>2002-08-22, by arpi
-
General Timing Formula algorithm from a scratch.2002-08-22, by arpi
-
10l, fix compiling without tv. patch by Andreas Hess <jaska@gmx.net>2002-08-22, by arpi
-
fix dxr3 subtitle handling and add some optimizations2002-08-22, by pontscho
-
MMX optimized code for soft equalizer filter2002-08-22, by rfelker
-
documentation for -vop eq2002-08-22, by rfelker
-
How to run multiple instances of MPlayer.2002-08-22, by diego
-
soft video equalizer filter, currently supports brightness and2002-08-21, by rfelker
-
Typos, cosmetics and a tag closed.2002-08-21, by diego
-
new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:2002-08-21, by arpi
-
support for SP5x video codec used by Aiptek webcam2002-08-21, by arpi
-
new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:2002-08-21, by arpi
-
this piece of code should prevent major fullscreen screwups, which can2002-08-21, by arpi
-
added forced window clearing for Xv, because on my setup (sawfish,2002-08-21, by arpi
-
new slave volume command done :2002-08-21, by arpi
-
applied Andras Mohari's patch2002-08-21, by gabucino
-
dvdnav wasn't selected for compilation together with mpdvdkit2.2002-08-21, by arpi
-
asserts to check buffer size and non overlapingness2002-08-21, by michael
-
changed spdif default from "hw:0,2" to general alias "iec958"2002-08-20, by joyping
-
-subcc option documented, patch by Robert R. Wal <rrw at hell pl>.2002-08-20, by diego
-
Fixed typo manpage --> man page.2002-08-20, by diego
-
Converted the docs to use proper headings tags.2002-08-20, by diego
-
sync by anders@gnulinux.dk2002-08-19, by jaf
-
Sync the man page with the removed sections of the HTML docs.2002-08-19, by diego
-
typo fix, patch by (Eric Lammerts <eric at lammerts dot org>)2002-08-18, by michael
-
begun removing "Available options" and "Examples" sections, which2002-08-18, by gabucino
-
sync2002-08-18, by gabucino
-
Typo spotted by Steven M. Schultz <sms at 2bsd com>.2002-08-18, by diego
-
10l patch by Jindrich Makovicka <makovick at KMLinux dot fjfi dot cvut dot cz>2002-08-18, by michael
-
same behavior for luma & chroma single coeff elimination2002-08-18, by michael
-
skip blocks with small chroma dc support2002-08-17, by michael
-
Bah, if we start spellchecking this, we might as well do it right ;-)2002-08-17, by diego
-
libmpdvdkit2 directory was not compiled - mplayer compile failed - fixed.2002-08-17, by jaf
-
typo2002-08-17, by jaf
-
prefer libmpdvdkit2 over v12002-08-16, by arpi
-
apply mplayer-specific patches2002-08-16, by arpi
-
applying css-key cache patch2002-08-16, by arpi
-
importing libmpdvdkit files2002-08-16, by arpi
-
10l2002-08-16, by michael
-
importing libdvdread 0.9.3 files2002-08-16, by arpi
-
40% faster blur2002-08-16, by michael
-
importing libdvdcss 1.2.2 files2002-08-16, by arpi
-
should solve -vo vesa:vidix problem 'vosub_vidix: video server has2002-08-16, by arpi
-
10l bug - noticed by Emiel Neggers <emiel@neggers.net>2002-08-16, by arpi
-
hmm. vosub_vidix has LIBDIR/mplayer/vidix as driver path, so we should use2002-08-16, by arpi
-
speedup of gauss2002-08-16, by arpi
-
using precalculated src*om[][] table -> 25% faster.2002-08-16, by arpi
-
more (~40%) speedup :)2002-08-16, by arpi
-
sync2002-08-16, by nexus
-
fix (?) cmd line handling2002-08-15, by pontscho
-
skip black in outline (white skip code is #if 0 as there is no speed difference)2002-08-15, by michael
-
Applied patch by Remi Guyomarch <rguyom at pobox com>.2002-08-15, by diego
-
added gettimeofday-based profiling/timing2002-08-15, by arpi
-
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a2002-08-15, by diego
-
sync by Panagiotis Issaris <takis.issaris@skynet.be>2002-08-15, by jaf
-
sync2002-08-15, by jaf
-
*** empty log message ***2002-08-15, by jaf
-
bug & ver update2002-08-14, by michael
-
ogg (.ogm) text subtitles support2002-08-14, by arpi
-
- add dxr3 gui support (dialogbox, etc.)2002-08-14, by pontscho
-
- Create and set up a "BITMAPINFOHEADER" and "WAVEFORMATEX" structure for2002-08-14, by arpi
-
typo fixes by Ross Finlayson <finlayson@live.com>2002-08-14, by arpi
-
disable cache if stream->fd<0 (no regular file/pipe but some special thing)2002-08-14, by arpi
-
adds a soname and a shared library version number to libdha.2002-08-14, by arpi
-
dynamic libavcodec.so support updated by2002-08-14, by arpi
-
warning fixes by Sylvain Petreolle <spetreolle@yahoo.fr>2002-08-14, by arpi
-
corrects an off-by-one error when trying to seek beyond the end of file.2002-08-14, by arpi
-
not only divx4 has 2, 3pass2002-08-14, by gabucino
-
sync2002-08-14, by gabucino
-
Link and title synched to documentation.html.2002-08-14, by diego
-
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>2002-08-14, by diego
-
arpi told me ...2002-08-14, by jaf
-
add uri2filename converter2002-08-14, by pontscho
-
RV20 A-V desync fixed - use timestamp hack only for RV302002-08-14, by arpi
-
messages moved from vf.c and vd.c2002-08-13, by jaf
-
messages moved from vf.c and vd.c2002-08-13, by jaf
-
Jindrich Makovicka's new noise pattern filter.2002-08-13, by diego
-
remove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>)2002-08-13, by michael
-
messages moved from dec_??d?o.c2002-08-13, by jaf
-
sync2002-08-13, by nexus
-
Mozilla/Opera/? fix2002-08-13, by jonas
-
Put/get_image fixed. Deleted forgotten development comments2002-08-13, by zdar
-
Typos & spelling fixed2002-08-13, by zdar
-
rv40 support2002-08-12, by arpi
-
RV40 support2002-08-12, by arpi
-
HTML fixes, no content change.2002-08-11, by diego
-
HTML restructured. Now using definition lists instead of tables.2002-08-11, by diego
-
Cosmetics: Properly indented table and fixed <TR> structure.2002-08-11, by diego
-
Document new -sws options as well as TV input changes.2002-08-11, by diego
-
kde3 dnd fix from Gregory Kovriga and file name handling fix in dnd callback2002-08-11, by pontscho
-
updated/extended teh introduction part2002-08-11, by arpi
-
Sanitize a HTML table, <TR> are at the proper place and get closed.2002-08-11, by diego
-
Another big batch of cosmetics *only*.2002-08-11, by diego
-
fix -sub2002-08-11, by pontscho
-
sync2002-08-11, by jaf
-
dvdnav api changed2002-08-11, by jonas
-
Created RTC section and moved RTC explanation there.2002-08-11, by diego
-
New noise filter by Jindrich Makovicka.2002-08-11, by diego
-
10l :)2002-08-11, by pontscho
-
add xdnd support (from Gregory Kovriga <gkovriga@techunix.technion.ac.il>) and fix -subdelay bug2002-08-11, by pontscho
-
mmx optimized avg/film noise2002-08-11, by michael
-
optimization2002-08-11, by michael
-
film/average noise cleanup2002-08-11, by michael
-
oops forgot to commit that2002-08-11, by michael
-
Initial version of Bulgarian translation, hell i vote for gettext2002-08-11, by iive
-
continuing paragraph reformatting2002-08-10, by gabucino
-
by 'lr' - <hephooey@fastmail.fm>2002-08-10, by jaf
-
bsdbt848 driver and some formats (confused some users)2002-08-10, by jonas
-
HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>2002-08-09, by arpi
-
updates by Panagiotis Issaris <takis@lumumba.luc.ac.be>2002-08-09, by jaf
-
10l bug, noticed by Alexander Neundorf <neundorf@dellingsoft.de>2002-08-09, by arpi
-
ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warning2002-08-09, by arpi
-
new directfb driver for 0.9.13+ by jiri.svoboda@seznam.cz2002-08-09, by arpi
-
messages moved again2002-08-08, by jaf
-
email-adress updated2002-08-08, by jaf
-
1000l2002-08-08, by michael
-
messages moved from mencoder.c to helpmp??.h2002-08-07, by jaf
-
using help_mp-??.h for one message2002-08-07, by jaf
-
anders@gnulinux.dk2002-08-07, by jaf
-
mpeg4 mpeg quantizer encoding2002-08-07, by michael
-
10l2002-08-06, by arpi
-
detection reordered. note: raw DV detection should be more reliable.2002-08-06, by arpi
-
-vc null is better than -hardframedrop -- hint by gabor <gabor@realtime.sk>2002-08-06, by arpi
-
10l bug (missing break;) found by Jim Hawkins <jim@jawkins.com>2002-08-06, by arpi
-
autodetection of MJPEG card for -vo zr by grepping /proc/pci2002-08-06, by rik
-
Put all spudec_new stuff in a single function,2002-08-06, by kmkaplan
-
update by Jiri Svoboda <jiri.svoboda@seznam.cz>2002-08-06, by jaf
-
sync2002-08-06, by nexus
-
codecs.conf min. version bumped2002-08-05, by arpi
-
real 'sipr' audio added (not yet working), version bumped2002-08-05, by arpi
-
0.1l2002-08-05, by rik
-
100l2002-08-05, by arpi
-
moved messages to help_mp-??.h2002-08-05, by jaf
-
allow early exit from esds parsing, so decoder info (type & bitrate) are2002-08-05, by arpi
-
support for .mp4 with .mp3 audio2002-08-05, by arpi
-
native DV audio/video decoders using libdv2002-08-05, by arpi
-
native libdv added, fourccs fixed/commented for qdv & mcdv2002-08-05, by arpi
-
raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org>2002-08-05, by arpi
-
oac/ovc changes, -osdleevl defaults to 12002-08-05, by arpi
-
no default oac/ovc (it just confuses users), more detailed -oac/-ovc help2002-08-05, by arpi
-
Bswap fixes for 64bit cpus, thx to Falk Hueffner for the hint.2002-08-05, by atmos4
-
osdlevel=1 by default2002-08-05, by arpi
-
updates, using DIRECTFBVERSION and video EQ support by Jiri.Svoboda@seznam.cz2002-08-05, by arpi
-
directfb version detection2002-08-05, by arpi
-
PPC endianess fix by Colin Leroy <colin@colino.net>2002-08-05, by arpi
-
sorry2002-08-05, by jaf
-
fixed 'eof at 66s' bug2002-08-05, by arpi
-
compilation bug found by Julien Portalier <julien@portalier.com>2002-08-05, by arpi
-
gui seekbar pos calc overflow fixed2002-08-05, by arpi
-
endian autodetection by Bertrand + Michael, tested on x86, PPC, sparc, alpha2002-08-05, by atmos4
-
- fix equ handling2002-08-05, by pontscho
-
warning fix2002-08-05, by arpi
-
VCDs do *not* get mounted.2002-08-05, by diego
-
small fixes...2002-08-05, by arpi
-
Applied some suggestions by Nilmoni Deb.2002-08-04, by diego
-
Changed all link names from the section number to a sensible label.2002-08-04, by diego
-
- fix playlist2dvd bug2002-08-04, by pontscho
-
'switched to -ni' hinzugefügt2002-08-04, by jaf
-
- fix mixer handling2002-08-04, by pontscho
-
faszom2002-08-04, by arpi
-
igaz - corrected according to arpi2002-08-04, by gabucino
-
"szviccsing tu -ni" added2002-08-04, by gabucino
-
format incompatibility warning2002-08-04, by arpi
-
- fix fuckin' locale (?:)2002-08-04, by pontscho
-
ver=-1 as default2002-08-04, by michael
-
mjpeg codecs reordered - now it plays almost everything by default2002-08-04, by arpi
-
updated - we're ready for a pre-release now2002-08-04, by arpi
-
support for packetized aac streams (used in .mp4 files)2002-08-04, by arpi
-
mp4v (.mp4 video) added2002-08-04, by arpi
-
10000l - didn't clear new stream struct, causing possible sig11 in cache layer2002-08-04, by arpi
-
gui.conf parsing moved to after gtkInit() - should fix i18n problems2002-08-04, by arpi
-
sync2002-08-04, by nexus
-
Document change_rectangle2002-08-04, by kmkaplan
-
Add the input command "change_rectangle" to control the rectangle2002-08-04, by kmkaplan
-
Add the control VFCTRL_CHANGE_RECTANGLE2002-08-04, by kmkaplan
-
Add the control VFCTRL_CHANGE_RECTANGLE2002-08-04, by kmkaplan
-
'swtiching to -ni' added2002-08-04, by arpi
-
detection of badly interleaved avi files and auto-switch to -ni2002-08-04, by arpi
-
new_demux_packet: allocate 8 bytes too much2002-08-04, by arpi
-
Added a uniform title: something - MPlayer - The Movie Player for Linux.2002-08-04, by diego
-
It all started with fixing a few dangling links...2002-08-03, by diego
-
typo2002-08-03, by diego
-
-dvdkey option clarified.2002-08-03, by diego
-
Result of review by Nilmoni Deb <ndeb@ece.cmu.edu>.2002-08-03, by diego
-
Review2002-08-03, by diego
-
imho swscale also likes aligned stride :)2002-08-02, by arpi
-
- some reorder/cleanup of mp_image flags2002-08-02, by arpi
-
prefer 422P for mjpeg2002-08-02, by arpi
-
colorspace part cleanup and support for IMGFMT_422P, _444P2002-08-02, by arpi
-
added new formats: 444p,422p, 411p2002-08-02, by arpi
-
count blocks by rounded-up chunksizes instead of chunks -2002-08-02, by arpi
-
ignore pnot/PICT2002-08-02, by arpi
-
compatibility with _OLD_ lavc & uv_stride check2002-08-02, by michael
-
The rectangle of the rectangle plugin is not necessarily white.2002-08-02, by diego
-
Documented -srate for MEncoder.2002-08-02, by diego
-
The endless quest to force people into writing good bug reports part 2342:2002-08-02, by diego
-
skip 'pnot' and 'PICT' - fixes incoming/1.mov2002-08-01, by arpi
-
sync with english begun2002-08-01, by gabucino
-
planar yuv 444 422 411 support2002-08-01, by michael
-
negative delay won't work2002-08-01, by arpi
-
audio preload/density/delay configurable2002-08-01, by arpi
-
- yuv422 disabled (no IMGFMT for _planar_ 422)2002-07-31, by arpi
-
new filter to use libavcodec's deinterlacer2002-07-31, by arpi
-
upsz 22002-07-31, by pontscho
-
no need for ioctl.h if not using dvb2002-07-31, by rfelker
-
fix silly shorthand that could cause trouble porting2002-07-31, by rfelker
-
gtk dialog bug fix2002-07-30, by pontscho
-
There appears to be a trivial namespace error in determining the valid2002-07-30, by arpi
-
It makes sense to me to try and use any locally installed win32 DLLs2002-07-30, by arpi
-
- fixed size/aspect for -fs2002-07-30, by arpi
-
ogm audio format id is in hex, not dec2002-07-30, by arpi
-
Documented -vop rectangle.2002-07-30, by diego
-
libao2 stuff move dto libao2.txt2002-07-30, by arpi
-
10l - PUT_IMAGE->DRAW_IMAGE2002-07-30, by arpi
-
typo fixes and updates around libavcodec2002-07-30, by arpi
-
updated - feel free to comment2002-07-30, by arpi
-
vd_vfw.c2002-07-30, by arpi
-
1l :)2002-07-30, by arpi
-
upsz :)2002-07-30, by pontscho
-
quit on unknown parm2002-07-30, by atmos4
-
- some cosmetic change in preferences2002-07-30, by pontscho
-
fix (?) equalizer distortion problem2002-07-30, by pontscho
-
fix audio files (mp3,wav) position calc2002-07-30, by pontscho
-
update by "Jiri Svoboda" <jiri.svoboda@seznam.cz>2002-07-30, by jaf
-
added missing formats :)2002-07-29, by rfelker
-
10l to dunno2002-07-28, by atmos4
-
Add type= and fix a minor typing difference from ffmpeg2002-07-28, by atmos4
-
Use RGB for palette from .IDX file2002-07-28, by kmkaplan
-
Transform Vobsub subtitles into Subrip text subtitles using GOCR/JOCR.2002-07-28, by kmkaplan
-
New function vobsub_get_next_packet for subrip.2002-07-28, by kmkaplan
-
Generate ffmpeg compatible vstats_<time>.log, when -lavdopts vstats is specified.2002-07-28, by atmos4
-
Make vobsub palette generation compatible with windows vobsub.2002-07-28, by atmos4
-
sync2002-07-27, by frodone
-
remove CYGWIN_BIG_TYPES, as it breaks st_size member of stat struct2002-07-27, by atmos4
-
sync2002-07-27, by jaf
-
Document rectangle plugin.2002-07-27, by kmkaplan
-
New plugin to test crop parameters. Arguments are the same as for the2002-07-27, by kmkaplan
-
sync2002-07-27, by frodone
-
Add loadfile and loadlist commands. May be buggy if the filename contain some2002-07-26, by albeu
-
removed query_vaa2002-07-26, by alex
-
Add uninit to the avi demuxer2002-07-26, by albeu
-
equalizer docs updated2002-07-26, by alex
-
warning fixes2002-07-26, by atmos4
-
Reorganized the README. More general information up front, more concise2002-07-26, by diego
-
limit parameter for cropdetect, fixed column.2002-07-26, by diego
-
Reviewed Filter section, added limit parameter to cropdetect, not only SDL2002-07-26, by diego
-
10L free the cache2002-07-26, by albeu
-
10L bugs founds by Jindrich Makovicka <makovick at MLinux dot fjfi dot cvut dotcz>2002-07-26, by albeu
-
documenting cropdetect's parameter2002-07-26, by arpi
-
10l bug fixed (info.cap |= -> = )2002-07-25, by arpi
-
vide EQ fixed - lumactl register is not readable!2002-07-25, by arpi
-
sync2002-07-25, by nexus
-
video eq:2002-07-25, by arpi
-
eq range mapping -100..100 => 0..1002002-07-25, by arpi
-
SetValue: ignore case of 'item'2002-07-25, by arpi
-
print warning about unsupported video eq attributes2002-07-25, by arpi
-
eq fixed, based on patch by .so2002-07-25, by arpi
-
- fixed overflow by +-0x802002-07-25, by arpi
-
upsz, sorry, i forgott this :) (skin name saving:)2002-07-25, by pontscho
-
add preferences to gui2002-07-25, by pontscho
-
- add some control (ao_oss, pl_extrastereo)2002-07-25, by pontscho
-
- add preferences support (first try)2002-07-25, by pontscho
-
more eq cleanup2002-07-25, by arpi
-
Correct dump_srt millisecond output2002-07-25, by kmkaplan
-
codmetics :)2002-07-25, by arpi
-
10l2002-07-25, by arpi
-
little fix2002-07-25, by alex
-
smth2002-07-25, by alex
-
eq synced to new way, not tested, but the old one isn't working yet2002-07-25, by alex
-
eq reworked2002-07-25, by alex
-
fixed possible 10l bug (vf not initialized yet)2002-07-25, by alex
-
Explain what we need and why a little more verbosely.2002-07-25, by diego
-
Advertise mencvcd, the woes of seeking in a paused movie and to OSD or not2002-07-25, by diego
-
eq reworked2002-07-24, by alex
-
equalizer reworked2002-07-24, by alex
-
eq handling reworked2002-07-24, by alex
-
Make spudec_assemble more resistent in the face of incomplete packets.2002-07-24, by kmkaplan
-
Added 2 entries: no sound without win32 and no sound with sound daemon.2002-07-24, by diego
-
Added -xvidopts as described by Albeu on #mplayerdev.2002-07-24, by diego
-
Moved RealPlayer libs installation to codecs.html where all the other2002-07-24, by diego
-
Workaround for seeking multiangle discs with missing sml_agli[] table, as a2002-07-23, by arpi
-
Remove depency on libmpdemux streams, use ANSI IO instead.2002-07-23, by kmkaplan
-
Configuration files documented.2002-07-23, by diego
-
Hopefully correct 10l fix for duuno who.2002-07-23, by atmos4
-
first2002-07-23, by pontscho
-
fixed missing result when --disable-divx4linux is specified2002-07-23, by rfelker
-
Warnings fix by Sylvain Petreolle <spetreolle@yahoo.fr>, fixed by me.2002-07-23, by atmos4
-
support for older xvid versions and IMGFMT_IYUV2002-07-22, by alex
-
Applied patch by Fabian Franz <FabianFranz@gmx.de>, adding a note to the TV2002-07-22, by diego
-
10l fix, by Rémi Guyomarch <rguyom@pobox.com> && Björn Sandell2002-07-21, by arpi
-
fix hue bug with nvidia's shit. i teszted with g400,radeon7500,tnt2ultra,geforce2mx2002002-07-21, by pontscho
-
Fix vbr muxing and win32 codec crash on init2002-07-21, by albeu
-
endianess fix by Colin Leroy <colin@colino.net>2002-07-21, by arpi
-
DR1+IPB support (works only with ffmpeg12, as libmpeg2 doesn't accept stride)2002-07-20, by arpi
-
DR1 with IPB fixed2002-07-20, by arpi
-
added 'priv' field to mpi - requires for tracking frames with different2002-07-20, by arpi
-
DR1 IP/IPB supoprt (I/P only with -double) -- OSD *must be* disabled! :)2002-07-20, by arpi
-
Add direct rendering method 22002-07-20, by albeu
-
- fix audio equalizer2002-07-19, by pontscho
-
playlist added2002-07-19, by jaf
-
Huge patch by Jonas Jermann <jjermann@gmx.net> (2/2).2002-07-19, by diego
-
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).2002-07-19, by diego
-
fixing swscaler bug ;)2002-07-18, by michael
-
Put back the ordering of the if as requested by Arpi.2002-07-18, by kmkaplan
-
added real mmap support2002-07-18, by joyping
-
Disabled spuenc, it still doesn't work well with the em83002002-07-18, by mswitch
-
Applied patch by Alban Bedel <albeu@free.fr>.2002-07-18, by diego
-
Round height or width to valid values when doing automatic calculation.2002-07-18, by kmkaplan
-
Avoid ulong typedef clash and replace if by unsigned long, patch by Joey Parrish.2002-07-17, by atmos4
-
1000000l2002-07-17, by michael
-
check if the available buffers are big enough in get_image2002-07-17, by michael
-
fallback to slices, if dr1 fails (bug found by kabi)2002-07-16, by michael
-
checking num_buffers for IMGTYPE_IP2002-07-16, by michael
-
10l y422p -> y420p2002-07-16, by michael
-
10l (init flags after init ...)2002-07-16, by michael
-
svq1 direct rendering2002-07-15, by michael
-
imgtype IP support2002-07-15, by michael
-
10l2002-07-15, by michael
-
dont depend upon vo_directrendering2002-07-14, by michael
-
fixing fixmes2002-07-14, by michael
-
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.2002-07-14, by diego
-
diego sux.2002-07-14, by gabucino
-
Add missing description for lameopts aq2002-07-14, by atmos4
-
Added DVB to the HTML docs.2002-07-13, by diego
-
Synchronised TOC and section titles.2002-07-13, by diego
-
FFmpeg libavcodec directory is unknown to CVS, as is mga_vid_test.2002-07-13, by diego
-
This event now has correct spelling.2002-07-13, by diego
-
Lots of <I> --> <CODE>, added missing section, star wars text corrected.2002-07-13, by diego
-
Some spellchecking, moved the section to the correct position, some2002-07-13, by diego
-
vd_xvid need divx.h2002-07-13, by albeu
-
playlist added2002-07-13, by jaf
-
fix for interlaced (2 fields) mpeg2 streams:2002-07-12, by arpi
-
8 and 16bpp qtrle support2002-07-12, by alex
-
xv support under cygwin - patch by Sycotic Smith <sycotic at linuxmail.org>2002-07-12, by alex
-
workaround for empty version1 audio headers (bugreport by Sascha Sommer)2002-07-12, by arpi
-
Patch by Jiri Svoboda:2002-07-12, by atmos4
-
sync2002-07-12, by nexus
-
ad_dk4adpcm is done by ima_adpcm (obsoleted)2002-07-12, by atmos4
-
fix tv bazze2002-07-12, by atmos4
-
add simple playlist support2002-07-12, by pontscho
-
Document -vobsubout, -vobsuboutid and -vobsuboutindex2002-07-11, by kmkaplan
-
Document -vobsubout, -vobsubid and -vobsubindex2002-07-11, by kmkaplan
-
Don't call libvo draw slice directly2002-07-11, by albeu
-
Add draw slice for the codecs2002-07-11, by albeu
-
support for external pp by divx4. some fixes/cosmetics?2002-07-11, by alex
-
better support for rgb/bgr formats2002-07-11, by alex
-
Lots of compatibility fixes for Windows' Vobsub reader.2002-07-11, by kmkaplan
-
Fix Vobsub output synchro.2002-07-11, by kmkaplan
-
Silly me, vo_x11 doesn't use my aspect code!2002-07-11, by atmos4
-
fixed spdif2002-07-11, by joyping
-
Support for Xvid using their new api. If divx4 compatiblity is disabeled2002-07-10, by albeu
-
vqmin=1 weirdness2002-07-10, by michael
-
Patch by Alan Young <ayoung at teleport.com>: Fix xacodec type mismatch, which2002-07-10, by atmos4
-
Added a simple xmcd parser to retreive the tracks name.2002-07-10, by bertrand
-
Build a fake list of track name.2002-07-10, by bertrand
-
Created a new header file to store common struct & prototype for2002-07-10, by bertrand
-
1000l, back out hack-n-slay 8bpp code from my local tree.2002-07-10, by atmos4
-
Markus Rechberger <revenger at shell.dnload.com>:2002-07-10, by atmos4
-
-vm -fs -zoom fix, set correct vm screenres in aspect code (similar to xv fix).2002-07-10, by atmos4
-
Sync by me(TM)2002-07-10, by atmos4
-
Sync by Jiri Svoboda <jiri.svoboda at seznam.cz>2002-07-10, by atmos4
-
Sync by Michele Balistreri <brain87 at gmx.net>2002-07-10, by atmos4
-
enable mpdvdkit on cygwin, too,2002-07-10, by atmos4
-
very simple script to generate png images from an video with all -sws methods2002-07-09, by michael
-
minor fixes week at mcdonals: small fix pse->pse362002-07-09, by atmos4
-
swscaler methods recommendation & artifact types2002-07-09, by michael
-
Small fix: Correct mathematical order in MEDIAN macro (gcc 3.1 didn't like it).2002-07-09, by atmos4
-
10l, evidently killed some lines and missed it when doing cvs diff.2002-07-09, by atmos4
-
Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.2002-07-09, by atmos4
-
Support for yuv410p as needed by ffsvq1.2002-07-09, by atmos4
-
sync2002-07-09, by jonas
-
switch off nearest scaling ...2002-07-09, by pontscho
-
Fixed the asf http authentication.2002-07-09, by bertrand
-
Added ASF_Authenticate as an asf stream type.2002-07-09, by bertrand
-
#ifdef'ed divx4 2pass code - idea by Diego2002-07-08, by arpi
-
Added a link, xlib6g-dev is now called xlibs-dev plus typo and wording.2002-07-08, by diego
-
Add missing authentication for asf streaming.2002-07-08, by atmos4
-
Update about gcc 3.0.4. The problem is not Red Hat specific.2002-07-07, by diego
-
100l - seq++ for grouping2002-07-07, by arpi
-
yuv handling simplified (using new mpi fields)2002-07-07, by alex
-
Fix -bandwidth if no streaming available, 10l ;)2002-07-07, by atmos4
-
support avcontext based quant_store export2002-07-07, by alex
-
edit-list support for video - fixes various A-V sync problems (TODO: seeking)2002-07-07, by arpi
-
10L don't add a base path to the urls2002-07-07, by albeu
-
Relative filename in playlist are now relative to the playlist path2002-07-07, by albeu
-
Add support for m3u playlists as generated by eg recent versions of winamp.2002-07-07, by atmos4
-
aspect prescaling fix by magnus.pfeffer@epost.de2002-07-06, by arpi
-
interlacing support - Klaus Stengel <ks1@inter-ject.de>2002-07-06, by arpi
-
bugfix by Michael.Lampe@iwr.uni-heidelberg.de2002-07-06, by arpi
-
fixed endless 'unknown chunk' and doublespeed ima4 audio bugs2002-07-06, by arpi
-
sync2002-07-06, by nexus
-
typo2002-07-06, by nexus
-
sync2002-07-06, by nexus
-
- add icon (nice, but very ugly hakk:)2002-07-05, by pontscho
-
removed genfb and nvidia drivers2002-07-05, by alex
-
fixed mga resize-to-0x0 bug2002-07-05, by alex
-
fixed doublebuffering and moved messages to various verbose level2002-07-05, by alex
-
removed fame and lavc encoder, enabled spu encoder, added equaliuzer support2002-07-05, by alex
-
Added the bandwidth option2002-07-05, by bertrand
-
If network is used, take the streams id that were requested.2002-07-05, by bertrand
-
Moved the asf_http_streaming_ctrl_t struct from asf_streaming.c2002-07-05, by bertrand
-
Changed the way that the streams are requested.2002-07-05, by bertrand
-
Retreive the bandwidth option from the command line.2002-07-05, by bertrand
-
Added the bandwidth variable. Used to set the max download bandwidth2002-07-05, by bertrand
-
hopefully fixed last A-V sync bug, and also fixed largefile bug in debug printf2002-07-04, by arpi
-
hmm, just found a nice thing with my new LFS..2002-07-04, by gabucino
-
vf_scale update2002-07-04, by michael
-
more scaling algos2002-07-04, by michael
-
sync2002-07-04, by jaf
-
oops forgot to commit, part of Björn Sandells libdha obsd ppc fixes.2002-07-04, by atmos4
-
* Link with -lossaudio and/or -li386 only when needed2002-07-03, by arpi
-
cVS: ---------------------------------------------------------------------2002-07-03, by joyping
-
for 0.90 release2002-07-03, by eyck
-
OpenBSD PPC libdha fix by Björn Sandell.2002-07-03, by atmos4
-
sync2002-07-03, by nexus
-
Small fix for non-X86 OpenBSD by Björn Sandell <biorn at dce.chalmers.se>2002-07-03, by atmos4
-
add equalizer support and fix some small bug...2002-07-03, by pontscho
-
First probe :)2002-07-03, by pontscho
-
remove unneded config files2002-07-03, by pontscho
-
sync2002-07-03, by nexus
-
add -audiofile support for gui2002-07-02, by pontscho
-
fix window hiding bug with some wms (kde, gnome, icewm, mwm, wmaker)2002-07-02, by pontscho
-
delay=0 removed, totally unneeded2002-07-02, by arpi
-
100l2002-07-02, by arpi
-
fix volume handling ( step 2 ) -- add balance support and some code cleanup and fix2002-07-02, by pontscho
-
fix compile bug with driver 0.9+2002-07-02, by pontscho
-
further updates for RTC2002-06-30, by diego
-
using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4)2002-06-30, by michael
-
last line messed up in Y800 bugfix2002-06-30, by michael
-
fixing rgb24tobgr322002-06-30, by michael
-
Linux for Sparc fix by Adam Di Carlo <adam at onshore-devel.com>2002-06-30, by alex
-
CBR audio PTS fixes (using stsd v1 header)2002-06-30, by arpi
-
dump edit list2002-06-29, by arpi
-
parameter overrides limit2002-06-29, by arpi
-
bugfix by Keiki SATOH <kki@wakusei.ne.jp>2002-06-29, by arpi
-
fixing memory overwrite bugs in the new converters2002-06-29, by michael
-
test new converter stuff too2002-06-29, by michael
-
merging changes from mplayerxp (rgb2rgb*.{c,h} only)2002-06-29, by michael
-
fixing memory overwrite bugs again ...2002-06-29, by michael
-
Hopefully the end of the RealPlayer codecs saga..2002-06-29, by diego
-
colorspace converter tests (memory corruption tests at different width/src/dst)2002-06-29, by michael
-
Polish language manual2002-06-29, by gabucino
-
english language file removed2002-06-29, by gabucino
-
equalizer (brightness/contrast) support2002-06-29, by alex
-
1001 typos as found by ispell.2002-06-29, by diego
-
fixed vidix terminating if init error occured, bug found by KotH2002-06-29, by alex
-
support for SSA v4 by Dirk <noisyb at gmx.net>2002-06-29, by alex
-
XViD info fixing2002-06-29, by gabucino
-
realplayer libs installation re-added (was removed by diego)2002-06-29, by gabucino
-
handled by liba522002-06-29, by gabucino
-
Expanded RTC section. It now explains how to allow RTC via /proc on newer2002-06-29, by diego
-
Oh my god, what did I do - I spellchecked the Makefile!2002-06-29, by diego
-
trivial but nice fix for /dev/video? detection by "Julian J.M."2002-06-28, by arpi
-
-frames 0 fix, multifile frames support by tibcu2002-06-28, by alex
-
more informal warning and also fixed a 10l bug. Patch by tibcu2002-06-28, by alex
-
linux-2.5.x support patch by Sytse Wielinga <s.b.wieling at student.utwente.nl>2002-06-28, by alex
-
multifile (informal output) fix by Balazs Tibor (tibcu)2002-06-28, by alex
-
some cleanup, buggy->crashing, better info/comments2002-06-28, by arpi
-
big update2002-06-28, by gabucino
-
yvu9 -> yv12 unscaled converter with linear chroma scaling2002-06-27, by michael
-
clean up warnings in mencoder.2002-06-27, by rfelker
-
-sws 6 (luma bicubic & chroma bilinear)2002-06-27, by michael
-
IMGFMT_{RGB,BGR}{1,4}2002-06-27, by michael
-
use unified yuv2rgb init2002-06-27, by michael
-
fixing scaling/contrast for 1/4/8 bpp2002-06-27, by michael
-
{RGB,BGR}{1,4}2002-06-27, by michael
-
GCC 2.96 update2002-06-27, by diego
-
GCC 3.0.4-RH update2002-06-27, by diego
-
OSD == onscreen display, typos2002-06-27, by diego
-
updated gcc errata2002-06-27, by gabucino
-
Paul Ortyl's patch2002-06-27, by alex
-
Changed the -pass option to -passwd to avoid clash with mencoder option.2002-06-25, by bertrand
-
10l to me and bertrand ;) Fix clash of -pass for http auth with -pass of mencoder.2002-06-25, by atmos4
-
Check for skin in user's .mplayer first so he can override systemwide skin.2002-06-25, by atmos4
-
Fix compatibility with old skins, that contain evEqualeaser typo.2002-06-25, by atmos4
-
support the 'align16' codec flag2002-06-25, by arpi
-
new global codec flag: align162002-06-25, by arpi
-
remove colorkeying if destroying the driver - fixes some bugs2002-06-25, by alex
-
fixed uninit (it got never called before)2002-06-25, by alex
-
time to ++ timestamp (try2)2002-06-25, by arpi
-
time to ++ timestamp2002-06-25, by arpi
-
10l2002-06-25, by arpi
-
Added -user -pass options for http authentication.2002-06-25, by bertrand
-
Read username/password from the -user -pass command line options.2002-06-25, by bertrand
-
HTML fix2002-06-25, by gabucino
-
HTML (netscape4) fixes2002-06-25, by gabucino
-
Moved authentication code into its own function.2002-06-24, by bertrand
-
killing globals2002-06-24, by michael
-
Paul Ortyl's patch - tv4l timestamps (not so precise :()2002-06-24, by alex
-
gray encoding2002-06-24, by michael
-
Fix after the patch of Dominik Mierzejewski. Try the user's input.conf2002-06-24, by albeu
-
gray2002-06-24, by michael
-
EvEqualeaser --> EvEqualizer, since Atmos just committed my typo fix.2002-06-24, by diego
-
it's bug not vbug...2002-06-24, by jonas
-
equalizer typo fix by diego2002-06-24, by atmos4
-
Patch by Dominik Mierzejewski:2002-06-24, by atmos4
-
support dropping some chroma src lines for a bit extra speed2002-06-24, by michael
-
10l2002-06-24, by michael
-
100l (non mmx versions didnt compile)2002-06-24, by michael
-
better planar support, chroma subsampling support and Y8/Y800 support2002-06-23, by alex
-
better planar support, chroma subsampling support and Y8/Y800 support2002-06-23, by alex
-
IF09 added2002-06-23, by arpi
-
IF09 is alias for YVU9 (actually it has extra 4th plane containing MC change2002-06-23, by arpi
-
fixed mono mp3 encoding, hint by Paul Ortyl2002-06-23, by alex
-
yvu9 & y82002-06-23, by michael
-
yvu9,if09,y8,y800 support and multifile fix2002-06-23, by alex
-
mono mp3 encoding support by Paul Ortyl <ortylp at 3miasto.net>2002-06-23, by alex
-
tv audio fixing patch by Paul Ortyl <ortylp at 3miasto.net>2002-06-23, by alex
-
added yvu9 and if09 support. revised some codecs2002-06-23, by alex
-
yvu9 and if09 support. fixed i420,iyuv handling2002-06-23, by alex
-
yvu9 and if09 support2002-06-23, by alex
-
yvu9 and if09 support2002-06-23, by alex
-
if09 support2002-06-23, by alex
-
yvu9 support2002-06-23, by alex
-
Use the new Y8 support in place of YV12.2002-06-23, by albeu
-
do not crash by decoding error2002-06-23, by alex
-
cleanup2002-06-23, by michael
-
fix for Mozilla2002-06-23, by jonas
-
selftest support2002-06-23, by michael
-
Improved the authentication interaction. Still need to replace scanf.2002-06-23, by bertrand
-
Added HTTP basic authentication support2002-06-23, by bertrand
-
Added base64 encoder2002-06-23, by bertrand
-
Added support for URLs that contain an username:password2002-06-23, by bertrand
-
Fix for interlaced huffyuv by roberto togni <rtogni at bresciaonline.it>2002-06-23, by atmos4
-
use libavcodec's get_bits() code (optional, disabled by default)2002-06-23, by arpi
-
use libavcodec's optimized MC functions2002-06-22, by arpi
-
init libavcodec2002-06-22, by arpi
-
svq1 added2002-06-22, by arpi
-
SVQ1 added2002-06-22, by arpi
-
imported from xine, generalized, created header file, all tables moved to2002-06-22, by arpi
-
use built-in yvu9->yv12 code, because it requires all src/dst strides and2002-06-22, by arpi
-
cleanup & grayscale support2002-06-22, by michael
-
don't require sh->bih (should fix v4l)2002-06-22, by arpi
-
Allow writing to pipe.2002-06-22, by albeu
-
timer routines section slightly reformatted2002-06-22, by gabucino
-
SVGAlib section revised2002-06-22, by gabucino
-
xynxronize2002-06-22, by gabucino
-
more sync2002-06-22, by gabucino
-
more fix2002-06-22, by gabucino
-
10l2002-06-22, by gabucino
-
input dox translated2002-06-22, by gabucino
-
input dox fixed, cosmetixed2002-06-22, by gabucino
-
sync with mplayer xp2002-06-22, by arpi
-
NV12 added2002-06-22, by arpi
-
filename can be NULL. Fix the conflict between cdda and dvdnav.2002-06-21, by albeu
-
added rawyvu92002-06-21, by alex
-
vf_yvu9 support2002-06-21, by alex
-
yvu9 support2002-06-21, by alex
-
yvu9toyv12 converter2002-06-21, by alex
-
pre-yvu9toyv12 converter, only grayscale Y-plane coping :)2002-06-21, by alex
-
YVU9,IF09,Y800 and Y8 support - and synced with mpxp2002-06-21, by alex
-
YVU9,IF09,Y800 and Y8 support - and syÃnced with mpxp2002-06-21, by alex
-
report if no palette2002-06-21, by alex
-
yvu9 support2002-06-21, by alex
-
Add uninit to the dvd stream.2002-06-21, by albeu
-
added yvu92002-06-21, by alex
-
Here I go again, another fix for the timeout.2002-06-21, by bertrand
-
Increased the timeout value on connection.2002-06-21, by bertrand
-
Checked the return value when retrieving the protocol level.2002-06-21, by bertrand
-
CDDB support added.2002-06-21, by bertrand
-
date: 2002/06/16 09:10:00; author: nickols_k; state: Exp; lines: +17 -132002-06-21, by atmos4
-
Small typo spotted by Alban Bedel.2002-06-20, by diego
-
fix fourcc's problem2002-06-20, by pontscho
-
HTML mail not wanted, mplayer --> <B>MPlayer</B>.2002-06-20, by diego
-
Tons of typos plus wording updated here and there.2002-06-20, by diego
-
Atmos says this is clearer and he is right.2002-06-20, by diego
-
syncfb is long gone2002-06-20, by diego
-
Added mplayer version in the user-agent field.2002-06-20, by bertrand
-
Removed unecessary malloc and memcpy.2002-06-20, by bertrand
-
Applied Cygwin patch by Sylvain Petreolle <spetreolle@yahoo.fr>, adjusted2002-06-19, by diego
-
10L forgot to close input.conf fd2002-06-19, by albeu
-
Sync2002-06-19, by frodone
-
wmv12002-06-18, by michael
-
ffwmv12002-06-18, by michael
-
Suppress garbage at the end of some subtitles.2002-06-17, by kmkaplan
-
10l2002-06-17, by michael
-
mwallp - simple wallpaper setting tool using MPlayer codebase2002-06-17, by arpi
-
1bpp support2002-06-17, by michael
-
Added a function prototype for reuse outside of network.c2002-06-17, by bertrand
-
Added some missing carriage returns.2002-06-17, by bertrand
-
8bpp bugfixes (brightness, contrast ...)2002-06-17, by michael
-
ordered dither for 8bpp2002-06-16, by michael
-
8bpp support (no dithering yet, use -vop noise for now)2002-06-16, by michael
-
wtf..10l to dunno..only use x11_common.c when x11 is detected2002-06-16, by atmos4
-
vf-noise update2002-06-16, by michael
-
higher quality mode2002-06-16, by michael
-
better wording mentioned by "DEBERT Jean-Louis" <jl_debert@rsd-intl.com>2002-06-16, by attila
-
Added a short note on how to contribute fixes.2002-06-16, by diego
-
updates by GoTaR <gotar@poczta.onet.pl>2002-06-16, by jaf
-
Recent changes in configure should take care of the Real lib locations.2002-06-16, by diego
-
some cleanup and fixes, but the badquality.asf is still buggy :(2002-06-16, by arpi
-
Now using CSS, added doctype and charset, settle for lowercase tags.2002-06-16, by diego
-
Streamline enter-key behaviour suggested by Christian Ohm and disable I420/IYUV because2002-06-16, by atmos4
-
Fixed lround replacement, hopefully fast enough.2002-06-16, by atmos4
-
Support for dvdnav-config script, patch by Christian Ohm <chr.ohm@gmx.net>2002-06-15, by atmos4
-
Remove unportable lround and maybe speed up rounding a bit.2002-06-15, by atmos4
-
Background now set by CSS, added doctype and charset.2002-06-15, by diego
-
Background now set by CSS, added doctype and charset.2002-06-15, by diego
-
K6 is NOT a 686!! this causes SIGILL in libavcodec encoding!2002-06-15, by rfelker
-
== is a bash2 extension; the proper test for numeric equality is -eq2002-06-15, by rfelker
-
Also check in LIBDIR/real for the codecs.2002-06-15, by atmos4
-
Enable RealPlayer DLLs on cygwin.2002-06-15, by atmos4
-
Adding equalizer plugin2002-06-15, by anders
-
10l typo, noticed by Nick K.2002-06-14, by arpi
-
audio subpacket reordering fixed for odd matrix height2002-06-14, by arpi
-
Background now set by CSS, added doctype and charset.2002-06-14, by diego
-
docs for vf-test & vf-noise2002-06-14, by michael
-
a-v sync solved2002-06-14, by arpi
-
noise generating filter2002-06-14, by michael
-
fixed playback speed and a-v sync issues2002-06-14, by arpi
-
realplayer8 installs at /usr/local/RealPlayer8 by default...2002-06-14, by arpi
-
Proper gcc 3.1 cpu optimization autodetect, patch by Luca Barbieri <ldb@ldb.ods.org>2002-06-13, by atmos4
-
Darwin/Mac OS X dvd support. Patch from Joey Parrish <joey@yunamusic.com>2002-06-13, by atmos4
-
10l2002-06-13, by jonas
-
100l accidently removed a line too much (Shmem_Flag)2002-06-13, by atmos4
-
Allow building vo_xv without SHM support2002-06-13, by atmos4
-
merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>2002-06-13, by arpi
-
fix fps/frametime parsing - patch by Florian Schneider <flo-mplayer-dev@gmx.net>2002-06-13, by arpi
-
rounding bugfix2002-06-13, by michael
-
Small fix for real check.2002-06-13, by atmos4
-
add FreeBSD default dir2002-06-13, by nexus
-
ah 10000l2002-06-13, by gabucino
-
Background now uses CSS, added charset.2002-06-13, by diego
-
Background now uses CSS, added doctype and charset, removed leftover2002-06-13, by diego
-
Background now uses CSS, added charset, quoted all attributes that need2002-06-13, by diego
-
Aii 10l forgot to commit with my last x11_common.c commit2002-06-13, by atmos4
-
Background color now set by CSS, added doctype and charset, misc HTML fixes2002-06-13, by diego
-
Implement Nilmoni's and Bernd Ernesti's patches for:2002-06-13, by atmos4
-
Background color now set by CSS, added doctype and default character set,2002-06-12, by diego
-
Luke Harrison <luke@vv.carleton.ca>2002-06-12, by atmos4
-
Michele Balistreri <brain87@gmx.net>:2002-06-12, by atmos4
-
translated by Volodymyr M. Lisivka <lvm@mystery.lviv.net>2002-06-12, by jaf
-
update to english version2002-06-12, by jonas
-
updated to english version2002-06-12, by jonas
-
this was really wrong! but not they way you all though!! MWAHAHHAA!!!2002-06-12, by gabucino
-
Also set background color via CSS.2002-06-12, by diego
-
use default.css2002-06-12, by diego
-
Add support for hex key code in input.conf2002-06-12, by albeu
-
FONT tags obsoleted by CSS2002-06-12, by gabucino
-
using CSS2002-06-12, by gabucino
-
small updates2002-06-12, by gabucino
-
default style2002-06-12, by gabucino
-
added cdda (paranoia) dox2002-06-12, by gabucino
-
cdda added to input/notinput2002-06-11, by jaf
-
Remind people to NOT cut mplayer output, removed italics that make text2002-06-11, by diego
-
Added FAQ compilation entry, moved DGA entry to video section, fixed the2002-06-11, by diego
-
Q/A about mencoder printing negative recommended bitrate2002-06-11, by gabucino
-
Support for playing audio cds using cdparanoia. Include a raw audio2002-06-11, by albeu
-
Pontscho says panscan works with xmga only, not with mga.2002-06-10, by diego
-
fix panscan support and add Jesper Svennevid's <mplayer@svennevid.net> patch2002-06-10, by pontscho
-
http_proxy environment variable should be lowercase.2002-06-10, by diego
-
fixed copyright2002-06-10, by arpi
-
FreeBSD Real support2002-06-10, by nexus
-
added -dumpsrtsub2002-06-10, by gabucino
-
FreeBSD hack2002-06-10, by nexus
-
use path & dllname from config2002-06-10, by arpi
-
rv30win and cook audio added2002-06-10, by arpi
-
export subpacket-size and matrix w*h to the codec (cook)2002-06-10, by arpi
-
get matrix w*h from the demuxer2002-06-10, by arpi
-
Applying patch from Eric that fixes 6ch resampling2002-06-10, by anders
-
Fix asf stream wich were giving invalid frame times because the frame time2002-06-10, by albeu
-
FreeBSD compile fix2002-06-10, by nexus
-
export extra data for cook codec, some debug stuff2002-06-10, by arpi
-
yeah, it worx! but needs a big cleanup and removal of hardcoded stuff2002-06-10, by arpi
-
readaudio decoder - not yet working2002-06-10, by arpi
-
-wid fix by "Markus J.R." <random@shell.dnload.com>2002-06-09, by atmos4
-
some more2002-06-09, by arpi
-
typo, noticed by Jonas Jermann2002-06-09, by gabucino
-
is now obsolete (in mplayer.1)2002-06-09, by jonas
-
big update to english version2002-06-09, by jonas
-
freebsd support (hack) by Nexus2002-06-09, by arpi
-
win32 dll support (non-working)2002-06-09, by arpi
-
pncrt.dll used by realplayer8 codecs2002-06-09, by arpi
-
some nice words from Chris Philips2002-06-09, by gabucino
-
RealVideo libraries support2002-06-09, by gabucino
-
grayscale only decoding support2002-06-09, by michael
-
very high bitrate (RealOne) support fixed2002-06-09, by arpi
-
small fixes2002-06-09, by diego
-
arts and DMA setting clarified2002-06-09, by diego
-
-panscan clarified2002-06-09, by diego
-
some updates, fixes discovered by me2002-06-09, by arpi
-
initial version from Florian Schneider <flo-mplayer-dev@gmx.net>2002-06-09, by arpi
-
software scaler filter docs2002-06-09, by michael
-
realplayer dll support autodetected (requires linux && -ldl)2002-06-09, by arpi
-
rv20 added2002-06-09, by arpi
-
- removed unused function pointers2002-06-09, by arpi
-
- multiple audio/video stream support fixed2002-06-09, by arpi
-
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>2002-06-08, by arpi
-
xinerama fullscreen switching fix by Joachim Breitner <mail@joachim-breitner.de>2002-06-08, by attila
-
RealVideo rv30 decoder, using binary driver from realplayer82002-06-08, by arpi
-
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)2002-06-08, by arpi
-
more panscan stuff2002-06-08, by gabucino
-
updated to english version, fixes2002-06-07, by jonas
-
warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>2002-06-07, by arpi
-
cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>2002-06-07, by arpi
-
-vm pan&scan fixes by Jesper Svennevid <mplayer@svennevid.ne>2002-06-07, by arpi
-
added small notes for HW AC3 support2002-06-07, by gabucino
-
panscan added2002-06-07, by gabucino
-
some ao_arts stuff added2002-06-07, by gabucino
-
bugfixes2002-06-07, by jaf
-
s/usefull/useful/g2002-06-07, by diego
-
pre52002-06-07, by eyck
-
*** empty log message ***2002-06-07, by jaf
-
small g3 optflags upd2002-06-07, by atmos4
-
Reviewed for pre5.2002-06-07, by atmos4
-
common code to handle file/stdin/fifo opening, allows using named pipes and2002-06-07, by arpi
-
disables those plugins that can't handle the audio format.2002-06-07, by arpi
-
10l fix for cpuinfo exec after G3 changes and beatify cc check.2002-06-06, by atmos4
-
Credits updated from Albeu's patch, reordered to match alphabetical sorting2002-06-06, by diego
-
Albeu is right, 10l2002-06-06, by jonas
-
small fixes2002-06-06, by jonas
-
updated to english version2002-06-06, by jonas
-
indeoraw added - needed dlls: atiyvu9.dll, IYVU9_32.DLL2002-06-06, by jaf
-
add mute support ( step 1 ) and fixed panscan bugs (1000l for me)2002-06-06, by pontscho
-
-stop_xscreensaver option2002-06-06, by diego
-
OpenGL update2002-06-06, by diego
-
100l to .so2002-06-05, by arpi
-
added panscan support for xmga/xvidix2002-06-05, by pontscho
-
Fix by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>.2002-06-05, by atmos4
-
pan&scan support with -vo xv by ?? <mplayer@svennevid.net>2002-06-04, by arpi
-
Activating/Deactivating of XScreenSaver2002-06-04, by arpi
-
cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>2002-06-04, by arpi
-
Translated by: Ioannis Panteleakis <pioann@csd.auth.gr>2002-06-04, by arpi
-
file descriptor leak - found by Marc Espie <espie@nerim.net>2002-06-04, by arpi
-
set_window() fixing detection of changement of the window position2002-06-04, by attila
-
add network streaming support for gui2002-06-04, by pontscho
-
Some more "teamwork", changed references to -users into links, clarified some2002-06-04, by diego
-
msg/i18n fixes and some printf->mp_msg2002-06-03, by arpi
-
use offsets/pitches for OSD too2002-06-03, by arpi
-
100l too2002-06-03, by arpi
-
100l2002-06-03, by arpi
-
*** empty log message ***2002-06-03, by frodone
-
Sync2002-06-03, by frodone
-
10l + addendum2002-06-03, by attila
-
don't run help_diff on english help2002-06-03, by arpi
-
2 small fixes2002-06-03, by arpi
-
fix small typo2002-06-03, by attila
-
10l2002-06-03, by arpi
-
automatically adding untranslated messages to help_mp.h from english master file2002-06-03, by arpi
-
big html tags2002-06-03, by jonas
-
MSGTR_NoXAnimSupport added (found by arpi)2002-06-03, by gabucino
-
HTML codes should be upper-case2002-06-03, by gabucino
-
updated to english version2002-06-03, by jonas
-
add VCD support for GUI2002-06-03, by pontscho
-
bugfix for cygwin (reports 2.95.3-5)2002-06-03, by pl
-
test pattern filter2002-06-03, by michael
-
i shoudn't drink so much 'red bull', it's like coffee2002-06-02, by jaf
-
i cannot sleep ;-)2002-06-02, by jaf
-
msmpeg4v1 indexing2002-06-02, by michael
-
playback of 'being downloaded' files2002-06-02, by arpi
-
re-enabled a-v sync, fixes 25fps playback problems2002-06-02, by arpi
-
-1.0 swaps channels with the extrastereo plugin.2002-06-02, by diego
-
Grammar, spellchecking and HTML fixups as usual, as well as an explanatory2002-06-02, by diego
-
Cleaning up after Attila's checkin. Options should be in <CODE>-tags.2002-06-02, by diego
-
added docu for -icelayer and addition to the faq for -nortc2002-06-02, by attila
-
font init needs to be after config parsing, otherwise -font won't2002-06-02, by rfelker
-
ffmpeg patch applied -> kill patch warning2002-06-02, by michael
-
workaround bugs & error resilience ffmpeg decoder options2002-06-02, by michael
-
ff-msmpeg4v12002-06-02, by michael
-
The "(use this option if it does not compile)" text only made sense2002-06-01, by rfelker
-
-updates vo_directfb (+configure&makefile) according to planned changes2002-06-01, by arpi
-
fame=quality:fps args support, small fixes for 0.9.0 api2002-06-01, by arpi
-
use new api of libfame 0.9.02002-06-01, by arpi
-
sync2002-06-01, by jonas
-
updated to english version, corrections, some changes in support table in faq.html2002-06-01, by jonas
-
forgot vpsize2002-06-01, by michael
-
docu for the new options of the patched version2002-06-01, by michael
-
single coefficient elimination disabled by default2002-06-01, by michael
-
rage128/radeon fixes, mach64 mess^H^H^H^Hcleanup, pm3 driver.2002-05-31, by arpi
-
pci.db is now uncompressed in cvs, sync with mplayerxp2002-05-31, by arpi
-
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun2002-05-31, by arpi
-
rewording/cosmetics patch by Diego Biurrun2002-05-31, by arpi
-
explanation of the '-subpos' flag, patch by Diego Biurrun2002-05-31, by arpi
-
message wording fix by Diego B.2002-05-31, by arpi
-
'bugfixes' by Diego Biurrun <diego@biurrun.de>2002-05-31, by jaf
-
v0.1.8, - new option -sync, by Jürgen Hammelmann <juergen.hammelmann@gmx.de>2002-05-31, by jaf
-
When compiling mga_vid_test.c, memcpy() is subject to an implicit2002-05-31, by jaf
-
few fixes2002-05-31, by arpi
-
possible sig11 fixed in .rt parser (weisskreuzova.zip)2002-05-30, by arpi
-
corrections, sync2002-05-30, by jonas
-
warning fix (write()/close() require unistd.h)2002-05-30, by pl
-
warning fix (strings.h > string.h)2002-05-30, by pl
-
warning fixes (string.h is required for memset)2002-05-30, by pl
-
arts added to 'Disabled optional drivers'2002-05-30, by jaf
-
10l - noticed by Terry Mohan <tmohan@users.sourceforge.net>2002-05-30, by arpi
-
setting mpi's w/h to disp_w/h. it fixes mpeg1 crash when height%16!=02002-05-30, by arpi
-
8bit 'twos' S8 pcm audio support - fixes MOTI1E.MOV2002-05-30, by arpi
-
grayscaled palette support2002-05-30, by arpi
-
- some cleanup, removed unused code2002-05-30, by arpi
-
restore original bih->biCompression if codec init failed2002-05-29, by arpi
-
- modify bih->biCompression instead of sh->format2002-05-29, by arpi
-
new options to support Michael's libavcodec patch, #ifdefed2002-05-29, by arpi
-
fixed arts detection2002-05-29, by arpi
-
updates & synchro with help_mp-en r1.292002-05-29, by pl
-
- hardened a bit the new bilinear algo (missing checks)2002-05-29, by pl
-
off_t fields reordered, to avoid problems due to struct padding2002-05-29, by arpi
-
avoids malloc()ing a negative number (== very big size_t)2002-05-29, by pl
-
small changes in skin selection2002-05-28, by pontscho
-
add XShape support for gui's submenu2002-05-28, by pontscho
-
Raise the colorkey tolerence2002-05-28, by albeu
-
upsz ...2002-05-28, by pontscho
-
fix text render chrash ...2002-05-28, by pontscho
-
Fix audio/video driver name parsing and remove 2 little memleaks2002-05-28, by albeu
-
small fix for arts2002-05-28, by pl
-
aRts audio out support by Michele Balistreri <brain at email.it>2002-05-28, by atmos4
-
revised query_format2002-05-27, by alex
-
query_format revised2002-05-27, by alex
-
revised query_format2002-05-27, by alex
-
it uses swscaler2002-05-27, by alex
-
added -dumpsrtsub option for SubRip format2002-05-27, by iive
-
added dump subtitles to .srt2002-05-27, by iive
-
revised query_format2002-05-27, by alex
-
revised query_format. added support for native/conversion detection2002-05-27, by alex
-
revised query_format2002-05-27, by alex
-
Little fix for vobsub/dvd subtitles2002-05-27, by albeu
-
removed screenshot thingie - it will be moved to video filter layer2002-05-27, by alex
-
new layer handling code under icewm from Attila2002-05-27, by pontscho
-
typo fixed (thx for /someone/)2002-05-27, by gabucino
-
codecs.conf versioning - patch by Joey Parrish <joey@yunamusic.com>2002-05-26, by arpi
-
if LANGUAGES=help_mp-??_??.h fixed2002-05-26, by jaf
-
Translation to brazil portuguese by Fabio Pugliese Ornellas <neo_fpo at ig.com.br>2002-05-26, by atmos4
-
report error if bad dimensions requested (<=0)2002-05-26, by alex
-
Downloads w32codecs from M$, script by Tom Lees <tal26 at cam.ac.uk>2002-05-26, by atmos4
-
removed unused controls2002-05-26, by alex
-
AC3 passthrough support by Andy Lo A Foe <andy at alsaplayer dot org>2002-05-26, by alex
-
clone_demux_packet(), using refcounting to avoid memcpy()2002-05-25, by arpi
-
The 3 X11 checks (header/lib/functionnality) are now together.2002-05-25, by pl
-
Bounding box and partial update patch for vob/dvdsub by Hephooey.2002-05-25, by atmos4
-
vfw huffyuv is said to be buggy2002-05-25, by arpi
-
warning fixes, patch by Ulrich Hecht <uli@suse.de>2002-05-25, by arpi
-
On the sun all int32 objects have to be aligned on 32 bit boundaries. With2002-05-25, by arpi
-
typo2002-05-25, by alex
-
jump to next file (or exit) if can't decode audio && video2002-05-25, by alex
-
Add volume control, patch by2002-05-25, by atmos4
-
fix two small bug and add multimedia keyboard support ( i tested with Acer AirKey V only )2002-05-25, by pontscho
-
sync2002-05-25, by nexus
-
Overlay in a window (only with x11 subdriver)2002-05-24, by albeu
-
Destroy the old win when config is called multiple times2002-05-24, by albeu
-
Let X destroy the window2002-05-24, by albeu
-
Initial cvs release of the porting-status.txt I proposed on dev-eng.2002-05-24, by atmos4
-
Cygwin stdcall mismatch fix.2002-05-24, by atmos4
-
Atmos is right2002-05-24, by arpi
-
better wording, patch by Diego Biurrun <diego@biurrun.de>2002-05-24, by arpi
-
different message for busy Xv ports and missing Xv ports2002-05-24, by arpi
-
- put back SystemTooSlow message2002-05-23, by arpi
-
majd biztos strong bazmeg2002-05-23, by gabucino
-
suggested by John L. Clark <jlc6@po.cwru.edu>2002-05-23, by arpi
-
- keeps configure from generating a core when a buggy giflib is found2002-05-23, by arpi
-
applied Diego Biurrun's patch2002-05-23, by gabucino
-
VIV->VIVO2002-05-23, by gabucino
-
inttypes gui patch from Bjrn Sandell <biorn@dce.chalmers.se>2002-05-23, by pontscho
-
bugfixes2002-05-23, by jaf
-
applied 64bit patch from Ulrich Hecht <uli at suse dot de>2002-05-23, by alex
-
applied 64bit patch from Ulrich Hecht <uli at suse dot de>2002-05-23, by alex
-
applied 64bit patch from Ulrich Hecht <uli at suse dot de>2002-05-23, by alex
-
applied 64bit patch from Ulrich Hecht <uli at suse dot de>2002-05-23, by alex
-
changed disabled vidix message2002-05-23, by alex
-
applied 64bit patch from Ulrich Hecht <uli@suse.de>2002-05-23, by pontscho
-
some visual changes and applied Ulrich Hecht's 64bit fixes2002-05-23, by alex
-
10l2002-05-23, by alex
-
10L bugfix2002-05-23, by albeu
-
update to english version2002-05-22, by jonas
-
some typos2002-05-21, by jonas
-
update to english version2002-05-21, by jonas
-
obsoleted by users_against_developers.html2002-05-21, by jonas
-
better wording in albeu's dox2002-05-21, by gabucino
-
better fix2002-05-21, by gabucino
-
strange fix for IE 6.0.26002002-05-21, by gabucino
-
10l2002-05-21, by gabucino
-
Fix gcc version display for gcc 3.1 (downwards compatible it seems - tested with 2.95.2)2002-05-20, by atmos4
-
fix some gtk bug...2002-05-20, by pontscho
-
Gui and 64-bit issues patch from Gui and 64-bit issues2002-05-20, by pontscho
-
updated video filter dox2002-05-20, by gabucino
-
sync2002-05-20, by nexus
-
sync with arpi's help_mp-en.h changes2002-05-20, by gabucino
-
pgup/pgdown added (it was already in help_mp-hu.h)2002-05-20, by gabucino
-
64bit incompatibility bug, patch by Artur Grabowski <art@blahonga.org>2002-05-20, by arpi
-
some more output cosmetics, especially for vivo and mov demuxers2002-05-20, by arpi
-
big cosmetics patch, cleanup of messages printed by mplayer and libs.2002-05-20, by arpi
-
updates on help2002-05-20, by arpi
-
more cpudetect cosmetics2002-05-20, by arpi
-
cosmetics on CPU detection messages2002-05-20, by arpi
-
new spudec.h requires libvo headers, patch by Daniel Hottinger <TheHotti@gmx.ch>2002-05-20, by arpi
-
swscale and 32->24bpp conversion removed2002-05-20, by arpi
-
memset and memcpy were used without #include <string.h> in a few places.2002-05-20, by arpi
-
create relative links instead of absolute (with path) ones, patches by:2002-05-19, by arpi
-
-2/-3 for scale w/h2002-05-19, by arpi
-
-vm -fs fix by Tobias Diedrich <ranma@gmx.at>2002-05-19, by arpi
-
a/v stream selection - patch by alexander.werth@gmx.de2002-05-19, by arpi
-
module name fixed for vo check_events2002-05-19, by arpi
-
FAQ sync, updates, removes, etc...2002-05-19, by gabucino
-
small fixes, updates2002-05-19, by gabucino
-
applied two patches (two-in-one! :P)2002-05-19, by gabucino
-
compile with '-g' by default for .developer2002-05-18, by arpi
-
ignore first 2 frames2002-05-18, by arpi
-
small fix2002-05-18, by arpi
-
Overlay section added2002-05-18, by mswitch
-
gif support: added tests with the X11 libs (required by some lib(un)gif)2002-05-18, by pl
-
Patch by Tobias Diedrich <td@informatik.uni-hannover.de>:2002-05-18, by pl
-
Kees Cook <mplayer@outflux.net> told us something ...2002-05-18, by jaf
-
Add the forgoten scrennshot command2002-05-18, by albeu
-
Workaround the bug in x11 vo's (if it's one) wich let a window in the way2002-05-17, by albeu
-
Improvment for spu subtitles.2002-05-17, by albeu
-
bugfixed - they are also necessary here ...2002-05-17, by jaf
-
lavc rate control tech-docs2002-05-17, by michael
-
-lavcopts ... inserted since lavc is default encoder now2002-05-17, by gabucino
-
iive is right - we shouldn't use IP buffering for vfw. it was changed2002-05-16, by arpi
-
old vfw codecs don't like double buffering - force static buffer for them2002-05-16, by arpi
-
'static' outfmt-flag added2002-05-16, by arpi
-
bugfixes by ugk8 <ugk8@rz.uni-karlsruhe.de>2002-05-16, by jaf
-
corrections by Diego Biurrun <diego@biurrun.de>2002-05-16, by jaf
-
debian stuff again2002-05-16, by jaf
-
added some debian stuff2002-05-15, by jaf
-
ijpg outfmt updated2002-05-15, by arpi
-
rgb24, bgr 24/32 support even for grayscale2002-05-15, by arpi
-
fixing end overwrite bugs (some at least)2002-05-15, by michael
-
some cleanup, gl/gl2 updated to use vo_window2002-05-14, by arpi
-
Enable mmst support. MMST will be tried if the HTTP support failed.2002-05-14, by bertrand
-
Added asf_mmst_streaming.c for compilation.2002-05-14, by bertrand
-
Added support for asf mmst protocol.2002-05-14, by bertrand
-
only include when necessary2002-05-14, by jaf
-
patch by Diego Biurrun <diego@biurrun.de>:2002-05-14, by pl
-
small fixes2002-05-14, by pontscho
-
two more lines for dvb ...2002-05-14, by jaf
-
devfs fallback support?2002-05-13, by arpi
-
obsoleted by users_against_developers.html2002-05-13, by arpi
-
vfwopts_conf has moved to vw_vfw.c2002-05-13, by alex
-
added support for codec selection2002-05-13, by alex
-
typo2002-05-13, by alex
-
-vop help, patch by Julian J. M. <bandit@telecable.es>2002-05-13, by arpi
-
disable bgr82002-05-13, by alex
-
cleanups, removed swscaler, osd support - by Joey Parrish <joey@yunamusic.com>2002-05-13, by arpi
-
fixed vo_uninit2002-05-13, by alex
-
Applied patch from Tobias Diedrich <ranma@gmx.at>, added volume setting2002-05-13, by albeu
-
comment on BSD2002-05-13, by arpi
-
100l sorry, won't commit again.2002-05-13, by jonas
-
added new description, new vop options and fsmode-dontuse2002-05-13, by jonas
-
10L Crash if no subdriver given and overlay enabled2002-05-13, by albeu
-
Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>.2002-05-13, by albeu
-
new pre-release version2002-05-13, by eyck
-
libgif detection extended2002-05-12, by arpi
-
-fsmode accept 0..31 now2002-05-12, by arpi
-
small cleanup, new flag in -fsmode to avoid unmapping window for unknown wm2002-05-12, by arpi
-
bad fix removed2002-05-12, by arpi
-
cropdetect2002-05-12, by arpi
-
new filter, to detect best crop size2002-05-12, by arpi
-
keep aspect ratio - based on Fredrik Kuivinen's idea2002-05-12, by arpi
-
fix Arpi's bugs2002-05-12, by pontscho
-
missing </LI> matkups put2002-05-12, by nell
-
big (>2GB) AVI files support - patch by Wolfram Gloger <wg@malloc.de>2002-05-12, by arpi
-
various updates by Diego Biurrun <diego@biurrun.de>2002-05-12, by arpi
-
bigendian fix by Colin Leroy <colin@colino.net>2002-05-12, by arpi
-
-vo gif - by Joey Parrish <joey@yunamusic.com>2002-05-12, by arpi
-
getch2 fix - by Dimitar Zhekov <jimmy@is-vn.bg>2002-05-12, by arpi
-
ssm supported, dvdnav2002-05-12, by arpi
-
???2002-05-12, by arpi
-
always reser audio input buffer pointer2002-05-12, by arpi
-
HAVE_MENCODER->FOR_MENCODER (forgot to commit some weeks ago...)2002-05-12, by arpi
-
update2002-05-11, by nell
-
remove base size from vo_x11_sizehint2002-05-11, by pontscho
-
fix Nil's vo_x11 bug (Nilmoni Deb <ndeb@ece.cmu.edu>)2002-05-11, by pontscho
-
fix gtk dialog box destroy bug2002-05-11, by pontscho
-
fix some small bug and -rootwin2002-05-11, by pontscho
-
delayed update2002-05-10, by nell
-
skin-en.html --> skin-pl.html2002-05-10, by nell
-
refresh and charset settings2002-05-10, by nell
-
obsolete file2002-05-10, by nell
-
charset=iso-8859-22002-05-10, by nell
-
space removed.2002-05-10, by eyck
-
patchs by Björn Sandell <biorn@dce.chalmers.se>:2002-05-10, by pl
-
netbsd and/or lfs workaround (fixes a textbusy error)2002-05-10, by pl
-
fullscreen -- round three -- icewm fullscreen fixed2002-05-09, by pontscho
-
big update to english version2002-05-09, by jonas
-
added some new types2002-05-09, by alex
-
updated to english version (except documentation.html and manpages)2002-05-09, by jonas
-
sometime source files have other frame rates than for vcd's and svcd's, so2002-05-09, by jaf
-
BSDI dvd.h detect fix by Steven M. Schultz <sms@2BSD.COM>2002-05-09, by arpi
-
UMRs fixed - noticed by Nilmoni Deb <ndeb@ece.cmu.edu>2002-05-09, by arpi
-
fixed sdl+resample bug coused by float point to int rounding error2002-05-09, by iive
-
added audio_out_format_bits to calc len alignment2002-05-09, by iive
-
some reorder2002-05-09, by arpi
-
updated to english version2002-05-08, by jonas
-
typo2002-05-08, by jonas
-
noskip to mencoder only opts, endpos understands byte position too and small changes2002-05-08, by jonas
-
-fsmode-dontuse2002-05-08, by arpi
-
lavc args2002-05-08, by arpi
-
FPS autodetection, accept args: quality:fps2002-05-08, by arpi
-
multifile fixed2002-05-08, by arpi
-
partial fix2002-05-08, by arpi
-
-zoom, -fs with x[11|mga|v] fix -- round two2002-05-08, by pontscho
-
vo_uninit fixed2002-05-08, by arpi
-
applied Nilmoni Debian's (and Diego Burrick) patch2002-05-08, by gabucino
-
some bugfix, x[11|mga|v] ( fullscreen with more files )2002-05-08, by pontscho
-
patch by Didier <did-c-debian@ifrance.com>:2002-05-07, by pl
-
patchs for NetBSD by Bernd Ernesti <mplayer@lists.veego.de>:2002-05-07, by pl
-
ffodivx m4s22002-05-07, by michael
-
wm detection -- round two2002-05-07, by pontscho
-
dvbscale added2002-05-06, by arpi
-
usefull dox2002-05-06, by arpi
-
updated -vop scale parameters2002-05-06, by arpi
-
updated2002-05-06, by arpi
-
w/h=0 means d_w/h instead of original2002-05-06, by arpi
-
dvbscale - setup scaling for the DVB card2002-05-06, by arpi
-
reset default caps2002-05-06, by arpi
-
fix -fs and 'f'2002-05-06, by pontscho
-
upsz, 10l2002-05-06, by pontscho
-
add WM detection, and wm specific fullscreen code. (???)2002-05-06, by pontscho
-
added rawbgr32 - Artur Zaprzala <zybi@fanthom.math.put.poznan.pl> told us2002-05-06, by jaf
-
time to make libavcodec as default2002-05-06, by arpi
-
uptated to english version2002-05-06, by frodone
-
vb_qfactor desc. added - patch by Rémi Guyomarch <rguyom@pobox.com>2002-05-06, by arpi
-
various fixes2002-05-05, by arpi
-
cache lower limit 32kb2002-05-05, by arpi
-
accept \N too, patch by Reinder <r.cuperus@student.utwente.nl>2002-05-05, by arpi
-
ln -s instead of install mencoder.12002-05-05, by arpi
-
fullscreen toggle for vo_mga2002-05-05, by rfelker
-
window resize bug fixed2002-05-05, by pontscho
-
the Right Fix for gui window setup2002-05-05, by arpi
-
blit_frame is useless - noticed by Nick K.2002-05-05, by arpi
-
some cleanup around uninit()2002-05-05, by arpi
-
gui doesn't like exit() in forged process2002-05-05, by arpi
-
- the "black bars" in xv bug fixed (drwX=drwY=0)2002-05-05, by arpi
-
3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyom@pobox.com>2002-05-05, by michael
-
rpm/deb/licensing stuff removed/changed2002-05-05, by gabucino
-
(no)dshow option removed2002-05-05, by gabucino
-
a hack to make ffmjpeg created files viewable with windows dlls too2002-05-05, by alex
-
missing if(use_gui) - found by Nilmoni Deb <ndeb@ece.cmu.edu>2002-05-04, by arpi
-
re-ordering options, add comemnts2002-05-04, by arpi
-
msmpeg4v2 added2002-05-04, by gabucino
-
msmpeg4v2 -> MP42 mapping, requested by Gabucino2002-05-04, by alex
-
mondom fix2002-05-04, by gabucino
-
Arpi Is Right(TM)2002-05-04, by gabucino
-
Arpi Is Right(TM)2002-05-04, by gabucino
-
small update2002-05-04, by gabucino
-
video filter documentation updated2002-05-04, by gabucino
-
better fix for i420/iyuv as suggested by arpi2002-05-04, by rfelker
-
applied Jonas Jermann's patch (v1)2002-05-04, by gabucino
-
applied Jonas Jermann's patch2002-05-04, by gabucino
-
patch by (someone)2002-05-04, by gabucino
-
some updates2002-05-03, by alex
-
10l - MMX rgb2bgr 32bpp expects num_of_bytes instead of num_of_pixels2002-05-03, by arpi
-
html fix, noticed by aleksz2002-05-03, by gabucino
-
NUV seeking works2002-05-03, by gabucino
-
gui vs. mencoder conflict workaround2002-05-03, by arpi
-
fix video vindov background2002-05-03, by pontscho
-
fix xmga fs, resize to movie size and mouse auto hide + dga2002-05-03, by pontscho
-
fixed raw i420/iyuv to some extent, so that cb/cr channels are no2002-05-03, by rfelker
-
guess what :)2002-05-03, by atmos4
-
Fix for darwins date2002-05-03, by atmos4
-
Port to darwin.2002-05-03, by atmos4
-
timer didn't update if mplayer is too fast (no video)2002-05-03, by iive
-
fix aspect ratio handling2002-05-03, by pontscho
-
add something like 'Optimizing for: i686 mmx mmx2 sse'2002-05-03, by jaf
-
disabled audio2002-05-02, by alex
-
10l2002-05-02, by alex
-
avid mjpeg support (external huffman table)2002-05-02, by alex
-
linux/cdrom.h detection fix by Denis Ducamp <Denis.Ducamp@hsc.fr>2002-05-02, by arpi
-
printf to mp_msg2002-05-02, by albeu
-
New MSGT for more printf to mp_msg2002-05-02, by albeu
-
printf to mp_msg2002-05-02, by albeu
-
mp_msg level fix2002-05-02, by albeu
-
printf to mp_msg2002-05-02, by albeu
-
printf to mp_msg + warning msg from MSGL_INFO to MSGT_WARN2002-05-02, by albeu
-
printf to mp_msg2002-05-02, by albeu
-
Fix frame_time for variable fps movies as it was the last frame duration.2002-05-02, by albeu
-
- frame_time delayed one frame, as it's really duration of current frame,2002-05-02, by arpi
-
.raw width>=65536 support by Georgi Georgiev <chutz@chubaka.homeip.net>2002-05-02, by arpi
-
catching vo/vf init failure2002-05-01, by arpi
-
bsd+mpdvdkit worx2002-05-01, by gabucino
-
setting vf_inited flag, some printf->mp_msg, some MSGL_FATAL->MSGL_WARN2002-05-01, by arpi
-
vf_inited flag added2002-05-01, by arpi
-
patch by Jürgen Appel <jappel@linux01.gwdg.de>:2002-05-01, by pl
-
fixed bogus overloaded "q" parameter for lame mp3 encoding2002-05-01, by rfelker
-
expand=-1:-50:0:0 -> mwidth:mheight+50:0:02002-05-01, by pontscho
-
fix fullscreen bug2002-05-01, by pontscho
-
some bug fix2002-05-01, by pontscho
-
completed real seeking - working very well with audio only files2002-04-30, by alex
-
Suggested fix by2002-04-30, by atmos4
-
Added ICY error 400: Server full.2002-04-30, by bertrand
-
Convert printf to mp_msg in the network layer2002-04-30, by albeu
-
some vfw codecs supports I420 and YV12 too2002-04-30, by alex
-
another pre-release2002-04-30, by eyck
-
trying to fix nicks bugs ...2002-04-29, by michael
-
fix fullscreen bug es ilyen libvo not initialized bug with gui igy2002-04-29, by pontscho
-
OpenBSD patch - by Björn Sandell <biorn@dce.chalmers.se>2002-04-29, by arpi
-
guessing palette - patch by salvador <salvador@inti.gov.ar>2002-04-29, by arpi
-
-xy/-zoom updated2002-04-29, by arpi
-
updated2002-04-29, by arpi
-
-xy,-zoom,-flip available in mencoder too2002-04-29, by arpi
-
apply aspect prescaling to -xy2002-04-29, by arpi
-
disabling gtk messagebox - fixes gtk crashes2002-04-29, by arpi
-
more compatible libpng version check2002-04-29, by arpi
-
8bpp raw avi support2002-04-29, by arpi
-
ugly workaround disabled2002-04-29, by arpi
-
Add support for another AVI with ogg/vorbis audio (0x674F)2002-04-29, by albeu
-
Fix buggy extra header printing2002-04-29, by albeu
-
Uncompressed avi files are stored upside down.2002-04-29, by ksorim
-
Use new style query_formats flags. Fixes bug with flip.2002-04-29, by ksorim
-
Default to the mixer device matching the audio device used for audio output.2002-04-29, by jkeil
-
Added ICY error 401: Service unavailable.2002-04-28, by bertrand
-
only freebsd has BSD-style dvd_struct? - enable dvdkit only for linux+freebsd2002-04-28, by arpi
-
DFB 0.9.10 update patch by Jiri.2002-04-28, by atmos4
-
do cpudetect before anything else2002-04-28, by arpi
-
don't re-detect cpu2002-04-28, by arpi
-
mpdvdkit vs. bsd fixed?2002-04-28, by arpi
-
soundcard.h fix, by Bernd Ernesti <mplayer@lists.veego.de>2002-04-28, by arpi
-
oss detection fix for bsd2002-04-28, by arpi
-
patch that should fix the "isofs uses mga_vid" bug2002-04-28, by arpi
-
OpenBSD section translated from Bjorn's patch2002-04-28, by gabucino
-
doxization2002-04-28, by gabucino
-
open w/O_CREAT requires a third argument, mode!2002-04-28, by rfelker
-
openbsd updates by Björn Sandell <biorn@dce.chalmers.se>2002-04-28, by arpi
-
updated to latest -vop changes2002-04-28, by arpi
-
1000l2002-04-28, by arpi
-
10l2002-04-28, by arpi
-
support hurryup flag (-(hard)framedrop)2002-04-27, by arpi
-
10l2002-04-27, by arpi
-
realtime yv12->mpeg1 with libavcodec qscale=12002-04-27, by arpi
-
OpenBSD, NetBSD portability patches by2002-04-27, by arpi
-
A little fix with hw video parameters setting2002-04-27, by albeu
-
A almost complete rewrite.2002-04-27, by albeu
-
Avoid bogus file not found message if vobsub isn'T forced (autodetect).2002-04-27, by atmos4
-
ICY found (mp3 stream) != sucess.2002-04-27, by albeu
-
Handle winamp playlist as sublist.2002-04-27, by albeu
-
update: we use the new quantizer in libavcodec, -zrquality 1 is allowed2002-04-27, by rik
-
update: we use the new quantizer in libavcodec2002-04-27, by rik
-
yeah, never write dox in the morning2002-04-27, by gabucino
-
Runtime cpu detection is disabled by default.2002-04-27, by ksorim
-
OSD/SUB doc2002-04-27, by gabucino
-
more libdvd* text removed2002-04-27, by gabucino
-
updated DVD documentation for libmpdvdkit2002-04-27, by gabucino
-
HTML typo2002-04-27, by gabucino
-
10l pl =)2002-04-27, by atmos4
-
"." removed2002-04-27, by gabucino
-
fix for latest alsa (sys/asoundlib.h has been moved to alsa/asoundlib.h)2002-04-27, by pl
-
divx5.1 features added2002-04-27, by arpi
-
osd crash fixed2002-04-26, by arpi
-
frameno.avi seeking workaround2002-04-26, by arpi
-
maintainers updated (tell me if something missing), matrox list moved2002-04-26, by arpi
-
input/lirc/slavemode doc by Albeu2002-04-26, by arpi
-
some fixes2002-04-26, by arpi
-
volume setting with lame - patch by silicon@falcon.sch.bme.hu2002-04-26, by arpi
-
argh, missed this one as I have no dxr3.2002-04-26, by atmos4
-
removed my 'extension'2002-04-26, by jaf
-
Correct my half reverse commit. Sorry Atmos.2002-04-26, by albeu
-
eeh 10l forogt to commit.2002-04-26, by atmos4
-
Don't break the pointer for the next file.2002-04-26, by albeu
-
corrected what felix made buggy ;-)2002-04-26, by jaf
-
Allow disabling of libfame and allow to enforce (not) building libavcodec.2002-04-26, by atmos4
-
Fix bug in LR's patch.2002-04-26, by atmos4
-
Disable vidix on cygwin for now.2002-04-26, by atmos4
-
Fix osd progress bar.2002-04-26, by albeu
-
fix fullscreen (?)2002-04-25, by pontscho
-
Fix keypad volume control.2002-04-25, by atmos4
-
crlf->lf2002-04-25, by arpi
-
uninit libvo before getch2 - requires for clean svgalib uninit2002-04-25, by arpi
-
small fixes2002-04-25, by arpi
-
frame-based mpsub parser fix - patch by Rizsanyi Zsolt <rizsanyi@myrealbox.com>2002-04-25, by arpi
-
bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br>2002-04-25, by arpi
-
mplayer_lirc->mplayer2002-04-25, by arpi
-
bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br>2002-04-25, by arpi
-
FreeBSD fix2002-04-25, by nexus
-
-rootwin fix...2002-04-24, by arpi
-
-rootwin fixed, keys work, mouse doesn't2002-04-24, by arpi
-
-rootwin fix by Tomas Konir <moje@molly.vabo.cz>2002-04-24, by arpi
-
define HAVE_LINUX_DVD_STRUCT2002-04-24, by arpi
-
DVDKIT support2002-04-24, by arpi
-
defines USE_MPDVDKIT2002-04-24, by arpi
-
fix warning2002-04-24, by arpi
-
runtime cpustuff disabled by default - it was tested enough2002-04-24, by arpi
-
handles DVDKIT_SHARED, compile and install libmpdvdkit.so2002-04-24, by arpi
-
libdir changed2002-04-24, by arpi
-
enable dvdkit only for linux, bsd* and solaris2002-04-24, by arpi
-
Uninit added2002-04-24, by albeu
-
applied 2 patches2002-04-24, by gabucino
-
Added demuxer uninit2002-04-24, by albeu
-
Add seeking without index (still not perfect). Use -forceidx for the2002-04-24, by albeu
-
disable vidix for non-x86 by default2002-04-24, by arpi
-
fix system_name case2002-04-24, by arpi
-
mp_mp3_get_lsf() added - to get decomp. frame size2002-04-24, by arpi
-
Hopefully fix ffmpeg12 aspect.2002-04-24, by atmos4
-
more strict check for .mp32002-04-23, by arpi
-
AVID is buggy (image shifted/scaled?) with mainconcept codec2002-04-23, by arpi
-
Portability fix with realloc2002-04-23, by albeu
-
add headers detection for mpdvdkit2002-04-23, by pontscho
-
workaround: force PF table setup in IsProcessorFeaturePresent2002-04-23, by alex
-
tm20 finally working2002-04-23, by alex
-
sorry2002-04-23, by pontscho
-
mostma' fix2002-04-23, by pontscho
-
Fix % seeking2002-04-23, by albeu
-
Fix audio only absolute seeking2002-04-23, by albeu
-
fix timer for audio only files2002-04-23, by pontscho
-
divx audio workaround2002-04-23, by arpi
-
reading pll in 32-bit instead of 8-bit +1, +22002-04-23, by michael
-
AFMT_AC3 autodetect/fallback to S162002-04-22, by arpi
-
fix audio only files play2002-04-22, by pontscho
-
Fix a bug produced when line are terminated with \r\n and not a single2002-04-22, by albeu
-
x1 deblocking filter bugfix2002-04-22, by michael
-
add multiple filter types2002-04-22, by pontscho
-
mplayer/mencoder2002-04-22, by jaf
-
add none for dvd subtitle menu2002-04-22, by pontscho
-
bugfixes2002-04-22, by jaf
-
hq mode in first pass should work (as bad, ehh as well as LQ)2002-04-22, by michael
-
obsoleted options2002-04-21, by arpi
-
support for new stuff (lavc internal 2pass, ...)2002-04-21, by michael
-
add libmpdvdkit lib2002-04-21, by pontscho
-
typo fix for pre22002-04-21, by alex
-
Added uninit2002-04-21, by albeu
-
8bpp paletted -> 15/16/24/32 converter2002-04-21, by arpi
-
memory leak(off by 1 bug)2002-04-21, by iive
-
10l, >1bpp modes fixed..., x<->y swapped2002-04-21, by arpi
-
added UB Video MPEG 42002-04-21, by alex
-
export palette for rgb8/bgr82002-04-21, by arpi
-
ugly hack for morgands2002-04-21, by alex
-
added pegasus codecs2002-04-21, by alex
-
added my todo ;)2002-04-21, by alex
-
applied Holm^H^H^H^HDiego's (?:) patch2002-04-21, by gabucino
-
devfs fix?2002-04-21, by arpi
-
Complement existing filters - rotate and flip.2002-04-21, by eyck
-
alf2 working, added techsmith camtasia2002-04-21, by alex
-
100l - fixed yuy2 -dr, reported by Nexus2002-04-21, by arpi
-
using print_wav_header in acm init2002-04-21, by alex
-
new pre-release..2002-04-21, by eyck
-
dumping unknown extradata too2002-04-21, by alex
-
removed some silly comments and added lhacm audio - working2002-04-21, by alex
-
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)2002-04-21, by alex
-
more infos2002-04-21, by jaf
-
added voxware rt24 speech codec2002-04-21, by alex
-
RegisterClassA and UnregisterClassA for VoxWare RT24 speech codec ACM2002-04-21, by alex
-
shouldn't decode ijpg with lead, as it cannot detect w/h (ijpg is used by -mf)2002-04-21, by arpi
-
added truespeech and moved ms11, ucod2002-04-21, by alex
-
LEAD (m)jpeg added2002-04-21, by arpi
-
commented out debug msg2002-04-21, by alex
-
added qpeg2002-04-21, by alex
-
added UCOD2002-04-21, by alex
-
added SetEnvironmentVariableA for UCOD-ClearVideo DLL2002-04-21, by alex
-
mss1 fixed2002-04-21, by alex
-
added _EH_prolog (needed by mss1 codec)2002-04-21, by alex
-
1l2002-04-20, by alex
-
minor changes2002-04-20, by alex
-
filters uninit2002-04-20, by arpi
-
some tasks completed2002-04-20, by alex
-
some typos2002-04-20, by alex
-
typo2002-04-20, by jaf
-
applied Holm's patch (credits updated)2002-04-20, by gabucino
-
Seeking implemented2002-04-20, by albeu
-
antoher try, ecp reading like in gatos ...2002-04-20, by michael
-
mpegaudio->mp2+mp3 renamed in ffmpeg2002-04-20, by arpi
-
okej, back again, reworded2002-04-20, by gabucino
-
default is not 0 but center2002-04-20, by gabucino
-
-conf and -config don't exist anymore :(2002-04-20, by gabucino
-
applied Holm's patch2002-04-20, by gabucino
-
small fixes2002-04-20, by gabucino
-
tudok angolul2002-04-20, by gabucino
-
better wording2002-04-20, by gabucino
-
Added -input js-dev xx option to specifies the joystick device to use.2002-04-20, by albeu
-
more deciliters2002-04-20, by gabucino
-
updates2002-04-20, by gabucino
-
RTFMed tech/vop.txt, added more info2002-04-20, by gabucino
-
more tajpo2002-04-20, by gabucino
-
video filter layer dokksz2002-04-20, by gabucino
-
tájpó2002-04-20, by gabucino
-
video filter layer documentation begun (maybe audio layer should be2002-04-20, by gabucino
-
synced with arpi's "fixes, updates"2002-04-20, by gabucino
-
I2C is also needed for G400 tvout2002-04-20, by gabucino
-
swscaler yv12 vs i420 workaround2002-04-19, by arpi
-
1000l2002-04-19, by arpi
-
debug line2002-04-19, by arpi
-
workaround yv12 vs. i420 'bug' of swscale2002-04-19, by arpi
-
nuppelvideo is I420-only :(2002-04-19, by arpi
-
accept I420/IYUV in query_format2002-04-19, by arpi
-
flipped rgb fixed2002-04-19, by arpi
-
more stuff required when GUI bugreporting (nobody reads it anyway)2002-04-19, by gabucino
-
better lame2.96inconsistency explanation2002-04-19, by gabucino
-
minor fixes and flipping support2002-04-19, by alex
-
sync with mplayerxp2002-04-19, by nick
-
fix compile bug2002-04-19, by pontscho
-
corrections2002-04-19, by arpi
-
Good evening ladies and gentleman and welcome to the latest2002-04-19, by arpi
-
Fix loop playback. Main loop was quited on end of video.2002-04-19, by albeu
-
rotate added2002-04-19, by arpi
-
rotation/mirror filter2002-04-19, by arpi
-
typo fix2002-04-19, by arpi
-
fixes, updates2002-04-19, by arpi
-
video filters docs2002-04-18, by arpi
-
Fix non-interactive install issue, based on report from Jens2002-04-18, by eyck
-
10l2002-04-18, by arpi
-
fix skin loading bug2002-04-18, by pontscho
-
add prev/next title feature for gui dvd support2002-04-18, by pontscho
-
show extended mp3 info2002-04-18, by arpi
-
don't allow invalid parameters2002-04-18, by arpi
-
- new option "-burnonly": burn only the preformated bin images2002-04-18, by atmos4
-
-srate for mp3 fixed2002-04-18, by arpi
-
fixed block artefacts and speedup at the same time2002-04-18, by iive
-
applied goth (Jonas Jermann)'s patch2002-04-18, by gabucino
-
dvfs fix, 10l2002-04-18, by arpi
-
vo_mouse_timer_const is optional2002-04-18, by arpi
-
'wide' may contain 'mdat'2002-04-18, by arpi
-
This patch replaces vo_svga.c with an improved version that does not use2002-04-18, by arpi
-
-ovc help fixed2002-04-18, by arpi
-
update2002-04-18, by arpi
-
slices+field pictures fixed, initial sig11 workaround2002-04-18, by arpi
-
obsoleted, use vd_libmpeg2.c2002-04-18, by arpi
-
cbr mp3 + wmp fixed (hopefully, untested)2002-04-18, by arpi
-
ifdef reading dvd args, without it non-dvd compilation fails.2002-04-18, by eyck
-
IMGTYPE_IPB not yet supported :(2002-04-17, by arpi
-
DVD subs fixed2002-04-17, by arpi
-
enabled new OSD code in -vop expand, subtitles rendering support to mencoder2002-04-17, by arpi
-
align yuv 4:2:0 y position by 22002-04-17, by arpi
-
fix dvd pause. 10l2002-04-17, by pontscho
-
Minor patches from Tomi Ollila <Tomi.Ollila@iki.fi>:2002-04-17, by rik
-
fix dvd playing under gui2002-04-17, by pontscho
-
bbox calculation fixed (font->height < real height)2002-04-17, by arpi
-
10l2002-04-17, by arpi
-
prefer prefetchnta if its available2002-04-17, by michael
-
mpi clear func2002-04-17, by arpi
-
pre mmx2/3dnow fix2002-04-17, by michael
-
fix ".". thanksz pl.2002-04-17, by pontscho
-
fix mouse cursor hide/show2002-04-17, by pontscho
-
Preliminary support for lavcs b-frame encoding, disabled by default.2002-04-17, by atmos4
-
Bug fix in mouse button handling for 2° scroller (I hope it work2002-04-17, by albeu
-
Add correct loop option parsing in command line parser.2002-04-17, by albeu
-
add message2002-04-17, by pontscho
-
Mark Schreiber sent link to Marcus Sundburg patch to mga_vid, which enables2002-04-16, by eyck
-
xp removed2002-04-16, by jaf
-
fix playlist bug with gui and rewrite mousecursor show/hide code2002-04-16, by pontscho
-
fix dvdnav detection2002-04-16, by pontscho
-
upsz, 10l :)2002-04-16, by pontscho
-
add jpeg support for libvo2002-04-16, by pontscho
-
Disabled spuenc code due to upcoming prerelease, there are still bugs here2002-04-16, by mswitch
-
disable hq for 1st pass2002-04-16, by arpi
-
vo_osd_check_range_update() added + 10l fix2002-04-16, by arpi
-
(buggy) osd support, disabled for now, mencoder needs fixes to compile2002-04-16, by arpi
-
OSD handled by vf control()2002-04-15, by arpi
-
print version number, so we know if the user forgot to copy/install the driver2002-04-15, by michael
-
osd: calculating bbox2002-04-15, by arpi
-
Switched e-mail2002-04-15, by mswitch
-
new osd code, use osd objs to follow changes and do minimal updates2002-04-15, by arpi
-
libpng2-dev no longer exists in debian. libpng-dev should be there.2002-04-15, by eyck
-
removed unused XP, TVISION and AVIP stuff2002-04-15, by alex
-
removed unused XP stuff2002-04-15, by alex
-
Updated to support resampling audio and multiple cds.2002-04-15, by atmos4
-
2-pass qscale fixed2002-04-15, by arpi
-
It is not the right place for this.2002-04-15, by eyck
-
FPS calculation fixed2002-04-15, by arpi
-
-skiplimit/-noskip options to disable fps correction2002-04-15, by arpi
-
get aspect info from display size if != real size2002-04-15, by arpi
-
dvdnav hotfix2002-04-15, by arpi
-
-sb option re-added (noticed by Alexandre Oliva <oliva@lsd.ic.unicamp.br>)2002-04-15, by arpi
-
mga_vid driver in form of a patch against linux-2.4.182002-04-15, by eyck
-
workaround Juanjo's stupid vme change2002-04-14, by arpi
-
Most of informational printk's ifdef'd.2002-04-14, by eyck
-
Support XV over remote connections, patch by Dmitry Karasik <dimakar at yahoo.com>2002-04-14, by atmos4
-
some more statistics: BENCHMARKn2002-04-14, by arpi
-
updated2002-04-14, by arpi
-
updated -double option2002-04-14, by gabucino
-
Changed the big handling to make it use mplayer's endian macros.2002-04-14, by bertrand
-
Added big endian handling for the ASF_chunk_t struct.2002-04-14, by bertrand
-
Added big endian macro for asf_chunk_t and added defines for the ASF chunk type.2002-04-14, by bertrand
-
fame doesn't accept stride2002-04-14, by arpi
-
export width too2002-04-14, by arpi
-
draw_slices with framedrop fixed2002-04-14, by arpi
-
new -framedrop code - works much better than the old one2002-04-14, by arpi
-
0.1 bugfix2002-04-13, by arpi
-
cleanup. cosmetics only, no functional changes2002-04-13, by arpi
-
mp_image moved to libmpcodecs2002-04-13, by arpi
-
img_format moved to libmpcodecs2002-04-13, by arpi
-
mp_image.h and img_format.h moved to libmpcodecs2002-04-13, by arpi
-
update2002-04-13, by arpi
-
less namespace pollution2002-04-13, by arpi
-
fastmemcpy path fixed2002-04-13, by arpi
-
native codecs files moved to libmpcodecs/native/2002-04-13, by arpi
-
moved to libmpcodecs/native/2002-04-13, by arpi
-
comp.fixes2002-04-13, by arpi
-
unused files2002-04-13, by arpi
-
syncfb, mp1e, opendivx removed/disabled2002-04-13, by arpi
-
libdv detection2002-04-13, by arpi
-
bigendlian fix by Guillaume Morin <guillaume@morinfr.org>2002-04-13, by arpi
-
handle width*bpp!=stride2002-04-13, by arpi
-
10l2002-04-13, by arpi
-
rgb2bgr converter2002-04-13, by arpi
-
ffmjpeg yuy2 support2002-04-13, by arpi
-
yuy2 support, fixed bug of dropping frame after config_vo calls2002-04-13, by arpi
-
Added aspect considerations.2002-04-13, by atmos4
-
Misc cleanups of the code2002-04-13, by mark
-
ignore ecp2002-04-13, by michael
-
yuv422p -> yuy2 (untested)2002-04-13, by michael
-
RGBvsBGR added2002-04-13, by arpi
-
updated2002-04-13, by arpi
-
libac3 removed2002-04-13, by arpi
-
obsolete2002-04-13, by arpi
-
updated to english version2002-04-13, by frodone
-
rgb24->bgr242002-04-13, by michael
-
draft v0.12002-04-13, by arpi
-
Added support for choosing weather to use double-buffering or single buffering2002-04-13, by mark
-
Some OSD and other random fixes. Added double buffering2002-04-12, by mark
-
-ovc libdv support2002-04-12, by arpi
-
RGB24/YUY2 -> DV encoding, using libdv2002-04-12, by arpi
-
fix typo found by Milan Cutka <cutka@szm.sk>2002-04-12, by michael
-
10l2002-04-12, by michael
-
BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>2002-04-12, by arpi
-
Fix the bug pointed out by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>2002-04-12, by albeu
-
max_packs increased for some dvd with too many audio/sub2002-04-12, by arpi
-
VCODEC_RAW fixed2002-04-12, by arpi
-
anything to (S)VCD encode script by Juergen Hammelmann <juergen.hammelmann at gmx.de>2002-04-11, by atmos4
-
Lots of updates and bugfixes to the tdfxfb driver2002-04-11, by mark
-
VFCAP added2002-04-11, by arpi
-
capabilities support -> automatic insertion of scale, expand, pp2002-04-11, by arpi
-
VFCAP defines moved out from vf.h, to be easier to include in libvo2002-04-11, by arpi
-
Sorry, fix vobsub duration the arpi way.2002-04-11, by atmos4
-
VFCAP flags added2002-04-11, by arpi
-
bugfixes2002-04-11, by jaf
-
uninit sig11 fixed2002-04-11, by arpi
-
print VO info2002-04-11, by arpi
-
reorder2002-04-11, by arpi
-
new filter: flip2002-04-11, by arpi
-
vme default changed 3->42002-04-11, by arpi
-
libmpencoders added to mencoder libs2002-04-11, by arpi
-
vfw encoding func splitted to init and start parts2002-04-11, by arpi
-
video codecs moved to libmpencoders, crop/scale removed, use -vop for that2002-04-11, by arpi
-
10l2002-04-11, by arpi
-
soem fixes2002-04-11, by arpi
-
encoders2002-04-10, by arpi
-
query_format debug moved 1 verbose level down2002-04-10, by arpi
-
OS/2 fix2002-04-10, by arpi
-
Some minor changes to the avcodec code.2002-04-10, by mswitch
-
Dirty hack to fix mencoder until someone does all the new filter/vo stuff right :)2002-04-10, by rfelker
-
a temporary disable for opendivx - please remove or fix2002-04-10, by jaf
-
Make avcodec the default encoder again, thanks Michael2002-04-10, by mswitch
-
memcpy must return destination ptr patch by Adam <adam@cfar.umd.edu>2002-04-10, by michael
-
trying to fix davids "libavcodec bug" ...2002-04-09, by michael
-
sync2002-04-09, by jonas
-
new tdfxfb yuv driver by Mark Zealey <mark@zealos.org>2002-04-09, by arpi
-
2 new simple filters: yuy2 and format2002-04-09, by arpi
-
VM Fix by Uwe.Reder@3soft.de2002-04-09, by atmos4
-
looks better ...2002-04-09, by jaf
-
vf_fame added - yv12->mpes converter2002-04-08, by arpi
-
maintainers section updated2002-04-08, by arpi
-
commited hogyishijjak's patch2002-04-08, by gabucino
-
fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabi2002-04-08, by michael
-
+libmpeg22002-04-08, by arpi
-
updated2002-04-08, by arpi
-
copy width too2002-04-08, by arpi
-
relaly black packed yuv images2002-04-08, by arpi
-
really black yv12/rgb images (todo: packed yuv)2002-04-08, by arpi
-
pp passtrough2002-04-08, by arpi
-
free old context, really use query_format2002-04-07, by arpi
-
10l2002-04-07, by arpi
-
allocate 2 lines more memory - to avoid some sig112002-04-07, by arpi
-
colorspace conversion support2002-04-07, by arpi
-
swscale filter2002-04-07, by arpi
-
divx4vfw is buggy2002-04-07, by arpi
-
small bugfixes...2002-04-07, by pontscho
-
vf control codes added, autoq support2002-04-07, by arpi
-
accept only 4:2:0 planar yuv formats2002-04-07, by arpi
-
export qscale for postproc2002-04-07, by arpi
-
missing #ifdfe - 0.1l2002-04-07, by arpi
-
quant_store moved to frame struct2002-04-07, by arpi
-
accept -pp value from args2002-04-07, by arpi
-
mpeg+pp0 fixed2002-04-07, by arpi
-
postprocessing filter (fixme: -pp 0)2002-04-07, by arpi
-
vo_config_count now counts calls to vo->config()2002-04-07, by arpi
-
don't config twice2002-04-07, by arpi
-
vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinen2002-04-06, by arpi
-
field 'vfilter' added to sh_video_t2002-04-06, by arpi
-
MSGT_VFILTER added2002-04-06, by arpi
-
memcpy_pic() added (copy image plane with src/dst stride)2002-04-06, by arpi
-
#include cleanup2002-04-06, by arpi
-
VOCTRL_DRAW_IMAGE added2002-04-06, by arpi
-
Free fix by kisg@lme.linux.hu2002-04-06, by atmos4
-
removed some left master/pcm2002-04-06, by gabucino
-
Fixed bug that would cause the dxr3 to lock if too many subpics were sent at once2002-04-06, by mswitch
-
SDL+x11/xv Q/A2002-04-06, by gabucino
-
Make fame the default encoder until lavc's mpeg1 encoder is repaired.2002-04-05, by mswitch
-
ffmp42 is bugfree now afaik2002-04-05, by michael
-
Bugreports start appearing - no reaction :/2002-04-05, by pl
-
i just fixed b-frames & slices in libavcodec :) ... iam too tired for benchmarks now ...2002-04-05, by michael
-
ff msmpeg4v22002-04-05, by michael
-
typo (?) fix. Noticed by Karol Szkudlarek <karol@psi.mikronika.com.pl>2002-04-04, by gabucino
-
Removed blinking effect from spuenc2002-04-04, by mswitch
-
Added spuenc... should write a draw_alpha_spu perhaps =D2002-04-04, by mswitch
-
dvdnav support improved - patch by Kees Cook <mplayer@outflux.net>2002-04-04, by arpi
-
fixed SPU pts, it's 1024/90000 based instead of 1/1002002-04-04, by arpi
-
improved DVB detection2002-04-04, by jaf
-
improved DVB detection2002-04-04, by jaf
-
use -slices2002-04-04, by arpi
-
option -slices2002-04-04, by arpi
-
global var for option -slices2002-04-04, by arpi
-
libavcodec slices support2002-04-03, by arpi
-
control() done2002-04-03, by arpi
-
removed useless contect struct -> code simplified2002-04-03, by arpi
-
libmad support, rewritten from scratch using Xine decoder as sample2002-04-03, by arpi
-
mpegpes added... thx Mw32002-04-03, by arpi
-
mpegpes is no longer handled by libmpeg2 - we have vd_mpegpes now2002-04-03, by arpi
-
vd_mpegpes added2002-04-03, by arpi
-
spudec_update_palette() added - dvdnav patch by Kees Cook <mplayer@outflux.net>2002-04-03, by arpi
-
dvdnav functions moved out to dvdnav_steram.c2002-04-03, by arpi
-
dvdnav_stream functions - dvdnav patch by Kees Cook <mplayer@outflux.net>2002-04-03, by arpi
-
don't alloc/free NULL2002-04-03, by arpi
-
10l2002-04-03, by arpi
-
Subpic encoder added (used on DXR3 and similar hardware that has a subpic channel)2002-04-03, by mswitch
-
IMGTYPE_IPB fix2002-04-03, by arpi
-
rewritten - it replaces libmpeg2/decode.c now2002-04-03, by arpi
-
divx4 I420 removed - i hate that buggy shit nvidia2002-04-02, by arpi
-
Add '-subdelay' support for vobsub.2002-04-02, by kmkaplan
-
sample2002-04-01, by arpi
-
yes, typo. 10l. noticed by atmos2002-04-01, by arpi
-
Fix I420 handling, though still don't know why divx4 codec queries for I420 not YUY2!2002-04-01, by atmos4
-
audio codec uninit2002-04-01, by arpi
-
audio input buffer allocation/free cleanup2002-04-01, by arpi
-
freeing codec in/out buffers is job of libmpcodecs, not demuxer2002-04-01, by arpi
-
cleanup2002-04-01, by arpi
-
ehh. vorbis support...2002-04-01, by arpi
-
twos audio fixed2002-04-01, by arpi
-
overread in the mmx2 horizontal scaler fixed2002-04-01, by michael
-
added vfw uninit2002-04-01, by alex
-
added acm uninit2002-04-01, by alex
-
added vfw and acm uninit2002-04-01, by alex
-
using sh->context and added proper uninit2002-04-01, by alex
-
using sh->context2002-04-01, by alex
-
sync2002-04-01, by jonas
-
-dr is now off by default2002-04-01, by gabucino
-
remark about Ogg-in-AVI suxxhaxx2002-04-01, by gabucino
-
applied trey's patch2002-04-01, by gabucino
-
minor typo fix (in comment)2002-04-01, by gabucino
-
after some STFW i've found some info about fps codes2002-03-31, by arpi
-
mtvp says its' 29.97 not 1 fps2002-03-31, by arpi
-
seeking fixed (variable fps videos needs to reset PTS after seeking)2002-03-31, by arpi
-
10l2002-03-31, by arpi
-
-alang/-slang support in mencoder too2002-03-31, by arpi
-
10l... int/1000 will be int while we want float, so let's do int*0.0012002-03-31, by arpi
-
better message when vo->preinit fails2002-03-31, by arpi
-
open(/dev/mga_vid) moved to preinit2002-03-31, by arpi
-
use only 1 buffers if dr=yes and double=no2002-03-31, by arpi
-
disabling direct rendering by default (too buggy and conflicts with osd/sub)2002-03-31, by arpi
-
argh, some samples sue new header chunks - fixed2002-03-31, by arpi
-
BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)2002-03-31, by arpi
-
fixed 10l bug: using ds instead of dp, and adding some debug prints2002-03-31, by arpi
-
vorbis driver ported, and also fixed a bug, as nominal_bitrate can be -12002-03-31, by arpi
-
Updated2002-03-31, by mswitch
-
-alang sig11 when playing avis fixed - 10l2002-03-31, by arpi
-
changed int -> float for proper PTS calculation (works just as well as the2002-03-31, by melanson
-
backed out unneeded mod2002-03-31, by melanson
-
fixed ibps2002-03-31, by melanson
-
fixed RoQ framerate by multiplying PTS calculation by some absurd constant2002-03-31, by melanson
-
modified the new MS RLE decoder to support BGR15/16 output formats in2002-03-31, by melanson
-
check depth for direct rendering2002-03-31, by arpi
-
updates - thanks to Melanson...2002-03-31, by arpi
-
fix uninit() crash if no config() call2002-03-31, by arpi
-
fixed to be able to handle extra-quirky .film files on Lemmings 3DO2002-03-31, by melanson
-
added soem debug prints, and fixed 10l bug of Alban2002-03-31, by arpi
-
1 step closed to solving memory corruptions2002-03-31, by arpi
-
10l - fixed soem weird sig11 at multifile2002-03-30, by arpi
-
adpcm.c is no longer needed2002-03-30, by melanson
-
reworked ADPCM decoders; changes include:2002-03-30, by melanson
-
the long standing /dev/sound/dspW => .../dsp2002-03-30, by pl
-
10l2002-03-30, by arpi
-
using interleaveBytes() for G200 draw_slice2002-03-30, by arpi
-
FreeBSD require stdlib.h2002-03-30, by nexus
-
FreeBSD warning fix2002-03-30, by nexus
-
again some bugfixes2002-03-30, by jaf
-
some bugfixes2002-03-30, by jaf
-
fixed -hr-mp3-seek description2002-03-30, by gabucino
-
added libvorbis to installation section, and a link to daily CVS2002-03-30, by gabucino
-
added -ifo option2002-03-30, by gabucino
-
Fixed avcodec init bug2002-03-30, by mswitch
-
better opendivx-divx4 interface explanation2002-03-29, by gabucino
-
applied Diego's patch2002-03-29, by gabucino
-
Justyna's update2002-03-29, by gabucino
-
Add a configure test for the strsep function (it's missing on solaris)2002-03-29, by jkeil
-
Fix bug noticed by Hajba Szilard in message <20020329151644.A23301@revai.hu>2002-03-29, by kmkaplan
-
libavcodec 2pass broke mencoder if divx4encore was not available. fixed.2002-03-29, by rfelker
-
quick hack to make vo_mga accept multiple calls to config2002-03-29, by rfelker
-
* New command line switch for mplayer & mencoder:2002-03-29, by kmkaplan
-
Allow cache to be disabled at commandline.2002-03-29, by atmos4
-
2-pass lavc encoding fixed2002-03-29, by arpi
-
eeh, really remove keybinding for w/s for volume control. =)2002-03-29, by atmos4
-
Remove alternative volume control binding that clash with libdvdnav support.2002-03-29, by atmos4
-
2-pass encoding with libavcodec - untested2002-03-28, by arpi
-
10l fix, patch by Mark Szabo <mw3@bsd.hu>2002-03-28, by arpi
-
typo, thx to Mark Szabo <mw3@bsd.hu>2002-03-28, by arpi
-
DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>2002-03-28, by arpi
-
.ttf font loader - based on TOOLS/subfont-c2002-03-28, by arpi
-
small update2002-03-28, by gabucino
-
lego++ bug fixed by XorA2002-03-28, by mswitch
-
libavcodec 4mv support2002-03-28, by michael
-
reordered video codecs to work better with new codec selection code2002-03-28, by arpi
-
10l to nick - ACCEPT_WIDTH fixed2002-03-27, by arpi
-
some under-devel code, will be required for qtx codecs2002-03-27, by arpi
-
we don't need ac3-iec958 any more2002-03-27, by arpi
-
ac3_iec958_build_burst moved from ac3-iec958.c2002-03-27, by arpi
-
incremented PACK_BYTES for BSDBT848 - by Charles Henrich2002-03-27, by alex
-
Fix resizing when zoom is used and image size changes between frames.2002-03-27, by atmos4
-
Allow to disable crasj sighandler to enable creation of coredump files.2002-03-27, by atmos4
-
eeh 10l removed too much lines :(2002-03-27, by atmos4
-
Issue a warning in VDec if disp_w and disp_h weren't set by codec and try workaround.2002-03-27, by atmos4
-
draft v0.12002-03-27, by arpi
-
vplayer sub fix by Arkadiusz Podgorski <wodzu@softomat.com.pl>2002-03-27, by arpi
-
applied Diego's cosmetics patch :) with some small fixes2002-03-27, by arpi
-
XorA added the option of switching between fame/avcodec without2002-03-26, by mswitch
-
Updated neomagic info.2002-03-26, by atmos4
-
fixed green lines caused by missing rounding to 22002-03-26, by iive
-
Check for proper Vorbis version.2002-03-26, by atmos4
-
ooops :)2002-03-26, by atmos4
-
fixed up this audio decoder too2002-03-26, by melanson
-
Fileslist support for mf demuxer, delemited by ',' and change mf fps to float.2002-03-26, by atmos4
-
added YUY2 output to the widely used (heh) CYUV decoder because it seemed2002-03-26, by melanson
-
fixed so the decoder cooperates better with the rest of the system2002-03-26, by melanson
-
fixed to work nicely with the new system (and yes, I did originate the RoQ2002-03-26, by melanson
-
I wonder noone noticed this, wrong output of extra[inc|lib]2002-03-26, by atmos4
-
Suggest --enable-debug=32002-03-26, by atmos4
-
Fix aac decoded size.2002-03-26, by atmos4
-
ad_msgsm added2002-03-25, by arpi
-
ok, use ad_* stuff2002-03-25, by arpi
-
argh... Nick messed up driver names too2002-03-25, by arpi
-
imporetd from MPlayerXP, with small modification2002-03-25, by arpi
-
do not export the World2002-03-25, by arpi
-
changed to be more-or-less compatible with Nick's stuff2002-03-25, by arpi
-
10l2002-03-25, by michael
-
byte interleaving for mga2002-03-25, by michael
-
no native support for I420 in G2002002-03-25, by arpi
-
disabel DR and UV swapping for g200 planar modes2002-03-25, by arpi
-
dump stuff2002-03-25, by arpi
-
eeh 10l, removed one line too much :(2002-03-25, by atmos4
-
Fix aspect info for square pixel.2002-03-25, by atmos4
-
Bugfix by XorA2002-03-25, by mswitch
-
reset selection2002-03-25, by arpi
-
check and set codec selection - impossible to do it at find_codec2002-03-25, by arpi
-
100l :(2002-03-25, by arpi
-
use codec selection2002-03-25, by arpi
-
tagging selected codec to avoid trying the same codec several times2002-03-25, by arpi
-
proposal for audio decoders2002-03-25, by arpi
-
common stuff moved to mpc_info.h2002-03-25, by arpi
-
typo...2002-03-25, by arpi
-
I420 support2002-03-25, by arpi
-
-fs aspect fix by KotH2002-03-24, by arpi
-
fallback to server's control() - patch by KotH2002-03-24, by arpi
-
U,V plane odrer fixed2002-03-24, by arpi
-
U,V plane odrer fixed2002-03-24, by arpi
-
I420 UV swapping fixed2002-03-24, by arpi
-
UV vs VU fix2002-03-24, by arpi
-
fixes, extended by mplayer's planes[]2002-03-24, by arpi
-
Two fixes:2002-03-24, by ksorim
-
soem explanation2002-03-24, by arpi
-
Fixed bug in Athlon detection code ;)2002-03-24, by mswitch
-
XorA found a bug in the avcodec code2002-03-24, by mswitch
-
allow negative mul values2002-03-24, by pl
-
- Add parsing of Sync Layer Descriptor2002-03-24, by atmos4
-
Support for decoder specific config from mp4 header for AAC decoder.2002-03-24, by atmos4
-
10l fix memory allocation2002-03-24, by atmos4
-
eeh 10l, forgot malloc of esds struct.2002-03-24, by atmos4
-
Improved MP4 parsing (finally)2002-03-24, by atmos4
-
OS2 support2002-03-24, by arpi
-
timer.c not used - why to compile2002-03-24, by arpi
-
check for mman.h2002-03-24, by arpi
-
include stdlib.h2002-03-24, by arpi
-
we don't need mman.h2002-03-24, by arpi
-
moved font_laod.h2002-03-24, by arpi
-
moved font_laod.h2002-03-24, by arpi
-
include font_load.h directly, instead of via video_out.h2002-03-23, by arpi
-
sys/types.h required for off_t2002-03-23, by arpi
-
MANGLE() the 3dnow code2002-03-23, by arpi
-
use .balign instead of .align2002-03-23, by arpi
-
more ugly hack2002-03-23, by arpi
-
we don't use mmap() in mplayer.c, so why should we include mman.h...2002-03-23, by arpi
-
OS/2 workaround2002-03-23, by arpi
-
10l - va_start needs teh pointer to stack - not the translated message2002-03-23, by arpi
-
we don't need dl nor stat functions - why to include tehir headers...2002-03-23, by arpi
-
added missing #include config.h, removed LIBVO2 ifdef.2002-03-23, by arpi
-
OS2 support2002-03-23, by arpi
-
dlfcn.h shouldn't be included if XANIM support disabled2002-03-23, by arpi
-
Aspect code reenabled, apparently users didn't like running movies2002-03-23, by mswitch
-
added aspect ratio support and local ctx2002-03-23, by alex
-
10l, hopefully fixed query format2002-03-23, by alex
-
fixed query format2002-03-23, by alex
-
moved get_image into decoder (Arpi's request)2002-03-23, by alex
-
Disable prebuffering on athlons (3DNowEx) as the ones running at 266MHz2002-03-23, by mswitch
-
As jittering is corrected we might as well play the movie in full res2002-03-23, by mswitch
-
Jitter-bug fixed by Marcel Hild <hild@b4mad.net>, many many thanks goes2002-03-23, by mswitch
-
added xanim url2002-03-23, by alex
-
adding support for 12 bit planar YUV formats (for YUV4MPEG(2))2002-03-23, by rik
-
Support for cropping in mencoder. New options:2002-03-23, by ksorim
-
applied Melanson's patch2002-03-23, by gabucino
-
Fix swapped uv planes when playing yv12 data with direct rendering2002-03-23, by ksorim
-
Fixes crash which occured when it wasn't possible to connect to the display2002-03-23, by ksorim
-
try to uncomment this line - very funny effect (skipping I frames)2002-03-23, by arpi
-
sync2002-03-23, by jonas
-
added zlib2002-03-22, by alex
-
added zlib support2002-03-22, by alex
-
added, supporting only BGR24 (avizlib.dll does the same)2002-03-22, by alex
-
committed Roberto Togni's patch for control() function in HuffYUV decoder2002-03-22, by melanson
-
Fix for OSD when width != pitch2002-03-22, by ksorim
-
increasing libavcodec -vme range2002-03-22, by michael
-
ixes bug in draw_slice and also fixes compilance to2002-03-22, by atmos4
-
Add Parsing off ftyp box and some more docs ref2002-03-22, by atmos4
-
I knew I had a typo just as I commited :(2002-03-21, by atmos4
-
update my stuff2002-03-21, by atmos4
-
Add a usefull url, btw. audio esds needs some fixing with some files, I'll investigate.2002-03-21, by atmos4
-
some more...2002-03-21, by arpi
-
insert mpeg4 video header into the first chunk2002-03-21, by arpi
-
0.1l2002-03-21, by arpi
-
support multiple video header extension chunks2002-03-21, by arpi
-
query flag added2002-03-21, by arpi
-
print meaningfull error message instead of "hmm, arpi said that isnt used...2002-03-21, by michael
-
Im proved Build Version selection for DivX 5.2002-03-21, by atmos4
-
fixing bgr15&16 on big_endian2002-03-21, by michael
-
some updates2002-03-21, by alex
-
a bit update to libvo1.5, i think we should make a seperate documentation2002-03-21, by alex
-
argh 0.5l2002-03-21, by atmos4
-
Recognize and skip ftype chunk used by some .mp4 files and2002-03-21, by atmos4
-
temporary disabled len=0 code due to reported loop errors2002-03-21, by alex
-
This will hopefully fix2002-03-21, by ksorim
-
Fix crash when playing multiple files. The bug was triggered when the first file2002-03-21, by ksorim
-
Fix crash when SDL had to do rgb -> rgb conversion. Removed some code2002-03-21, by ksorim
-
wording patch by Diego & Egger2002-03-21, by gabucino
-
added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it>2002-03-21, by melanson
-
some new funcs and fixes for quicktime2002-03-20, by arpi
-
allow LPSTR typedef2002-03-20, by arpi
-
not vbt, but vratetol2002-03-20, by gabucino
-
added input options2002-03-20, by gabucino
-
-oldpp info fixed2002-03-20, by gabucino
-
-dr2002-03-20, by gabucino
-
new lavc opts2002-03-20, by gabucino
-
some small updates2002-03-20, by gabucino
-
extended FAAD detection2002-03-20, by alex
-
Fame support enabled, awaiting bugreports =D2002-03-20, by mswitch
-
using -dr instead -vaa_dr2002-03-20, by alex
-
splitted mp_msg_init and mp_msg_set_level2002-03-20, by alex
-
Bugfix for --disable-runtime-cpudetection2002-03-20, by ksorim
-
splitted mp_msg_init and mp_msg_set_level2002-03-20, by alex
-
splitted mp_msg_init and mp_msg_set_level and added i18n support to init2002-03-20, by alex
-
10l ;)2002-03-20, by alex
-
Added options -input keylist and -input cmdlist to list all know2002-03-20, by albeu
-
Set the params given to a playlist url to the playlist2002-03-20, by albeu
-
Fix endless loop at end of an audio only file. It occured when the last chunk2002-03-20, by albeu
-
New string list option type2002-03-20, by albeu
-
added a BMP file demuxer...yeah, that's right, a static image BMP file2002-03-20, by melanson
-
oh yeah, this is it...MPlayer now has 4-bit MS RLE support...I think2002-03-20, by melanson
-
add alternative samplerate calculation for files with timescale\!=samplerate2002-03-20, by atmos4
-
InitializeQTML(0) added2002-03-20, by arpi
-
comments on compiling2002-03-20, by arpi
-
simple sample proggy, using qtmlClient.dll to access QT components2002-03-20, by arpi
-
fixing runtime cpudetect with pre SSE cpus2002-03-19, by michael
-
non-blocking open - patch by Fredrik Kuivinen <freku045@student.liu.se>2002-03-19, by arpi
-
runtime msg changed2002-03-19, by arpi
-
a bit modified runtime fix patch by Fredrik Kuivinen <freku045@student.liu.se>2002-03-19, by arpi
-
10L bug fix. Thx to Fredrik Kuivinen <freku045@student.liu.se>.2002-03-19, by albeu
-
Automatically use avcodec if it exists, otherwise fall back to fame (due2002-03-19, by mswitch
-
A bug fix in the auto-repeat stuff + moved all printf to mp_msg2002-03-19, by albeu
-
Commentting session2002-03-19, by albeu
-
A bug fix + moved error msg from verbose to error2002-03-19, by albeu
-
Fix a typo error with JOY_BTN2 and JOY_BTN32002-03-19, by albeu
-
small update to english version.2002-03-19, by jonas
-
MPlayer now has a Microsoft RLE decoder to call its own...only supports2002-03-19, by melanson
-
10l. -ao mpegpes shouldn't be disabled if no DVB2002-03-19, by arpi
-
update hall of fame :)2002-03-18, by atmos4
-
updates by Jiri.Svoboda@seznam.cz2002-03-18, by arpi
-
-nosound option added2002-03-18, by gabucino
-
applied Melanson's patch2002-03-18, by gabucino
-
sync2002-03-18, by jaf
-
updated to english version.2002-03-18, by jonas
-
usr/lib/mplayer not /usr/lib, as reminded by Amy Fong.2002-03-18, by eyck
-
sync2002-03-18, by nexus
-
the RoQ video decoder is so very close to working, I can almost taste it2002-03-18, by melanson
-
added PTS for audio, but seeking still doesn't work2002-03-18, by melanson
-
supports query_format in codecs2002-03-18, by arpi
-
changed status of 'null' codec to avoid prefering it over buggy codecs2002-03-18, by arpi
-
video codec selection failed message changed - it depends on -vo too2002-03-18, by arpi
-
status numbers changed to fit our detection order2002-03-18, by arpi
-
migrate to new init_video()2002-03-18, by arpi
-
init_video() changed, make all extern2002-03-18, by arpi
-
decore version check for divx3 and divx52002-03-18, by arpi
-
don't call video->get_info if it's NULL2002-03-18, by arpi
-
init_video() changed - now it handles codec selection2002-03-18, by arpi
-
libavcodec bitrate is in kbit now ...2002-03-18, by michael
-
added vo_config2002-03-18, by arpi
-
decore version check for divx3 and divx52002-03-18, by arpi
-
lirc fix by Keller Attila <mikimo3@freemail.hu>2002-03-17, by arpi
-
supporting ffmpegs "hopefully better bitrate control"2002-03-17, by michael
-
rage mobility m3 is rage128 based and not mach64 ...2002-03-17, by michael
-
correct LIBDIR2002-03-17, by eyck
-
Add a (more or less dummy) reference to vo_format_name(), to pull the2002-03-17, by jkeil
-
xp added2002-03-17, by jaf
-
Mp4S fixed2002-03-17, by arpi
-
fix2002-03-17, by gabucino
-
sync the f* manual (with arpi's english changes)2002-03-17, by gabucino
-
uninit bugs fixed2002-03-17, by arpi
-
FILM demuxer is leaner, meaner, and cleaner, also with proper bailout on2002-03-17, by melanson
-
init_video_vaa() removed2002-03-17, by arpi
-
init/uninit libvo/ao/getch2/cache2 order fixed2002-03-17, by arpi
-
fixed colorspace detection2002-03-17, by arpi
-
don't free our_out_buffer - it's obsoleted2002-03-17, by arpi
-
- cleanup pass 1. more to come soon...2002-03-17, by arpi
-
useless 'max benchmar' removed2002-03-17, by arpi
-
removed pitches[] mess2002-03-16, by arpi
-
using LIBDIR instead prefix/lib/mplayer2002-03-16, by alex
-
libvo flags2002-03-16, by alex
-
mpegpes support2002-03-16, by arpi
-
accept IMGFMT_MPEGPES2002-03-16, by arpi
-
added proper PTS support for FILM demuxer2002-03-16, by melanson
-
BSD compatibility fix by Steven M. Schultz2002-03-16, by alex
-
fame enabeld2002-03-16, by arpi
-
libfame added2002-03-16, by arpi
-
workaround lack of -fomit-frame-pointer2002-03-16, by michael
-
Fixed the bug that make mplayer crash with no sound and an invalid2002-03-16, by albeu
-
1L : removed redondant enter key binding2002-03-16, by albeu
-
ENTER now quits after last file2002-03-16, by gabucino
-
Now enter key quit if no next file is avaible2002-03-16, by albeu
-
Fixed some bugs with fame, had to disable prebuffering with fame though2002-03-16, by mswitch
-
Initial ogg demuxer. No seeking, a/v sync is broken. Support avi2002-03-16, by albeu
-
Fixed problem with seeking/sync when using libfame2002-03-16, by mswitch
-
prefer outfmt with no conversion (see vo's query flags)2002-03-16, by arpi
-
added directrendering support and better query_format2002-03-16, by alex
-
rtfm hint msg depends on runtime detection2002-03-16, by arpi
-
let's make users testing runtime stuff... he-he2002-03-16, by arpi
-
hints on RTFM2002-03-16, by arpi
-
updates2002-03-16, by arpi
-
obsolete... will be deleted SOON2002-03-16, by arpi
-
handle error from mpcodecs_config_vo()2002-03-16, by arpi
-
"obladi-oblada" -- Gabucino, Feb 11 20:03:21 20022002-03-15, by arpi
-
"sok ize, mutyur, bizbasz." --Gabucino, Feb 12 23:39:36 20022002-03-15, by arpi
-
added a message :)2002-03-15, by alex
-
workaround to compile without new-input support2002-03-15, by alex
-
szrii, tuu, van, fajor2002-03-15, by gabucino
-
printf to mp_msg by Anders Rune Jensen2002-03-15, by alex
-
"ez+az" -- Gabucino, 20012002-03-15, by arpi
-
"nememlex" --Gabucino, 20022002-03-15, by arpi
-
changed printf's to mp_msg2002-03-15, by alex
-
faszom.2002-03-15, by arpi
-
sync2002-03-15, by gabucino
-
changed printf's to mp_msg2002-03-15, by alex
-
xanim search path fixed2002-03-15, by gabucino
-
runtime cpudetection2002-03-15, by alex
-
volume normalizer plugin added2002-03-15, by gabucino
-
fixes...2002-03-15, by arpi
-
spelling type fix by Anders Rune Jensen2002-03-15, by alex
-
using mp_gettext2002-03-15, by alex
-
a "few" "small" "fixes" ...2002-03-15, by arpi
-
changed to mp_msg2002-03-15, by alex
-
-audiofile added2002-03-15, by gabucino
-
added i18n support2002-03-15, by alex
-
added mp_gettext macro for i18n2002-03-15, by alex
-
added i18n support (also disabled, later auto detection will be enabled)2002-03-15, by alex
-
softclipping (ammegmi?)2002-03-15, by gabucino
-
0.1l ;)2002-03-15, by alex
-
No longer force the device into not using fame2002-03-15, by mswitch
-
noaudio ... try#22002-03-15, by gabucino
-
[REVERSE] aszitted mi?2002-03-15, by gabucino
-
RM seeking works (?)2002-03-15, by gabucino
-
-noaudiobaszas2002-03-15, by gabucino
-
10l2002-03-15, by arpi
-
TVI BSD BT848 support2002-03-15, by alex
-
tv -noaudio support by Charles Henrich2002-03-15, by alex
-
update by Charles Henrich2002-03-15, by alex
-
audio support and pts based packet handling by Charles Henrich2002-03-15, by alex
-
mp_msg'ized (for i18n ;)2002-03-15, by alex
-
added get_sh_video/audio and realmedia seeking2002-03-15, by alex
-
added PRE-ALPHA seeking ability and index table generator (like avi's one)2002-03-15, by alex
-
added TVI BSD BT8482002-03-15, by alex
-
initial2002-03-15, by alex
-
place subtitles under the image2002-03-15, by arpi
-
RoQ video decoder is much closer to being categorized as "working" (there2002-03-15, by melanson
-
10l? frames_per_sequence==GOPsize... so it should be few seconds2002-03-15, by arpi
-
temp workaround for mencoder2002-03-14, by arpi
-
pitches mess removed2002-03-14, by arpi
-
libvo init moved to libmpcodecs2002-03-14, by arpi
-
vo_flags unused2002-03-14, by arpi
-
missing config_vo2002-03-14, by arpi
-
libvo2 #ifs removed2002-03-14, by arpi
-
updated to english version.2002-03-14, by jonas
-
corrections by "Bena, Daniel" <Daniel.Bena@dm-drogeriemarkt.sk>2002-03-14, by jaf
-
10l2002-03-14, by gabucino
-
mp3 detection fixed...2002-03-14, by arpi
-
ijpg for jpegs2002-03-13, by gabucino
-
This will slow down wobbling (just a bit)2002-03-13, by mswitch
-
Added preliminary fame support2002-03-13, by mswitch
-
Added soft clipping for software volume control2002-03-13, by anders
-
upsz ... 10l :)2002-03-13, by pontscho
-
small changes in event handling2002-03-13, by pontscho
-
10l - config.h should be included...2002-03-13, by arpi
-
using libFAME...2002-03-13, by arpi
-
sdl dr support2002-03-12, by atmos4
-
10l forgot to remove debug printfs2002-03-12, by atmos4
-
fix dga key handling2002-03-12, by atmos4
-
nortc patch by Attila Kinali2002-03-12, by atmos4
-
corrections by Diego Biurrun <diego@biurrun.de>2002-03-12, by jaf
-
Using yv12_to_yuy2 sw convertor for cards which have no native yv12 support2002-03-12, by nick
-
users should know what he lose2002-03-12, by nick
-
Bugfix for sig11 when playing multiple files2002-03-12, by anders
-
fixed long-standing issue with stereo IMA4 decoder2002-03-12, by melanson
-
libjpeg and loader conflict workaround2002-03-11, by pontscho
-
Compute aspect ratio only once2002-03-11, by nick
-
remove obsoleted function (mplResize)2002-03-11, by pontscho
-
Fixed fullscreen mode2002-03-11, by nick
-
Fixed color key definitions. Waiting for new bugreports ;)2002-03-11, by nick
-
Fixed default background color for proper color key usage2002-03-11, by nick
-
kill few warning2002-03-11, by pontscho
-
Fixed swapping of UV planes in single buffered mode2002-03-11, by nick
-
framedrop fix2002-03-11, by arpi
-
very obsoleted...2002-03-11, by arpi
-
ijpg handles AVID and Photo JPEG too2002-03-11, by arpi
-
hopefully fixed divx5 header + xvid conflict2002-03-11, by arpi
-
JPEG_LIB moved to common libs, requires by mencoder too2002-03-11, by arpi
-
libjpeg detection cleanup2002-03-11, by arpi
-
1000l. directfb 0.9.9 detection fixed?2002-03-10, by arpi
-
removed unneeded includes2002-03-10, by arpi
-
fix fs handling2002-03-10, by pontscho
-
rewrite MWM hint handling2002-03-10, by pontscho
-
keeps it clean2002-03-10, by jaf
-
Add IJPG decoder.2002-03-10, by pontscho
-
fixed strides for packed fourccs2002-03-10, by nick
-
32bpp support not implemented - do not lie2002-03-10, by arpi
-
DirectFB 0.9.9 support - patch by Aubin Paul <aubin@punknews.org>2002-03-10, by arpi
-
new smoothing method ('#define AVG 2' to enable'n'test it)2002-03-10, by pl
-
updated to english version2002-03-10, by jonas
-
xvid in mencoder2002-03-10, by gabucino
-
10lityi2002-03-10, by gabucino
-
XViD section added2002-03-10, by gabucino
-
fullscreen with 'f' key2002-03-10, by gabucino
-
VM fixes by Nilmoni Deb.2002-03-10, by atmos4
-
DivX5 support2002-03-10, by gabucino
-
bindings for subpos2002-03-10, by gabucino
-
applied patch from KotH2002-03-10, by gabucino
-
video_eq support - applied brightness/contrast patch by Brian J. Murrell2002-03-10, by arpi
-
min() moved out of #if, applied brightness/contrast patch by Brian J. Murrell2002-03-10, by arpi
-
DX50 worx with ffodivx2002-03-10, by arpi
-
postprocess.h requires for GET_PP_QUALITY_MAX - patch by Fredrik Kuivinen2002-03-10, by arpi
-
Add DIvX5 FourCC2002-03-10, by atmos4
-
using libmpcodecs by default2002-03-10, by arpi
-
x1!=mpi->width bug fixed... always trust in x12002-03-09, by arpi
-
round up width/height if mod 2 != 02002-03-09, by arpi
-
DR fixed for BGR242002-03-09, by arpi
-
vo_config request printf2002-03-09, by arpi
-
divx_quality and equalizer support done2002-03-09, by arpi
-
voctls for decoding ahead2002-03-09, by nick
-
3.0.x sux + some other stuff2002-03-09, by gabucino
-
PNG decoding using libpng2002-03-09, by gabucino
-
Optimization and get_image fixes (still untested)2002-03-09, by nick
-
mpng, libmpeg2 added, none of them finished :(2002-03-09, by arpi
-
divx5 support into libmpcodecs (untested)2002-03-09, by atmos4
-
updated to english version2002-03-09, by jonas
-
dr + libmpcodecs2002-03-08, by arpi
-
small changes in libvo's X11 support2002-03-08, by pontscho
-
-audiofile2002-03-08, by gabucino
-
VOCTRL_GET_IMAGE (untested but should work)2002-03-08, by nick
-
TODO list2002-03-08, by arpi
-
cyuv, nuv, qtrle, qtsmc, roq added2002-03-08, by arpi
-
comments fixed2002-03-07, by arpi
-
fli and msvideo1 added2002-03-07, by arpi
-
common includes moved to private vd_internal.h2002-03-07, by arpi
-
+10l to .so2002-03-07, by arpi
-
'f' and -/+ fixed (noticed by XYZ user)2002-03-07, by gabucino
-
sorry, 10l:)2002-03-07, by pontscho
-
HTML: different font handling - idea from new hp dezign2002-03-07, by gabucino
-
rewrite fullscreen support in some libvo driver2002-03-07, by pontscho
-
direct rendering support2002-03-07, by arpi
-
PlayToPause bug with mouse fixed2002-03-07, by pontscho
-
small bugfix.2002-03-07, by pontscho
-
vm pecs applied from daniel carter <hedonist@win.co.nz>2002-03-07, by pontscho
-
direct rendering can be disabled -vaa_nodr2002-03-07, by arpi
-
accept STATIC buffers if num_buffers==12002-03-07, by arpi
-
small bug fixed and workarounds :(2002-03-07, by pontscho
-
video_out added to sh_video_t2002-03-07, by arpi
-
MP_IMGFLAG_TYPE_DISPLAYED added2002-03-07, by arpi
-
direct rendering support2002-03-07, by arpi
-
control+preinit moved to mga_common.c2002-03-07, by arpi
-
xanim, raw, rle added2002-03-07, by arpi
-
vfw, vfwex, odivx, divx4 added2002-03-07, by arpi
-
10l2002-03-07, by arpi
-
commente dout info's decl2002-03-07, by arpi
-
sorry, 10l:)2002-03-07, by pontscho
-
many changes but debian version stayed the same.2002-03-06, by eyck
-
small changes2002-03-06, by pontscho
-
ACCEPT_WIDTH flag added2002-03-06, by arpi
-
corrected typos and bad italian...2002-03-06, by frodone
-
workaround for gui a short time.2002-03-06, by pontscho
-
.sonak, hogy ne gorbuljon sirasra az.. arca - meg ha nevnapja nincs is2002-03-06, by gabucino
-
vd_dshow added2002-03-06, by arpi
-
new controls added for query/set pp level2002-03-06, by arpi
-
KEY_ENTER->quit binding. why doesn't 'pt_step 1' exits if no more file left?2002-03-06, by arpi
-
11l2002-03-06, by arpi
-
order of #includes changed - shouldn't include local things before config.h2002-03-06, by arpi
-
avcodec_inited moved to vd_ffmpeg2002-03-06, by arpi
-
vd_ffmpeg added2002-03-06, by arpi
-
vd_ffmpeg added, handling of EXPORT imgtype changed2002-03-06, by arpi
-
bazmeg a playtree - t2002-03-06, by pontscho
-
using mem2agpcpy_pic()2002-03-06, by arpi
-
optim :)2002-03-06, by arpi
-
workaround for Lara Croft CVID sample... - one more problem to solve2002-03-06, by arpi
-
using new cinepak codec api2002-03-06, by arpi
-
workaround for CVID frames width!=02002-03-06, by arpi
-
proper bsd fix & preventive fix for other archs w/o INT_MAX2002-03-05, by pl
-
FreeBSD fix2002-03-05, by nexus
-
volume normalizer plugin support2002-03-05, by pl
-
patch by Nilmoni Deb <ndeb@ece.cmu.edu>:2002-03-05, by pl
-
updated to english version2002-03-05, by frodone
-
added proper dhahelper includes2002-03-04, by alex
-
oops...changed the wrong codec's image type2002-03-04, by melanson
-
first pass at RoQ video decoder...not exactly qualified as 'working' at2002-03-04, by melanson
-
--outdir added2002-03-03, by alex
-
runme + ai :)2002-03-03, by alex
-
're-include' possibility2002-03-03, by nick
-
10L2002-03-03, by nick
-
DR on multibuffering2002-03-03, by nick
-
Multi-buffering2002-03-03, by nick
-
Use as much buffers as possible2002-03-03, by nick
-
added documentation for "extrastereo" plugin (patch by pl)2002-03-03, by gabucino
-
typo in message fix (tipps -> tips)2002-03-03, by pl
-
add no fs as default for windrivers2002-03-03, by atmos4
-
fix linking order2002-03-03, by atmos4
-
add mangling2002-03-03, by atmos4
-
Buggfix for buffer overflow calculation in plugins2002-03-03, by anders
-
added Q/A about FAT+2Gb files - user request2002-03-03, by gabucino
-
added notes about enhanced Neomagic and Savage4 drivers2002-03-03, by gabucino
-
documented Multifile JPEG/PNG input (-mf)2002-03-03, by gabucino
-
-master is obsoleted2002-03-03, by gabucino
-
reinstated YUY2, BGR32 and BGR24 decoders, all reworked to operate with2002-03-03, by melanson
-
Cinepak decoder now use mp_image_t -> YV12 worx, others disabled2002-03-02, by arpi
-
Qt RPZA decoder interface by Roberto Togni <rtogni@bresciaonline.it>2002-03-02, by arpi
-
good-looking fix by Tobias Diedrich <td@informatik.uni-hannover.de>2002-03-02, by arpi
-
applied Anders' Software Volume Control patch2002-03-02, by gabucino
-
removed --enable-xp from help screen to avoid confusing users2002-03-02, by alex
-
Native Cinepak decoder: Added YV12 support (which is so very close2002-03-02, by melanson
-
strike period over, commiting stuff. next commit will be rewrite. (?) - Gabu2002-03-01, by jonas
-
initial version. Needs extending, especially LIRC.2002-03-01, by gabucino
-
strike period over, commiting stuff. next commit will be rewrite. (?)2002-03-01, by gabucino
-
Fix a few syntax errors compiling ao_sun.c2002-03-01, by jkeil
-
Added more info regarding sync and :noprebuffering2002-03-01, by mswitch
-
yuy2 support disabled to workaround stupid colorspace selection2002-03-01, by michael
-
Added BGR32 output support to PNG vo target because, hey, why2002-03-01, by melanson
-
fixed some endian issues, like changing bswap_32() -> be2me_32(), and2002-03-01, by melanson
-
implemented basic wrapper functions to new libmpcodecs api2002-03-01, by arpi
-
dec_video.c added2002-03-01, by arpi
-
10l... forgot to set VFM2002-03-01, by arpi
-
fixed stride for packed formats, more detailed printf at image allocation2002-03-01, by arpi
-
removed codec dependent parts, only core left2002-02-28, by arpi
-
PIM1 is playable with ffmpeg12. thx to Togni Roberto <rtogni@bresciaonline.it>2002-02-28, by arpi
-
10l... gcc 3.x fix2002-02-28, by arpi
-
print the number of buffers used2002-02-28, by michael
-
use 4 buffers, fallback to fewer buffers if the video ram isnt large enough2002-02-28, by michael
-
Added waitpid in free_stream to avoid zombies2002-02-28, by albeu
-
Fix when stdin is used as a file2002-02-28, by albeu
-
New option use-stdin2002-02-28, by albeu
-
New option use-stdin to use when stdin will be used as a file2002-02-28, by albeu
-
Corrections to position saving/restore under vo=X11.2002-02-28, by atlka
-
Use stdout as default mencoder's output if no filename specified2002-02-28, by nick
-
fixed another color chunk issue2002-02-28, by melanson
-
-subfps and -subdelay alters -dumpmpsub's output2002-02-28, by laaz
-
cinepak added2002-02-28, by arpi
-
cinepak added2002-02-28, by arpi
-
callbacks added2002-02-28, by arpi
-
cinepak decoder - untested2002-02-28, by arpi
-
stride!=width*bpp support to cinepak decoder2002-02-28, by arpi
-
Fixed a bug with -dumpmpsub2002-02-28, by laaz
-
libmpcodecs video decoder template2002-02-28, by arpi
-
libmpcodecs core - initial version2002-02-28, by arpi
-
new flags added for direct rendering (libmpcodecs core)2002-02-28, by arpi
-
check if planar formats are supported2002-02-27, by michael
-
We should know size of out buffer2002-02-27, by nick
-
unroll stuff2002-02-27, by nick
-
disable color key support - causes a lot of unnecessary problems2002-02-27, by nick
-
YVU9 support2002-02-26, by michael
-
german mencoder manpage2002-02-26, by jonas
-
small updates: html fixes, man2html compatibility, some new options...2002-02-26, by jonas
-
color key support2002-02-26, by nick
-
early draft2002-02-26, by arpi
-
Italian translation2002-02-26, by frodone
-
triple buffering2002-02-25, by michael
-
OVERLAY_KEY_CNTL values2002-02-25, by michael
-
provide unstable code2002-02-25, by nick
-
POSIX compatible timer's callback2002-02-25, by nick
-
10l2002-02-25, by michael
-
colorkey support fixed (thanks to nick for the mga_vid tip ... i should RTFS more)2002-02-25, by michael
-
A first attempt to document the playtree system2002-02-25, by albeu
-
Adding SW volume control2002-02-25, by anders
-
add half new input support for gui2002-02-25, by pontscho
-
Small bugfix with getting playlist last line.2002-02-25, by albeu
-
rename V -> VC just for understanding2002-02-25, by nick
-
Minor fixes and probably final fix of vsync2002-02-25, by nick
-
fixed, strengthened, rewrote, and renamed a variety of the ADPCM decoders2002-02-25, by melanson
-
colorkey enabled ... until colorkey is correctly supported in vidix2002-02-25, by michael
-
mem corruption bug fix.2002-02-24, by pontscho
-
colorkey support2002-02-24, by michael
-
Small bugfix (memcpy too small without sizeof(int) :( )2002-02-24, by albeu
-
Moved the call to VOCTRL_FULLSCREEN outside of #ifdef USE_TV block2002-02-24, by albeu
-
fix playtree bug. but ... i dont' see this ... bazmeg2002-02-24, by pontscho
-
vsync2002-02-24, by michael
-
10l++2002-02-24, by pontscho
-
inttypes.h bug fix. 10l2002-02-24, by pontscho
-
exclude benchmark stuff execution from normal playback2002-02-24, by nick
-
make -frames key optional for max/total benchmark2002-02-24, by nick
-
Really take tab as a space in cmd parsing.2002-02-24, by albeu
-
older API fixes, support for async mode2002-02-24, by alex
-
Additional notes2002-02-24, by nick
-
More info on dropped frames2002-02-24, by nick
-
frame dropping prediction with benchmarks2002-02-24, by nick
-
Fix bad lib order wich lead to undefined ref in postproc/libpostproc.a and2002-02-24, by albeu
-
Added an option to select the input config file2002-02-24, by albeu
-
Fix my mistake (forgot to remove a getch2_enable) but in the rigth2002-02-24, by albeu
-
max & average benchmarks2002-02-24, by nick
-
fixes bug in alban's new input handling code that caused the terminal2002-02-24, by rfelker
-
fixes build with new-input disabled2002-02-24, by rfelker
-
do not fault if no directbuffer available (for example: ggi display-multi)2002-02-24, by alex
-
reworked :) should work on low bpp outputs2002-02-24, by alex
-
dont ignore --disable-mmx, ...2002-02-24, by michael
-
ehh, return error if cannot open display2002-02-23, by alex
-
Also use tab as cmd arg sepparator2002-02-23, by albeu
-
Make blocking call in libmpdemux interuptable (only with new input,2002-02-23, by albeu
-
Change in configure relative to lirc, same thing in Makefile plus2002-02-23, by albeu
-
Make old and new lirc support independant from each other2002-02-23, by albeu
-
These 2 files are intended for code common to the whole lib2002-02-23, by albeu
-
Fixed bug with comments in input.conf parser2002-02-23, by albeu
-
Bug fix in entry parsing.2002-02-23, by albeu
-
html fixes (noticed by some hawk-eyed one, whose name disappeared into the2002-02-23, by gabucino
-
new gui interface, and gtk moved into mplayer process. fork ... bleh :)2002-02-23, by pontscho
-
Handle HTTP OK response that doesn't contain a mime-type.2002-02-23, by bertrand
-
Fixed the http response parser when the http header only has the HTTP2002-02-23, by bertrand
-
Bugfix in x11_common.c mainly. Don't screw up the display name,2002-02-23, by albeu
-
"At least next new file translated and very little fixes in the second."2002-02-22, by gabucino
-
using vo_dx, vo_dy2002-02-22, by alex
-
setting vo_dx and vo_dy in event handling2002-02-22, by alex
-
added vo_dx,vo_dy (used currently only by X based outputs)2002-02-22, by alex
-
Forgot to commit with vo_sdl osd patch.2002-02-22, by atmos4
-
osd outside movie support for vo_sdl, patch by Fredrik Kuivinen2002-02-22, by atmos4
-
use assert.h2002-02-22, by michael
-
mondom fix bazmeg.2002-02-22, by pontscho
-
fix nexus's key bug :) 10l, sorry :)2002-02-22, by pontscho
-
using PATH_DEV_*2002-02-22, by alex
-
Finnaly figured out this little long living bug2002-02-22, by albeu
-
discovered what appears to be another valid FLI frame magic number2002-02-22, by melanson
-
EXTRA_INC added (Nexus)2002-02-22, by arpi
-
new interface ? :)2002-02-21, by pontscho
-
10l+2002-02-21, by pontscho
-
fixing scaled output2002-02-21, by michael
-
small changes2002-02-21, by pontscho
-
101++2002-02-21, by michael
-
fixing bgr32 output on big-endian systems2002-02-21, by michael
-
compilation fixed2002-02-21, by arpi
-
unscaled yuv2rgb fix for big-endian systems2002-02-21, by michael
-
Fix return value of VOCTRL_FULLSCREEN2002-02-21, by atmos4
-
Cleanup and comment2002-02-21, by anders
-
Moved HW dependent mixer stuff to libao and removed master switch2002-02-21, by anders
-
Fix automatic vobsub detection and make it silent.2002-02-21, by atmos4
-
forgot to commit2002-02-21, by atmos4
-
new input cucc is default2002-02-21, by pontscho
-
ExposureMask fixed.2002-02-21, by pontscho
-
Support for retriving mp3 playlist from the network2002-02-21, by albeu
-
Playtree parser switch to a by line mode.2002-02-21, by albeu
-
In the good way this time, (1 and 0 was swaped 10*10^10l for me ;))2002-02-21, by albeu
-
changes in fullscreen/window switching code to obtain returning to2002-02-21, by atlka
-
add fselector changes (pwilkins@lashwhip.com)2002-02-21, by pontscho
-
3 mails describing hwac3 tech details2002-02-21, by arpi
-
"There are some updates and new file inside an attachment."2002-02-20, by gabucino
-
man2html compatibility (patch by Goetz Waschk <waschk@informatik.uni-rostock.de>)2002-02-20, by gabucino
-
Patch: Improved raw encoding support in mencoder by Fredrik Kuivinen2002-02-20, by atmos4
-
subtitle positioning patch by Jiri Svoboda2002-02-20, by atmos4
-
support for VOCTRL_FULLSCREEN2002-02-20, by atmos4
-
remove uneeded assert (common case at eof)2002-02-20, by atmos4
-
autodetect vobsub filename, disable autosub if vobsub found.2002-02-20, by atmos4
-
BGR15, BGR16, BGR32 support2002-02-20, by michael
-
Fixed (I hope) little bug wich lead to sig11 after last playtree entry2002-02-20, by albeu
-
Options registration for mencoder2002-02-20, by albeu
-
Register libmpdemux options2002-02-20, by albeu
-
Demuxers demuxer support for using external audiofile (or muxed subtitles).2002-02-20, by albeu
-
Added pts for mp3 and wav. And perfect seeking for mp3, unless flags & 22002-02-20, by albeu
-
Added comments support in input.conf (comments lines with #)2002-02-20, by albeu
-
add new input cucc2002-02-20, by pontscho
-
zero saturation / grayscale bugfix2002-02-20, by michael
-
meaning of some bits figured out2002-02-19, by michael
-
fixing yv122002-02-19, by michael
-
Fixes:2002-02-19, by nick
-
we're in the year 20022002-02-18, by jaf
-
Screenshot on the fly2002-02-18, by nick
-
Accidentally mixed experimental code with stable one during last commit,2002-02-18, by mswitch
-
Added VOCTRL_PAUSE and VOCTRL_RESUME2002-02-18, by mswitch
-
fixed RoQ file detection and FPS determination (maybe)2002-02-18, by melanson
-
fixed planar yuv formats2002-02-17, by michael
-
ffmjpeg yv12 422 fixed2002-02-17, by arpi
-
DVB mixer control added (very big messy hack)2002-02-17, by arpi
-
german manpage2002-02-17, by jonas
-
Fix this stupid math mistake in calcultating audio buffer duration2002-02-17, by albeu
-
Change order of vo_function calls (Although it doesn't matter for now).2002-02-17, by nick
-
Allow using direct rendering with any HW pitches (even on matrox g400).2002-02-17, by nick
-
vidix interleaved U V planes (for g200) by Attila Kinali <kinali@gmx.net>2002-02-17, by nick
-
using mencoder_exit instead exit and return2002-02-17, by alex
-
added local X11 error handler (call player_exit)2002-02-17, by alex
-
More correct direct rendering usage2002-02-17, by nick
-
ffmjpeg decodes qt photo-jpeg - patch by Sascha Sommer <saschasommer@freenet.de>2002-02-17, by arpi
-
Screenshot on the fly2002-02-17, by nick
-
Screenshot on the fly2002-02-17, by nick
-
I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'2002-02-17, by nick
-
added VOFLAG_* definitions and int vo_flags2002-02-17, by alex
-
ehh, i forgot to commit this...2002-02-17, by arpi
-
added support for runtime fullscreen switching2002-02-17, by alex
-
standard key support for video out runtime fullscreen switching2002-02-17, by alex
-
vo_fullscreen added2002-02-17, by alex
-
added VOCTRL_FULLSCREEN2002-02-17, by alex
-
Changed the default prefill cache value for raw network input stream.2002-02-17, by bertrand
-
fixed MP3 ICY detection, return detected file format for open_stream2002-02-16, by alex
-
Fixed a bug with prebuffering which would cause syncloss, someone at2002-02-16, by mswitch
-
101 (NULL->srcW, NULL->srcH)2002-02-16, by michael
-
MMX part rewritten and 16 tap filter added for better sound qualty2002-02-16, by anders
-
Fixed a strange bug that sneaked in at the last minute (vobsub would2002-02-16, by mswitch
-
Fixed bug which would cause gibberish to be printed when using :noprebuf2002-02-16, by mswitch
-
Direct rendering with dshow codecs support. (Was untested but should work)2002-02-16, by nick
-
Works with YUY2 fourcc2002-02-16, by nick
-
fixed WAV demuxer so that it skips to the actual start of the audio data2002-02-16, by melanson
-
shrink the size of the ghost image, courtesy of Roberto Togni2002-02-16, by melanson
-
We should skip exactly the first frame on mp3 files.2002-02-15, by albeu
-
Upgrades to the latest version, some corrections...2002-02-15, by jonas
-
*** empty log message ***2002-02-15, by mswitch
-
Fixed bug wich interrupt plaintext parsing before real eof2002-02-15, by albeu
-
use mem2agpcpy_pic()2002-02-15, by michael
-
mp3 position fixed2002-02-15, by arpi
-
added mp3 detection2002-02-14, by arpi
-
fast header checker added2002-02-14, by arpi
-
-ss -endpos documented2002-02-14, by gabucino
-
mem2agpcpy_pic()2002-02-14, by michael
-
+static2002-02-14, by arpi
-
yv12 slices fix by Robert Kesterson <robertk@robertk.com>2002-02-14, by arpi
-
mpeg-es osd fix - patch by ??? (lost mail:((()2002-02-14, by arpi
-
XANIM_MOD_DIR can be used for XAnim codecs' path specifying2002-02-14, by gabucino
-
ehh2002-02-14, by arpi
-
miafene (so arpi can say I don't write proper cvslogs)2002-02-14, by gabucino
-
'setterm' can also be used2002-02-14, by gabucino
-
Improved mp3 detection (don't detect mpeg1/2 as mp3 anymore)2002-02-14, by albeu
-
use the XANIM_MOD_DIR env. var as described in xanim's docs2002-02-14, by alex
-
minor dststride bugfix for i420 output2002-02-14, by michael
-
bugfix for width % 2 != 02002-02-14, by michael
-
10l... it detected mpeg1/2 ps files as mpeg audio...2002-02-14, by arpi
-
Upgrade to latest version, some html fixes.2002-02-14, by jonas
-
Audio file demuxer. Extended version for demuxer info.2002-02-14, by albeu
-
Also display clip info for audio only contents2002-02-14, by albeu
-
a few quick fixes to the FLI decoder2002-02-14, by melanson
-
Scratch for volunteers2002-02-13, by nick
-
typo2002-02-13, by nick
-
Fixing "quake" by direct waiting of vsync.2002-02-13, by nick
-
cosmetic fix2002-02-13, by melanson
-
some obscure bug fixes to the FLI decoder, with many thanks to Roberto2002-02-13, by melanson
-
fixed broken xvid support ("lm" rather than "-lm" in libs)2002-02-13, by rfelker
-
1012002-02-13, by michael
-
we are now able to use the new bitwriter code in libavcodec2002-02-12, by rik
-
use mem2agpcpy() instead of fast_memcpy()2002-02-12, by michael
-
mem2agpcpy()2002-02-12, by michael
-
sok ize, mutyur, bizbasz.2002-02-12, by gabucino
-
missing #ifdef HAVE_XDPMS2002-02-12, by pl
-
Support for XviD library detection:2002-02-12, by pl
-
default is allways nozoom again (specify -zoom if u want the sane behavior)2002-02-12, by michael
-
fixed old testing part2002-02-12, by alex
-
added informat support (for encoding)2002-02-12, by alex
-
rgb/bgr 32bpp and IYUV/I420 support2002-02-12, by alex
-
mpg 32bpp support2002-02-12, by alex
-
mpng: 32bpp support2002-02-12, by alex
-
this file is obsoleted by videodev_mjpeg.h2002-02-12, by rik
-
add vsync support for doublebuffering to vo_vesa2002-02-12, by atmos4
-
- Shutdown capturing before playback2002-02-12, by nick
-
ehh. forgot to commit this one...2002-02-12, by arpi
-
AVI demuxer fixes:2002-02-12, by arpi
-
obladi-oblada2002-02-11, by gabucino
-
minor rounding bugfix in the aspect stuff2002-02-11, by michael
-
-fs and or -vm default is nozoom, -zoom does the expected thing2002-02-11, by michael
-
A whole bunch of free_demuxer in demux_open2002-02-11, by albeu
-
Place holder for registering modules options2002-02-11, by albeu
-
Added new input mouse support in x11 vo2002-02-11, by albeu
-
Added key autorepeat support. Options to enable/disable joystick and lirc2002-02-11, by albeu
-
add initial mPNG support2002-02-11, by pontscho
-
Unroll -ni usage for deint. Anyway it doesn't help :(2002-02-11, by nick
-
tell to driver doublebuffering2002-02-11, by nick
-
Removed the url_copy function , since it was badly implemented,2002-02-11, by bertrand
-
Cleaned up the way proxies checking was done.2002-02-11, by bertrand
-
mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org>2002-02-11, by arpi
-
updated. please check...2002-02-11, by arpi
-
unscaled memcpy variant bugfix (negative strides)2002-02-10, by michael
-
blessed the QT SMC video codec as being "working"2002-02-10, by melanson
-
fixed the last few SMC bugs, thanks to Roberto Togni's bug hunting2002-02-10, by melanson
-
reinstated original palette decision logic from XAnim (was the QT spec2002-02-10, by melanson
-
added nmhd, added checking for audio trak in demux_mov_fill_buffer2002-02-10, by alex
-
break if error in decompressing, moved buffer allocating2002-02-10, by alex
-
identify jpg with case-insensitive 'jpg' or 'jpeg' string2002-02-10, by alex
-
check for overflow in new_sh_video and new_sh_audio2002-02-10, by alex
-
allways use swScaler2002-02-10, by michael
-
support swscaler for i4202002-02-10, by alex
-
div3/vfw encoding fixed2002-02-10, by arpi
-
added options for completeness: --enable-gcc-checking, --disable-profile2002-02-10, by pl
-
-playlist also accepts ASX files2002-02-10, by gabucino
-
added -dvd-device and -cdrom-device2002-02-10, by gabucino
-
applied Alban Bedel's patch (-dvd-device and -cdrom-device)2002-02-10, by gabucino
-
Portability2002-02-10, by nick
-
added credits for Roberto Togni2002-02-10, by gabucino
-
[REVERSE] this patch translated the file back to english2002-02-10, by gabucino
-
added more tips on codec development2002-02-10, by melanson
-
BGR24 support, including flip flag2002-02-10, by arpi
-
Fixed FILM demuxer so that it now plays (my) FILM files2002-02-10, by melanson
-
bgr15 / bgr16 input support (with -zoom)2002-02-10, by michael
-
DV-ntsc (dvc) added for quicktime DV sterams2002-02-10, by arpi
-
temp. workaround for VFW upside-down flip2002-02-10, by arpi
-
fixedsize video samples fixed (dvntsc-qt.mov)2002-02-10, by arpi
-
unscaled BGR24 -> YV122002-02-10, by michael
-
rgb24toyv12 in MMX (untested)2002-02-10, by michael
-
Don't read index for -forceidx and -nodix (speedup with bad media and not needed anyway)2002-02-10, by atmos4
-
initial seeking (-ss) support in mencoder2002-02-10, by rfelker
-
bgr24toUV in MMX2002-02-09, by michael
-
added voctrl_guisupport and fixed some typos2002-02-09, by alex
-
"I finished the rest of the german documentation and fixed2002-02-09, by gabucino
-
Test2002-02-09, by mswitch
-
Added native codec support for QT RPZA data, courtesy of Roberto Togni2002-02-09, by melanson
-
applied David Holm's patch2002-02-09, by gabucino
-
bgr24toY in MMX2002-02-09, by michael
-
Get(Set) deinterlacing2002-02-09, by nick
-
temporary solution to disable adaptive deinterlacing engine2002-02-09, by nick
-
Fixed a bug where seeking would lock mplayer2002-02-09, by mswitch
-
Fix according to strange bugreport2002-02-09, by nick
-
Removed some stuff from the em8300 driver, had to compensate2002-02-09, by mswitch
-
FreeBSD fix2002-02-09, by nexus
-
Added switch to disable prebuffering2002-02-09, by mswitch
-
ARGH, changing playback speed was a mistake...2002-02-09, by mswitch
-
Fixed some stuff with setting timestamps, and added proper setting of playback speed. I'm2002-02-09, by mswitch
-
Thanks to the new control() method I've finally been able to add prebuffering support. This2002-02-09, by mswitch
-
Make code simple. Use swScaler even for fastmemcpy purposes :)2002-02-09, by nick
-
"Here is the correct patch again, some changes for the old ones and a patch for2002-02-09, by gabucino
-
vo_yuv4mpeg added2002-02-09, by arpi
-
setting vo_fps, required for vo_yuv4mpeg2002-02-09, by arpi
-
yuv4mpeg output, by Robert Kesterson <robertk@robertk.com>2002-02-09, by arpi
-
10000hl to Holm... control MUST BE static...2002-02-09, by arpi
-
screensize from fbdev ioctl - patch by Jason Lunz <j@falooley.org>2002-02-09, by arpi
-
g550 memdetect fix - patch by Diego Biurrun <diego@biurrun.de>2002-02-09, by arpi
-
libvo's query_ stuff replaced by new control() - patch by David Holm2002-02-09, by arpi
-
query_ stuff replaced by new control() - patch by David Holm2002-02-09, by arpi
-
by Daniel.Bena@dm-drogeriemarkt.sk2002-02-08, by jaf
-
Applied patch mouse whell patch from Wojtek Kaniewski <wojtekka@bydg.pdi.net>2002-02-08, by albeu
-
Added support for key combination and mouse buttons key code2002-02-08, by albeu
-
applied David Holm's patch2002-02-08, by gabucino
-
Audio only support. Include a fix in the asf demuxer opening.2002-02-08, by albeu
-
fastmemcpy2002-02-08, by michael
-
vao, something changed in these files!2002-02-08, by gabucino
-
better RoQ explanation2002-02-08, by gabucino
-
added Anders Johansson2002-02-08, by gabucino
-
applied patch from Andres Johansson2002-02-08, by gabucino
-
unscaled BGR15->BGR162002-02-08, by michael
-
bgr15 input support2002-02-08, by michael
-
faster bgr16 input2002-02-08, by michael
-
bgr16 input support2002-02-08, by michael
-
csak ugy2002-02-07, by gabucino
-
better naming2002-02-07, by arpi
-
VfW encoding support (very alpha yet)2002-02-07, by arpi
-
VfW encoding support2002-02-07, by arpi
-
AVID fourcc added to MCMjpeg2002-02-07, by arpi
-
Configurable OSD zones2002-02-07, by nick
-
- Fixed incorrect i420 support (Michael was right)2002-02-07, by nick
-
fix color key handling bug2002-02-07, by pontscho
-
ffmpeg yuy2 disabled again, avid RGB->BGR2002-02-07, by arpi
-
fs resize bug fix.2002-02-07, by pontscho
-
unscaled converters2002-02-07, by michael
-
fix dpsm compile bug in gui2002-02-07, by pontscho
-
finalize mfi support.2002-02-07, by pontscho
-
completely reworked FILM demuxer to support both audio and video...neither2002-02-07, by melanson
-
fixing green line at right side bug (reported by Nick Kurshev <nickols_k@mail.ru>)2002-02-07, by michael
-
one more fix for optional vesa2002-02-07, by rfelker
-
finished making vesa optional2002-02-07, by rfelker
-
made vesa support optional at compiletime2002-02-07, by rfelker
-
added mga_top_reserved module parameter to skip a configurable amount2002-02-07, by rfelker
-
rgb32 & rgb24 input support2002-02-06, by michael
-
fix spudec, faszom (C#)2002-02-06, by pontscho
-
emulating BITMAPINFOHDR (for win32 codecs)2002-02-06, by arpi
-
101 (yuv2rgb with mpeg1,...) ;)2002-02-06, by michael
-
swScale internally uses yuv2rgb now if possible2002-02-06, by michael
-
fix spudec bug2002-02-06, by pontscho
-
add mfi support2002-02-06, by pontscho
-
add mfi demuxer2002-02-06, by pontscho
-
add mfi support2002-02-06, by pontscho
-
Correct vesa shutdown on 'config playback' errors2002-02-06, by nick
-
typo2002-02-06, by nick
-
qt AVID fourcc added2002-02-06, by arpi
-
bad debug printf caused sig11 with divx audio2002-02-05, by arpi
-
missing mlib required to build a solaris mencoder2002-02-05, by pl
-
fix display of echocheck on sunos2002-02-05, by pl
-
mysql also goes haywire from sneaky-sucky-fucky gcc2.100-42002-02-05, by gabucino
-
checking output of getSwsContext*()2002-02-05, by michael
-
Enable 15bpp on server2002-02-05, by nick
-
mplayer has swapped RGB's fourcc :(2002-02-05, by nick
-
Added auto selection of the best streams and fixed a few compiler2002-02-05, by albeu
-
Support of scaling with every fourcc2002-02-05, by nick
-
HTML fix2002-02-05, by gabucino
-
Enable SSH optimizations for FIR filter2002-02-05, by anders
-
promoted the RoQ audio decoder from "buggy" to "working"2002-02-05, by melanson
-
reconciled one minor, nagging palette issue with the official QT spec2002-02-05, by melanson
-
fixed FPS as well as crash bug when no audio chunks are present2002-02-05, by melanson
-
applied pl's patch (sorry, overlooked it previously.. and procmailrc2002-02-05, by gabucino
-
printing error messages if something is wrong instead of just return NULL;2002-02-04, by michael
-
Fix multifile playback (sdl was not fully reinitialized).2002-02-04, by atmos4
-
print also contrast on cat /dev/mga_vid2002-02-04, by eyck
-
Remove some unuseful stuff and don't try to kill an unexisting2002-02-04, by albeu
-
Tell the user when we fallback on default config.2002-02-04, by albeu
-
Fix the bugs the previous version should fix (and those introduced2002-02-04, by albeu
-
Activate QSCALE flag for avcodec2002-02-03, by mswitch
-
some updates (patch by Jonas Jermann <jjermann@gmx.net>)2002-02-03, by gabucino
-
Attila Kinali fixing memleak introduced by me.2002-02-03, by eyck
-
too many arguments to sscan in subdetect.2002-02-03, by eyck
-
Corrected the quit bug and added support for up to 10 axis2002-02-03, by albeu
-
Correct bug in plaintext parser : correctly remove trailling \r2002-02-03, by albeu
-
Direct rendering expansion:2002-02-03, by nick
-
optimization2002-02-03, by nick
-
Forgot the osd fix in the other patch, well, here it is ;)2002-02-03, by mswitch
-
Switched from libmp1e to libavcodec, at least for me it runs helluva lot faster than libmp1e2002-02-03, by mswitch
-
YUY2 BGR32 BGR24 support for vo_x11 if swScaler is used2002-02-03, by michael
-
gcc 3.0.3 compiling howto by Matt Willis <willis_matthew@yahoo.com>2002-02-03, by gabucino
-
fix typo2002-02-03, by nexus
-
using dlerror() instead strerror(), displays unresolved symbol messages2002-02-03, by alex
-
added more audio plugin documentation2002-02-03, by gabucino
-
Added options to enable new input and joystick support2002-02-03, by albeu
-
vidix equalizer can be used with 1-8 keys also2002-02-03, by gabucino
-
on non-Linux use Vidix instead of mga_vid kernelmodule2002-02-03, by gabucino
-
mga_vid supports reads and writes2002-02-03, by gabucino
-
RoQ fileformat added, anything it is ;)2002-02-03, by gabucino
-
Also: -vo xvidix, -vo vesa:vidix, -vo fbdev:vidix ;) - as Nick noticed2002-02-03, by gabucino
-
QNX updates2002-02-03, by gabucino
-
QNX updates2002-02-03, by gabucino
-
more translated2002-02-03, by gabucino
-
-vo xv does video equalizing2002-02-03, by gabucino
-
Restore K7 support2002-02-03, by nick
-
Vidix video equalizing (Nick's patch)2002-02-03, by gabucino
-
Be more precise2002-02-03, by nick
-
Allows to users control direct rendering2002-02-03, by nick
-
code cleanup2002-02-03, by nick
-
filterPos bugfix (only nearest neighbor scaling was affected)2002-02-03, by michael
-
finally fixed no-opendivx compile problem2002-02-03, by rfelker
-
fixed compiletime problems with divx4 caused by making opendivx optional2002-02-03, by rfelker
-
make opendivx codec optional at compiletime2002-02-03, by rfelker
-
config file support for mencoder2002-02-02, by rfelker
-
Attila's Linux 2.2 patch, and contrast control applied2002-02-02, by eyck
-
further work on the RoQ audio decoder2002-02-02, by melanson
-
demuxer is now more complete, though still not perfect2002-02-02, by melanson
-
support cat /dev/mga_vid.2002-02-02, by eyck
-
framework for settings modifications like in radeon_vid ( /dev/mga_vid can2002-02-02, by eyck
-
using MTRR2002-02-02, by nick
-
MMX(2) optimized YUY2 input2002-02-02, by michael
-
Cleaned up some code2002-02-02, by mswitch
-
tested and fixed on 2.2.x, more comments2002-02-02, by alex
-
applied David Holm's patch2002-02-02, by gabucino
-
using MTRR2002-02-02, by nick
-
MTRR configuring2002-02-02, by nick
-
added dhahelper note2002-02-02, by alex
-
added support for dhahelper2002-02-02, by alex
-
initial2002-02-02, by alex
-
initial2002-02-02, by alex
-
added proper includes2002-02-02, by alex
-
initial2002-02-02, by alex
-
only GUS MAX can do 48khz2002-02-01, by gabucino
-
printing correct format info2002-02-01, by michael
-
YUY2, BGR24, BGR32 input support (no mmx yet)2002-02-01, by michael
-
add mplState()2002-02-01, by pontscho
-
small bugfixes, and kill other warning2002-02-01, by pontscho
-
overwrite old info2002-02-01, by nexus
-
Minor fixes2002-02-01, by nick
-
*** empty log message ***2002-02-01, by jaf
-
Use DIRECT RENDERING WITH DSHOW codecs2002-02-01, by nick
-
Alex! Never write bottlenecks, ok?2002-02-01, by nick
-
fixing i4202002-02-01, by nick
-
Optimize DirectShow decoding with vidix2002-02-01, by nick
-
Using new tune info2002-02-01, by nick
-
YVYU support (untested yet)2002-02-01, by nick
-
Optimizing with use new tune info2002-02-01, by nick
-
Providing new tune info2002-02-01, by nick
-
no, wait...roqaudio is an audiocodec, not a videocodec2002-02-01, by melanson
-
implemented RoQ file demuxing2002-02-01, by melanson
-
added skeleton decoders for RoQ audio and video format decoders2002-02-01, by melanson
-
added help strings for RoQ and REAL file detection2002-02-01, by melanson
-
added -noquiet option to complement -quiet (request/patch by Alexander Werth)2002-02-01, by rfelker
-
AVID added2002-02-01, by arpi
-
detect microdvd with empty second frame.2002-01-31, by eyck
-
removed obsoleted Terminate_Display_Process, using vo_x11_uninit2002-01-31, by alex
-
removed obsoleted Terminate_Display_Process2002-01-31, by alex
-
grr, 10l. vo_x11_uninit: close display only if window not created by GUI2002-01-31, by alex
-
vo_x11_uninit: dont destroy window if GUI created it2002-01-31, by alex
-
added vo_x11_uninit2002-01-31, by alex
-
Documenting new tune info2002-01-31, by nick
-
Use new tune info2002-01-31, by nick
-
new info for tuning2002-01-31, by nick
-
Added lirc support in input2002-01-31, by albeu
-
Added uninit to input2002-01-31, by albeu
-
IMGFMT_RGBxx experimental support2002-01-31, by nick
-
RGB15 experimental support2002-01-31, by nick
-
Compilation fixing2002-01-31, by nick
-
new video format: yuvrgb. patch by Fredrik Kuivinen <freku045@student.liu.se>2002-01-31, by arpi
-
using the common -vm code, patch by Santi Béjar <tiarda@yahoo.es>2002-01-31, by arpi
-
common -vm code, patch by Santi Béjar <tiarda@yahoo.es>2002-01-31, by arpi
-
possible AC3 fix, by Marcus Blomenkamp <Marcus.Blomenkamp@epost.de>2002-01-30, by arpi
-
silly cleanup - maybe fixes dummy printf bug2002-01-30, by arpi
-
-sws 2 is default now2002-01-30, by michael
-
YV12 like formats support (I420/IYUV)2002-01-30, by michael
-
A new configurable input system and joystick support for this system2002-01-30, by albeu
-
It seems that there no direct support for RGB24 :(2002-01-30, by nick
-
Preliminary RGB32 and RGB16 support. (Untested yet)2002-01-30, by nick
-
Use one pitch source2002-01-30, by nick
-
More correct double_buffering for packed fourcc2002-01-30, by nick
-
Typos2002-01-30, by nick
-
Correcting pointers on second buffer2002-01-30, by nick
-
small changes2002-01-29, by pontscho
-
DOCS thingie added2002-01-29, by arpi
-
add XF86 multimedia key cucc.2002-01-29, by pontscho
-
warning (proper) fix2002-01-29, by pl
-
Minor fix - else 0 is unreachable2002-01-29, by nick
-
fixing assembly bug. By Thierry Vignaud <tvignaud@mandrakesoft.com>2002-01-29, by nick
-
info on 4x4 coeffs2002-01-29, by nick
-
top row bugfix2002-01-29, by michael
-
area averageing scaling support (-sws 5) (is identical to bilinear for upscale)2002-01-29, by michael
-
nearest neighbor / sdl emulation ;) scaling (-sws 4)2002-01-28, by michael
-
usleep() accurancy tester2002-01-28, by arpi
-
minor QP bugfix2002-01-28, by michael
-
-chapter option updates (and some else?)2002-01-28, by gabucino
-
3-pass encoding dox2002-01-28, by gabucino
-
Support for HW equalizing through VAA2002-01-28, by nick
-
New logic of HW equalizing:2002-01-28, by nick
-
show actual video:audio bitrates at status line2002-01-27, by arpi
-
ETA/Esize for 3pass encoding from stdin2002-01-27, by arpi
-
status print fixes - DVD estimation worx, print remaining time instead of total2002-01-27, by arpi
-
DVD start position handling changed (progbar/eta fix)2002-01-27, by arpi
-
DVD progress bar fix2002-01-27, by arpi
-
kapja be aki hosszu opciokat szeret2002-01-27, by gabucino
-
Support for HW equalizing2002-01-27, by nick
-
ETA/Esize/fps and some more... - new statusline2002-01-27, by arpi
-
did not compile when --disable-vidix was used2002-01-27, by pl
-
GetTimerMS added - get timer in millisec2002-01-27, by arpi
-
avoids warnings2002-01-27, by pl
-
avoids a warning2002-01-27, by pl
-
small typos in text2002-01-27, by pl
-
query vaa2002-01-27, by nick
-
Use real preinit2002-01-27, by nick
-
provide full vaa interface2002-01-27, by nick
-
debug printfs... - 10l2002-01-27, by arpi
-
bitrate calculator fix?2002-01-27, by arpi
-
Oops forgot to remove debug message :)2002-01-27, by anders
-
Fixed sig 11 caused by buffer full in ao driver2002-01-27, by anders
-
Fixed sig 11 caused by resampling plugin, some cosmetic changes and speed improvements2002-01-27, by anders
-
gcc-3.0.3 compilation fixing2002-01-27, by nick
-
improvements2002-01-27, by nick
-
fixed (reversed) the RGB palette order2002-01-27, by melanson
-
more audiocopy fixes (especially for .asf)2002-01-27, by arpi
-
audio copy fix2002-01-27, by arpi
-
bitrate calculator for 650/700 mb cdrom2002-01-27, by arpi
-
added dmb1 fourcc to m3jpeg by Thomas Kranz2002-01-26, by alex
-
goto man mplayer, leyma2002-01-26, by gabucino
-
preinit moved to right place2002-01-26, by alex
-
preinit usage2002-01-26, by nick
-
commited Rik Snel's patch (thx!)2002-01-26, by gabucino
-
vo's preinit support2002-01-26, by nick
-
ideis2002-01-26, by gabucino
-
applied al3x's peccs2002-01-26, by gabucino
-
Add -nosound/-sound and -ovc null to mencoder.2002-01-26, by kmkaplan
-
fixed preinit conflict2002-01-26, by alex
-
i420/iyuv support2002-01-26, by alex
-
Extensions for video accelerated architecture2002-01-26, by nick
-
fixed i420 handling2002-01-26, by alex
-
yuy2 reported as working2002-01-26, by alex
-
pre-check for audio/video streams (hope it fix wma steraming)2002-01-26, by arpi
-
use the new jpeg encoder - patch by Rik Snel <rsnel@cube.dyndns.org>2002-01-26, by arpi
-
original patch by malc <malc@tmbg.co.uk>2002-01-25, by pl
-
Don't segfault with empty -chapter spec.2002-01-25, by kmkaplan
-
Extended DVD chapter specification. Remove -last-chapter option.2002-01-24, by kmkaplan
-
Let mplayer handle signals so terminal gets cleaned up.2002-01-24, by atmos4
-
qscale 3->2 (Thank you Michael)2002-01-24, by arpi
-
added support for i420 and iyuv2002-01-24, by alex
-
entudjam?2002-01-24, by gabucino
-
keep me chean ;-)2002-01-24, by jaf
-
freebsd fix by bjoern fischer2002-01-24, by atmos4
-
aspect ratio 9 added.2002-01-24, by jaf
-
mpsub dump bug fix. 100l for laaz2002-01-24, by pontscho
-
Readded the content-type checking, in case of the no HTTP body are2002-01-24, by bertrand
-
Add a parser for the "ASF group stream object" and display the bitrate values2002-01-24, by bertrand
-
QT demuxer now supports the default QT palettes2002-01-24, by melanson
-
freq fix, removed muxer delay2002-01-24, by arpi
-
vo_pts fix (10l)2002-01-24, by arpi
-
initial2002-01-23, by alex
-
fixed num_of_packets and current_packet handling, bug found by Mike Melanson2002-01-23, by alex
-
upgraded to newest vidix interface2002-01-23, by alex
-
added cap.author2002-01-23, by alex
-
don't render UV planes if interleaved (also add support later)2002-01-23, by alex
-
Fixing compilation on non-MMX but x86 systems2002-01-23, by nick
-
Fixing compilation on non-MMX but x86 systems2002-01-23, by nick
-
RGB independed correction for GATOS's radeon_video driver!2002-01-23, by nick
-
intense->intensity + capability extension + fixing R200 color correction bug2002-01-23, by nick
-
intense -> intensity + capability extension2002-01-23, by nick
-
intense -> intensity2002-01-23, by nick
-
fix screen saver bug under gui2002-01-23, by pontscho
-
10l ...2002-01-23, by nexus
-
FreeBSD need this to compile after last changes2002-01-23, by nexus
-
Added buffering of output data2002-01-23, by anders
-
Added a turn around for badly configured web servers.2002-01-23, by bertrand
-
Modified the output of the http_debug function.2002-01-23, by bertrand
-
Removed unused code that I commented earlier.2002-01-23, by bertrand
-
Implementation of entryref2002-01-22, by albeu
-
Objectization of the play_tree_parser for more flexiblity2002-01-22, by albeu
-
Attempt to fix NVidia problems2002-01-22, by nick
-
cleanup of video packet writer, PTS sent only once2002-01-22, by arpi
-
10l, debug printf removed2002-01-22, by arpi
-
minor bugfix in the -v output2002-01-22, by michael
-
move bug fixed2002-01-22, by pontscho
-
Modified the cache option value setting/reading, so we can report2002-01-22, by bertrand
-
added skeleton for Duck Truemotion v1 decoder (doesn't do anything yet)2002-01-22, by melanson
-
passing samplerate to LPCM writer - 44, 32 and 96khz are also supported from now2002-01-22, by arpi
-
LPCM write code rewritten, thanks to Marcus at mocm@convergence.de2002-01-22, by arpi
-
fixed some major flaws; decoder is now almost correct2002-01-22, by melanson
-
15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP out)2002-01-21, by michael
-
Gamma correction (based on patch of Pásztor Szilárd <silicon@falcon.sch.bme.hu>)2002-01-21, by nick
-
copyright(swscaler) = GPL2002-01-21, by michael
-
a few filters (should be removed/merged when arpis videofilter stuff is finished)2002-01-21, by michael
-
Add a check to not set the cache size if the user alredy set it.2002-01-21, by albeu
-
Bug fix for subconfig option. A -tv option containing the on parameter2002-01-21, by albeu
-
Add option -last-chapter for DVD playing/encoding2002-01-21, by kmkaplan
-
general convolution filtering of the source picture2002-01-21, by michael
-
Set the cache value if the network layer was able to compute it.2002-01-20, by bertrand
-
Changed the asf_file_header_t struct to read all the fields properly.2002-01-20, by bertrand
-
/usr//include/inttypes.h for CYGWIN2002-01-20, by atmos4
-
Checking for RGB boundaries2002-01-20, by nick
-
add mangling2002-01-20, by atmos4
-
RGB independed correction (similar to brightness)2002-01-20, by nick
-
Typo2002-01-20, by nick
-
2048x2048 is real max size of overlay2002-01-20, by nick
-
1012002-01-20, by michael
-
added support for unlimited video resolution (-1)2002-01-20, by alex
-
sorry, debug removed ;)2002-01-20, by alex
-
pci_config_read working2002-01-20, by alex
-
removed global vars so that multiple swscalers can be used2002-01-20, by michael
-
initial implementation of SMC codec; it almost works, too!2002-01-20, by melanson
-
-alang/-slang fixed2002-01-20, by arpi
-
equalizer is only supported by g4002002-01-19, by alex
-
cleaned some parts, tested and working with g400/450, g200 is buggy :(2002-01-19, by alex
-
Some improvment and make -vcd -dvd options considered as playlist entry2002-01-19, by albeu
-
Only use hardware sync and prebuffering with mpegs!2002-01-19, by mswitch
-
remove TARGET lofasz2002-01-19, by pontscho
-
Handle timestamps internally2002-01-19, by mswitch
-
added FLAG_EQUALIZER2002-01-19, by alex
-
added flag_equalizer2002-01-19, by alex
-
Using cpudetect code instead of d_cpu.s2002-01-19, by nick
-
K7 id2002-01-19, by nick
-
Fixed bug with -frames option : don't quit, go to next file !!2002-01-19, by albeu
-
Added reverting support for -zr* options2002-01-19, by albeu
-
Added reverting support for -aa* options2002-01-19, by albeu
-
Added reverting support for -pp and -npp options2002-01-19, by albeu
-
Added reverting support for -aa* -zr* -pp and -npp options2002-01-19, by albeu
-
vidix_grkey_support checking for colorkeying2002-01-19, by alex
-
Few bug fix and improvment in config/playtree system2002-01-19, by albeu
-
fix mangling with runtime cpu detection2002-01-19, by atmos4
-
Removed seeking warning message since it has now been fixed in the driver2002-01-19, by mswitch
-
Moved network related code from open.c to network.c2002-01-19, by bertrand
-
gamma correction (preliminary version).2002-01-19, by nick
-
Typo2002-01-19, by nick
-
mangle for win32 in postproc2002-01-19, by atmos4
-
mangle for win32 in liba52 (includes dummy mangle.h pointing to the one in main)2002-01-19, by atmos4
-
mangling in mp3lib + stdcall undefined fix with cygwin2002-01-19, by atmos4
-
mangling in libvo2002-01-19, by atmos4
-
rewrites symbols in d_cpu.s on cygwin2002-01-19, by atmos4
-
mangle.h does symbolmangling on win322002-01-19, by atmos4
-
fixed channel changing with frequencies.c2002-01-18, by alex
-
added colorkey handling2002-01-18, by alex
-
i think, it's better [playback->offsets and offset implemented/corrected]2002-01-18, by alex
-
'40bit' - es png nincs is :)2002-01-18, by pontscho
-
added .rm (real) and .y4m (yuv4mpeg)2002-01-18, by alex
-
fix dnet support2002-01-18, by alex
-
3dnow optimization. Not all functions are tested!!!2002-01-18, by nick
-
Missed fastmemcpy2002-01-18, by nick
-
Suppress return values for 'void'. 10L to Alex2002-01-18, by nick
-
Fixed saturation computing for rage1282002-01-18, by nick
-
gamma correction support2002-01-18, by nick
-
Fixed bug of multiple declaration of 'dvd_device'2002-01-18, by nick
-
added skeleton for QT SMC decoder2002-01-18, by melanson
-
made a little more headway but it still doesn't work properly2002-01-18, by melanson
-
more movi_end mess2002-01-17, by arpi
-
fix for benchmark script2002-01-17, by nexus
-
opsz, typo2002-01-17, by gabucino
-
Change to use cdrom-device and dvd-device options needed for DVD/TV/VCD2002-01-17, by albeu
-
Fixed bug with benchmark option2002-01-17, by albeu
-
Fixed a few bugs and added support for VCD/DVD/TV in playlist using virtual url2002-01-17, by albeu
-
Fixed seeking2002-01-17, by mswitch
-
Patch by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>:2002-01-17, by pl
-
fix for Xwid (exceed 16 fourcc)2002-01-17, by nexus
-
Use 'install' instead of 'cp'2002-01-17, by nick
-
-zr* added - patch by Rik Snel <rsnel@cube.dyndns.org>2002-01-17, by arpi
-
libjpeg added - patch by Rik Snel <rsnel@cube.dyndns.org>2002-01-17, by arpi
-
zr en/disable, libjpeg detection - patch by Rik Snel <rsnel@cube.dyndns.org>2002-01-17, by arpi
-
fbdev nocopy option - Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>2002-01-17, by arpi
-
libmad memcpy optimization by Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>2002-01-17, by arpi
-
XviD added2002-01-17, by arpi
-
possible sig11 fixed - noticed by Fredrik Kuivinen <freku045@student.liu.se>2002-01-17, by arpi
-
console mplayer launcher - by Rich Felker <dalias@aerifal.cx>2002-01-17, by arpi
-
reverted old seeking method - ask Holm why...2002-01-17, by arpi
-
mail formatting added2002-01-17, by arpi
-
fix include order2002-01-17, by atmos4
-
*** empty log message ***2002-01-16, by gabucino
-
Added (sigh, reHTMLized;)) Nick's VIDIX patch2002-01-16, by gabucino
-
added vidix_start() and vidix_stop() for better runtime-resize support ;)2002-01-16, by alex
-
fixed a few possible bugs2002-01-16, by arpi
-
image field added. 10*10l....2002-01-16, by arpi
-
Useful links2002-01-16, by nick
-
Fixed resize bug.2002-01-16, by nick
-
More messages on forcing2002-01-16, by nick
-
en(dis)able app io should be exported too2002-01-16, by nick
-
+ new features and possibility2002-01-16, by nick
-
added a few notes about formats 0x61 and 0x622002-01-16, by melanson
-
initial support for FILM file demuxing2002-01-16, by melanson
-
using mp_image.h - not finished...2002-01-16, by arpi
-
10l...2002-01-16, by arpi
-
bpp != depth2002-01-16, by arpi
-
initial stuff. comments welcomed...2002-01-16, by arpi
-
awk change suggested by frederik kuivinen2002-01-15, by atmos4
-
nicer awk check (logging) etc.2002-01-15, by atmos4
-
patch by Fredrik Kuivinen <freku045@student.liu.se>2002-01-15, by pl
-
Add a third scaling algorithm wich should be faster. Select by2002-01-15, by kmkaplan
-
Fix "[MPlayer-dev-eng] mp3lib-mmx sig11 with mpeg1layer3 audio after2002-01-15, by kmkaplan
-
Grab PS_IOPL define from <sys/psw.h> on solaris x862002-01-15, by jkeil
-
many small updates2002-01-15, by gabucino
-
commited due to request of nexus2002-01-15, by alex
-
cygwin compile fix2002-01-15, by atmos4
-
*awk detection2002-01-15, by atmos4
-
Sync problem when using fractional resampling fixed + speed increased.2002-01-15, by anders
-
typo2002-01-15, by jaf
-
Fix xvidix for non-x11 systems (delayed due netloss)2002-01-15, by atmos4
-
Fix xvidix for non-x11 systems, 10l Alex :)2002-01-15, by atmos4
-
Fix for cygwin.2002-01-15, by atmos4
-
S->C2002-01-15, by nick
-
Improved readability and new stuffs2002-01-15, by nick
-
BSD fix by Steven M. Schultz <sms@2BSD.COM>2002-01-15, by arpi
-
10l. gimme\!2002-01-15, by arpi
-
query_format flags updated2002-01-15, by arpi
-
hw spu support for dxr3 - patch by David Holm2002-01-15, by arpi
-
-endpos option, patch by Fredrik Kuivinen <freku045@student.liu.se>2002-01-15, by arpi
-
extra NULL field appended2002-01-14, by arpi
-
playtree-based config patch by Alban Bedel <albeu@free.fr>2002-01-14, by arpi
-
by koth2002-01-14, by gabucino
-
workaround for broken 'muvi' chunks2002-01-14, by arpi
-
streaming with proxy2002-01-14, by gabucino
-
10l to Alban B. - restored removed verbose level setting2002-01-14, by arpi
-
added mp3_printheader for mp3lib init\n2002-01-14, by alex
-
runtime cpudetect suppport2002-01-14, by alex
-
S->C2002-01-14, by nick
-
S->C2002-01-14, by nick
-
Added support for the environment variable http_proxy.2002-01-14, by bertrand
-
Changed the proxy protocol to http_proxy.2002-01-14, by bertrand
-
fixed to get something - needs a major rewrite2002-01-13, by arpi
-
dont print -npp parser debug info if only -v2002-01-13, by michael
-
S->C2002-01-13, by nick
-
Bug2002-01-13, by nick
-
S->C2002-01-13, by nick
-
added mga_vid (also playback->offset is not set (fixing it on monday)2002-01-13, by alex
-
using LIBDIR@config.h2002-01-13, by alex
-
added LIBDIR and USR_PREFIX2002-01-13, by alex
-
committed due to request of gabucino2002-01-13, by alex
-
Nick's credits updated2002-01-13, by gabucino
-
Typo2002-01-13, by nick
-
Still one bit of bugs fixed2002-01-13, by nick
-
test for preinit errors and correct handling subdevice2002-01-13, by nick
-
Minor changes: -fs key and vidix params2002-01-13, by nick
-
CYUV credits to Tim Ferguson2002-01-13, by gabucino
-
QT demuxer loads palette information from files that transport palettes in2002-01-13, by melanson
-
patch by Steven M. Schultz to support dvd under BSD/OS2002-01-13, by alex
-
just a dummy for now (for developement)2002-01-13, by alex
-
started2002-01-13, by alex
-
fixed vidix_name handling (subdevice)2002-01-13, by alex
-
added vo_xvidix2002-01-12, by alex
-
added X11/VIDIX2002-01-12, by alex
-
Fix brightness of subtitles2002-01-12, by kmkaplan
-
Added proxy support.2002-01-12, by bertrand
-
some comments and messages2002-01-12, by alex
-
Added a debug function to print the struct's variables.2002-01-12, by bertrand
-
Fix typo and some updates.2002-01-12, by atmos4
-
divx4linuxbuzi2002-01-12, by gabucino
-
Additional AWK notes2002-01-12, by nick
-
Check for NULL vob->spudec before using.2002-01-12, by kmkaplan
-
Solaris compatibility2002-01-12, by nick
-
Alpha patch by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>2002-01-12, by nick
-
gawk->awk2002-01-12, by nick
-
gawk -> awk2002-01-12, by alex
-
Checking for gawk2002-01-12, by nick
-
Changes due new gawk generator2002-01-12, by nick
-
Gawk generator2002-01-12, by nick
-
pci ids database2002-01-12, by nick
-
No longer required2002-01-12, by nick
-
Documentation2002-01-12, by nick
-
Sync with XFree86-4.1.99.5+2002-01-12, by nick
-
typo noticed by nell2002-01-12, by gabucino
-
*** empty log message ***2002-01-12, by gabucino
-
"I made some fixed in my previous translation, and new parts are translated2002-01-12, by gabucino
-
fixed mpsub bug requested by Gabucino2002-01-12, by laaz
-
ao_dxr3 removed2002-01-11, by arpi
-
fight with the access rights - patch by Holm2002-01-11, by arpi
-
useless cosmetics changes... a.k.a. cvslog killer - patch by David Holm2002-01-11, by arpi
-
relatiev path to libcss.so - patch by Jim Radford <radford@robotics.caltech.edu>2002-01-11, by arpi
-
acelp working, added some codecs contributed by users2002-01-11, by arpi
-
few changes, slice and frame2002-01-11, by iive
-
blah. fixes.2002-01-11, by gabucino
-
Configurable VIDIX usage2002-01-11, by nick
-
Add DVD subtitles to menoder2002-01-11, by kmkaplan
-
Support software scaling with DVD subtitles2002-01-11, by kmkaplan
-
vobsub documented2002-01-11, by gabucino
-
Support vobsub without index files.2002-01-10, by kmkaplan
-
Minor bugs and new vidix stuff support2002-01-10, by nick
-
Using any graphics server2002-01-10, by nick
-
Add vobsub support, suppress conditionnal on USE_DVDREAD.2002-01-10, by kmkaplan
-
Add vobsub support.2002-01-10, by kmkaplan
-
Add vobsub support.2002-01-10, by kmkaplan
-
Add spudec_new_scaled and spudec_draw_scaled for vobsub support.2002-01-10, by kmkaplan
-
Add spudec_new_scaled and spudec_draw_scaled for vobsub support.2002-01-10, by kmkaplan
-
committed Tim Ferguson's patch for proper YUV color space conversion2002-01-10, by melanson
-
user_data check disabled2002-01-10, by arpi
-
added mpeg userdata dump2002-01-10, by arpi
-
Changed the return value of the start function. Doesn't return the fd2002-01-10, by bertrand
-
Applied RTP patch from Brian Kuschak <bkuschak@yahoo.com>2002-01-10, by bertrand
-
Preliminary version2002-01-09, by nick
-
fixes (by pl's mail)2002-01-09, by gabucino
-
another update2002-01-09, by gabucino
-
typo (noticed by nell)2002-01-09, by gabucino
-
-font added, -pp updated2002-01-09, by gabucino
-
seek patch by Panagoitis Issaris2002-01-09, by alex
-
1. subs know are readed after reading AVI header so we already know fps2002-01-09, by atlka
-
Reverted to accurate but glitchy sync...2002-01-09, by mswitch
-
jol csak KeyPress - re event mplayernek.2002-01-09, by pontscho
-
SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by me2002-01-08, by atmos4
-
Sven Hartge fixes confdir location.2002-01-08, by eyck
-
and stuff.2002-01-08, by gabucino
-
old-style DVD options added2002-01-08, by gabucino
-
"Hi, here's updated and further translated documentation.html."2002-01-08, by gabucino
-
no speedup with outcommented rematrix? stuff in a52_block()2002-01-08, by michael
-
more bitstream_skip()2002-01-08, by michael
-
bitstream_skip() instead of bitstream_get() if possible2002-01-08, by michael
-
corrections to adjust_subs_time function which now uses fps if needed2002-01-08, by atlka
-
added adjust_subs_time function which corrects bad sub->end time2002-01-08, by atlka
-
FreeBSD fix2002-01-08, by nexus
-
Correction of lisensing comment2002-01-08, by anders
-
changed subreader.c to read microdvd lines in form "{%ld}{}[^\r\n]" too2002-01-08, by atlka
-
corrections by Jiri Svoboda <jiri.svoboda@seznam.cz>2002-01-08, by jaf
-
Kept the HTTP connection open after autodetect, so2002-01-08, by bertrand
-
MSGT_PLAYTREE added2002-01-08, by arpi
-
tree-based playlist parser code by Alban Bedel <albeu@free.fr>2002-01-08, by arpi
-
various small streaming fixes by Alban Bedel <albeu@free.fr>2002-01-08, by arpi
-
*** empty log message ***2002-01-07, by jaf
-
I was missing it ...2002-01-07, by jaf
-
portable solution2002-01-07, by nick
-
portable problem solution. Should be generated in the future from pci.ids2002-01-07, by nick
-
added rgb24to32 instead of c converter2002-01-07, by alex
-
FreeBSD fix2002-01-07, by nexus
-
slightly changed end message:2002-01-07, by pl
-
double buffering fixing2002-01-07, by nick
-
OSD support2002-01-07, by nick
-
YV12 sliced output fixed2002-01-07, by nick
-
Embedding vidix2002-01-07, by nick
-
patch for missing include by Steven M. Schultz <sms@2BSD.COM>2002-01-07, by pl
-
10l by Jesus Climent <jcliment@cc.hut.fi>2002-01-07, by pl
-
10l to Ivan2002-01-07, by arpi
-
read the whole FM2002-01-06, by gabucino
-
buggy audio driver can be a cause also2002-01-06, by gabucino
-
DOCS/BUGS -> Appendiksz D2002-01-06, by gabucino
-
vo_directfb maintainer added2002-01-06, by gabucino
-
lavc info+install instructions update2002-01-06, by gabucino
-
missing html tags added2002-01-06, by gabucino
-
Patch by Jesus Climent <jcliment@cc.hut.fi>2002-01-06, by pl
-
fbdev autodetection enabled (requires linux && /dev/fb0)2002-01-06, by pl
-
small bugfix2002-01-06, by jaf
-
Xinerama patch number two by attila.2002-01-06, by atmos4
-
fix.2002-01-06, by gabucino
-
works!!!2002-01-06, by nick
-
Looks working ;)2002-01-06, by nick
-
Printing driver name2002-01-06, by nick
-
IO space is memory mapped (no in(out)port required)2002-01-06, by nick
-
lazy loader works better ;)2002-01-06, by nick
-
preliminary version2002-01-06, by nick
-
changes due interface changing2002-01-06, by nick
-
minor interface changing and verbosing2002-01-06, by nick
-
patch by Holm2002-01-06, by gabucino
-
preliminary config interface2002-01-06, by mswitch
-
Fixes to sync code2002-01-06, by mswitch
-
Removed deprecated EM8300_IOCTL_AUDIO_SETPTS2002-01-06, by mswitch
-
stdint.h replaced by inttypes.h (used more frequently in the sources)2002-01-06, by pl
-
paint background on -v -v2002-01-06, by nick
-
fixed format 0x62 ADPCM audio2002-01-06, by melanson
-
let people pass options to ./configure while building package.2002-01-05, by eyck
-
added stream_read_qword by Chris Bednar2002-01-05, by alex
-
marillat doesn't distribute debs now (only -doc and -font)2002-01-05, by gabucino
-
preliminary version2002-01-05, by nick
-
minor interface changing2002-01-05, by nick
-
tranlated by DongCheon Park <pdc@kaist.ac.kr>2002-01-05, by jaf
-
it's in sys/ .. isn't it?2002-01-05, by gabucino
-
typo2002-01-05, by gabucino
-
preliminary version2002-01-05, by nick
-
xinerama fix by attila2002-01-05, by atmos4
-
CONFDIR in etc2002-01-05, by eyck
-
some user-parsible lines about SDL2002-01-04, by gabucino
-
fixed -npp help ... i think i need more sleep ;)2002-01-04, by michael
-
added atrac32002-01-04, by alex
-
New section: How To Read TFM2002-01-04, by gabucino
-
more formats2002-01-04, by gabucino
-
marillat se .deb-ezik mar? ha igen akkor szoljatok...2002-01-04, by gabucino
-
guilamer ugynezki +javult2002-01-04, by gabucino
-
libmpeg2 is now able to decode framecopied (with mencoder) mpeg files2002-01-04, by alex
-
libcss support in mencoder, too2002-01-04, by lgb
-
debug--2002-01-04, by arpi
-
some debug++2002-01-04, by arpi
-
-npp help2002-01-04, by michael
-
Return of the 'Old-style-DVD-support', with dynamic loading (using libdl) so2002-01-04, by lgb
-
Clean up - no longer needed comments, commented out older version of solutions.2002-01-04, by eyck
-
preliminary support of direct hardware access2002-01-04, by nick
-
binary drivers2002-01-04, by nick
-
fix typos in latest checkin. although ( and { look alike, they're not.d'ah.2002-01-04, by eyck
-
make needs prefix, CONFDIR AND DATADIR set for package to build correctly.2002-01-04, by eyck
-
integrated Tim Ferguson's native CYUV decoder2002-01-04, by melanson
-
iterated a52 channel setup2002-01-03, by arpi
-
mono ac3 support2002-01-03, by arpi
-
*** empty log message ***2002-01-03, by gabucino
-
hu ezt elbaszigeteltem2002-01-03, by gabucino
-
-npp fq:<quantizer>2002-01-03, by michael
-
stream_skip len s/be off_t2002-01-03, by steve
-
manpage install added2002-01-03, by arpi
-
last minute audio demuxer patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>2002-01-02, by arpi
-
lastminute divbyzero fix by Attila Kinali ;)2002-01-02, by arpi
-
last minute aspect patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>2002-01-02, by arpi
-
updated by tomas.blaha at kapsa.club.cz2002-01-02, by arpi
-
hotfix for ac3 aid<0x20 (VDR)2002-01-02, by arpi
-
10l2002-01-02, by arpi
-
(C) 2001 -> 20022002-01-02, by gabucino
-
Happy new year! :)2002-01-02, by arpi
-
osd support, zlib range fix. by Kim Minh Kaplan <kmkaplan@selfoffice.com>2002-01-02, by arpi
-
zlib range 0-8 -> 0-92002-01-02, by arpi
-
some done and some delayed2002-01-02, by arpi
-
using dshow headers from dshow/ instead of c++ version2002-01-02, by arpi
-
headers cleanup2002-01-02, by arpi
-
note for all users2002-01-02, by nick
-
solution for non-x86 users2002-01-02, by nick
-
-dapsync -softsleep2002-01-02, by gabucino
-
ah. many small updates again2002-01-02, by gabucino
-
notes for non-x86 users2002-01-02, by nick
-
Added support of Radeon2 8500 AIW2002-01-02, by nick
-
fixed FOX61 ADPCM; still working on FOX622002-01-02, by melanson
-
some links placed (nvidia fuckoz.)2002-01-02, by gabucino
-
new 'Developer Cries' TOC :)2002-01-02, by gabucino
-
nvidia & joebarr entry2002-01-01, by gabucino
-
more mess2002-01-01, by arpi
-
codecs.conf parser hangup fixed by iive, cpu usage reset at start2002-01-01, by arpi
-
added initial support for format 0x61 ADPCM (sounds good, but still pops)2002-01-01, by melanson
-
it was a long night ;-), I'll finish later2002-01-01, by jaf
-
applied Steve's patch2002-01-01, by gabucino
-
vbr win ize2002-01-01, by gabucino
-
VBR windoz warning2002-01-01, by gabucino
-
-rootwin2002-01-01, by gabucino
-
some fixes2002-01-01, by gabucino
-
applied many interesting things from pl's patch, by hand2002-01-01, by gabucino
-
applied "magic" Michael real fix ;)2002-01-01, by pl
-
tail_space infinite loop fix by jeon_goon@lycos.co.kr2002-01-01, by arpi
-
Oops-typo.2001-12-31, by nick
-
Added support of BRIGHTNESS, SATURATION, CONTRAST, HUE on Radeons2001-12-31, by nick
-
Sync with r1.20. Just for release2001-12-31, by nick
-
small fixes (=> HAVE_STDINT_H is now defined)2001-12-31, by pl
-
fix for imaadpcmacm size2001-12-31, by nexus
-
<stdint.h> doesn't exist in FreeBSD2001-12-31, by nexus
-
FreeBSD need EXTRA_LIB to compile2001-12-31, by nexus
-
ACEL.P fixed (avifile sync)2001-12-31, by arpi
-
updated by B. Johannessen <bob@well.com>2001-12-31, by arpi
-
Italian tr. by Fabio Olimpieri <fabio.olimpieri@tin.it>2001-12-31, by arpi
-
stuff.2001-12-31, by gabucino
-
a52 resampler init moved to init2001-12-30, by arpi
-
runtime cpudetect the liba52 way part 2 (downmix.c)2001-12-30, by michael
-
c, mmx versions separated. a52 style runtime stuff2001-12-30, by arpi
-
runtime cpudetect in liba52 way2001-12-30, by michael
-
pass accel flags to a52_resample_init2001-12-30, by arpi
-
proper a52_init accel flags2001-12-30, by arpi
-
SSE added2001-12-30, by arpi
-
runtime cpudetect2001-12-30, by michael
-
added test for inet_pton()2001-12-30, by pl
-
more common format for output messages2001-12-30, by pl
-
they aren't required more2001-12-30, by alex
-
Radeon specific gamma correction initialization. (from gatos.sf.net)2001-12-30, by nick
-
mp3lameless build fixed2001-12-30, by arpi
-
*** empty log message ***2001-12-30, by gabucino
-
updates2001-12-30, by arpi
-
_mencoder auto->yes (D Richard Felker III)2001-12-30, by arpi
-
dshow help changed - it doesn't depend on c++ compiler/libs2001-12-30, by arpi
-
divx4encore is detected2001-12-30, by arpi
-
authors linked to the english2001-12-30, by jaf
-
a52: CRC check for AC3 frames2001-12-30, by arpi
-
CRC code ported from libac32001-12-30, by arpi
-
updated2001-12-30, by arpi
-
more recent libavcodec check2001-12-30, by arpi
-
print AC3 info + hotfix for channels upmix2001-12-30, by arpi
-
libac3 disabled2001-12-30, by arpi
-
liba52 optimization changes2001-12-30, by michael
-
ported 3dnow(ex) optimizations from libac32001-12-30, by michael
-
only print last line warning if verbose is on2001-12-30, by michael
-
added read_index_chunk, fixed audio_header parser for version52001-12-30, by alex
-
libavcodec MBC detection fixed2001-12-29, by arpi
-
Panagiotis creditz2001-12-29, by gabucino
-
"updated documentation.html (and new chapter translated in it),2001-12-29, by gabucino
-
added RV13 fourcc to RealVideo2001-12-29, by alex
-
fixed rv10 with subid=32001-12-29, by alex
-
fixed stereo MS ADPCM decoder and reinstated opensource decoder as the2001-12-29, by melanson
-
more mad fix2001-12-29, by alex
-
"smarter" test for ffmpeg codec detection2001-12-29, by pl
-
applied Holm's patch (somebody give him write to this file! ASAP!;))2001-12-29, by gabucino
-
mad sync fix2001-12-29, by alex
-
-Wall removed2001-12-29, by arpi
-
missing -lsocket for sunos2001-12-29, by pl
-
opendivx listed at codecs, libvo2/config.mak is optional2001-12-29, by arpi
-
YUV4MPEG seek patch commited2001-12-28, by alex
-
g72x is optional (caused problems wiht opendivx)2001-12-28, by arpi
-
fixed syntax error bug reported by Steven M. Schultz. btw, pl, please fix this2001-12-28, by alex
-
minor updates to FLI and FOX62 codecs2001-12-28, by melanson
-
Applied Rik Snel's seeking patch2001-12-28, by alex
-
initial commit of "Guide To Codec Hacking"2001-12-28, by melanson
-
initial commit for codecs.conf.txt documentation2001-12-28, by melanson
-
scaling only works with YV122001-12-28, by gabucino
-
better wording2001-12-28, by gabucino
-
defucking again2001-12-28, by gabucino
-
DeArpi2001-12-28, by gabucino
-
0.60pre2 version number2001-12-28, by eyck
-
no fix can be expected until saturday :(2001-12-28, by arpi
-
disable mp1e if no dxr3 or no mmx2001-12-28, by arpi
-
msadpcm acm re-enabled. don't remove codecs!2001-12-28, by arpi
-
fix for qnx2001-12-28, by alex
-
fix for QNX - disabling win32 codecs and libmp1e under QNX2001-12-28, by alex
-
fix for qnx2001-12-28, by alex
-
-wid/-rootwin support2001-12-28, by arpi
-
blah2001-12-28, by gabucino
-
nuppelvideo is suffering too2001-12-28, by gabucino
-
updated2001-12-28, by alex
-
some spudec cleanup2001-12-28, by arpi
-
dvdsub pts fix, based on patch by Kim Minh Kaplan2001-12-28, by arpi
-
SSE2 support2001-12-28, by arpi
-
Intel P4 support2001-12-28, by arpi
-
warning fixes2001-12-28, by pl
-
fixes a problem with undefined types (harmless anyway)2001-12-28, by pl
-
warning fix2001-12-28, by pl
-
Intel P4 support2001-12-28, by arpi
-
symbol block is multiply-defined <- fixed2001-12-28, by arpi
-
a52 sync fixed2001-12-28, by arpi
-
asf<->y4m detection swapped2001-12-28, by arpi
-
minor brightness/contrast bugfix / moved some global vars into ppMode2001-12-28, by michael
-
-rootwin option (x11/xv only, x11 doesn't work for me)2001-12-28, by arpi
-
WinID cleanup, support for Xv2001-12-28, by arpi
-
hwac3 fixes by Steven Brookes <stevenjb@mda.co.uk>2001-12-28, by arpi
-
Brand new sync core, uses hw sync for everything.2001-12-28, by mswitch
-
Lots of fixes for digital audio output submitted by Steven Brookes <stevenjb@mda.co.uk>2001-12-28, by mswitch
-
added initial, not-yet-functional, support for fox62 audio2001-12-28, by melanson
-
setuid hack disabled2001-12-28, by arpi
-
don't reset timer at seek - req. for dxr32001-12-28, by arpi
-
don't reset cpu usage counters at seek2001-12-28, by arpi
-
printf->mp_msg2001-12-28, by arpi
-
spudec added2001-12-28, by arpi
-
more stable and reliable spudec packet reassembler2001-12-28, by arpi
-
igy kifer2001-12-28, by gabucino
-
yuv4mpeg support2001-12-28, by gabucino
-
customizeable deblocking (2 thresholds)2001-12-28, by michael
-
nuppelvideo added to supported formats2001-12-27, by gabucino
-
updated2001-12-27, by alex
-
not "us", but "en" - missed previously2001-12-27, by gabucino
-
updated2001-12-27, by gabucino
-
added nuppelvideo2001-12-27, by alex
-
audio is working2001-12-27, by alex
-
fixed RTjpeg and removed one memcpy2001-12-27, by alex
-
applied pl's new patch (-pp and -npp)2001-12-27, by gabucino
-
fli+rm - hungarian update2001-12-27, by gabucino
-
needed2001-12-27, by alex
-
new 'RealMedia' 'Realvideo' 'RealAudio' sections2001-12-27, by gabucino
-
enabling mmx support if capable2001-12-27, by alex
-
NuppelVideo decoder added, based on Panagiotis Issaris' patch2001-12-27, by alex
-
used by NuppelVideo2001-12-27, by alex
-
used by NuppelVideo decoder2001-12-27, by alex
-
added NuppelVideo demuxer, based on Panagiotis Issaris' patch2001-12-27, by alex
-
aspect ratio patch by Rik Snel2001-12-27, by alex
-
not us, but en.2001-12-27, by gabucino
-
fixed few segfaults, make parse_codec_cfg() return int2001-12-27, by iive
-
dvd subtitles are experimental no more2001-12-27, by gabucino
-
documentation of -alang -slang added2001-12-27, by gabucino
-
fixed audio detection code and improved ;)2001-12-27, by alex
-
know not..2001-12-27, by gabucino
-
applied many interesting things from pl's patch, by hand2001-12-27, by gabucino
-
removing ima4.* files from tree2001-12-27, by melanson
-
removing ima4.* from the tree2001-12-27, by melanson
-
fixed YUV4MPEG frame reader2001-12-27, by alex
-
added support for older YUV4MPEG format (used by xawtv)2001-12-27, by alex
-
improved audio codec detection2001-12-27, by alex
-
implemented open source MS ADPCM decoder2001-12-27, by melanson
-
yuv4mpeg2 (mjpegtools) support by Rik Snel <rsnel@cube.dyndns.org>2001-12-27, by arpi
-
10l...2001-12-27, by arpi
-
warning fix == cleanup2001-12-27, by arpi
-
show a-v delay in osd (based on subdelay osd patch)2001-12-27, by arpi
-
output shifted by a few pixels on extreem scalings bugfix2001-12-27, by michael
-
better, nicer progress status for index generation2001-12-27, by arpi
-
fflush disappeared? .so?2001-12-27, by arpi
-
1012001-12-26, by michael
-
RM demuxer by al3x2001-12-26, by gabucino
-
added real demuxer2001-12-26, by alex
-
added alang,slang options2001-12-26, by gabucino
-
/dev/zero bad permissions error message2001-12-26, by arpi
-
numerous small fixes/updates2001-12-26, by gabucino
-
updated2001-12-26, by arpi
-
mpeg startpos (-ss, -chapter) fixed2001-12-26, by arpi
-
new -pp options stuff (-npp ...)2001-12-26, by michael
-
mpeg VDR vs. BIN fixed?2001-12-26, by arpi
-
JAF added2001-12-26, by arpi
-
rawi420 added2001-12-26, by alex
-
afm/vfm synced2001-12-26, by alex
-
added support for I420 input (used by TV V4L) in lavc encoder2001-12-26, by alex
-
fixed stereo IMA4 decoding2001-12-26, by melanson
-
subconfig parser fixed2001-12-26, by alex
-
fixed subconfig parser2001-12-26, by alex
-
ffmpeg/framecopy fixed, mp3lib&divx4encore added2001-12-26, by alex
-
osd support, not for mpegpes2001-12-26, by mswitch
-
duplicate entry2001-12-26, by nexus
-
Initial support for unified ADPCM decoder2001-12-26, by melanson
-
Initial support for unified ADPCM decoder2001-12-26, by melanson
-
release todo2001-12-26, by arpi
-
-alang/-slang options (audio/sub selection by language code)2001-12-26, by arpi
-
dvd language->aid/sid functions2001-12-26, by arpi
-
enable-streaming unneeded.2001-12-26, by eyck
-
subtitle_t + audio_stream_t -> stream_language_t (cleanup)2001-12-25, by arpi
-
v4l detect fixed2001-12-25, by arpi
-
make users happy - this is xmas, isn't it?2001-12-25, by arpi
-
search codecs.conf at CONFDIR2001-12-25, by arpi
-
--confdir2001-12-25, by arpi
-
some debugging2001-12-25, by arpi
-
old ffmpeg (MBC) workaround2001-12-25, by arpi
-
dvd seeking -> subtitle disappearing bugs fixed2001-12-25, by arpi
-
is itn't %, it is a byteposition of the video ...2001-12-25, by jaf
-
print some info on cpu (runtime/compiled flags)2001-12-25, by arpi
-
mix22toS & move2to1 in SSE2001-12-25, by michael
-
mix31to2 & mix31toS in SSE2001-12-25, by michael
-
mix21to2 & mix21toS in SSE2001-12-25, by michael
-
memset(?, 0, 256*sizeof(float)) in MMX2001-12-25, by michael
-
warning fix2001-12-25, by pl
-
wannabe compilation breaker2001-12-25, by pl
-
fix a warning (ambiguous 'if else')2001-12-25, by pl
-
missing exported function2001-12-25, by pl
-
warning fix2001-12-25, by pl
-
possible uninit pointer free()'d2001-12-25, by pl
-
warning fix2001-12-25, by pl
-
looks better2001-12-25, by jaf
-
warning fix2001-12-25, by pl
-
As nobody fixed this yet:2001-12-25, by pl
-
As nobody fixed this yet:2001-12-25, by pl
-
missing #include's2001-12-25, by pl
-
fixes warnings2001-12-25, by pl
-
vplayer format - no longer crashes on slightly broken subs.2001-12-25, by eyck
-
--enable_gui && nogui && DVD sig11 fixed - .so 10l2001-12-25, by arpi
-
*** empty log message ***2001-12-24, by eyck
-
some quick updates for the prerelease2001-12-24, by gabucino
-
Fixed #ifdef discrepancy that was breaking compilation on PPC platform2001-12-24, by melanson
-
Somewhere along the line, someone updated a field in an ASF structure2001-12-24, by melanson
-
error for non-stereo surrounds2001-12-24, by steve
-
similar to 1.144, i420 added, MERRY XMAS \!\!\!2001-12-24, by jaf
-
FreeBSD fix2001-12-24, by nexus
-
Hint #2 -> Hint2001-12-24, by gabucino
-
similar to 1.143, 'sis' bug was fixed2001-12-24, by jaf
-
this bug (?) was fixed2001-12-24, by gabucino
-
fixed priority support, tested with -vfm -vc, etc.2001-12-24, by atmos4
-
fixed video syncing2001-12-24, by alex
-
similar to 1.42, bad wording2001-12-24, by jaf
-
similar to 1.141, (hungarian users)2001-12-24, by jaf
-
similar to 1.140, mplayer-felhasznalok mailing list added (hungarian users)2001-12-24, by jaf
-
similar to 1.19, audio plugins2001-12-24, by jaf
-
similar to 1.139, audio plugins2001-12-24, by jaf
-
similar to 1.54, DeFucking2001-12-24, by jaf
-
i420 support2001-12-24, by alex
-
bzero() -> memset()2001-12-24, by pl
-
memset is more portable than bzero ("BSD"ism)2001-12-24, by pl
-
similar to 1.532001-12-24, by jaf
-
similar to 1.1372001-12-24, by jaf
-
similar to 1.412001-12-24, by jaf
-
"--help" fixes:2001-12-24, by pl
-
bad wording2001-12-24, by gabucino
-
lavc quality fixed - using right fps2001-12-24, by arpi
-
Patch by Jirí Svoboda <Jiri.Svoboda@seznam.cz>2001-12-24, by pl
-
fixed scaling and colors with libavcodec (and some comments added)2001-12-24, by alex
-
10l? streaming must be yes, auto is not enough because of Makefile2001-12-23, by arpi
-
streaming enabled by default2001-12-23, by arpi
-
liba52 is preferred2001-12-23, by arpi
-
This commit adds initial support for Quicktime Animation (RLE) video. It2001-12-23, by melanson
-
RTP support patch by Brian Kuschak <bkuschak@yahoo.com>2001-12-23, by arpi
-
+msg2001-12-23, by gabucino
-
mplayer-felhasznalok policy2001-12-23, by gabucino
-
*** empty log message ***2001-12-23, by gabucino
-
surround channels can now be decoded in stereoish2001-12-23, by steve
-
fix comment typo2001-12-23, by steve
-
mix3to1 in SSE2001-12-23, by michael
-
mix3to2 in SSE2001-12-23, by michael
-
mix5to1 & mix4to1 in SSE2001-12-23, by michael
-
updates in AUTHORS section2001-12-23, by gabucino
-
mix2to1 in SSE2001-12-23, by michael
-
Patch by Panagiotis applied2001-12-23, by gabucino
-
mplayer-felhasznalok mailing list added (hungarian users)2001-12-23, by gabucino
-
fixes for vdub plugin support - by Fredrik Kuivinen <freku045@student.liu.se>2001-12-23, by arpi
-
'Plugins' subsection in Sound section2001-12-23, by gabucino
-
DeFucking2001-12-23, by gabucino
-
added "Internal buffer inconsistency" lame bug as Known problem2001-12-23, by gabucino
-
removed some fucks2001-12-23, by gabucino
-
add support for priotity <int> in codecs.conf, higher numbers are better2001-12-23, by atmos4
-
Add aspect 6, anamorphic 16:9 for svcd2001-12-23, by atmos4
-
Add missing ifdef, 10l...2001-12-23, by atmos4
-
added "copy mga_vid to /lib/modules" to install instructions2001-12-23, by gabucino
-
made divx4 optional (also configure checking needed) and added avcodec_close2001-12-22, by alex
-
Argh, forgot to make variable static...2001-12-22, by mswitch
-
compile encoders in libavcodec too2001-12-22, by alex
-
sync2001-12-22, by nexus
-
Plugger patch by Sam Lin2001-12-22, by atmos4
-
sse optimize of 3F2001-12-22, by michael
-
3F2R sse optimized2001-12-22, by michael
-
working with 0.9.6 too (0.9.6 is coming with debian woody)2001-12-22, by alex
-
updated to reflect BGR32 output of FLI data2001-12-21, by melanson
-
Cinepak decoder author added2001-12-21, by gabucino
-
similar to 1.40, updated Cinepak section (new, opensource codec)2001-12-21, by jaf
-
updated Cinepak section (new, opensource codec)2001-12-21, by gabucino
-
Cinepak YUY2 support2001-12-21, by arpi
-
"This are some updates mostly, new chapters in documentation.html."2001-12-21, by gabucino
-
native CVID codec added, order of native and vfw codecs changed2001-12-21, by arpi
-
minor bugfixes (noone noticed them)2001-12-21, by michael
-
c++-compiler is not needed. gcc however is. ( and bcc is not enough )2001-12-21, by eyck
-
similar to 1.135, Polish translation link added2001-12-20, by jaf
-
similar to 1.134, forgot to remove these (notes about suid)2001-12-20, by jaf
-
similar to 1.16, some additional info in 2pass section2001-12-20, by jaf
-
Polish translation link added, hungarian links translated to hungarian2001-12-20, by gabucino
-
rgb24toyv12 bugfix2001-12-20, by michael
-
Adam Di Carlo changes. see debian/changelog2001-12-20, by eyck
-
Added plugin for fractional resampling (alpha code)2001-12-20, by anders
-
Removed conversion for yuy2, libmp1e supports this format, no need to cnovert it...2001-12-20, by mswitch
-
Removed some old libavcodec code which would cause inproper scaling of some movies...2001-12-20, by mswitch
-
Try The Fucking CVS message. Hmm it was there. Where did it go?2001-12-19, by gabucino
-
forgot to remove these (notes about suid)2001-12-19, by gabucino
-
runtime cpu detection for the resample stuff2001-12-19, by michael
-
sse opt of mix32toS()2001-12-19, by michael
-
sse opt of mix32to2()2001-12-19, by michael
-
adding some comments2001-12-19, by michael
-
oops... previous commit was only a half-sync with help_mp-en.h 1.192001-12-19, by pl
-
Inproved mpeg sync on fast computers2001-12-19, by mswitch
-
some additional info in 2pass section2001-12-19, by gabucino
-
eh forgot about ffmpeg12 :<2001-12-19, by gabucino
-
better dvd support2001-12-19, by pontscho
-
button design fix2001-12-19, by pontscho
-
nesze LGB beleirtalak igy ;)2001-12-19, by pontscho
-
Remove lame upsampler, cleaned out stuff relating to setting channels.2001-12-19, by mswitch
-
Fix glitchy mpeg playback2001-12-19, by mswitch
-
missing 1 byte in array size2001-12-19, by pl
-
x = malloc(strlen(s) + c) ... strcpy(x, s)2001-12-19, by pl
-
checkings for malloc results (potential memleaks)2001-12-19, by pl
-
sync with help_mp-en.h 1.192001-12-19, by pl
-
better fullscreen-mode selection, patch by dunno :)2001-12-19, by atmos4
-
sync again, 10l ;)2001-12-19, by nexus
-
+ Added support of FIFO engine (suggested by Vladimir Dergachev)2001-12-19, by nick
-
Sync with r1.192001-12-19, by nick
-
sync2001-12-19, by nexus
-
If the demuxer type is unknown it will start an http streaming.2001-12-19, by bertrand
-
Removed unnecessary check after the protocol autodetection.2001-12-19, by bertrand
-
Just a hint2001-12-19, by nick
-
Typofix (thanks to Felix)2001-12-19, by nick
-
pre-cache fixed2001-12-19, by arpi
-
nop_steraming fixed2001-12-19, by arpi
-
similar to 1.19, lang support.2001-12-18, by jaf
-
init title change basz.2001-12-18, by pontscho
-
some warning kill2001-12-18, by pontscho
-
lang support.2001-12-18, by pontscho
-
similar to 1.15, hm. stuff.2001-12-18, by jaf
-
similar to 1.33, hm. stuff.2001-12-18, by jaf
-
similar to 1.39, hm. stuff.2001-12-18, by jaf
-
similar to 1.18, full language support for gui2001-12-18, by jaf
-
fix bug, if dvd titles is 'none', vagymi2001-12-18, by pontscho
-
updated to match help_mp-en.h 1.172001-12-18, by pl
-
Applied patch by Jiri Svoboda <Jiri.Svoboda@seznam.cz>:2001-12-18, by pl
-
full language support for gui2001-12-18, by pontscho
-
itt a skin nem van hibauzenet igy.2001-12-18, by pontscho
-
Added the Host field in the HTTP request.2001-12-18, by bertrand
-
removing unnecessary sse sin/cos LUT2001-12-18, by michael
-
hm. stuff.2001-12-18, by gabucino
-
"Another brand new translated file gcc-2.96-3.0.html, and correct version of2001-12-18, by gabucino
-
sse opt2001-12-18, by michael
-
small changes2001-12-18, by pontscho
-
runtime cpu detection for the idct2001-12-18, by michael
-
mmx opt2001-12-18, by michael
-
mmx opt2001-12-18, by michael
-
mmx opt2001-12-18, by michael
-
mmx opt2001-12-18, by michael
-
mmx opt2001-12-18, by michael
-
*** empty log message ***2001-12-18, by gabucino
-
"I updatet codecs.html and translated whole new file: bugsreports.html.2001-12-17, by gabucino
-
VP30 added - report by Mark Janssen <maniac@maniac.nl>2001-12-17, by arpi
-
faster (and simpler) bitstream reader (in C)2001-12-17, by michael
-
MMX opt2001-12-17, by michael
-
similar to 1.38, err... minor fixes/additions2001-12-17, by jaf
-
mmx opt2001-12-17, by michael
-
err... minor fixes/additions2001-12-17, by gabucino
-
use resample.c functions2001-12-17, by arpi
-
fix2001-12-17, by alex
-
precaching2001-12-17, by arpi
-
initial precaching2001-12-17, by arpi
-
Divide by Zero fix.2001-12-17, by atmos4
-
kurva sub fix.2001-12-17, by pontscho
-
exchanged return with goto out in subconfig parsing and fixed error messages2001-12-17, by alex
-
aspect ratio bug fix for gui2001-12-17, by pontscho
-
eh ... dl ...2001-12-17, by pontscho
-
fix dvdread support detect2001-12-17, by pontscho
-
Partial sync with linux stuff (Linux driver is still buggy for me)2001-12-17, by nick
-
Some info from Vladimir Dergachev2001-12-17, by nick
-
sse opt2001-12-17, by michael
-
sse opt2001-12-17, by michael
-
Fixed the multiple ASF header stream chunk.2001-12-17, by bertrand
-
libmad added2001-12-17, by arpi
-
cleanup2001-12-17, by michael
-
reversed patch - faszom (C++) .so-ba2001-12-17, by arpi
-
CoTaskMemAlloc def should match prototyp in com.h2001-12-17, by arpi
-
sse opt2001-12-17, by michael
-
updates2001-12-17, by arpi
-
fli seeking implemented2001-12-17, by arpi
-
some small sub bug fix2001-12-17, by pontscho
-
reset ds eof flags at seeking - requires for mpeg -loop2001-12-17, by arpi
-
-noloop added2001-12-16, by arpi
-
-loop fixed2001-12-16, by arpi
-
ULONG bug fix2001-12-16, by pontscho
-
GUI vs suidroot - fixed!2001-12-16, by gabucino
-
C optimizations2001-12-16, by michael
-
workaround for Alpha - by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>2001-12-16, by arpi
-
Removed functions prototypes for streaming that don't need to be here.2001-12-16, by bertrand
-
sse opt2001-12-16, by michael
-
Applied the patch from Alban Bedel <albeu@free.fr>.2001-12-16, by bertrand
-
Made audio_id and video_id non static variable.2001-12-16, by bertrand
-
similar to 1.17\n only -v is needed2001-12-16, by jaf
-
only -v is needed2001-12-16, by gabucino
-
sse opt2001-12-16, by michael
-
VIVO done2001-12-16, by arpi
-
sse opt2001-12-16, by michael
-
vivo A-V sync fixed2001-12-16, by arpi
-
vfw codecs can't do 16bpp, but 152001-12-16, by arpi
-
oops, 8bit instead of 162001-12-16, by michael
-
began updated translation by <nell@skrzynka.pl> (work-in-progress)2001-12-16, by gabucino
-
obsoleted files (all) removed2001-12-16, by gabucino
-
Patch by Adam Di Carlo <adam@onshore-devel.com>:2001-12-16, by pl
-
Patch by Adam Di Carlo <adam@onshore-devel.com>:2001-12-16, by pl
-
Patch by Adam Di Carlo <adam@onshore-devel.com>:2001-12-16, by pl
-
similar to 1.132, applied Panagiotis' patch2001-12-16, by jaf
-
similar to 1.16, Add subtitle loader for gui2001-12-16, by jaf
-
similar to 1.16, dvd subtiteles added2001-12-16, by jaf
-
Changed an unknown file to preroll.2001-12-16, by bertrand
-
Handle broken server that doesn't send CRLF but jusr LF.2001-12-16, by bertrand
-
updated2001-12-16, by arpi
-
a bit more SSE optimizations2001-12-16, by michael
-
better benchmarking2001-12-16, by michael
-
gcc -O? thinks a*0.0 != 0.0 so we need a better cmp2001-12-16, by michael
-
fixed endian-ness for FLI and MS Video 1 decoders; fixed padding bug in2001-12-16, by melanson
-
some SSE optimizations2001-12-15, by michael
-
benchmarking code (#define TIMING)2001-12-15, by michael
-
--with-x11{inc,lib}dir configure option broken, can't select a specific X112001-12-15, by jkeil
-
update to match the latest update in English version2001-12-15, by pl
-
support for RGB/BGR modes (tested with raw and divx4)2001-12-15, by alex
-
-vivo version option added2001-12-15, by alex
-
added -vivo subconfig2001-12-15, by alex
-
Sync with rev 1.162001-12-15, by nick
-
sync2001-12-15, by nexus
-
Add subtitle loader for gui2001-12-15, by pontscho
-
fixed sig8 while -idx on some files (actually this is a workaround) :(2001-12-14, by gabucino
-
Made the HTTP request escaped the url.2001-12-14, by bertrand
-
Added 2 functions to escape/unescape the url as described in the RFC 2396.2001-12-14, by bertrand
-
tweaked surround lowpass filter, included some new test code2001-12-14, by steve
-
Applied the patch from Alban Bedel <albeu@free.fr>.2001-12-14, by bertrand
-
Fix mediaLib compilation problem on solaris.2001-12-14, by jkeil
-
Use $AUDIODEV environment variable as the default audio device on solaris, if2001-12-14, by jkeil
-
x11control, direct rendering and some minor changes2001-12-14, by iive
-
applied Panagiotis' patch2001-12-14, by gabucino
-
applied Nick's patch2001-12-14, by gabucino
-
-sid works now2001-12-14, by gabucino
-
Tuned some values:2001-12-14, by nick
-
add missing newline in warning message2001-12-13, by steve
-
include 7kHz lowpass filter for surround channels, as per Dolby recommendation2001-12-13, by steve
-
compile remez.c2001-12-13, by steve
-
FIR filter implementation for surround sound lowpass2001-12-13, by steve
-
done2001-12-13, by alex
-
vcodec_raw added2001-12-13, by alex
-
fs button bug fix2001-12-13, by pontscho
-
fs windows switch fix2001-12-12, by pontscho
-
ize ... majd gabu ide irja. ilyen fullscreenben mouse button press - re jon elo main window.2001-12-12, by pontscho
-
fix black ize2001-12-12, by pontscho
-
Applied the patch from Alban Bedel <albeu@free.fr> to2001-12-12, by bertrand
-
gtk suid bug fix(?)2001-12-12, by pontscho
-
Preparing to next acceleration level2001-12-12, by nick
-
changes for vivo audio2001-12-12, by alex
-
hacked audio support to work with acm2001-12-12, by alex
-
Tuned some registers2001-12-12, by nick
-
divx audio sig11 fixed2001-12-12, by arpi
-
similar to 1.31, Nexus moved, for his request2001-12-12, by jaf
-
avifile sync2001-12-11, by arpi
-
avifile merge2001-12-11, by arpi
-
avifile merge. kabi: indent changes really suxxxx2001-12-11, by arpi
-
Nexus moved, for his request2001-12-11, by gabucino
-
some wishes for mencoder2001-12-11, by jaf
-
this new file is similar to 1.142001-12-11, by jaf
-
added new-lines to TYPE_PRINT options2001-12-11, by alex
-
similar to 1.50, finished2001-12-11, by jaf
-
mf bug fixed.2001-12-11, by pontscho
-
do not crash with 3ivx and vivo2001-12-11, by alex
-
do not fault if Filter_Create failed2001-12-11, by alex
-
limit get_space return <= MAX_OUTBURST, whilst always an exact number of fragments2001-12-11, by steve
-
Added a switch for the ASF streaming protocol. It will first try ASF/UDP,2001-12-11, by bertrand
-
Added a data field in the streaming_ctrl_t struct, to store any2001-12-11, by bertrand
-
updated2001-12-10, by arpi
-
dshow switched to C version2001-12-10, by arpi
-
updateded to line ~5002001-12-10, by jaf
-
final cleanup of new_dshow2001-12-10, by arpi
-
updated for latest dshow api changes2001-12-10, by arpi
-
obsoleted files2001-12-10, by arpi
-
obsoleted files2001-12-10, by arpi
-
similar to 1.182001-12-10, by jaf
-
API changes - now fully compatible with C++ version2001-12-10, by arpi
-
hopefully similar to 1.302001-12-10, by jaf
-
changed for updated DShow wrapper api2001-12-10, by arpi
-
SetThreadAffinityMask added, req. for vivo audio2001-12-10, by arpi
-
kernel32 hack for vivo audio2001-12-10, by arpi
-
fixed Waveformatheader emu and added vivo1/2 audio detection2001-12-10, by alex
-
fixes, and some new stuff. sorry forgot :)2001-12-10, by gabucino
-
added 'cpuflags mmx' for mmx optimized codecs2001-12-10, by alex
-
support in dbgprintf for mp_msg (mplayer only)2001-12-10, by alex
-
added new prototypes from win32.c2001-12-10, by alex
-
Patch by artur Zaprzala:2001-12-10, by atmos4
-
MP1E configure patch by D. Holm.2001-12-10, by atmos4
-
yuy2 in C color bugfix patch from Artur Zaprzala <artur.zaprzala@talex.com.pl>2001-12-10, by michael
-
mencoder was still being built (unsucessfully) if mp3lame was missing2001-12-10, by pl
-
updates at decoders2001-12-10, by arpi
-
Added the connect2Server prototype.2001-12-10, by bertrand
-
g72x enabled2001-12-10, by arpi
-
g72x support2001-12-10, by arpi
-
compiling g72x2001-12-10, by arpi
-
Moved the network related include files from network.c to network.h2001-12-10, by bertrand
-
btw, post-happy "santa claus" to all ;)2001-12-10, by gabucino
-
GUI_LIBS -> GTK_LIBS2001-12-10, by arpi
-
cleanup? libs reordered. some more bugs. 10l won't be enough...2001-12-10, by arpi
-
I'm missing a file ...2001-12-09, by jaf
-
not ready (sorry), I've to finish beginning at line ~3602001-12-09, by jaf
-
Remove annoying debug printf.2001-12-09, by atmos4
-
don't forget this ;-)2001-12-09, by jaf
-
done :)2001-12-09, by arpi
-
a52 added2001-12-09, by arpi
-
-ac a52 implemented2001-12-09, by arpi
-
resample.c added - float->int conversion and channel ordering2001-12-09, by arpi
-
10l2001-12-09, by alex
-
still fiddling with surround levels2001-12-09, by steve
-
audio/video_family synced2001-12-09, by alex
-
enabled validate_codec with some restrictions2001-12-09, by alex
-
10l?2001-12-09, by arpi
-
compiling and linking liba52 too2001-12-09, by arpi
-
updated for avifile compilance2001-12-09, by alex
-
updated cpudetection2001-12-09, by alex
-
added cpuStepping to CpuCaps struct (needed win32.c)2001-12-09, by alex
-
Patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>:2001-12-09, by pl
-
committed corrected speed calculation2001-12-09, by melanson
-
g72x and a52 added2001-12-09, by arpi
-
updated raw codecs2001-12-09, by alex
-
give the IMGFMT_ for sh_video->format not 0x02001-12-09, by alex
-
vfm_raw hack: set outfmt if format != 0x0 (for tv input)2001-12-09, by alex
-
sample program for testing liba522001-12-09, by arpi
-
mplayer-liba52 config interface2001-12-09, by arpi
-
imported from liba52 CVS2001-12-09, by arpi
-
runtime cpu detection2001-12-09, by michael
-
runtime stuff2001-12-09, by arpi
-
updates...2001-12-09, by arpi
-
CC version check done by Makefile to allow overriding CC from envvar2001-12-09, by arpi
-
updated2001-12-08, by jaf
-
Add sample bins.2001-12-08, by atmos4
-
Removed hardware syncing support. Actually movies seem to run much smoother without it.2001-12-08, by mswitch
-
ACODEC_COPY2001-12-08, by alex
-
fixed cbr audiocopy (if no sh_audio->wf)2001-12-08, by alex
-
fixed framecopy2001-12-08, by alex
-
width and height aren't mandatory anymore2001-12-08, by gabucino
-
no filename required from tuner2001-12-08, by gabucino
-
- added capture registers2001-12-08, by nick
-
Fixed scaling in doublescan & interlaced modes2001-12-08, by nick
-
Add aspect 4 to known aspect codes, probably SECAM 4:3, at least sample file was 4:3.2001-12-08, by atmos4
-
no filename needed for tv grabbing2001-12-08, by alex
-
do not fault if 2pass VbrControl can't open the logfile2001-12-08, by alex
-
selectable 2pass logfilename2001-12-08, by alex
-
default size 320x2002001-12-08, by alex
-
fixed typo2001-12-07, by alex
-
Corrected front:surround levels2001-12-07, by steve
-
to follow unix traditions2001-12-07, by gabucino
-
-dumpstream added2001-12-07, by gabucino
-
dead code (not/never used anywhere)2001-12-07, by pl
-
Fixed scaling in doublescan modes2001-12-07, by nick
-
Minor fixes2001-12-07, by nick
-
Minor flag changes2001-12-07, by nick
-
rage128_vid are fully works!!!2001-12-07, by nick
-
Checked the return values on read.2001-12-07, by bertrand
-
similar to v1.142001-12-07, by jaf
-
ehh. frame skipping fixed for -ovc frameno2001-12-07, by arpi
-
new video codec: frameno (just the number of frame - for 3-pass encoding)2001-12-06, by arpi
-
typo2001-12-06, by nexus
-
==/= fix2001-12-06, by nexus
-
recursive CC fixed2001-12-06, by arpi
-
libmp3lame optional2001-12-06, by arpi
-
mp3lame detection separated, some unneeded -lm removed2001-12-06, by arpi
-
-lm moved to the end of lib list2001-12-06, by arpi
-
Using CBR stream format for CBR mp3 audio2001-12-06, by arpi
-
similar to 1.152001-12-06, by jaf
-
print more info if -v2001-12-06, by michael
-
tested with more files, works well2001-12-06, by jaf
-
libdvdread + lib(dvd)css version number problems2001-12-06, by gabucino
-
separated release and future entries2001-12-06, by arpi
-
Code cleanup2001-12-06, by nick
-
Minor fixes2001-12-06, by nick
-
Fixed a missing </a>.2001-12-06, by bertrand
-
dithering info wasnt displayed2001-12-06, by michael
-
vertical cubic/linear scaling2001-12-06, by michael
-
dunnowhat Q/A de biztos jo2001-12-05, by gabucino
-
libvo2 draft by Ivan - with linewrapping...2001-12-05, by arpi
-
-aspect ration correction2001-12-05, by atmos4
-
compile if no uyvy support (test this change)2001-12-05, by alex
-
added DIRECTFB_LIB to VO_LIBS to compile using vo_directfb ;)2001-12-05, by alex
-
added directfb to _vomodules2001-12-05, by alex
-
patch by Tobias Diedrich <td@informatik.uni-hannover.de>2001-12-05, by pl
-
CVS is still broken with gcc3. This fixes it.2001-12-05, by pl
-
Rage128 problems. Attempt #32001-12-05, by nick
-
Minor typo fix (which I thought I commited yesterday)2001-12-05, by mswitch
-
fixed Video 1 bug which cut off decoding too soon, resulting in torn2001-12-05, by melanson
-
updated to reflect BGR32 support in MS Video 1 decoder2001-12-05, by melanson
-
Update regarding linmp1e usage, submitted by D: Holm2001-12-05, by atmos4
-
Switched from rte which caused alot of problems for some users to libmp1e.2001-12-04, by mswitch
-
Added support for the libmp1e ultrafast mpeg1 realtime encoder. This makes rte obsolete.2001-12-04, by mswitch
-
configure output no longer needed2001-12-04, by gabucino
-
mpegpes added to output modules2001-12-04, by jaf
-
similar to 1.6, finished2001-12-04, by jaf
-
CPU detection added2001-12-04, by arpi
-
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>2001-12-04, by arpi
-
similar to 1.47, no finished yes2001-12-04, by jaf
-
use return 1; if interrupted - patch by Artur Skawina <skawina@geocities.com>2001-12-04, by arpi
-
do not crash if can't get modelines (dga2.0)2001-12-04, by alex
-
unistd.h required at least by FreeBSD2001-12-04, by nexus
-
LIBAO_PLUGIN_EXTERN expansion uses wrong type2001-12-04, by steve
-
include pl_surround in available plugins2001-12-04, by steve
-
compile pl_surround.c2001-12-04, by steve
-
Dolby Surround decoding audio plugin2001-12-04, by steve
-
added rawbgr modes by Artur Zaprzala <artur.zaprzala@talex.com.pl>2001-12-04, by jaf
-
similar to 1.1252001-12-04, by jaf
-
framedrop extended2001-12-04, by jaf
-
Format plugin now with working switch statements2001-12-04, by anders
-
Global variables protected using volatile2001-12-04, by anders
-
correced memory deallocation bug and erors in comments2001-12-04, by anders
-
sync, typo2001-12-04, by nexus
-
Rage128 problems???2001-12-04, by nick
-
rawyuy2 added (for russian_simpsons.avi)2001-12-04, by arpi
-
msrle8 paletet fix (workcycl.avi)2001-12-04, by arpi
-
using audio.dwStart too... (for baittest.avi)2001-12-04, by arpi
-
update slow-machine-rtfm message (jo szogediesen;)2001-12-03, by gabucino
-
using cc like configure2001-12-03, by jaf
-
typo2001-12-03, by michael
-
similar to 1.5, but AVI/ASF/QT/VIV not updated yes2001-12-03, by jaf
-
updated2001-12-03, by arpi
-
similar to 1.1242001-12-03, by jaf
-
similar to 1.392001-12-03, by jaf
-
extedned TOO SLOW description2001-12-03, by arpi
-
msg limit increased2001-12-03, by arpi
-
not it looks like this 'MPlayer CVS-011203-19:47-gcc-2.95.3'2001-12-03, by jaf
-
fixed startup crash2001-12-03, by iive
-
stuff I don't remember2001-12-03, by gabucino
-
-cache added as default (8192)2001-12-03, by gabucino
-
enhanced Installation section2001-12-03, by gabucino
-
-x -y -sws added2001-12-03, by gabucino
-
typo (noticed by JAF)2001-12-03, by gabucino
-
add tv fps support2001-12-03, by alex
-
update (audio support is coming:)2001-12-03, by alex
-
FreeBSD install nas* to /usr/X11 by default (and require -lm)2001-12-03, by nexus
-
sorry.2001-12-03, by alex
-
detect termios.h if no sys/termios.h (qnx getch2 support working)2001-12-03, by alex
-
undef HAVE_SHM compilation bug fixed2001-12-03, by alex
-
Color key still causes some troubles2001-12-03, by nick
-
ADDED: scaling stuff of mencoder2001-12-03, by gabucino
-
-ao NAS support by Tobias Diedrich <ranma@gmx.at>2001-12-03, by arpi
-
vo DirectFB support by Jiri Svoboda <Jiri.Svoboda@seznam.cz>2001-12-03, by arpi
-
mpeg subtitle flickering patch by Evgeny Chukreev <codedj@echo.ru>2001-12-03, by arpi
-
similar to 1.1232001-12-02, by jaf
-
horizontal up/downscale linear & cubic2001-12-02, by michael
-
similar to 1.122001-12-02, by jaf
-
-vo mga notes2001-12-02, by nick
-
Fixed compilation on non i686 archs2001-12-02, by nick
-
thanx, fixed!2001-12-02, by gabucino
-
rage128_vid added, and link to radeon/README2001-12-02, by gabucino
-
Fixed single buffering problems and -vo mga compatibility by number of buffers2001-12-02, by nick
-
Support for MTRR and 'swap_fourcc' flag2001-12-02, by nick
-
Patch applied from Panagiotis Issaris <takis@lumumba.luc.ac.be>2001-12-02, by gabucino
-
Fixed 'cat' problems2001-12-02, by nick
-
some DONE added2001-12-01, by arpi
-
using #ifdef HAVE_VCD2001-12-01, by arpi
-
-vcd prints message if not supported2001-12-01, by arpi
-
HAVE_VCD, some obsolete stuff removed (-alsa, xmmp)2001-12-01, by arpi
-
Added a beginners guide2001-12-01, by mswitch
-
-dumpstream2001-12-01, by arpi
-
file format detection reordered to get better hits2001-12-01, by arpi
-
combined PS/PES sync to allow .VDR playback from stdin2001-12-01, by arpi
-
some more stuff, vivo seek removed as being impossible2001-12-01, by arpi
-
Minor improvements2001-12-01, by nick
-
More information2001-12-01, by nick
-
More useful example2001-12-01, by nick
-
More configurable stuff2001-12-01, by nick
-
init_v4l only present if HAVE_TV_V4L2001-12-01, by alex
-
linux() bsd() ... etc is no longer case sensitive2001-12-01, by pl
-
Tune up driver through reading and writing /dev/radeon_vid ;)2001-12-01, by nick
-
Improving auto-install2001-12-01, by nick
-
added support for packet 0x82 (from vivodump.c by arpi)2001-12-01, by alex
-
Auto-install stuff2001-12-01, by nick
-
updated for support detection by configure2001-12-01, by alex
-
added auto detection of tv v4l and changed tv to enabled2001-12-01, by alex
-
bugfix if only -x or only -y is used2001-12-01, by michael
-
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>2001-12-01, by gabucino
-
restructured Installation section2001-12-01, by gabucino
-
patch by Adam Di Carlo <adam@onshore-devel.com>:2001-12-01, by pl
-
yv12 scaling (-x & -y)2001-12-01, by michael
-
dusplay sub_delay patch by Evgeny Chukreev <codedj@echo.ru>2001-11-30, by arpi
-
0x82 support2001-11-30, by arpi
-
Added support for codecs that supports BGR24 (some opensource codecs and vivo)2001-11-30, by mswitch
-
typo fixes2001-11-30, by gabucino
-
magic_number checking added2001-11-30, by alex
-
secret :)2001-11-30, by arpi
-
similar to 1.62001-11-30, by jaf
-
similar to 1.1222001-11-30, by jaf
-
similar to 1.162001-11-30, by jaf
-
msg to Nick: where is the rage128_vid stuff ??2001-11-30, by gabucino
-
oh 10l2001-11-30, by gabucino
-
hmm many things.. (sorry now i'm a bit confused:)2001-11-30, by gabucino
-
pts support2001-11-30, by alex
-
update2001-11-30, by alex
-
fixed2001-11-30, by alex
-
Fix green borders -> black borders, patch from D. Holm, also small fix to dxr3 ao.2001-11-30, by atmos4
-
fixed DGA detection2001-11-29, by arpi
-
similar to 1.45, not finished yet2001-11-29, by jaf
-
sliced scaleing bugfix2001-11-29, by michael
-
similar to r1.1212001-11-29, by jaf
-
similar to -r1.362001-11-29, by jaf
-
similar to 1.152001-11-29, by jaf
-
lame won't compile properly with gcc 2.962001-11-29, by gabucino
-
Arpi: you were right, now it's explained.2001-11-29, by gabucino
-
swscaler cleanup2001-11-29, by michael
-
Support for YV12 with DXR3, patch by D. Holm.2001-11-29, by atmos4
-
new configure didn't build mplayer with mediaLib on solaris any more.2001-11-29, by jkeil
-
DGA handling changed (Arpi's request)2001-11-29, by pl
-
Minor fixes2001-11-29, by nick
-
Reinvent Nexus last fix (wrong local merger on last commit)2001-11-29, by atmos4
-
Minor optimization2001-11-29, by nick
-
Newest DXR3 patch (improved 1.0rc2) by David Holm.2001-11-29, by atmos4
-
Some updates.2001-11-29, by atmos4
-
New ones2001-11-29, by nick
-
Probably ugly attempt to fix Rage128 problems2001-11-29, by nick
-
Sorry for inexactitude2001-11-29, by nick
-
unistd.h required at least by FreeBSD2001-11-29, by nexus
-
cosmetical change of driver summary - do not print always enabled stuff2001-11-29, by arpi
-
few new Q/As2001-11-28, by gabucino
-
Just for volunteers2001-11-28, by nick
-
VIA 8c2qwerqwer driver added2001-11-28, by gabucino
-
summary handling was not correct (bugs found by Nilmoni Deb and Tibcu)2001-11-28, by pl
-
evading further misunderstatement2001-11-28, by gabucino
-
MP1E support needed by DXR3 stuff (Patch by D. Holm)2001-11-28, by atmos4
-
Patch by D. Holm to make audio with dxr3 working.2001-11-28, by atmos4
-
32bpp support added2001-11-28, by alex
-
added 32bpp output support2001-11-28, by alex
-
Fix spudec compile with libdvdread enabled.2001-11-28, by atmos4
-
moved num_audio_channels out of LIBMAD ifdef, where it didn't belong!2001-11-28, by steve
-
spudec_new has a dvd_priv_t as an argument, which is defined in2001-11-28, by pl
-
fli.c required2001-11-28, by nexus
-
*** empty log message ***2001-11-28, by atmos4
-
fli.c required2001-11-28, by nexus
-
AV_LIB should appear before EXTRA_LIB2001-11-28, by nexus
-
unistd.h required at least by FreeBSD2001-11-28, by nexus
-
misinfo fixed (notified by Al3x. At least 65535 times:)2001-11-28, by gabucino
-
updated to reflect the fact that FLI decoding is now in the program2001-11-28, by melanson
-
support for FLI image decoding2001-11-28, by melanson
-
faster brightness correcture in MMX22001-11-28, by michael
-
vcd status in summary was sometimes wrong (found by atmos)2001-11-27, by pl
-
completed the summary displayed after running configure2001-11-27, by pl
-
Similar to 1.1202001-11-27, by jaf
-
Similar to 1.352001-11-27, by jaf
-
Palette support for SPU decoder.2001-11-27, by atmos4
-
Direct i420 support for Radeons2001-11-27, by nick
-
radeon_vid new features:2001-11-27, by nick
-
CVID section2001-11-27, by gabucino
-
double speed playing with fucked soundcard Q/A2001-11-27, by gabucino
-
configure cleanups:2001-11-27, by pl
-
{f}emms is only needed on x862001-11-27, by jkeil
-
Use "tail -1" instead of "tail -n 1" to print the last line, the "-n" option2001-11-27, by jkeil
-
Similar to 1.34, small bugfix2001-11-27, by jaf
-
Similar to 1.342001-11-27, by jaf
-
vivo, msvid12001-11-27, by jaf
-
initial commit2001-11-27, by melanson
-
optional runtime cpu detect2001-11-27, by michael
-
runtime cpu detection optional (compiles faster)2001-11-27, by michael
-
runtime cpu detect optional (compiles faster)2001-11-27, by michael
-
bad malloc+strcpy => strdup2001-11-27, by arpi
-
extended a bit2001-11-27, by arpi
-
what to do...2001-11-27, by arpi
-
runtime cpu detection2001-11-26, by michael
-
non x86 fix (otherwise we would need #ifdef ARCH_X86 around every if(gCpuCaps.has...))2001-11-26, by michael
-
runtime cpu detection2001-11-26, by michael
-
runtime cpu detection2001-11-26, by michael
-
runtime cpu detection2001-11-26, by michael
-
runtime cpu detection2001-11-26, by michael
-
-vo vesa + gcc 2.96 warning (is this confirmed?)2001-11-26, by gabucino
-
*** empty log message ***2001-11-26, by gabucino
-
Fix -noaspect.2001-11-26, by atmos4
-
fixed regpathname bug2001-11-26, by alex
-
Audio delay bugfix2001-11-26, by anders
-
oops2001-11-26, by michael
-
Parse bug fixed (I hope)2001-11-26, by anders
-
avifile sync again... :(2001-11-26, by arpi
-
decl. of VirtualFree changed (avifile sync)2001-11-26, by arpi
-
runtime cpu detection2001-11-26, by michael
-
packed attribute added2001-11-26, by arpi
-
avifile sync. seems to some bugs fixed...2001-11-26, by arpi
-
ao_subdevice fixed. 10l...2001-11-26, by arpi
-
avifile sync... maybe broken, tell me if so.2001-11-26, by arpi
-
Disable problematic ffmpeg.so support by default and remove die on 2.2.x2001-11-26, by atmos4
-
runtime cpu detection2001-11-26, by michael
-
use <linux/slab.h> instead of <linux/malloc.h> for kernels 2.4.9+2001-11-25, by szabi
-
i've to update the audio codes, video codecs are ready2001-11-25, by jaf
-
similar to 1.33, but not finished yet2001-11-25, by jaf
-
Fixed bug of ram_size detection2001-11-25, by nick
-
usefull file2001-11-25, by jaf
-
sorry, config2.mak is not up-to-date2001-11-25, by jaf
-
usefull file2001-11-25, by jaf
-
usefull file2001-11-25, by jaf
-
what is g.623?2001-11-25, by jaf
-
similar to 1.119, TV-stff added, docwriters updated2001-11-25, by jaf
-
removed vivo shit2001-11-25, by alex
-
updated vivo fourcc's and reorganized some stuff (also new comments and entries)2001-11-25, by alex
-
changed to generate fourcc's like: viv<version> -> viv1,viv22001-11-25, by alex
-
updated some translators2001-11-25, by gabucino
-
remove # when flidecoder is included2001-11-25, by jaf
-
typo noted by JAF2001-11-25, by gabucino
-
a lot of work, tv-input missing2001-11-25, by jaf
-
Changes to audio out Makefile2001-11-25, by anders
-
Changes to audio out plugin, first plugin added2001-11-25, by anders
-
corrected the name to 'Autodesk FLI/FLC Animation'2001-11-25, by jaf
-
fixed FLI demuxer so that it skips over app-specific frames2001-11-25, by melanson
-
fixed divide-by-0 bug in FLI demuxer2001-11-25, by melanson
-
updated to reflect the internal fourcc used for FLI decoding2001-11-25, by melanson
-
added the "FLI format detected" message to all the language help files2001-11-25, by melanson
-
mostly complete support for loading and decoding FLI/FLC animations2001-11-24, by melanson
-
fixed 8-bit variant2001-11-24, by melanson
-
runtime cpu detection2001-11-24, by michael
-
similar to 1.142001-11-24, by jaf
-
small change in mplayer.c and cfg-mplayer.h2001-11-24, by anders
-
ao_plugin.c and plugin headers added2001-11-24, by anders
-
interface to libao2 changed ao_plugin added2001-11-24, by anders
-
use fastmemcpy for chrominance if no chrominance filtering is done2001-11-24, by michael
-
faster dering2001-11-24, by michael
-
dunno where to place it :(2001-11-23, by alex
-
fixed tv detection in demux_open2001-11-23, by alex
-
HAVE_NANOSLEEP2001-11-23, by alex
-
detecting nanosleep2001-11-23, by alex
-
changed to use cpudetect.c (to use change te #if 1 -> #if 0 :)2001-11-23, by alex
-
compiling under qnx, hope it works on all qnx release :)2001-11-23, by alex
-
sys/soundcard.h isn't needed for ALSA2001-11-23, by alex
-
added MSGT_OSDEP2001-11-23, by alex
-
converted to mp_msg and fixed my previous HAVE_SHM bug2001-11-23, by alex
-
typo (1st found by André Dahlqvist <andre.dahlqvist@telia.com>)2001-11-23, by pl
-
bugfix2001-11-23, by michael
-
missaligned arrays, as nick requested2001-11-23, by michael
-
bug fixs2001-11-23, by pontscho
-
(on atmos's suggestions I found good :)2001-11-23, by pl
-
--help did not show what was really autodetected2001-11-22, by pl
-
bocs, elfelejtettem feltenni :)2001-11-22, by pontscho
-
*** empty log message ***2001-11-22, by gabucino
-
hacked support for postprocessing to rawyv122001-11-22, by alex
-
added some new types2001-11-22, by alex
-
added demux_info2001-11-22, by alex
-
added demux_info support2001-11-22, by alex
-
wrote a very annoying bug2001-11-22, by alex
-
added support for demux_info2001-11-22, by alex
-
Minor fixes2001-11-22, by nick
-
-rdynamic is now enabled if (bsd) || (_xanim is yes)2001-11-22, by pl
-
ehh.. double ifdef fixed2001-11-22, by arpi
-
mplayer integration2001-11-22, by arpi
-
NEW_DSHOW added (for dshow C version)2001-11-22, by arpi
-
-rdynamic is only needed on bsd's (well... it was the case in C1)2001-11-22, by pl
-
xine's bugs fixed - YV50 yv12 and setup_fs2001-11-22, by arpi
-
imported from xine2001-11-21, by arpi
-
10l for al3x :-P2001-11-21, by atmos4
-
fixes for bugs found by Ivan Kalvatchev <iive@yahoo.com>2001-11-21, by pl
-
C++ -> C (import from avifile cvs)2001-11-21, by arpi
-
remove dga support2001-11-21, by pontscho
-
add half dvd support for gui2001-11-21, by pontscho
-
ehh too much2001-11-21, by gabucino
-
2.2.x+SSE fixed2001-11-21, by arpi
-
Fix kernel asm check.2001-11-21, by atmos4
-
added demuxer_info2001-11-21, by alex
-
Direct YV12 support!!! But only in black and white mode :(2001-11-21, by nick
-
add subtitle language detect.2001-11-21, by pontscho
-
Minor speedup of YUY2 decoding. Radeon it's tricked chip2001-11-21, by nick
-
Don't need to stream_enable_cache it will be done later.2001-11-21, by bertrand
-
Changed the order of processing the network opening.2001-11-20, by bertrand
-
Added a network read function call and a seek network function call.2001-11-20, by bertrand
-
Added a new struct to stream_t to handle, network streaming.2001-11-20, by bertrand
-
Removed my buffer hack to use cache2.2001-11-20, by bertrand
-
Changed the some functions prototypes for the network streaming.2001-11-20, by bertrand
-
Added a function to copy URL.2001-11-20, by bertrand
-
Removed the field number limitation.2001-11-20, by bertrand
-
subtitles looked bad here (inverted colors sometimes)2001-11-20, by pl
-
1% speedup2001-11-20, by michael
-
typo in _ld_mlib shell variable, mplayer didn't link any more against medialib2001-11-20, by jkeil
-
USE_TERMIOS -> HAVE_TERMIOS2001-11-20, by arpi
-
DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>2001-11-20, by arpi
-
expCoInitialize() added (requires for PIM1)2001-11-20, by arpi
-
oops, too much cleanup ;)2001-11-20, by michael
-
cleanup2001-11-20, by michael
-
more fix/update2001-11-20, by gabucino
-
improved several tests (more headers + more functions)2001-11-20, by pl
-
mostly fixes, some updates2001-11-20, by gabucino
-
hmpf. forgot to add2001-11-20, by gabucino
-
updated ! 0000wnz !!2001-11-20, by gabucino
-
Small two pass mencoder helper script in perl.2001-11-20, by atmos4
-
Bring into alphabetical order and add mencoder.2001-11-20, by atmos4
-
_ld_x11 patch by Anders Johansson <ajh@atri.curtin.edu.au>2001-11-20, by pl
-
still GL problem2001-11-20, by pl
-
Minor fixes with the same results2001-11-20, by nick
-
Bad attempt of YV12 direct support2001-11-20, by nick
-
Verbosing and minor optimization2001-11-20, by nick
-
Hide terminal's output and text-mode cursor for LCD and DFP2001-11-20, by nick
-
RTC is autodetected2001-11-20, by arpi
-
Profiling fix by Artur Skawina <skawina@geocities.com>2001-11-20, by atmos4
-
faster mmx2 / 3dnow deblocking filter2001-11-19, by michael
-
patch by D J Hawkey Jr <hawkeyd@visi.com>2001-11-19, by pl
-
Applied pl's patch2001-11-19, by gabucino
-
fixed DPMS and pthread detection2001-11-19, by alex
-
added HAVE_TERMIOS2001-11-19, by alex
-
#ifdef HAVE_SHM2001-11-19, by alex
-
added termios detection support (no termios on qnx)2001-11-19, by alex
-
alsa link failed2001-11-19, by pl
-
arghh, fixed shm :(2001-11-19, by alex
-
added shm detection2001-11-19, by alex
-
changed SH_MEM to HAVE_SHM according to configure2001-11-19, by alex
-
there was a shitty warning2001-11-19, by jaf
-
extended pthread to work under qnx2001-11-19, by alex
-
vortex buffer siza 32k2001-11-19, by pontscho
-
only 32k.2001-11-19, by pontscho
-
fix x11 linking when --disable-x11 used (btw sdl may still require it)2001-11-19, by pl
-
better support for --target: new boolean function x86()2001-11-19, by pl
-
fixed win32/xanim support on --target=i{4-6}862001-11-19, by gabucino
-
mondom fixed2001-11-19, by pontscho
-
dvd playing bug fixed2001-11-19, by pontscho
-
png detect bug fixed2001-11-19, by pontscho
-
Make description for SIMPLE_IDCT better and make #define consisten with others.2001-11-19, by atmos4
-
small "make it easier to compile" addition, enable SIMPLE_IDCT by default2001-11-19, by atmos4
-
missing parts of --target support2001-11-19, by pl
-
typo2001-11-19, by pl
-
more debugging in configure.log [temporary]2001-11-19, by pl
-
fixed -lz bug found by Steven M. Schultz2001-11-18, by pl
-
size of array was incorrect2001-11-18, by pl
-
missing #include's2001-11-18, by pl
-
logfile added2001-11-18, by jaf
-
configure.log is no longer in /tmp/2001-11-18, by pl
-
mode selection (subdev) fix by Matan Ziv-Av matan@svgalib.org2001-11-18, by arpi
-
hm. kurva hibakezeles2001-11-18, by pontscho
-
fix middle menu hideing bug2001-11-18, by pontscho
-
smal; bugfix for main redraw2001-11-18, by pontscho
-
banner + version printed2001-11-18, by arpi
-
ao_mpegpes isn't really optional2001-11-18, by pl
-
add new events2001-11-18, by pontscho
-
add new file types, ijen jol.2001-11-18, by pontscho
-
merge of latest commits to configure1 (alex's qnx support)2001-11-18, by pl
-
added FVWM+GUI menu hint2001-11-18, by gabucino
-
Added preinit of lvo stuff2001-11-18, by nick
-
fix blackbox xshape bug2001-11-18, by pontscho
-
fix to compile when SHM is disabled2001-11-18, by alex
-
Minor fixes by David.2001-11-18, by atmos4
-
a-okay. (applied Nick's patch)2001-11-18, by gabucino
-
Unknown subdevice now is error (was - warning)2001-11-18, by nick
-
Minor lacks fixed2001-11-18, by nick
-
Qualitative speedup of decoding2001-11-18, by nick
-
Move ignores in subdirs to their respective .cvsignore files.2001-11-17, by atmos4
-
double --enable-largefiles entries2001-11-17, by alex
-
removed _x _y support (no longer used)2001-11-17, by pl
-
added copyleft header ;)2001-11-17, by alex
-
link from ATI Xv section to VESA & radeon_vid2001-11-17, by gabucino
-
yoh. Wrote radeon_vid install+other stuff2001-11-17, by gabucino
-
yeah, true.2001-11-17, by gabucino
-
DOXized and applied Nick's radeon_vid patch. Nick, should I update2001-11-17, by gabucino
-
forgot to fix this2001-11-17, by gabucino
-
applied pl's patch2001-11-17, by gabucino
-
Fixed incorretc terminating of lvo stuff and improving of query_format2001-11-17, by nick
-
working draw_slice stuff2001-11-17, by nick
-
First public release2001-11-17, by nick
-
new features in TV input dox (chan, chanlist, norm, keys)2001-11-17, by gabucino
-
wrong name of variables (avcodec)2001-11-17, by pl
-
missing C sources tests2001-11-17, by pl
-
last part of changes since around configure 230 applied2001-11-17, by pl
-
add some files2001-11-17, by atmos4
-
bugs & fixes by Bohdan 'Nexus' Horst2001-11-17, by pl
-
Scaler - works! But in greenscale mode :(2001-11-17, by nick
-
Major cleanups2001-11-17, by pl
-
added skip atom to support .mp4 files2001-11-17, by alex
-
middle menu is working2001-11-16, by pontscho
-
aha.2001-11-16, by gabucino
-
added support for setting color values on tv interface2001-11-16, by alex
-
added support for setting color values2001-11-16, by alex
-
gcc 296 leszoppancs2001-11-16, by gabucino
-
add dvd audio stream detect2001-11-16, by pontscho
-
info about gcc 2.96 and lame2001-11-16, by gabucino
-
tv frequencies2001-11-16, by alex
-
tv interface update2001-11-16, by alex
-
Added pl's license text2001-11-16, by gabucino
-
mencoder+tv fix - do not rebuild after cvs change for developers2001-11-16, by alex
-
some minor fixes2001-11-16, by alex
-
postproc/ dir now respects --with-extraincdir2001-11-16, by gabucino
-
*** empty log message ***2001-11-16, by gabucino
-
BES resisters now are really changed!2001-11-16, by nick
-
Xv stuff2001-11-16, by nick
-
do not fault with vivo2, and also inserted mp_dbg lines2001-11-16, by alex
-
Add help_mp.h2001-11-16, by atmos4
-
dxr3-patch4 by David Holm2001-11-16, by arpi
-
gui-lamer rosseb added2001-11-15, by gabucino
-
more flame2001-11-15, by gabucino
-
No comments2001-11-15, by nick
-
double buffering.2001-11-15, by nick
-
optional parameters can be added after --enable-static .2001-11-15, by gabucino
-
fopen(NULL,r) segfault on qnx2001-11-15, by iive
-
Screen clearing instead of stupid BIOSes2001-11-15, by nick
-
Fixed iopl ports detection2001-11-15, by nick
-
minor cleanups:2001-11-15, by pl
-
skin change bug fix2001-11-14, by pontscho
-
removed bad and not proven statemets...2001-11-14, by arpi
-
updated. pipe bug not yet fixed2001-11-14, by arpi
-
gcc version messages updated. let's flame us again...2001-11-14, by arpi
-
*** empty log message ***2001-11-14, by gabucino
-
Try to provide a vsscanf() implementation, if the system does not have2001-11-14, by jkeil
-
Add a test for 'vsscanf()' (it's missing on solaris / non iso-c99 systems)2001-11-14, by jkeil
-
new.2001-11-14, by pontscho
-
*** empty log message ***2001-11-14, by gabucino
-
rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).2001-11-14, by pontscho
-
rewrite ...2001-11-14, by pontscho
-
Disable ao_mpegpes if compiled with libvo22001-11-14, by mswitch
-
temp denoiser:2001-11-14, by michael
-
Added proper #include's for libvo22001-11-14, by mswitch
-
Added --enable-libvo2, NOTE: it doesn't compile with libvo2 yet!2001-11-14, by mswitch
-
temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW version2001-11-14, by michael
-
this test needed fixing too2001-11-14, by gabucino
-
new variable STATIC2001-11-14, by gabucino
-
added --enable-static option2001-11-14, by gabucino
-
left an empty line2001-11-14, by gabucino
-
hmm this is probably a better place for the check, as only the2001-11-14, by gabucino
-
RTC support, softsleep and optional new timing code by Dap2001-11-14, by arpi
-
--target and some Intel checks fixed2001-11-14, by gabucino
-
fixes a segfault if file specified in -o can't be accessed2001-11-13, by pl
-
typo fix2001-11-13, by gabucino
-
for pegasus mjpeg2001-11-13, by arpi
-
fourcc mapping fixed2001-11-13, by arpi
-
savage4 fixed2001-11-13, by gabucino
-
-aid fixed2001-11-13, by arpi
-
001.vdr fix2001-11-13, by arpi
-
11110001.txt find_sub sig11 fixed2001-11-13, by arpi
-
ignore mov detection if first chunk bad2001-11-13, by arpi
-
qt/mov detection first2001-11-13, by arpi
-
morgan mjpeg added2001-11-13, by arpi
-
m3jpg support - ignore error2001-11-13, by arpi
-
hmm. indeo5ds YV12 fixed?2001-11-13, by arpi
-
patch applied from Colin Marquardt <colin@marquardt-home.de>2001-11-13, by gabucino
-
20l2001-11-13, by gabucino
-
minor lacks fixing2001-11-13, by nick
-
10l2001-11-13, by gabucino
-
radeon_vid: it's in first pre-alpha stage2001-11-13, by nick
-
New video output technique Linux Video Overlay:2001-11-13, by nick
-
*** empty log message ***2001-11-13, by gabucino
-
nice new docu. read it.2001-11-13, by gabucino
-
*** empty log message ***2001-11-13, by gabucino
-
TV input documentation begin (examples, options)2001-11-13, by gabucino
-
why not autodetecting lirc?2001-11-13, by jaf
-
FreeBSD fix2001-11-13, by nexus
-
fix typos2001-11-13, by nexus
-
temporal noise reducer in C (-pp 0x100000)2001-11-13, by michael
-
Q/A about fucky +- 1frame seeking feature req2001-11-12, by gabucino
-
fixed misreading bug2001-11-12, by gabucino
-
translated2001-11-12, by gabucino
-
similar to 1.32001-11-12, by jaf
-
*** empty log message ***2001-11-12, by gabucino
-
move bug meg fileload bug fixed asszem.2001-11-12, by pontscho
-
nyelvtan nem jo.2001-11-12, by pontscho
-
I've left school ... so I've time to translate again2001-11-12, by jaf
-
add roleld mouse support and some small bugfix. neked jol a testedbe.2001-11-12, by pontscho
-
Compile fix.2001-11-12, by atmos4
-
CR/LF :(2001-11-11, by gabucino
-
many small updates, fixes (some/more to be completed soon)2001-11-11, by gabucino
-
uyvytoyv12 in MMX (untested)2001-11-11, by michael
-
p2/p3 bgr32 version (20%faster)2001-11-11, by michael
-
c++ compiler would also be handy during build2001-11-11, by eyck
-
BuildDepend on libgtk-dev since we want to build GUI by default ( as suggested2001-11-11, by eyck
-
Use new logic suggested by Michael Niedermayer2001-11-11, by nick
-
don't set freq if channel isn't capable2001-11-11, by alex
-
updated audio and tuner checking2001-11-11, by alex
-
fix typos - patch by Colin Marquardt <colin@marquardt-home.de>2001-11-11, by pl
-
Cloning 32 stuff to 242001-11-11, by nick
-
changed tv_param_freq to string2001-11-11, by alex
-
tuning worx (can set frequency)2001-11-11, by alex
-
Applied SAMI patch by Evgeny Chukreev <codedj at echo dot ru>2001-11-11, by atmos4
-
Minor speedup for K6-2, K7, P32001-11-11, by nick
-
using volatile modifier2001-11-11, by nick
-
Enable MMX stuff2001-11-11, by nick
-
Precised profile stuff2001-11-11, by nick
-
tv.h has its own USE_TV check2001-11-11, by arpi
-
never include files from public headers...2001-11-11, by arpi
-
video1 added2001-11-11, by arpi
-
msvidc.c added2001-11-11, by arpi
-
ms video1 (cram) codecs by Mike Melanson <melanson@pcisys.net>2001-11-11, by arpi
-
-nobps NaN fixed2001-11-11, by arpi
-
support for UYVY2001-11-11, by arpi
-
-tv fix (no filename needed)2001-11-11, by arpi
-
Extract parallelism from OSD stuff + MMX2 optimization.2001-11-11, by nick
-
displaying msg if no tv support2001-11-11, by alex
-
added --enable-tv and --disable-tv (default is disabled)2001-11-11, by alex
-
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)2001-11-11, by alex
-
cleaned up some warnings, and tv_param_on moved out from #ifdef USE_TV2001-11-11, by alex
-
printf's changed into mp_msg2001-11-11, by alex
-
added support for -tv outfmt2001-11-11, by alex
-
supporting -tv outfmt2001-11-11, by alex
-
fix2001-11-11, by alex
-
doublebuffeing SYNC fixed2001-11-11, by arpi
-
demuxer fixed2001-11-11, by arpi
-
audio_out_format_name moved from audio_out.c to afmt.c2001-11-11, by alex
-
mplayer does not need -ldivxencore2001-11-11, by pl
-
tv update2001-11-11, by alex
-
small fix2001-11-11, by pl
-
QP_store==null bugfix and no opendivx bugfix2001-11-11, by michael
-
bugfix2001-11-11, by michael
-
yuy2toyv12 bugfix2001-11-11, by michael
-
disabled vivo2 scaling (decodes some vivo2 files)2001-11-11, by alex
-
raw added for tv2001-11-11, by alex
-
uyvy->yv12->postprocess->libvo2001-11-10, by arpi
-
tv update2001-11-10, by alex
-
uyvy->uv12 added2001-11-10, by arpi
-
.balign or we´ll align by 64kb on some architectures2001-11-10, by michael
-
.align 162001-11-10, by michael
-
Code cleanup - emms is not required when MMX block is commented out.2001-11-10, by nick
-
updated2001-11-10, by arpi
-
still sig112001-11-10, by arpi
-
warning for unknown parameters is quite enough2001-11-10, by nick
-
vfw_raw fix2001-11-10, by alex
-
uses fastmemcpy2001-11-10, by alex
-
checking for EOF2001-11-10, by alex
-
added some macros for rgb/bgr2001-11-09, by alex
-
added tv subsystem2001-11-09, by alex
-
coded ultra-big bug. - 20l2001-11-09, by alex
-
freeing up space and some debug2001-11-09, by alex
-
fixes for vivo2001-11-09, by alex
-
added pre-flash detecting support ;)2001-11-09, by alex
-
vivo_check_file uses also new textparser2001-11-09, by alex
-
added text block parser2001-11-09, by alex
-
unkow parameter fix.2001-11-09, by pontscho
-
app michale's rgb32tobgr322001-11-09, by pontscho
-
uuupsz ... 1l cola ;)2001-11-09, by pontscho
-
removed #define DETAILED_OUT2001-11-09, by arpi
-
Eugene's fixes to work with QuickTime.qts2001-11-09, by arpi
-
fixes?2001-11-09, by arpi
-
videocodec and component selectors (function IDs)2001-11-09, by arpi
-
struct->typedef2001-11-09, by arpi
-
added missing #include <malloc.h>2001-11-09, by pl
-
memalign detection cleanup2001-11-09, by pl
-
mencoder sig11 Q/A (translated)2001-11-09, by gabucino
-
*** empty log message ***2001-11-08, by gabucino
-
"boycott cvs" MPlayer T-shirts available from your local MPlayer distributor2001-11-08, by gabucino
-
DXR3 beta2 patch by David Holm.2001-11-08, by atmos4
-
for testing2001-11-08, by arpi
-
loads .qts2001-11-08, by arpi
-
fixes suggested by atmos2001-11-08, by arpi
-
bugfix2001-11-07, by michael
-
typos fixed2001-11-07, by arpi
-
extended ascii version of formats.html2001-11-07, by arpi
-
Progress indicator for index creation.2001-11-07, by atmos4
-
half-translated yet2001-11-07, by gabucino
-
*** empty log message ***2001-11-07, by gabucino
-
gui and menus2001-11-07, by eyck
-
add gui, this way we can finally add usable entry to menus. ( Sveg Hartge2001-11-07, by eyck
-
rgb32tobgr32 now is documented ;)2001-11-07, by nick
-
fixed usleep() - 10l?2001-11-07, by arpi
-
workaround for MBC/MBR difference (wrong libavcodec-mplayer version pair)2001-11-07, by arpi
-
rgb32tobgr32 / bgr32torgb322001-11-06, by michael
-
updated decss status (huh?)2001-11-06, by gabucino
-
Somebody wanna drink some cola?2001-11-06, by lgb
-
15/16 bpp dithering2001-11-06, by michael
-
better dithering2001-11-06, by michael
-
Applied Nick Kurshev's patch2001-11-06, by gabucino
-
Minor speedup of rgb32to24. (performance is not successful)2001-11-06, by nick
-
oh my god what have i done...2001-11-06, by gabucino
-
Remove a few obsolete header includes (fixes a compile error on solaris)2001-11-06, by jkeil
-
dvb test, /dev/ost/video:2001-11-06, by jkeil
-
minor changes (fixed some warnings, added attribute aligned(8) stuff)2001-11-06, by michael
-
MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuff2001-11-06, by nick
-
optimized rgb24to16 stuff2001-11-06, by nick
-
mmx2 bgr24 stuff from swscale (slightly faster)2001-11-06, by michael
-
rgb24to32 now is faster2001-11-06, by nick
-
vars are aligned by 8 now (even faster, yes they where not aligned correctly)2001-11-06, by michael
-
16bpp is 10% faster2001-11-06, by michael
-
15 bpp support2001-11-06, by michael
-
common code moved to a #define2001-11-06, by michael
-
add prostproc/rgb2rgb2001-11-06, by pontscho
-
Move yuv2rgb to postprocess2001-11-06, by nick
-
No longer required2001-11-06, by nick
-
faster bgr24 output2001-11-06, by michael
-
small typo fixed2001-11-06, by gabucino
-
only 6 registers used2001-11-05, by michael
-
autodetecting for dvb-cards2001-11-05, by jaf
-
MEncoder compile fiy by marpet.2001-11-05, by atmos4
-
unsigned stuff2001-11-05, by michael
-
yuy2toyv12 fixed and speedup2001-11-05, by michael
-
fixed yv12toyuy22001-11-05, by michael
-
MBC->MPEG2_MBC, max image size increased2001-11-05, by arpi
-
Forgot2001-11-05, by nick
-
Fixed rgb32(24)to15 stuff2001-11-05, by nick
-
Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still broken2001-11-05, by nick
-
Well - old algorithms and new stuff rgb24to16(15)2001-11-05, by nick
-
fix small xshape bug2001-11-05, by pontscho
-
passing palette to libvo2001-11-05, by arpi
-
-lm for ffmpeg detect Christian Marillat <marillat@free.fr>2001-11-05, by arpi
-
ignoring decompressquery error2001-11-05, by arpi
-
updated2001-11-05, by arpi
-
rgb32to16, rgb32to15 support2001-11-05, by nick
-
More standards compilance2001-11-05, by nick
-
Transated by: Leandro Lucarella <leandro@lucarella.com.ar2001-11-05, by jaf
-
Sorry, my laptop has no dvb-card2001-11-05, by jaf
-
ao_mpegpes2001-11-05, by arpi
-
vo_pts added2001-11-05, by arpi
-
audio packet writting added2001-11-05, by arpi
-
libvo driver may have its own timing2001-11-05, by arpi
-
yuy2toyv12 in MMX2001-11-05, by michael
-
Quick hack to don't use ldivxencode on systems where it'S not installed.2001-11-05, by atmos4
-
yv12toyuy2 in MMX2001-11-05, by michael
-
yv12 <-> yuy2 in C2001-11-05, by michael
-
problems with --with-sdl-config (option ignored)2001-11-05, by pl
-
palette to bgr242001-11-04, by michael
-
vivo 2.0 support2001-11-04, by arpi
-
vivo 2.0 compatibility2001-11-04, by arpi
-
bgr32to16, bgr32to15 (needed for palette stuff)2001-11-04, by michael
-
triple buffering interface2001-11-04, by nick
-
Minor notes2001-11-04, by nick
-
fixes2001-11-04, by arpi
-
some updates2001-11-04, by gabucino
-
Use standard aspect code2001-11-04, by nick
-
Code cleanup2001-11-04, by nick
-
vivo demuxer2001-11-04, by arpi
-
Double buffering support2001-11-04, by nick
-
message for xanim codecs2001-11-04, by pl
-
divx4 installation updated2001-11-04, by gabucino
-
fixed cram and vivo2001-11-04, by alex
-
fixed api revision and input fourcc handling (mappings are working too :)2001-11-04, by alex
-
fourcc mapping fixed - 10l to someone2001-11-04, by arpi
-
green line fix for dstw%8!=02001-11-04, by michael
-
supporting GetFormatSize2001-11-04, by alex
-
XAnim sync, typo2001-11-04, by nexus
-
using const modifier2001-11-04, by nick
-
Fixed rgb2rgb in DGA mode2001-11-04, by nick
-
added vivo h.263, vivo g.723, twos2001-11-04, by alex
-
started mencoder documentation2001-11-04, by gabucino
-
*** empty log message ***2001-11-04, by gabucino
-
works! copy video steram to .avi file playable with ivvideo.dll2001-11-04, by arpi
-
fixed warnings2001-11-04, by michael
-
fixed TlsAlloc2001-11-04, by alex
-
faster bgr15/162001-11-04, by michael
-
KERNEL32 fix for ivvideo and strncmp for U2632001-11-04, by arpi
-
convertiong to avi2001-11-04, by arpi
-
ovc oac2001-11-04, by gabucino
-
dump h263 frame headers from vivo2001-11-04, by arpi
-
decreasing my todo list2001-11-03, by gabucino
-
added new options ( -playlist < > )2001-11-03, by pl
-
-oac/-ovc (fake:))2001-11-03, by arpi
-
sorry for the help_msg.h2001-11-03, by alex
-
xacodec configure support2001-11-03, by alex
-
removed #define USE_XANIM hack2001-11-03, by alex
-
nahat, mit valtoztattam?2001-11-03, by gabucino
-
avg bps calc fixed2001-11-03, by arpi
-
vo_format_name prototype added2001-11-03, by alex
-
WMP compatibility fixed2001-11-03, by arpi
-
new stream field: size2001-11-03, by arpi
-
partially synced with avifile... (TODO: migrate to new registry.c and driver.c)2001-11-03, by arpi
-
fixed commandline bug: handling '-' as option when '--' unused2001-11-03, by alex
-
What's new:2001-11-03, by nick
-
playlist sync, small fixes2001-11-03, by nexus
-
-playlist option patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>2001-11-03, by arpi
-
dxr3 instructions by David Holm <dholm@telia.com>2001-11-03, by arpi
-
ao_dxr3 by David Holm <dholm@telia.com>2001-11-03, by arpi
-
dxr3 support by David Holm <dholm@telia.com>2001-11-03, by arpi
-
divx4 2-pass support, -frames option2001-11-03, by arpi
-
divx4_vbr -> mplayer integration2001-11-02, by arpi
-
initial import from transcode2001-11-02, by arpi
-
TV-Out Section needs also an update ... next week i'll leave school ;-)2001-11-02, by jaf
-
-srate and -pp 0 fixes2001-11-02, by arpi
-
right green line bugfix for width not %8==0 (untested -vo vesa doesnt work)2001-11-02, by michael
-
code cleanup2001-11-02, by nick
-
Fixed bug of -vc libmpeg2 on vesa:dga2001-11-02, by nick
-
fixed AVI header creation - now should be compatible with NaNdub2001-11-02, by arpi
-
MPEGLAYER3WAVEFORMAT added2001-11-02, by arpi
-
Qualitative speedup decoding when video card supports DGA!2001-11-02, by nick
-
Double buffering interface2001-11-02, by nick
-
formatting (drive C:)2001-11-02, by gabucino
-
updated2001-11-02, by arpi
-
*** empty log message ***2001-11-02, by nick
-
to be completed2001-11-02, by gabucino
-
kurva gui.2001-11-02, by pontscho
-
divx4 and lame subconfig support2001-11-02, by arpi
-
mmx opt ,untested, i have no mga2001-11-02, by michael
-
partly upgraded to mp_msg and fixed minor bug in parse_command_line2001-11-02, by alex
-
fixed fault with --help2001-11-02, by alex
-
verbose fixed2001-11-02, by arpi
-
fixed subconfig, exiting on error, supporting flags2001-11-02, by alex
-
MSGT_MENCODER added2001-11-02, by arpi
-
subconfig support2001-11-02, by alex
-
mencoder commandline handling2001-11-02, by arpi
-
added subconfig type2001-11-02, by alex
-
common options moved out - for mencoder2001-11-02, by arpi
-
fixed arpi's cfgparser bug2001-11-02, by alex
-
1l (megittam:)2001-11-01, by gabucino
-
new A-V sync correction and fps conversion stuff2001-11-01, by arpi
-
SSE update on FreeBSD2001-11-01, by eyck
-
*** empty log message ***2001-11-01, by gabucino
-
vo_vesa: DGA support2001-11-01, by nick
-
driver moved2001-11-01, by gabucino
-
Fixed bug of DGA address detection!!!2001-11-01, by nick
-
10l2001-11-01, by arpi
-
(ff)mjpeg q/a2001-11-01, by gabucino
-
input A-V sync correction2001-11-01, by arpi
-
fixed2001-11-01, by arpi
-
any other?2001-11-01, by gabucino
-
some typos :)2001-11-01, by gabucino
-
added support for mencoder (compile with 'make mencoder')2001-10-31, by alex
-
nosound fixed?2001-10-31, by arpi
-
vo_format_name moved from video_out.c to img_format.c2001-10-31, by alex
-
-idx fixes: support for divx4 and ignoring bad movi_end2001-10-31, by arpi
-
alpha. currently no options working :)2001-10-31, by gabucino
-
Code cleanup2001-10-31, by nick
-
deinterlace bugfix2001-10-31, by michael
-
added macros for weirdos (irix/sunos)2001-10-31, by pl
-
new stuff in "wanted features"2001-10-31, by gabucino
-
buffer_len added2001-10-31, by arpi
-
libmp3lame vbr mp3 support2001-10-31, by arpi
-
pts_from_bps fix2001-10-31, by arpi
-
mp3 header parser2001-10-31, by arpi
-
mp3 header parser2001-10-31, by arpi
-
typo2001-10-31, by gabucino
-
c speedup (x1, rk1 filters)2001-10-31, by michael
-
c speedup2001-10-31, by michael
-
15/16bit in C speedup2001-10-31, by michael
-
PCM audio2001-10-31, by arpi
-
hm, non-working :)2001-10-30, by alex
-
avi audio stream copy support2001-10-30, by arpi
-
fixed some miscoding :)2001-10-30, by alex
-
introduced new critical section handling2001-10-30, by alex
-
slow mmx & not so slow asm versions (outcommented)2001-10-30, by michael
-
YV12 fixed (for mpeg)2001-10-30, by arpi
-
c optimizations2001-10-30, by michael
-
c optimizations2001-10-30, by michael
-
fixed2001-10-30, by arpi
-
support newly added PF defs (loader/wine/winnt.h)2001-10-30, by alex
-
c optimizations (array is faster than pointer) (16bpp variants tested and 2% faster)2001-10-30, by michael
-
simplified2001-10-30, by arpi
-
minor speedup2001-10-30, by michael
-
interpolate chrominance for every second line in the 1:1 vertical scale function2001-10-30, by michael
-
new Processor Features2001-10-30, by alex
-
video frame reading cleanup2001-10-30, by arpi
-
bugfixes2001-10-30, by michael
-
mpeg video header parser2001-10-30, by arpi
-
cosmetic2001-10-30, by nick
-
more cleanup, warnings fixed2001-10-30, by arpi
-
arpi's display_time + interlace hack2001-10-30, by iive
-
*** empty log message ***2001-10-30, by gabucino
-
now pressing [2] should work at once2001-10-30, by gabucino
-
codecs section renumbered!2001-10-30, by gabucino
-
No longer required2001-10-30, by nick
-
some cleanup2001-10-30, by arpi
-
Using new stuff of rgb15to162001-10-30, by nick
-
config.h cleanup, few things added to steram/demuxer headers2001-10-30, by arpi
-
print 'sw convertor usage' without verbosing2001-10-30, by nick
-
Cosmetic2001-10-30, by nick
-
Misc: more checks2001-10-30, by nick
-
PAVGB support2001-10-30, by nick
-
mDisplay ?2001-10-30, by arpi
-
twos pcm audio support2001-10-29, by arpi
-
twos pcm2001-10-29, by arpi
-
support for twos2001-10-29, by arpi
-
added edit atom (edit list), some comments and typos fixes2001-10-29, by alex
-
seek ebfore begin of the movie fixed2001-10-29, by arpi
-
using keyframe info for seeking2001-10-29, by arpi
-
cbr audio fix2001-10-29, by arpi
-
extended udta record2001-10-29, by alex
-
changed hardcoded 'emms' to EMMS according to pp/swscale.c2001-10-29, by alex
-
fixed a warning2001-10-29, by michael
-
No longer required2001-10-29, by nick
-
Finish mmx2, 3dnow optimiz. 15to16 should be tested. Better fix of can't compile2001-10-29, by nick
-
memalign 642001-10-29, by nick
-
Fixed broken BIOS workaround2001-10-29, by nick
-
cant compile on non x86 bugfix2001-10-29, by michael
-
added stss (not completed)2001-10-29, by alex
-
changed if's to switch in lschunks2001-10-29, by alex
-
very alpha code - needs Makefile modifications to compile2001-10-29, by arpi
-
-encode killed2001-10-29, by arpi
-
AVI muxer rewritten2001-10-29, by arpi
-
vo_odivx disabled2001-10-29, by arpi
-
Reenabled Arpi's timing code, iive's causes sync probs (check ctp-tr-sample.mpg).2001-10-28, by atmos4
-
Change linking order cause it caused probs for Steve M Schulz (or so ;)2001-10-28, by atmos4
-
Enable stream cache by default.2001-10-28, by atmos4
-
FreeBSD use /usr/local/lib, /usr/local/include2001-10-28, by nexus
-
sorry2001-10-28, by jaf
-
corrected2001-10-28, by jaf
-
tell the c compiler that the memory changed2001-10-28, by michael
-
3dnow prefetch & sfence2001-10-28, by michael
-
yv12 to yv12 scaler2001-10-28, by michael
-
More flushing2001-10-28, by nick
-
32to24: MMX, MMX2, 3DNOW optimization2001-10-28, by nick
-
More elegant solution2001-10-28, by nick
-
memory verification2001-10-28, by nick
-
preprocessor cleanup2001-10-28, by nick
-
sfence2001-10-28, by nick
-
More accurate prefetching2001-10-28, by nick
-
mmx, mmx2, 3dnow optimized 24to322001-10-28, by nick
-
mmx optimized 24to322001-10-28, by nick
-
forgot, sorry2001-10-28, by nick
-
Prev ver could work only on x862001-10-28, by nick
-
cursor on/off, screenblank off -> fbdev2001-10-28, by gabucino
-
vo_vesa: more rgb2rgb support2001-10-28, by nick
-
vo_vesa: more rgb2rgb support2001-10-28, by nick
-
vo_vesa: rgb2rgb support2001-10-28, by nick
-
yuv2rgb bugfix2001-10-28, by michael
-
fixed, rotfl :p2001-10-27, by alex
-
devel2001-10-27, by alex
-
nick ! what did you do???2001-10-27, by jaf
-
Suppress implicit usage of /usr/local stuff2001-10-27, by nick
-
never declare variables in *.h files, pls2001-10-27, by nick
-
sorry2001-10-27, by nick
-
libffmpeg.so support2001-10-27, by nick
-
mpsub, FORMAT=<frame> alpha version2001-10-26, by laaz
-
updated2001-10-26, by moz
-
updated2001-10-26, by moz
-
implied "SUB: " when can't read 0 subtitle from a file2001-10-26, by laaz
-
Fixed segfault if 0 subtitle found in a file.2001-10-26, by laaz
-
gtk12-config detection2001-10-26, by laaz
-
Added ASF http server streaming (Not mms streaming).2001-10-26, by bertrand
-
*** empty log message ***2001-10-26, by gabucino
-
hope it's not too buggy, and overall useful2001-10-26, by gabucino
-
rewritten matrox tvout section2001-10-26, by gabucino
-
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw2001-10-26, by alex
-
FreeBSD libdl fix2001-10-26, by nexus
-
added two new clip info types, all printf's were upgraded to mp_msg2001-10-26, by alex
-
added detection of zlib2001-10-26, by alex
-
libdl checking added2001-10-26, by alex
-
Copyrights2001-10-26, by nick
-
typo fix2001-10-26, by nexus
-
faster dering2001-10-26, by michael
-
dering in c2001-10-26, by michael
-
a few warning fixes (missing #include's)2001-10-25, by pl
-
3dnow dering2001-10-25, by michael
-
just a few "not implemented yet" removed2001-10-25, by michael
-
dering in mmx22001-10-25, by michael
-
link to tomi ollila's voodoo3 tvout text. if he has interest to integrate2001-10-25, by gabucino
-
*** empty log message ***2001-10-25, by gabucino
-
fixed a wrong display_time value2001-10-25, by iive
-
downscale2001-10-25, by michael
-
remowing warning message2001-10-25, by atlka
-
I was wrong: test didn't work2001-10-25, by pl
-
CSS_INC include flags are now needed in libmpdemux, to compile dvdauth.c2001-10-25, by jkeil
-
did not compile2001-10-25, by pl
-
The last irix64 patch looks broken to me, trying to fix.2001-10-25, by jkeil
-
added irix64()2001-10-25, by pl
-
patch from Oliver Schoenbrunner <oliver.schoenbrunner@jku.at>2001-10-25, by michael
-
fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 versions2001-10-25, by michael
-
Suppress trivial warnings2001-10-25, by nick
-
Russian translation2001-10-25, by nick
-
blah2001-10-24, by atmos4
-
can set framebuffer like with xvidtune. tested with matroxfb only.2001-10-24, by gabucino
-
some fixed and enhancements2001-10-24, by jaf
-
printf-gcc3 patch, x11-commons mRootwin2001-10-24, by sven
-
much better horizontal filters (transpose & use the vertical ones) :)2001-10-24, by michael
-
did not compile with gcc-32001-10-24, by pl
-
*** empty log message ***2001-10-24, by gabucino
-
SGI audio driver by oliver.schoenbrunner@jku.at2001-10-24, by arpi
-
MIPS support by oliver.schoenbrunner@jku.at2001-10-24, by arpi
-
added DUMPSUBS recognition if we need compile only subreader.c alone2001-10-24, by atlka
-
'vesa' vo driver added. By Nick Kurshev. (spellchecked, fixed, mplayerdoxized)2001-10-24, by gabucino
-
add vcd,dvd,etcsymbol handling2001-10-24, by pontscho
-
Suppressing warnings2001-10-24, by nick
-
Suppressing warnings2001-10-24, by nick
-
Independed compilation of SUBDIRS2001-10-24, by nick
-
more gcc 2.96...2001-10-24, by arpi
-
gcc 2.96...2001-10-24, by arpi
-
htmlize, added new things2001-10-24, by arpi
-
hmm. am I a doxwriter?2001-10-24, by arpi
-
while_encoding.avi (ffmpeg) fix (ignoring movi_ check if end<=start)2001-10-24, by arpi
-
better logic to choose valid info at broken index2001-10-24, by arpi
-
more speed2001-10-24, by michael
-
-sstep patch by Aleksander V. Dyomin <fly@shax.ru>2001-10-23, by arpi
-
cleanups in --help message (easier to read I hope)2001-10-23, by pl
-
audio channels nr is identified from libmad's channel mode2001-10-23, by alex
-
added MOV's mp3 fourcc's to libmad (also tested them)2001-10-23, by alex
-
libmad fix (see comment)2001-10-23, by alex
-
i've less time, a lot of tests2001-10-23, by jaf
-
afm synced to codec-cfg.h2001-10-23, by alex
-
more speed2001-10-23, by michael
-
damn logic (fix did not fix completely)2001-10-23, by pl
-
switch back to old timing code until new is bugfixed2001-10-23, by arpi
-
fixed --disable-win32 bug2001-10-23, by pl
-
ima4 type warning fixed2001-10-23, by arpi
-
ima4 enabled2001-10-23, by arpi
-
ima4 added2001-10-23, by arpi
-
mad audio support2001-10-23, by arpi
-
ima4 mov audio support2001-10-23, by arpi
-
compressed mov audio fixed2001-10-23, by arpi
-
did not compile (bad place for } )2001-10-23, by pl
-
removed warning2001-10-23, by pl
-
and another +2% speedup2001-10-23, by michael
-
libmad (ARM) patch by jeroen.dobbelaere@acunia.com2001-10-23, by arpi
-
some cosmetic and debugging changes2001-10-23, by alex
-
optimizations (+2% speedup)2001-10-23, by michael
-
whops2001-10-23, by gabucino
-
xanim stuff added2001-10-23, by gabucino
-
Title support2001-10-23, by nick
-
FreeBSD patch2001-10-23, by nexus
-
uptodate, baby!2001-10-23, by gabucino
-
More verbosing2001-10-23, by nick
-
comments...2001-10-23, by arpi
-
xanim added2001-10-23, by arpi
-
cleaned up, also removed some useless printf's to be more faster ;)2001-10-23, by alex
-
h263 fixed2001-10-23, by arpi
-
little cleanup to eleminate xanim typedefs and be more mplayer like2001-10-23, by alex
-
brightness / contrast fix/copy optimizations +2% speedup2001-10-23, by michael
-
xanim codec name cropped2001-10-23, by arpi
-
initial2001-10-23, by alex
-
added new xanim codecs2001-10-23, by alex
-
iv32 color scaling fix2001-10-23, by arpi
-
CoCreateFreeThreadedMarshaler stub added2001-10-23, by alex
-
YUV 16:1:1 fixed (indeo5)2001-10-23, by arpi
-
negative black bugfix2001-10-23, by michael
-
al3x returned!2001-10-22, by gabucino
-
added xanim support2001-10-22, by alex
-
cvid/3ivx yuv renderers cleanup2001-10-22, by arpi
-
changed vfm max_value from 7 to 10, according to the latest codec-cfg.h2001-10-22, by alex
-
auto brightness/ contrast bugfix2001-10-22, by michael
-
little cleanup2001-10-22, by alex
-
cvid yuv "fixed"2001-10-22, by arpi
-
compression algo detection fix (bswap) and fps fix2001-10-22, by alex
-
Add uninstall target, patch by Clemens Wächter <clemenswaechter@yahoo.com>2001-10-22, by atmos4
-
3ivx YV12 direct rendering (one lss memcpy)2001-10-22, by arpi
-
hmm. 3ivx works2001-10-22, by arpi
-
merge2001-10-22, by alex
-
cvid works but buggy2001-10-22, by arpi
-
fix error reporting bug2001-10-22, by szabi
-
xanim added2001-10-22, by arpi
-
#define USE_XANIM to enable xanim stuff2001-10-22, by arpi
-
fixing...2001-10-22, by arpi
-
mplayerization2001-10-22, by arpi
-
3ivx dshow added, ulaw/vbr mp3/cbr mp3 for MOV files added2001-10-22, by alex
-
largefileization2001-10-22, by arpi
-
reworked for mplayer2001-10-22, by alex
-
needs to be hacked2001-10-22, by alex
-
printf->mp_msg2001-10-22, by arpi
-
cache2 added2001-10-22, by arpi
-
misinformation corrected2001-10-22, by gabucino
-
changed functionality means changed definition.2001-10-22, by gabucino
-
busted. szopjatok hanyatt users.2001-10-22, by gabucino
-
*** empty log message ***2001-10-22, by gabucino
-
-loop patch by Pascal Haakmat <a.haakmat@chello.nl>2001-10-22, by arpi
-
-screenw/h patch by Tomi.Ollila@sonera.com2001-10-22, by arpi
-
some options previously forgot :(2001-10-22, by gabucino
-
-screenw -screenh -cache added2001-10-22, by gabucino
-
AQT sub type added2001-10-22, by gabucino
-
Broken BIOS test2001-10-22, by nick
-
More iopl'ed ports and test for brken BIOS2001-10-22, by nick
-
better FreeBSD iconv implementation2001-10-22, by nexus
-
minor fix2001-10-22, by nick
-
re-eng tool2001-10-22, by nick
-
re-eng tool2001-10-22, by nick
-
Applied patch to switch to graphics mode with -fs by achurch@achurch.org (Andrew Church)2001-10-21, by atmos4
-
cache full status added2001-10-21, by arpi
-
cache seeking fixed(?)2001-10-21, by arpi
-
Added image centering, now only screenblanking and hiding the cursor is missing.2001-10-21, by atmos4
-
new version by zsteva@ptt.yu2001-10-21, by arpi
-
DVD message fix2001-10-21, by arpi
-
EOF bug fixed2001-10-21, by arpi
-
stream_read() now returns no. of bytes readed2001-10-21, by arpi
-
updated - by zsteva@ptt.yu2001-10-21, by arpi
-
ah, crtc2 disabled by default2001-10-21, by arpi
-
CRTC2 YUV support (buggy?) by Jiri.Svoboda@seznam.cz2001-10-21, by arpi
-
AQT type support patch by Jiri.Svoboda@seznam.cz2001-10-21, by arpi
-
includes cleanup2001-10-21, by arpi
-
oggvorbis stuff moved out from stheader.h2001-10-21, by arpi
-
not req2001-10-21, by arpi
-
some more rtfm2001-10-21, by arpi
-
includes cleanup2001-10-21, by arpi
-
OSD support2001-10-21, by nick
-
Again changed logic:2001-10-21, by nick
-
Again changed logic:2001-10-21, by nick
-
stuff.. (sorry, forgot:P)2001-10-21, by gabucino
-
Replacing -x, -y on -screenw, -screenh2001-10-21, by nick
-
-cache option to enable cache and set buffer size2001-10-21, by arpi
-
Final fix of libmpeg2 zooming: flipping page support2001-10-21, by nick
-
AVI - no audio stream fix2001-10-21, by arpi
-
Support of: -x -y -bpp2001-10-21, by nick
-
Bad fix of libmpeg2 zooming2001-10-21, by nick
-
print stats at read instead of fill2001-10-21, by arpi
-
BGR24 bugfix2001-10-21, by michael
-
15bpp fix for swscale2001-10-20, by michael
-
ehh. include config.h... 10l2001-10-20, by arpi
-
#undef USE_STREAM_CACHE > config.h2001-10-20, by arpi
-
cache2 support2001-10-20, by arpi
-
uninit stream2001-10-20, by arpi
-
added matrox fullscreen/aspect tvout stuff2001-10-20, by gabucino
-
Add some info putput for aspect().2001-10-20, by atmos4
-
oops2001-10-20, by atmos4
-
fixed alignment (static variables where sometimes not 8-byte aligned)2001-10-20, by michael
-
streaming fixed2001-10-20, by arpi
-
libdemux cleanup part 12001-10-20, by arpi
-
*** empty log message ***2001-10-20, by gabucino
-
tets.c removed +10l2001-10-20, by arpi
-
i forgot this. -10l :(2001-10-20, by arpi
-
libdemuxer...2001-10-20, by arpi
-
New section: Matrox TVout - method 22001-10-20, by gabucino
-
Best fix of slice drawing with libmpeg22001-10-20, by nick
-
Bad fix of top rendering with libmpeg22001-10-20, by nick
-
Qualitative speedup for P3 & K7 cpus2001-10-20, by nick
-
Fixed half-image bug and added computing of correct aspect during zooming2001-10-20, by nick
-
Fixed zooming bug2001-10-20, by nick
-
returns a malloc()'ed string instead of an auto char[]2001-10-20, by pl
-
array was not correctly initialized2001-10-20, by pl
-
Detect and show cpu name.2001-10-20, by atmos4
-
vo_vesa added to 'zoom'2001-10-19, by gabucino
-
SwScaling support2001-10-19, by nick
-
first line bug fixed (happend if the image was scaled down or 1:1)2001-10-19, by michael
-
Initial YUV (YV12) support2001-10-19, by nick
-
divx4 brightness etc support patch by Adam Tla/lka2001-10-19, by arpi
-
More verbosing2001-10-19, by nick
-
Better resolution detection2001-10-19, by nick
-
PP_FUNNY_STRIDE disabled2001-10-19, by arpi
-
ffdivx postproc dest buffer is 16x16 aligned2001-10-19, by arpi
-
*** empty log message ***2001-10-19, by gabucino
-
Small Corrections2001-10-19, by jaf
-
final fix?2001-10-19, by arpi
-
some minutes in school2001-10-19, by jaf
-
added compiletime option to turn width%8==0 on2001-10-19, by michael
-
fixed a bug in the tmp buffer2001-10-19, by michael
-
amd...?2001-10-19, by pontscho
-
added TOC C/22001-10-19, by moz
-
fixed?2001-10-19, by arpi
-
fixed?2001-10-19, by arpi
-
amd fix2001-10-19, by pontscho
-
horizontal scaling bugs fixed, should be mostly bugfree now2001-10-19, by michael
-
aspect changes integrated .., please check performance and conformance2001-10-19, by sven
-
YEAH!!!! Finally broke free from LGB's Table of Contents !!! :)2001-10-19, by gabucino
-
improved gl, please check performance and correct display2001-10-19, by sven
-
corrected word bibliothèque2001-10-19, by moz
-
xinc scaled by 16 instead of 82001-10-19, by arpi
-
sleep stuff moved to linux/timer2001-10-19, by arpi
-
cpu detection fixed2001-10-19, by arpi
-
horizontal lines bugfix2001-10-19, by michael
-
vertical lines bugfix2001-10-19, by michael
-
(C) fixed2001-10-19, by arpi
-
cpu detect code by Eric Anholt <eanholt@gladstone.uoregon.edu>2001-10-19, by arpi
-
fixed a bug which caused horizontal lines2001-10-19, by michael
-
sleep stuff moved to linux/timertimer-lx.c2001-10-19, by arpi
-
sleep stuff moved to linux/timer2001-10-19, by arpi
-
increased precission of s_xinc s_xinc2 (needed for the mmx2 bugfix)2001-10-18, by michael
-
scripts2001-10-18, by arpi
-
gpl fix?2001-10-18, by arpi
-
gpl fix2001-10-18, by arpi
-
french stuff2001-10-18, by jaf
-
see english 1.282001-10-18, by jaf
-
i've to less time in school to fix all in one2001-10-18, by jaf
-
French doc links/author added2001-10-18, by gabucino
-
this is a noname commit2001-10-18, by gabucino
-
More hints. Use save-restore mechanism2001-10-18, by nick
-
Fixed bug of 32-bit mode interface detection and save-restore mechanism2001-10-18, by nick
-
enable postprocess for interlaced fields2001-10-18, by iive
-
French translation by MoZ <moz@gmx.fr>2001-10-18, by arpi
-
*** empty log message ***2001-10-18, by gabucino
-
Eeeh :) time to sleep!2001-10-18, by atmos4
-
*** empty log message ***2001-10-17, by gabucino
-
symlinking fix2001-10-17, by gabucino
-
fixed the height%8!=0 bug2001-10-17, by michael
-
write-mistakes fixed2001-10-17, by jaf
-
vo_vesa support2001-10-17, by nick
-
vbelib import2001-10-17, by nick
-
vo_vesa support. Should be written better.2001-10-17, by nick
-
converts all subtitles in . to mpsub format2001-10-17, by gabucino
-
ide vmi nagy hulyeseget akartam irni de elfelejtettem2001-10-17, by gabucino
-
Added notice about CFLAGS and added -fomit-frame-pointer to be always used.2001-10-17, by atmos4
-
if not found using fpath try to load font bitmaps from default dir2001-10-17, by atlka
-
24bpp support (untested)2001-10-17, by michael
-
added (f)emms2001-10-17, by arpi
-
bpp changed from bytespp to bitspp2001-10-17, by arpi
-
swscale - 16bpp and -fs support2001-10-17, by arpi
-
fixed out of regs "bug"2001-10-17, by michael
-
MMX & MMX2 optimizations (MMX2 is buggy and commented out)2001-10-17, by michael
-
quick fix for movies with a height which is not a multiple of 82001-10-17, by michael
-
fix rgb/bgr for 15/16bpp2001-10-17, by atmos4
-
16bpp code for atmos2001-10-16, by arpi
-
ffmpeg postprocess2001-10-16, by arpi
-
mov seeking implemented2001-10-16, by arpi
-
skin chaning bug fix.2001-10-16, by pontscho
-
link fixed2001-10-16, by jaf
-
write mistakes fixed2001-10-16, by jaf
-
cosmetic changes2001-10-16, by atlka
-
read font files from the same dir as font.desc or as specified in font.desc2001-10-16, by atlka
-
minor cleanups2001-10-16, by michael
-
pp range fixed2001-10-15, by arpi
-
added YV12 scaler2001-10-15, by arpi
-
yv12 scaling at 24/32bpp with -zoom2001-10-15, by arpi
-
header for swscale.c2001-10-15, by arpi
-
software yv12->rgb scaler - separated from fsdga2001-10-15, by arpi
-
Similar to 1.182001-10-15, by jaf
-
Similar to 1.842001-10-15, by jaf
-
Add downscaling as a last resort.2001-10-15, by atmos4
-
LRMI import2001-10-15, by nick
-
szakattam vagy nemtom2001-10-15, by gabucino
-
*** empty log message ***2001-10-15, by gabucino
-
applied patch by Joy Winter <joy@pingfm.org>2001-10-15, by arpi
-
*** empty log message ***2001-10-15, by gabucino
-
-dumpmpsub added2001-10-15, by gabucino
-
ATI TVout stuff added (from Nick Kurshev)2001-10-15, by gabucino
-
corrected previous error ;-(2001-10-15, by atlka
-
optimizations and corrections2001-10-15, by atlka
-
rewrote the horizontal lowpass filter to fix a bug which caused a blocky look2001-10-15, by michael
-
tipofyx2001-10-14, by gabucino
-
Similar to 1.822001-10-14, by jaf
-
some ifno for cvs write owners2001-10-14, by arpi
-
Similar to 1.262001-10-14, by jaf
-
similar to 1.132001-10-14, by jaf
-
similar to 1.102001-10-14, by jaf
-
mpeg2 fps fix by Ivan Kalvatchev <iive@yahoo.com>2001-10-14, by arpi
-
c++ fix2001-10-14, by arpi
-
lists archive url2001-10-14, by gabucino
-
"function f()" non supported by FreeBSD's /bin/sh2001-10-13, by pl
-
server names changed2001-10-13, by gabucino
-
typoz fixed2001-10-13, by gabucino
-
added functions :2001-10-13, by pl
-
Cleanup:2001-10-13, by arpi
-
added -oldpp2001-10-13, by arpi
-
postprocess fixes2001-10-13, by arpi
-
small changes for mplayer integration:2001-10-13, by arpi
-
small changes for mplayer integration:2001-10-13, by arpi
-
integrated new postproc code2001-10-13, by arpi
-
Fix non-X11 build2001-10-13, by atmos4
-
minor QP scaling & auto-contrast bugfix2001-10-13, by michael
-
fixed a rounding bug thing in the X1 Filter2001-10-13, by michael
-
MPsub read/write support 0.5 (-dumpmpsub switch)2001-10-12, by laaz
-
mpsub read support2001-10-12, by laaz
-
speed improvements2001-10-12, by atlka
-
just version update2001-10-12, by eyck
-
fix typo2001-10-12, by nexus
-
optimize iconv detection \n malloc.h useless in FreeBSD2001-10-12, by nexus
-
patch by "Steven M. Schultz" <sms@2BSD.COM> for BSD/OS support of iconv2001-10-12, by pl
-
cleanups: [ ... ] changed to test ...2001-10-11, by pl
-
tests with '[ ]' changed to 'test'2001-10-11, by pl
-
final changes to convert to C2001-10-11, by michael
-
bugfixes: last 3 lines not brightness/contrast corrected2001-10-11, by michael
-
hopp, fixed2001-10-11, by gabucino
-
small changes2001-10-11, by nexus
-
dshow codec is preferred for mp42 - it does postprocess2001-10-11, by arpi
-
LANG=C added. idea by pl <p_l@gmx.fr>2001-10-11, by arpi
-
typo and DOCS fixes by pl <p_l@gmx.fr>2001-10-11, by arpi
-
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>2001-10-11, by arpi
-
test -e -> -d2001-10-11, by arpi
-
Enable discards - now it works2001-10-11, by nick
-
fixed a bug in the horizontal default filter2001-10-10, by arpi
-
new postprocess code by Michael Niedermayer (michaelni@gmx.at)2001-10-10, by arpi
-
Similar to 1.192001-10-10, by jaf
-
Similar to 1.172001-10-10, by jaf
-
Similar to 1.92001-10-10, by jaf
-
-aspect additions2001-10-10, by gabucino
-
MOV & stuff2001-10-10, by gabucino
-
I guess now xinerama works better :)2001-10-10, by atmos4
-
modifications to use iconv(3) function to recode text of subs (autodetect)2001-10-10, by atlka
-
some updates/fixes to authors section.2001-10-10, by atmos4
-
Xinerama screen size fix by Lev Babiev <harley@hosers.org>2001-10-10, by arpi
-
compressed headers support2001-10-10, by arpi
-
Make double/normal (n-key) use aspect()2001-10-10, by atmos4
-
fixes by Firebird <firebird@chez.com>2001-10-10, by arpi
-
French tr. by Firebird <firebird@chez.com>2001-10-10, by arpi
-
new_memory_stream() added2001-10-10, by arpi
-
fixes (thx J.K.)2001-10-09, by gabucino
-
Some fixes2001-10-09, by nick
-
SSA 2. felvonas (egyre jobban programozok!!!)2001-10-09, by laaz
-
ssa worx fine. Testers needed :)))2001-10-09, by laaz
-
changes merged back from avifile cvs2001-10-08, by arpi
-
license changed, kozkivanatra.2001-10-08, by gabucino
-
I liked this mail very much2001-10-08, by gabucino
-
Fixed bug of FP register writing2001-10-08, by nick
-
Better DFP support2001-10-08, by nick
-
Fully enabled new logic2001-10-08, by nick
-
Fixed incorrect return value2001-10-08, by nick
-
Imported some XFree86-CVS stuff2001-10-08, by nick
-
voodoo2/3/banshee lobaszas fixed2001-10-07, by gabucino
-
lastminute fixes, de ugyis bugos mind :)2001-10-07, by gabucino
-
authors2001-10-07, by gabucino
-
-users changed2001-10-07, by gabucino
-
.mov support can be disabled2001-10-07, by arpi
-
info & author changed2001-10-07, by arpi
-
vo_gl2.c added2001-10-07, by arpi
-
new version by Sven Goethel2001-10-07, by arpi
-
link to patches.txt2001-10-07, by gabucino
-
keypress fix by M.Hunold@t-online.de (Michael Hunold)2001-10-07, by arpi
-
sending patches2001-10-07, by arpi
-
small fixes2001-10-07, by gabucino
-
#mplayer fixed2001-10-07, by gabucino
-
typo fix2001-10-07, by gabucino
-
new Q/A2001-10-07, by gabucino
-
ugly hack for bad codecs.conf hangup2001-10-07, by arpi
-
optimized demuxer for fixed samplesize (raw audio)2001-10-07, by arpi
-
*** empty log message ***2001-10-06, by gabucino
-
mp-iso-arial-ize2001-10-06, by gabucino
-
BSD fixes2001-10-06, by arpi
-
more on gcc 2.962001-10-06, by arpi
-
added -monitoraspect2001-10-06, by gabucino
-
fix2001-10-06, by arpi
-
mga_vid now cooperates with xv2001-10-06, by gabucino
-
mov raw audio format2001-10-06, by arpi
-
ehh. 10l. required for MOV2001-10-06, by arpi
-
roman trans. by Codre Adrian <codreadrian@softhome.net>2001-10-06, by arpi
-
kaoszmegszuntetes2001-10-06, by gabucino
-
ehh. first chunk is counted from 1. fixed...2001-10-06, by arpi
-
mov timing fixes (same way as asf)2001-10-06, by arpi
-
implemented simple demuxer2001-10-06, by arpi
-
finished mov header and index processing2001-10-05, by arpi
-
fixes2001-10-05, by gabucino
-
uristen.2001-10-05, by gabucino
-
gccglibc baszas2001-10-05, by gabucino
-
-lm added to -lGL, Sergei Golubchik <sergii@pisem.net>2001-10-05, by arpi
-
divx4vfw removed2001-10-05, by gabucino
-
grabs mouse with -vm - patch by Uwe Reder <Uwe.Reder@3SOFT.de>2001-10-05, by arpi
-
gcc warnings fixed/added (sigh, a new one always comes out:)2001-10-05, by gabucino
-
*** empty log message ***2001-10-05, by gabucino
-
Fixed RTFM notice.2001-10-05, by atmos4
-
BSD/OS support2001-10-05, by arpi
-
Divx4windows added2001-10-05, by arpi
-
divx.dll o_bih workaround, postprocessing support2001-10-05, by arpi
-
save and restore colorkey, to work together with Xv2001-10-04, by arpi
-
working together with Xv (disabling colorkey at close)2001-10-04, by arpi
-
*** empty log message ***2001-10-04, by gabucino
-
using ldt_keeper.c instead2001-10-04, by arpi
-
missing newlines fixed2001-10-04, by arpi
-
gcc3 warning fixed2001-10-04, by arpi
-
gcc3 warning fixed2001-10-04, by arpi
-
Similar to 1.682001-10-04, by jaf
-
Similar to 1.682001-10-04, by jaf
-
Similar to 1.152001-10-04, by jaf
-
Similar to 1.102001-10-04, by jaf
-
Similar to 1.202001-10-04, by jaf
-
iosteram included for cout/cerr2001-10-04, by arpi
-
stdlib.h added2001-10-04, by arpi
-
killed unneeded dependency on c++ headers2001-10-04, by arpi
-
Add debug printfs to aspect(), add aspect() usage to vo_sdl.2001-10-04, by atmos4
-
(solaris x86) C++ style variable declaration not at the start of a block does2001-10-04, by jkeil
-
sync with avifile2001-10-04, by arpi
-
using ldt_keeper instead of setup_fs, includes changed2001-10-04, by arpi
-
setup_FS.c -> ldt_keeper.c (avifile sync)2001-10-04, by arpi
-
using poll() only for DVB card - not required for file write2001-10-03, by arpi
-
new nvidia bug2001-10-03, by gabucino
-
nvidia csik updated2001-10-03, by gabucino
-
nemtom2001-10-03, by gabucino
-
more! gimme more docs!2001-10-03, by gabucino
-
icewm sucks. details.2001-10-03, by gabucino
-
alsa9 driver2001-10-03, by gabucino
-
alsa9 pecs by joy_ping <joy@pingfm.org>2001-10-03, by pontscho
-
Fix case where srch, srcw and fitinw and fitinh are really the same variables.2001-10-03, by atmos4
-
Use aspect()2001-10-03, by atmos4
-
eeh cola in unhealthy2001-10-03, by atmos4
-
Simplified aspect() for the loss of some functionality to get ansi compatibility.2001-10-03, by atmos4
-
Use aspect()2001-10-03, by atmos4
-
Monitor aspect stuff.2001-10-03, by atmos4
-
doens't requires loader.h2001-10-02, by arpi
-
tired2001-10-02, by gabucino
-
-Wall warnings fixed2001-10-02, by arpi
-
VfW stuff moved to dll_init, warnings fixed, using dll_init.h2001-10-02, by arpi
-
nemtom de valamire bisztos jo2001-10-02, by gabucino
-
added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.2001-10-02, by gabucino
-
sorry for english2001-10-02, by nick
-
fix other bugs2001-10-02, by pontscho
-
Sync with arpi's changes of no-scale case 1.0->0.0.2001-10-02, by atmos4
-
-noaspect added2001-10-01, by arpi
-
aspect ratio prescaling fixed for 0.0/1.0 cases2001-10-01, by arpi
-
now using x11_common stuff for X11 opening and w/h/bpp query2001-10-01, by arpi
-
-fs fix2001-10-01, by atmos4
-
Make aware of new -fs calling.2001-10-01, by atmos4
-
orujje2001-10-01, by gabucino
-
Rage theatre detection2001-10-01, by nick
-
baz.. fixed wrong cvs merge.2001-10-01, by atmos4
-
licensing stuff fixed/added2001-10-01, by gabucino
-
New aspect prescale code, parses aspect value from mpeg sequence header or commandline.2001-10-01, by atmos4
-
i2c and rage-theatre registers and their bit-constants2001-10-01, by nick
-
-devel list removed2001-10-01, by gabucino
-
New aspect prescale code, parses aspect value from mpeg sequence header or commandline.2001-10-01, by atmos4
-
mwm fullscreen bug fixed (?)2001-10-01, by pontscho
-
fix fucking icewm fullscreen bug.2001-10-01, by pontscho
-
divx4 detection patch by Pawel Kot <pkot@linuxnews.pl>2001-10-01, by arpi
-
updated2001-10-01, by arpi
-
small fixes2001-10-01, by arpi
-
some bug fix, and sub window render speed up.. 10l kola ? :)2001-10-01, by pontscho
-
Typo in help2001-09-30, by atmos4
-
gcc3 compile fix2001-09-30, by atmos4
-
*** empty log message ***2001-09-29, by gabucino
-
wine headers changed2001-09-29, by arpi
-
mpeg2-interlaced patch by Ivan Kalvatchev <iive@yahoo.com>2001-09-29, by arpi
-
Norwegian trans. by Andreas Berntsen <andreasb@kvarteret.org>2001-09-29, by arpi
-
translator name added2001-09-29, by arpi
-
by Jiri Svoboda, jiri.svoboda@seznam.cz2001-09-29, by jaf
-
similar to 1.162001-09-28, by jaf
-
similar to 1.142001-09-28, by jaf
-
similar to 1.602001-09-28, by jaf
-
similar to 1.162001-09-28, by jaf
-
similar to 1.122001-09-28, by jaf
-
similar to help_mp-en.h 1.92001-09-28, by jaf
-
similar to help_mp-en.h 1.92001-09-28, by jaf
-
similar to help_mp-en.h 1.92001-09-28, by jaf
-
translations and their status2001-09-28, by arpi
-
MSGTR_NoWfvSupport fixed2001-09-28, by arpi
-
*** empty log message ***2001-09-28, by gabucino
-
cleanup2001-09-28, by nick
-
root->0 (bsd compatible) [lez]2001-09-28, by arpi
-
...2001-09-27, by gabucino
-
more fixes2001-09-27, by gabucino
-
-delay fixed2001-09-27, by arpi
-
fixed seek to EOF pos2001-09-27, by arpi
-
disabled packet limit2001-09-27, by arpi
-
similar to 1.572001-09-27, by jaf
-
patch applied by Bohdan Horst2001-09-27, by arpi
-
similar to 1.142001-09-27, by jaf
-
mittomen2001-09-27, by gabucino
-
similar to 1.112001-09-27, by jaf
-
tdfxfb added2001-09-27, by gabucino
-
add gui support to config scripts, and fixed some warning.2001-09-27, by pontscho
-
fixed (thx,. Dirk Vornheder)2001-09-27, by arpi
-
G550 support2001-09-27, by arpi
-
reviewed for release : round 22001-09-27, by gabucino
-
reviewed for release2001-09-27, by gabucino
-
Y clipping fixed2001-09-27, by arpi
-
status updated2001-09-27, by arpi
-
-av/-vc help display status2001-09-27, by arpi
-
-ac help / -vc help2001-09-27, by arpi
-
init version2001-09-27, by pontscho
-
init version2001-09-27, by pontscho
-
tdfxfb yuv driver by Zeljko Stevanovic <zsteva@ptt.yu>2001-09-27, by arpi
-
tdfxfb yuv driver by Zeljko Stevanovic <zsteva@ptt.yu>2001-09-27, by arpi
-
fixed to compile2001-09-27, by arpi
-
faszom. typo.2001-09-27, by arpi
-
2 typos fixed2001-09-26, by gabucino
-
ready2001-09-26, by gabucino
-
*** empty log message ***2001-09-26, by gabucino
-
all error/warn/info messages moved to help_mp-en.h for translation2001-09-26, by arpi
-
help updated2001-09-26, by arpi
-
cleanup2001-09-26, by arpi
-
similar to 1.532001-09-26, by jaf
-
Typo fix2001-09-26, by nick
-
Driver location notes2001-09-26, by nick
-
Radeon2 support2001-09-26, by nick
-
malloc.h -> slab.h2001-09-26, by nick
-
similar to 1.13, small fix2001-09-26, by jaf
-
similar to 1.53, but not finished2001-09-25, by jaf
-
fix2001-09-25, by arpi
-
fixed VO time usage (now including page-flip)2001-09-25, by arpi
-
similar to 1.112001-09-25, by jaf
-
extended...2001-09-25, by arpi
-
similar to 1.92001-09-25, by jaf
-
similar to 1.142001-09-25, by jaf
-
similar to 1.132001-09-25, by jaf
-
similar to 1.102001-09-25, by jaf
-
some changes :)2001-09-25, by gabucino
-
similar to 1.82001-09-25, by jaf
-
stop bug fix.2001-09-25, by pontscho
-
compile bug fixed.2001-09-25, by pontscho
-
MTRR autoconfigure2001-09-25, by nick
-
ms-rle8 support2001-09-24, by arpi
-
rle 15,16bpp support (palette conversion)2001-09-24, by arpi
-
native codec 'rle' added2001-09-24, by arpi
-
tranlated by me, but not checked2001-09-24, by jaf
-
*** empty log message ***2001-09-24, by gabucino
-
More known registers and their bit-constants2001-09-24, by nick
-
software OSD support2001-09-23, by arpi
-
Fix for mp3 decoding on alpha/64bit platforms wupposed by Bob McElrath.2001-09-23, by atmos4
-
mplayer-dvb added2001-09-22, by gabucino
-
10l cola Arpi =)2001-09-22, by atmos4
-
Added vp3 codec.2001-09-22, by atmos4
-
small fixes2001-09-22, by arpi
-
initial version. Gabu: don't delete2001-09-22, by arpi
-
YV12 support (using libavcodec for mpeg1-I encoding)2001-09-22, by arpi
-
increased max msg size2001-09-22, by arpi
-
gui fix2001-09-22, by arpi
-
added ffmp3 #22001-09-21, by gabucino
-
added ffmp32001-09-21, by gabucino
-
range increased to 11 (ffmp3)2001-09-21, by gabucino
-
added ffmpeg audio driver2001-09-21, by arpi
-
added ffmp3, fixed mp3 comments2001-09-21, by arpi
-
FFmpeg audio codecs support2001-09-21, by arpi
-
very useful advices on how-to-compile-mplayer-with-gcc32001-09-21, by gabucino
-
add gui error handling jol.2001-09-20, by pontscho
-
XDestroyWindow fix baze.2001-09-20, by pontscho
-
do_cpuid stored the results of the cpuid instruction in the wrong place2001-09-20, by jkeil
-
NeoMagic stuff added (legyen egyszer gyereknap...)2001-09-19, by gabucino
-
building improvements2001-09-19, by nick
-
Note about Radeon VE2001-09-19, by gabucino
-
initial howto2001-09-19, by nick
-
-q flag for grep does not exist for all versions of grep. Just redirect output2001-09-18, by jkeil
-
minor additions/fixes2001-09-18, by gabucino
-
Comments cleanup2001-09-18, by nick
-
A lot of VE related improvements and code cleanup2001-09-18, by nick
-
Merge with Ani Joshi's radeonfb-0.1.02001-09-18, by nick
-
Radeon VE QZ support2001-09-18, by nick
-
Radeon VE support2001-09-18, by nick
-
Initial import of Ani Joshi's radeonfb-0.0.92001-09-18, by nick
-
Fixed typo.2001-09-18, by atmos4
-
Fix multiple window bug in multifile mode.2001-09-18, by atmos4
-
Enable Alpha Code.2001-09-18, by atmos4
-
add new features. and fix skin error loop.2001-09-17, by pontscho
-
mer kell2001-09-17, by pontscho
-
*** empty log message ***2001-09-17, by gabucino
-
Fix broken memalign detect.2001-09-17, by atmos4
-
Removed my fuckin' debug stuff2001-09-17, by laaz
-
Added X 4.0 DPMS support for configure script2001-09-17, by laaz
-
ffodivx: opendivx->mpeg4 (Ivan Kalvatchev)2001-09-17, by arpi
-
dev-eng address changed2001-09-16, by gabucino
-
pointer fix2001-09-16, by arpi
-
*** empty log message ***2001-09-16, by gabucino
-
fixed2001-09-16, by jaf
-
Translated by me, but not checked2001-09-16, by jaf
-
*** empty log message ***2001-09-16, by jaf
-
Applied cpu detection fix by Kjetil Torgrim Homme <kjetilho at linpro dot no>.2001-09-15, by atmos4
-
fixes, czech font author added2001-09-14, by gabucino
-
jo sok ilyen ize.2001-09-14, by gabucino
-
some temporary debug printfs2001-09-13, by arpi
-
ffmpeg compatible MEMALIGN definition2001-09-13, by nick
-
fix, bug2001-09-12, by pontscho
-
add new sumbols2001-09-12, by pontscho
-
fix tab bug2001-09-12, by pontscho
-
*** empty log message ***2001-09-12, by pontscho
-
add to multi lang support2001-09-12, by pontscho
-
add to multi lang support2001-09-12, by pontscho
-
fix about box2001-09-12, by pontscho
-
new2001-09-12, by pontscho
-
Applied fix for mixercontrol w/alsa ossemu by Christian Ohm.2001-09-11, by atmos4
-
Are/will be moved to html docu.2001-09-10, by atmos4
-
*** empty log message ***2001-09-10, by gabucino
-
corrections to OSD mark position2001-09-10, by atlka
-
added DVB2001-09-09, by arpi
-
PS multiplexing fixed2001-09-09, by arpi
-
Add support for libdvdread-0.9.02001-09-09, by jkeil
-
use dvdread 0.82001-09-09, by gabucino
-
IMGFMT_MPEGPES support2001-09-08, by arpi
-
file writer implemented2001-09-08, by arpi
-
Mpeg PES added2001-09-08, by arpi
-
updated with Arpi's english fixes2001-09-08, by gabucino
-
small fixes2001-09-08, by arpi
-
small fixes2001-09-08, by arpi
-
some words about VCD2001-09-08, by arpi
-
some bug fix, and add decoration item to skin conffile. faszom(C)2001-09-07, by pontscho
-
-skin option2001-09-07, by gabucino
-
*** empty log message ***2001-09-07, by gabucino
-
reset module status after uninit2001-09-06, by arpi
-
upsz ... timer disabling fix, sorry2001-09-06, by pontscho
-
fix mwm bug's. faszom (C), and remove mixer.*2001-09-06, by pontscho
-
GPL fittyfene2001-09-05, by gabucino
-
fix skin changing, xv fullscreen redraw bug, etc.2001-09-05, by pontscho
-
fixed lirc uninit2001-09-05, by arpi
-
uninit fixed2001-09-05, by arpi
-
*** empty log message ***2001-09-04, by gabucino
-
fixx fullscreen kattingatas.2001-09-04, by pontscho
-
remove ofocused ...2001-09-04, by pontscho
-
fix xshape, mixer, fullscreen, etc2001-09-04, by pontscho
-
*** empty log message ***2001-09-03, by gabucino
-
Some changes to compile the GUI on solaris2001-09-03, by jkeil
-
fix osd volume bar handling in gui2001-09-02, by pontscho
-
add voluechanged2001-09-02, by pontscho
-
should have done this earlier2001-09-02, by gabucino
-
key hand fix2001-09-02, by pontscho
-
fix volume2001-09-02, by pontscho
-
removed unused buggy shit2001-09-02, by arpi
-
newline fixed2001-09-02, by arpi
-
hm. clean up2001-09-02, by pontscho
-
gcc 3 error fix2001-09-02, by pontscho
-
iconize support2001-09-02, by pontscho
-
add lgb's localhost detect2001-09-02, by pontscho
-
ogg/vorbis stuff cleanup, buffering fixes, printf->mp_msg2001-09-02, by arpi
-
GUID fix2001-09-02, by arpi
-
added WAVEFORMATEXTENSIBLE and new WAVE FORMAT TAGS2001-09-02, by arpi
-
Now oggvorbis decoding properly works, but a/v sync is bad.2001-09-02, by atmos4
-
Added translated files by Johannes Feigl, not checked by me!2001-09-02, by atmos4
-
Correct status of vorbis stuff.2001-09-01, by atmos4
-
Ehh colaCounter++2001-09-01, by atmos4
-
OOOPS, miaaing ifdef.2001-09-01, by atmos4
-
add font free func.2001-09-01, by pontscho
-
OggVorbis support, ALPHA state!2001-09-01, by atmos4
-
time zero after stop fix2001-09-01, by pontscho
-
OggVorbis lib detection, manual language selection and some minor stuff.2001-09-01, by atmos4
-
fix sizeof :))))2001-09-01, by pontscho
-
small fixes, and Y check put back to avoid sig112001-09-01, by arpi
-
fix some bug.2001-09-01, by pontscho
-
fixed signal 8 bug2001-09-01, by arpi
-
fix keyh2001-09-01, by pontscho
-
fix mixer2001-09-01, by pontscho
-
fix key handling ?2001-09-01, by pontscho
-
fullscreen bug fixed2001-09-01, by pontscho
-
fixed interaction between commandlien and fileselector2001-08-31, by arpi
-
fixed 'n' key bug :)2001-08-31, by arpi
-
fix resize2001-08-31, by pontscho
-
add wsSetForegroundRGB2001-08-31, by pontscho
-
add filenamechanged2001-08-31, by pontscho
-
majd fix play&stop&pause&redraw2001-08-31, by pontscho
-
fix size ?2001-08-31, by pontscho
-
fix move&resize2001-08-31, by pontscho
-
GUI_MSG bug fixed - thanx Attila Kinali2001-08-31, by arpi
-
endless loop (bad/missing file) fixed2001-08-31, by arpi
-
Sun audiocs HW does not support AFMT_U8, try to use AFMT_S8 instead. If AFMT_S82001-08-31, by jkeil
-
yuv2rgb_fun typedef uses int parameters, not uint32_t (fixes some compiler2001-08-31, by jkeil
-
Fix two memory accesses to unallocated memory (detected by electric fence)2001-08-31, by jkeil
-
play->pause fix ?2001-08-31, by pontscho
-
stop fixed2001-08-31, by arpi
-
async reply fix ?2001-08-31, by pontscho
-
fix skin change2001-08-31, by pontscho
-
move skin changing here.2001-08-31, by pontscho
-
fix cancel2001-08-31, by pontscho
-
fix sub redraw2001-08-31, by pontscho
-
fix after stop redraw. vagy nem.2001-08-31, by pontscho
-
fix stop subimage2001-08-31, by pontscho
-
add mplayer.h2001-08-31, by pontscho
-
add dealloc func2001-08-31, by pontscho
-
nosound fixed. again. :(2001-08-30, by arpi
-
fix subvindov2001-08-30, by pontscho
-
stop fix, fileselector worx2001-08-30, by arpi
-
fix load2001-08-30, by pontscho
-
fix compilation2001-08-30, by arpi
-
stop fixed, fileselector supp. maybe not work, couldn't test2001-08-30, by arpi
-
i say: fix keyhandling2001-08-30, by pontscho
-
*** empty log message ***2001-08-30, by gabucino
-
key handling fix2001-08-30, by pontscho
-
fix gui support2001-08-30, by pontscho
-
win->state fix2001-08-30, by pontscho
-
redaw fix2001-08-30, by pontscho
-
optim fix ;))))))2001-08-30, by pontscho
-
chane wsMoveTop... func.2001-08-30, by pontscho
-
move fix2001-08-30, by pontscho
-
hm. optim2001-08-30, by pontscho
-
add x11_common.h2001-08-30, by pontscho
-
fix gui support2001-08-30, by pontscho
-
*** empty log message ***2001-08-30, by gabucino
-
az2001-08-30, by pontscho
-
stop/pause/seek gui2001-08-30, by arpi
-
pause/play2001-08-30, by arpi
-
fix play->pause bug2001-08-30, by pontscho
-
eh. double screen size fix.2001-08-30, by pontscho
-
set current_module for OSD2001-08-30, by arpi
-
gui info2001-08-30, by arpi
-
gcc 2.96 info2001-08-30, by arpi
-
normal size2001-08-30, by pontscho
-
ehh. sizeof(pointer) bug fixed...2001-08-29, by arpi
-
fixed ehh.2001-08-29, by arpi
-
-dumpsub works for avi, then dumps .sub file2001-08-29, by arpi
-
subdump2001-08-29, by arpi
-
that's more like it, who's intimidating who now, big city, eh?2001-08-29, by eyck
-
re-install install dir, which I removed before I checked what's causing problems2001-08-29, by eyck
-
fix vo_window again2001-08-29, by pontscho
-
*** empty log message ***2001-08-29, by pontscho
-
fullscreen fixed2001-08-29, by pontscho
-
ws.h/app.h2001-08-29, by pontscho
-
largefile printf fix2001-08-29, by arpi
-
resize2001-08-29, by pontscho
-
vo_window bug fixed2001-08-29, by pontscho
-
fix play -> pause button2001-08-29, by pontscho
-
fix poti2001-08-29, by pontscho
-
*** empty log message ***2001-08-29, by gabucino
-
*** empty log message ***2001-08-29, by gabucino
-
fix fullscreen2001-08-29, by pontscho
-
add half gui support2001-08-29, by pontscho
-
add filename drawing2001-08-29, by pontscho
-
enable filename drawing2001-08-29, by pontscho
-
fix playing2001-08-29, by pontscho
-
fix signalhandling2001-08-29, by pontscho
-
fix sinal handling2001-08-29, by pontscho
-
Rearranged C++ check.2001-08-29, by atmos4
-
Added C++ compiler/runtime enviroment detection and enabled ppc detection.2001-08-29, by atmos4
-
nosound problems fixed2001-08-28, by arpi
-
sig11 for abs seek in bad avi file fixed2001-08-28, by arpi
-
getch2 vs. gui fixed2001-08-28, by arpi
-
gui seekbar position fixed2001-08-28, by arpi
-
examples and started cleanup of rules by andre.dahlqvist@telia.com2001-08-28, by eyck
-
Handle X11 displays with multiple depths.2001-08-28, by jkeil
-
can't stop commiting :)2001-08-28, by gabucino
-
cleanup, sorry2001-08-28, by pontscho
-
fix hprogressbar2001-08-28, by pontscho
-
Remove superfluous 'const' parameter attributes to fix some compiler warnings2001-08-28, by jkeil
-
changes according to OSD calculations2001-08-28, by atlka
-
corrections to OSD progbar position calculations2001-08-28, by atlka
-
Move the sun audio driver near the start of the list of audio drivers, so2001-08-28, by jkeil
-
checking range of vo_osd_progbar_value added2001-08-28, by atlka
-
GUI stuff. now seeking works, and xmga renders to video window2001-08-27, by arpi
-
small fix2001-08-27, by arpi
-
No need for TVout/fbset/fbset.8, it conflicts with the one distributed by debian2001-08-27, by eyck
-
No need for install tmp/usr/bin, dh_installdirs does that already2001-08-27, by eyck
-
no need for TVout/fbset/fb.modes.52001-08-27, by eyck
-
Fix "echo -n" problems on solaris for the new GUI stuff.2001-08-27, by jkeil
-
*** empty log message ***2001-08-27, by gabucino
-
*** empty log message ***2001-08-27, by gabucino
-
moved to doc.html2001-08-27, by gabucino
-
*** empty log message ***2001-08-27, by gabucino
-
Do not overwrite memory in the width%8 == 0 case2001-08-27, by jkeil
-
bgcolor=white, codecs-status url fixed2001-08-27, by arpi
-
background color changed from black...2001-08-27, by arpi
-
Applied quit via windowbutton patch.2001-08-27, by atmos4
-
GUI integration, step 12001-08-27, by arpi
-
codecs.conf message...2001-08-27, by arpi
-
misc fixes/cleanup, Skin path stuff fixed2001-08-26, by arpi
-
shmem.c removed2001-08-26, by arpi
-
manpages location is now hopefully finally fixed.2001-08-26, by eyck
-
Arial font2001-08-26, by gabucino
-
*** empty log message ***2001-08-26, by gabucino
-
*** empty log message ***2001-08-26, by gabucino
-
removed delay debug printf, better 'active delay'2001-08-26, by arpi
-
gtk exit cleanup2001-08-26, by arpi
-
DGA2 ifdefs, new mainloop/timer stuff2001-08-25, by arpi
-
fixed ugly gtkChildPID=getppid(); bug2001-08-25, by arpi
-
commented, timer code disabled (see ws.c)2001-08-25, by arpi
-
commented2001-08-25, by arpi
-
fixed initDebug(0 parameter2001-08-25, by arpi
-
GUI support (--enable-gui)2001-08-25, by arpi
-
GUI version n-12001-08-25, by arpi
-
aaah, Andre Dahlqvist suggest using zlib1g-dev instead of meta libz-dev.2001-08-25, by eyck
-
man goes to /usr/share2001-08-25, by eyck
-
-vo help fixed2001-08-25, by arpi
-
codecs.html renamed to codecs-status.html2001-08-25, by arpi
-
*** empty log message ***2001-08-25, by gabucino
-
*** empty log message ***2001-08-25, by gabucino
-
*** empty log message ***2001-08-25, by gabucino
-
*** empty log message ***2001-08-25, by gabucino
-
*** empty log message ***2001-08-24, by gabucino
-
Gabu, you've corrected the missing <LI> things but ...2001-08-24, by lgb
-
*** empty log message ***2001-08-24, by gabucino
-
Oops, remove some debug code in the configure script.2001-08-24, by jkeil
-
Enable mediaLib support for Solaris on UltraSPARC CPUs2001-08-24, by jkeil
-
Add a few ifdefs, so that the code compiles on old solaris releases (2.6 and 7)2001-08-24, by jkeil
-
added memalign detection, maps to malloc if fails.2001-08-24, by atmos4
-
Resolved endianess issues.2001-08-24, by zybi
-
Described encodings issues in more details.2001-08-24, by zybi
-
Added --unicode switch. This is for UTF-8 encoded subtitles.2001-08-24, by zybi
-
Show filename on beginning of playback.2001-08-24, by atmos4
-
works now (two typing mistakes caused compilation errors)2001-08-23, by folke
-
avi info changed, artist->author, subject->title2001-08-23, by arpi
-
print AVI info block (copyright,artist etc) (-v only)2001-08-23, by arpi
-
fix for debian potato2001-08-23, by eyck
-
Typo: #ifndef -> #ifdef2001-08-23, by jkeil
-
*** empty log message ***2001-08-23, by gabucino
-
install man accordingly to Debian Policy2001-08-23, by eyck
-
addedd #ifdefs to uninit2001-08-23, by arpi
-
html in single file.2001-08-23, by eyck
-
directshow uninit2001-08-23, by arpi
-
Applied patch by Bohdan.2001-08-23, by atmos4
-
More data added.2001-08-23, by eyck
-
preliminary linuxdoc version of docs in polish. this is not only unfinished2001-08-23, by eyck
-
file_format -> demuxer->file_format2001-08-23, by arpi
-
num_elementary_packets1xx reset2001-08-23, by arpi
-
parse_es init fixed2001-08-23, by arpi
-
freeing video buffer2001-08-23, by arpi
-
new field: inited2001-08-23, by arpi
-
zeroing picture struct2001-08-23, by arpi
-
dec_video uninit2001-08-23, by arpi
-
shmem_alloc->memalign2001-08-23, by arpi
-
shmem_alloc->memalign, adding function to free memory2001-08-23, by arpi
-
fixed duplicated loading of sub2001-08-23, by arpi
-
make automatic subfile detection working with many files2001-08-23, by atlka
-
typos, small fixes2001-08-23, by arpi
-
no need for dep2001-08-23, by eyck
-
added draw_alpha_XXXX functions, draw_alpha_func<=correct one in init2001-08-23, by atlka
-
Blah2001-08-23, by atmos4
-
Renamed dvd.html (cdrom&dvd info)2001-08-23, by lgb
-
DOCS->etc2001-08-23, by arpi
-
free demux/ds/sh2001-08-22, by arpi
-
free'ing priv struct2001-08-22, by arpi
-
free stream/demuxer. continue playback with next file if error found2001-08-22, by arpi
-
Fixup to vplayer subtitle submitted to sourceforge by Igor Wojnicki2001-08-22, by eyck
-
initial multifile support2001-08-22, by arpi
-
MSGTR_Exit_error added2001-08-22, by arpi
-
fixed mga uninit2001-08-22, by arpi
-
do table permutation only once2001-08-22, by arpi
-
no need for nasm2001-08-22, by eyck
-
Changes to debian packaging based on patches by Josip Rodin (joy debian org)2001-08-22, by eyck
-
exit->return2001-08-22, by arpi
-
status management2001-08-22, by arpi
-
exit() -> return NULL2001-08-22, by arpi
-
old, unused stuff -> remoevd2001-08-22, by arpi
-
multifile support in config parser2001-08-22, by arpi
-
seeking flags implemented: 0x1=rel/abs and 0x2=time/percent2001-08-22, by arpi
-
absolute seek debugging with 1-8 keys (disabled by default)2001-08-22, by arpi
-
removed ugly switch/goto hack2001-08-22, by arpi
-
not mine2001-08-22, by gabucino
-
*** empty log message ***2001-08-22, by gabucino
-
added demuxer->seekable flag to generalize seeking ability test2001-08-22, by arpi
-
printf added to seq. header error handlers2001-08-22, by arpi
-
removed 0.172001-08-22, by arpi
-
Changed my email address.2001-08-22, by zybi
-
test -e file => test -f file (for bourne shell / solaris)2001-08-22, by jkeil
-
libdvdread desc.2001-08-22, by nick
-
argh. yet another ugly bug: missing --dvd_angle2001-08-22, by arpi
-
some debug messages2001-08-21, by arpi
-
removed double +angle stuff2001-08-21, by arpi
-
DOCS/codecs.conf -> etc/codecs.conf2001-08-21, by arpi
-
removed - old, unmaintained stuff2001-08-21, by arpi
-
new, splitted, etc dox2001-08-21, by gabucino
-
they've been moved to html2001-08-21, by gabucino
-
*** empty log message ***2001-08-21, by gabucino
-
ugly seeking bug fixed, correct multiangle seek implemented2001-08-21, by arpi
-
Provide a better default for the DVD device on solaris.2001-08-21, by jkeil
-
NASM no longer required.2001-08-21, by atmos4
-
Some cleanups.2001-08-21, by zybi
-
if option -sub filename.utf then switch sub_utf8 on2001-08-21, by atlka
-
Applied bohdans patch.2001-08-21, by atmos4
-
minor changes according to OSD2001-08-21, by atlka
-
Happy configure version bumping (bugfix of bugfix).2001-08-21, by atmos4
-
Fixed small flying thingy..erm bug with css vs. libdvdread.2001-08-21, by atmos4
-
Made -bps default.2001-08-21, by atmos4
-
libdvdread desc.2001-08-21, by nick
-
fixed seeking (now allows seeking before start position)2001-08-20, by arpi
-
libDVDread support2001-08-20, by arpi
-
seeking in DVD2001-08-20, by arpi
-
new type: DVD2001-08-20, by arpi
-
DVD added2001-08-20, by arpi
-
Commented out annoying printfs with -autoq.2001-08-20, by atmos4
-
draw speedups, cut text if too many lines2001-08-20, by atlka
-
*** empty log message ***2001-08-20, by gabucino
-
now in german2001-08-20, by folke
-
more magzar2001-08-19, by arpi
-
msg translation by Bohdan Horst <nexus@hoth.amu.edu.pl>2001-08-19, by arpi
-
merge with Gabucino2001-08-18, by arpi
-
open.c/demuxer.c messages translated2001-08-18, by arpi
-
more messages for translator :)2001-08-18, by arpi
-
ehh. mp_msgt->mp_msg2001-08-18, by arpi
-
erros emssages moved to help_mp.h for translation2001-08-18, by arpi
-
error messages added2001-08-18, by arpi
-
*** empty log message ***2001-08-18, by gabucino
-
typo fixed2001-08-18, by folke
-
*** empty log message ***2001-08-17, by gabucino
-
aalib 1.4.X incombatibility fixed2001-08-17, by folke
-
now linux/curses detection works2001-08-17, by folke
-
osd problem with YV12 fixed2001-08-17, by folke
-
minor changes according to subtitle positioning2001-08-17, by atlka
-
changes according to max of vo_font->pic_a[font]->h for the last line of subs2001-08-17, by atlka
-
vo_font SEGFAULT fixed2001-08-17, by arpi
-
updated2001-08-17, by arpi
-
updated2001-08-17, by arpi
-
skip lines with negative y position if there is too many lines to display2001-08-17, by atlka
-
modifications to use variable number of arguments in #define with GCC2001-08-17, by atlka
-
printf->mp_msg/mp_dbg2001-08-17, by arpi
-
updated2001-08-17, by arpi
-
exporting DEBUG2001-08-17, by arpi
-
mp_msg init2001-08-16, by arpi
-
constans shortend2001-08-16, by arpi
-
new message printing system2001-08-16, by arpi
-
more verbose videomode selection2001-08-16, by szabi
-
exception stuff fixed2001-08-16, by arpi
-
fixes2001-08-16, by arpi
-
error handling2001-08-16, by arpi
-
Indeo5ds-YV12 disabled (broken)2001-08-16, by arpi
-
*** empty log message ***2001-08-16, by gabucino
-
Start/Stop state flag fixed - requires for brightness/contrast/etc stuff...2001-08-16, by arpi
-
define USE_OSD / USE_SUB fixes2001-08-16, by folke
-
changes made for vo_aa2001-08-16, by folke
-
*** empty log message ***2001-08-16, by zybi
-
minor changes in sub.c2001-08-16, by atlka
-
changes according to proper subfont bar positioning and char spaceing - sub.c2001-08-16, by atlka
-
alloc frame buffer for directshow codec - requires for avifile sync2001-08-16, by arpi
-
display number of decoded frames (for progr. mpeg2)2001-08-16, by arpi
-
big avifile sync - from now we have common code2001-08-16, by arpi
-
updated2001-08-16, by arpi
-
UnregisterComClass added2001-08-16, by arpi
-
*** empty log message ***2001-08-15, by gabucino
-
*** empty log message ***2001-08-15, by gabucino
-
Small update.2001-08-15, by atmos4
-
'--disable-sdl;; _aa=no' fixed2001-08-15, by folke
-
All aalib options can be passed to aalib (-aaXXX), also -aahelp is new2001-08-15, by folke
-
New feature for option processing: CONF_TYPE_FUNC_FULL2001-08-15, by folke
-
added vo_aa section2001-08-15, by folke
-
AAlib section updated2001-08-15, by folke
-
Added SSE note by Bohdan Horst.2001-08-15, by atmos4
-
AFMT_AC3 fixed2001-08-15, by arpi
-
*** empty log message ***2001-08-15, by gabucino
-
silly bug fixed - thanx Szekeres Istvan <szekeres@webvilag.com>2001-08-15, by arpi
-
o_bps changes for hwac3 driver2001-08-15, by arpi
-
ac3/spdif patch by German Gomez Garcia <german@piraos.com>2001-08-15, by arpi
-
Fix OSD, small misspelling.2001-08-15, by atmos4
-
updated2001-08-15, by arpi
-
fixed BITMAPINFO struct length truncation (WMV8)2001-08-15, by arpi
-
segfault fixed2001-08-15, by arpi
-
Spelling mistakes fixed2001-08-14, by folke
-
Spelling mistakes fixed2001-08-14, by folke
-
*** empty log message ***2001-08-14, by gabucino
-
write fault error fixed2001-08-14, by folke
-
*** empty log message ***2001-08-14, by gabucino
-
vo_aa: configurable now2001-08-14, by folke
-
Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compile2001-08-14, by jkeil
-
*** empty log message ***2001-08-14, by gabucino
-
Use the standard mplayer config test for finding libraries, so that it can2001-08-14, by jkeil
-
*** empty log message ***2001-08-14, by gabucino
-
*** empty log message ***2001-08-14, by gabucino
-
small changes to erase only needed place (rectangles doesn't overlap)2001-08-14, by atlka
-
Added cool aalib vo driver.2001-08-14, by atmos4
-
In case the open on the dvd device fails, print some hints based on errno2001-08-14, by jkeil
-
Removed D key for doublesize, already clobbered by framedrop.2001-08-14, by atmos4
-
update pts to obtain OSD time display change while rewinding/forwarding2001-08-14, by atlka
-
speed optimized :)2001-08-13, by arpi
-
upgraded to 1.0b version by Artur Zaprzala <artur.zaprzala@talex.com.pl>2001-08-13, by arpi
-
modified mplayer.c to rewert to PLAY after rewinding after 1 sec2001-08-13, by atlka
-
libvo/sub.c corrections2001-08-13, by atlka
-
atlka@pg.gda.pl:2001-08-13, by atlka
-
changes according to -utf8 option, draw_osd() function added2001-08-13, by atlka
-
*** empty log message ***2001-08-13, by gabucino
-
terrible -idx bug fixed, thanx to Raphael Manfredi2001-08-12, by arpi
-
PTS calc updates, fixes, cleanups, mess...2001-08-12, by arpi
-
seek.c moved to demuxer.c, stream_reset in new_demuxer()2001-08-12, by arpi
-
cleanup...2001-08-12, by arpi
-
add define of DEFAULT_CDROM_DEVICE2001-08-12, by arpi
-
SetCodecPath -> win32_codec_name2001-08-12, by arpi
-
*** empty log message ***2001-08-12, by gabucino
-
print BITMAPINFOHDR too2001-08-12, by arpi
-
return type of stream_seek changed void->int2001-08-12, by arpi
-
MOV file support - not works yet2001-08-12, by arpi
-
ffmpeg prints moved to verbose=22001-08-12, by arpi
-
raw (uncompressed) video codec2001-08-11, by arpi
-
better fix - now it's backward compatible2001-08-11, by arpi
-
VCD fix2001-08-11, by arpi
-
AVI demuxer cleanups, fileformat-dependent stuff moved to priv_t2001-08-11, by arpi
-
updated2001-08-11, by arpi
-
*** empty log message ***2001-08-11, by gabucino
-
--enable-streaming fix2001-08-11, by arpi
-
AVI pts/seek fixes, VBR support, faster NI seek2001-08-11, by arpi
-
*** empty log message ***2001-08-10, by gabucino
-
*** empty log message ***2001-08-10, by gabucino
-
ehh. yet anouther silly a_pts bug2001-08-10, by arpi
-
silly a_pts bug2001-08-09, by arpi
-
Applied vladimirs freebsd patch (largefile default on freebsd and misc)2001-08-09, by atmos4
-
more optimization2001-08-09, by arpi
-
using OPTFLAGS and CC from config.mak2001-08-09, by arpi
-
some optimization2001-08-09, by arpi
-
dirty fix to get it work with glibc 2.1.x, and changed blur algorithm2001-08-09, by arpi
-
mplayer font-generator GIMP plugin by lanzz@lanzz.org2001-08-09, by arpi
-
freebsd fix2001-08-09, by arpi
-
stream opening -> open.c, initialframes ignored2001-08-09, by arpi
-
format-specific seeking code moved to demuxer_ stuff2001-08-08, by arpi