Mercurial > mplayer.hg
graph
-
Add support for "Safer Mode Extensions", "Supplemental SSE3", "Direct Cache Access"2006-10-01, by gpoirier
-
Add copyright notice and vim/emacs comments to libass and vf_ass.c.2006-10-01, by eugeni
-
Work around ln limitations on MinGW.2006-10-01, by diego
-
Remove unused variables.2006-10-01, by diego
-
Reset demuxer->sub (consistently with audio and video) after seeking and at the end2006-10-01, by nicodvb
-
Fixed typos and some translation errors.2006-10-01, by voroshil
-
Fix broken parse_time_size, it would cause MPlayer to parse its parameter twice,2006-09-29, by reimar
-
correct parameter value case for -pvr vmode option2006-09-29, by ben
-
Remove another duplicate and useless ;2006-09-29, by reimar
-
Remove useless trailing ';'2006-09-29, by gpoirier
-
Convert strings to comments since they're never used,2006-09-29, by gpoirier
-
Do not compile with -DDEBUG by default.2006-09-29, by diego
-
Fix #ifdef indentation.2006-09-29, by diego
-
bug fix for replaying files when double clicking in the playlist.2006-09-28, by vayne
-
in case of errors after decoding quit the main decoding2006-09-27, by nicodvb
-
updated en and fr man pages with changes introduced by new pvr layer2006-09-27, by ben
-
updated ChangeLog due to new pvr handling2006-09-27, by ben
-
Sync section removal.2006-09-27, by diego
-
fixes by jerome ferrari2006-09-27, by gpoirier
-
Lots of fixes by Jerome Ferrari2006-09-27, by gpoirier
-
Some fixes by Jerome Ferrari2006-09-27, by gpoirier
-
Add support for YUVJ formats2006-09-27, by lucabe
-
Fix longstanding drag and drop bug: Only n-1 files get played when n files2006-09-27, by diego
-
r19974: Update gcc section. Some rewording.2006-09-27, by voroshil
-
r19973: Remove outdate, obsolete and inflammatory rants section.2006-09-27, by voroshil
-
r19975: Also mention sysctl for adjusting RTC settings.2006-09-27, by kraymer
-
cosmetics: reformatting, aligning2006-09-27, by kraymer
-
r19973: Remove outdate, obsolete and inflammatory rants section2006-09-27, by kraymer
-
r19979: after a long time, finally i could add -endpos option to mplayer..2006-09-27, by kraymer
-
vo_caca: use the pre-1.x compatibility layer so recent2006-09-26, by corey
-
Add matroska v2 (SimpleBlock) support.2006-09-25, by eugeni
-
cosmetic renames because pvr support will soon be less ivtv driver dependant2006-09-25, by ben
-
sync up to rev.191342006-09-25, by ptt
-
nit: Subversion revision numbers are referenced as r12345.2006-09-25, by diego
-
after a long time, finally i could add -endpos option to mplayer executable.2006-09-25, by ptt
-
sync'd up to rev.185702006-09-25, by ptt
-
sync'd up to (yet) CVS rev.1.1289 thanks to translation by daniele forghieri2006-09-25, by ptt
-
cosmetics2006-09-24, by diego
-
Also mention sysctl for adjusting RTC settings.2006-09-24, by diego
-
Update gcc section, some rewording.2006-09-24, by diego
-
Remove outdate, obsolete and inflammatory rants section.2006-09-24, by diego
-
Cosmetics: add some comments.2006-09-24, by eugeni
-
Shadow support in libass.2006-09-24, by eugeni
-
Remove version.h on distclean.2006-09-24, by diego
-
Remove copy and paste error from FFmpeg sync, MPlayer does not support2006-09-24, by diego
-
Free memory in ass_synth_done().2006-09-24, by eugeni
-
interpolate real fps of dvr-ms files using the extended stream properties.2006-09-24, by nicodvb
-
Make fill_buffer function check for stream eof, fixes hang at eof (bug #580)2006-09-24, by reimar
-
Improve swscale-example to test conversions between all the possible2006-09-24, by lucabe
-
simplifications, any error from libnut is fatal2006-09-23, by ods15
-
sync to new libnut2006-09-23, by ods15
-
Reduce size of non-blurred bitmaps.2006-09-23, by eugeni
-
Cosmetics. Change indentation of block of code to make it consistent with2006-09-23, by eugeni
-
Missing part of previous patch to demux_real.c (revision 19958)2006-09-23, by reimar
-
move video memory info printf before the WIN32 workaround2006-09-23, by faust3
-
int->unsigned to avoid crash to sign extension, partially fixes bug #5802006-09-23, by reimar
-
Cosmetics and comments.2006-09-23, by rik
-
Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>2006-09-23, by rik
-
Update with more mime types.2006-09-23, by diego
-
Avoid buffer overflow: memory has do be allocated accordingly when overwriting a string!2006-09-23, by reimar
-
Do not assign constant string to audio_driver_list, it is supposed2006-09-23, by reimar
-
Fix the sound mute switch in the GUI menu by moving the corresponding2006-09-23, by diego
-
Fix audio stream switching with demux_mkv:2006-09-23, by reimar
-
verbosity--;2006-09-23, by diego
-
when changing chapter, in the osd print the channel number in a more natural form:2006-09-23, by nicodvb
-
Add forgotten emms which caused weird bugs like nan pts values.2006-09-23, by reimar
-
Better fix_outline implementation. No more "fix_outline failed" messages,2006-09-23, by eugeni
-
Fix width -> orig_width typo causing subtitles to be too far to the right2006-09-22, by reimar
-
Whitespace-only cosmetics2006-09-22, by reimar
-
Aggregate multiple small EOSD textures into one large since hundreds of2006-09-22, by reimar
-
Cosmetics: move curtex++ out of for () into code body, needed for coming patch2006-09-22, by reimar
-
use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 02006-09-22, by reimar
-
Make genEOSD behaviour with NULL data more explicit2006-09-22, by reimar
-
Modify clearEOSD to make experimenting easier2006-09-22, by reimar
-
remove useless zero-initialization code.2006-09-22, by reimar
-
Move calculation of text parameters (number of lines, height, etc.) from2006-09-22, by eugeni
-
Move variable declaration to a more deeply nested block. It is not used outside of it.2006-09-22, by eugeni
-
Add missing conversion from IMGFMT_I420 to PIX_FMT_YUV420P.2006-09-22, by corey
-
synced to 14.9.20062006-09-22, by jheryan
-
r19927: Fix typos noticed by Paul TT.2006-09-22, by kraymer
-
remove some unbreakable lines roff errors.2006-09-22, by gpoirier
-
better rounding for audio_delay_fix in muxer_avi.c2006-09-22, by ods15
-
sync up to (yet) CVS rev. 1.12602006-09-22, by ptt
-
Try .mxf with libavformat first, works around a too greedy mpeg-demuxer2006-09-22, by reimar
-
Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn't2006-09-22, by reimar
-
synced with r199272006-09-22, by gpoirier
-
Fix typos noticed by Paul TT.2006-09-22, by diego
-
cosmetics2006-09-22, by diego
-
Cosmetics: fix indentation after last commit.2006-09-21, by eugeni
-
Fix FT_Stroker use in libass. The previous variant ended up with 0-width2006-09-21, by eugeni
-
In r19831, font size multiplier was mistakenly applied to border width.2006-09-21, by eugeni
-
Add conversion from IMGFMT_Y8 to PIX_FMT_GRAY82006-09-21, by lucabe
-
change help_mp-de.h charset to UTF-82006-09-21, by kraymer
-
made file-static new_dvdnav_stream() and dvdnav_stream_read()2006-09-20, by nicodvb
-
removed definitions of no more used or file-static functions2006-09-20, by nicodvb
-
introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);2006-09-19, by nicodvb
-
removed old dvdnav_event definitions2006-09-19, by nicodvb
-
show in the osd the number of the button selected by the mouse2006-09-19, by nicodvb
-
removed dead code2006-09-19, by nicodvb
-
Іnitial button value is -1. Only (button>0) is a correct button selection.2006-09-19, by jonas
-
removed mention of dvdnav_event2006-09-19, by nicodvb
-
Sort events by ReadOrder (if both layer and start time are equal).2006-09-19, by eugeni
-
Set ReadOrder values for external subtitles.2006-09-19, by eugeni
-
Calculate text bounding box in such way that it does not depend on the height2006-09-19, by eugeni
-
Remove just the targets, not the original codecs.2006-09-19, by diego
-
Cosmetics: fix indentation after last commit.2006-09-19, by eugeni
-
Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.2006-09-19, by eugeni
-
sync with r198812006-09-19, by gpoirier
-
Allow shared libavcodec, but explain the implications.2006-09-19, by rathann
-
Add (if applicable) footnote to binary codecs in the feature list.2006-09-18, by rathann
-
fix for disabling screensaver when in fullscreen mode while using the sub window.2006-09-18, by vayne
-
demuxer->movi_end is updated after ds_fill_buffer(),2006-09-18, by nicodvb
-
permit seeking to 0: there's no reason to prevent it2006-09-18, by nicodvb
-
in the previous commit I forgot to set s->end_pos=02006-09-18, by nicodvb
-
at titleset change call update_title_len() to reset stream->end_pos2006-09-18, by nicodvb
-
don't seek until dvdnav_get_position() returns something meaningful2006-09-18, by nicodvb
-
Fix a stupid bug in list concatenation.2006-09-18, by eugeni
-
synced with r198952006-09-18, by Gabrov
-
When the hardware sample format is AC3, do not force using an hardcoded2006-09-18, by cladisch
-
Replace preprocessor hacks to work around compilers not supporting named2006-09-18, by diego
-
When one of the PCM configuration function in init() fails, abort2006-09-18, by cladisch
-
configure should fall back on -mcpu=pentium4 if -mcpu=prescott2006-09-18, by diego
-
Replace silly compilation shell scripts by a simple Makefile.2006-09-18, by diego
-
Fix compilation, too few arguments to fputs.2006-09-18, by diego
-
Fix stupid use of multiplication to check signs which fails because of2006-09-18, by uau
-
Restore original copyright notice as found in xine and xine-mms where this2006-09-18, by diego
-
fix "groff comment issue" (' at beginning of line)2006-09-18, by kraymer
-
r19881: Shorten scale filter parameter names to avoid excessive line length.2006-09-18, by kraymer
-
Add hint about how to check man pages for markup errors.2006-09-18, by diego
-
Add --disable-dvdnav to help output.2006-09-18, by diego
-
roff markup fixes2006-09-18, by diego
-
Shorten scale filter parameter names to avoid excessive line length.2006-09-18, by diego
-
synced with r198792006-09-17, by Gabrov
-
Reduce code duplication in init_render_context().2006-09-17, by eugeni
-
Remove the dependency of libswscale on img_format.h2006-09-17, by lucabe
-
better description of set_mouse_pos.2006-09-17, by nicodvb
-
Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()2006-09-17, by lucabe
-
Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)2006-09-17, by lucabe
-
Remove outdated graphics cards recommendations and fix wrong GTK dependency.2006-09-17, by diego
-
Reword the font section to be a bit more descriptive.2006-09-17, by diego
-
more appropriate translation for INTERACTIVE CONTROL2006-09-17, by kraymer
-
r19865: Wording improvements, document only one half of -mouse-movements flag option.2006-09-17, by kraymer
-
translation by Vladimir Voroshilov, voroshil gmail com2006-09-17, by voroshil
-
conditional declerations are unnecessary2006-09-17, by ods15
-
conditional declerations are unnecessary2006-09-17, by ods15
-
Add demux_nut to MPlayer repo2006-09-17, by ods15
-
Remove obsolete font generator Gimp plugin.2006-09-16, by diego
-
Wording improvements, document only one half of -mouse-movements flag option.2006-09-16, by diego
-
minor wording/spelling changes2006-09-16, by diego
-
The recent renaming of the gcc-checking switches to gcc-check was incomplete.2006-09-16, by diego
-
Subtract glyph bitmap from outline bitmap.2006-09-16, by eugeni
-
documented set_mouse_pos2006-09-16, by nicodvb
-
COSMETICS: fixed broken indentation2006-09-16, by nicodvb
-
documented -[no]mouse-movements2006-09-16, by nicodvb
-
when dvdnav is enabled associate MOUSE_BTN0 to dvdnav 6 (to simulate confirmation)2006-09-16, by nicodvb
-
removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kanera de2006-09-16, by nicodvb
-
Add \be (blur edges) support to libass.2006-09-16, by eugeni
-
Make blur() public. Will be used in libass.2006-09-16, by eugeni
-
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.2006-09-16, by eugeni
-
translation by Vladimir Voroshilov, voroshil gmail com2006-09-16, by voroshil
-
fix typos ("bytes" -> "Bytes")2006-09-16, by kraymer
-
Fixed missed sync tag, thanks to Andrew Savchenko2006-09-16, by voroshil
-
Change demuxer for "application/octet-stream" http streams from2006-09-15, by eugeni
-
don't uninit the video_out when using -fixed-vo; patch by Jonas Jermann2006-09-15, by nicodvb
-
disable multichannel mode, it never worked reliable2006-09-15, by faust3
-
r19839: Add repeated screenshot mode to vf_screenshot.2006-09-15, by kraymer
-
Add repeated screenshot mode to vf_screenshot.2006-09-15, by eugeni
-
Fix Irix build with gcc < 3.x, closes Bugzilla #572.2006-09-14, by diego
-
r19829: Improve TrueType font installation section2006-09-14, by voroshil
-
mmx implementation of yadif. 3.5x faster.2006-09-14, by lorenm
-
cosmetics (indentation)2006-09-14, by lorenm
-
cosmetics2006-09-14, by lorenm
-
r19832: remove leftover parenthesis2006-09-13, by kraymer
-
remove leftover parenthesis2006-09-13, by kraymer
-
Make font outline width proportional to movie resolution.2006-09-13, by eugeni
-
r19825: TrueType fonts now preferred over bitmap fonts, rewrite the font installation.2006-09-13, by kraymer
-
Improve TrueType font installation section.2006-09-13, by diego
-
Move subtitles and OSD section from the installation to the usage chapter.2006-09-13, by diego
-
Slightly restructure font installation section.2006-09-13, by diego
-
Move dvdcss.h to a dvdcss subdirectory, just like upstream libdvdcss does.2006-09-13, by diego
-
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.2006-09-13, by diego
-
r19823: Remove mpsub section, the format is documented in DOCS/tech.2006-09-13, by kraymer