Mercurial > mplayer.hg
graph
-
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