Mercurial > mplayer.hg
graph
-
Use Bool type.2013-01-19, by ib
-
Remove unused wsWindow structure members.2013-01-19, by ib
-
Synced with help_mp-en.h rev. 357382013-01-19, by jrash
-
Use Bool type.2013-01-18, by ib
-
Enable resize handles for resizable windows only.2013-01-18, by ib
-
Make variables local.2013-01-18, by ib
-
Remove unnecessary #includes.2013-01-18, by ib
-
Cosmetic: Rename wItem guiItem.2013-01-18, by ib
-
Don't unnecessarily restrict property mask to 8 bits.2013-01-18, by ib
-
Don't set "normal size" check mark in menu by default.2013-01-18, by ib
-
Fix libvpx compilation.2013-01-18, by cehoyos
-
Support fourcc ZMP4.2013-01-18, by cehoyos
-
Remove parameter for border_width from wsWindowCreate().2013-01-18, by ib
-
Cosmetic: Change parameter names.2013-01-18, by ib
-
Cosmetic: Rename ws functions for the sake of consistency.2013-01-18, by ib
-
Don't close the display.2013-01-17, by ib
-
Remove unused structure member wGCV.2013-01-17, by ib
-
Make variable wsScreenDepth static.2013-01-17, by ib
-
Cosmetic: Adjust indent.2013-01-17, by ib
-
Cosmetic: Rename DepthOnScreen ScreenDepth.2013-01-17, by ib
-
Move wgIsRect from ws.h to gui.h.2013-01-17, by ib
-
Remove unused code.2013-01-17, by ib
-
Make functions static that only have file scope.2013-01-17, by ib
-
Cosmetic: Relocate some functions.2013-01-17, by ib
-
Fix bug introduced in r35757.2013-01-17, by ib
-
Remove unused code.2013-01-17, by ib
-
Remove pointless variable wsTrue.2013-01-17, by ib
-
Remove unused wsKeyTable.2013-01-17, by ib
-
Make variables static that only have file scope.2013-01-17, by ib
-
Cosmetic: Relocate and revise comments on code origin.2013-01-17, by ib
-
Remove unused code and declarations.2013-01-17, by ib
-
Save the correct video window position.2013-01-16, by ib
-
Don't unnecessarily and annoyingly move the video window.2013-01-16, by ib
-
Relocate some functions.2013-01-15, by ib
-
Switch statements.2013-01-15, by ib
-
Remove member SizeHint from wsWindow structure.2013-01-15, by ib
-
Remove confusing comment.2013-01-15, by ib
-
Remove symbolic constant wsNoBorder.2013-01-15, by ib
-
Add property wsAspect.2013-01-15, by ib
-
Cosmetic: Rename wsTWindow wsWindow.2013-01-15, by ib
-
Cosmetic: Change parameter names.2013-01-15, by ib
-
Cosmetic: Adjust indent.2013-01-15, by ib
-
Add the 'Mapped' information to wsMapWait().2013-01-15, by ib
-
Add wsMapWait().2013-01-15, by ib
-
Use wsSizeHint() in wsMoveWindow().2013-01-15, by ib
-
Add comments.2013-01-15, by ib
-
Cosmetic: Adjust indent.2013-01-15, by ib
-
Simplify wsSizeHint() by dropping parameter 'hints'.2013-01-15, by ib
-
Don't allow shrinking the main window.2013-01-14, by ib
-
Replace the call to vo_x11_sizehint().2013-01-14, by ib
-
Add new function wsSizeHint().2013-01-14, by ib
-
Remove the [ws] file information from the message text.2013-01-12, by ib
-
Add doxygen comments.2013-01-12, by ib
-
Change parameter type and name.2013-01-11, by ib
-
Remove unused declaration.2013-01-11, by ib
-
Make variable static that is only used inside the file.2013-01-11, by ib
-
Don't define a function by a macro.2013-01-10, by ib
-
Cosmetic: Use parameter name 'window' for a GtkWindow.2013-01-10, by ib
-
Remove Display parameter from wsEvents().2013-01-10, by ib
-
Restore GUI's X error handler after gtk_init().2013-01-10, by ib
-
Replace stderr output by mp_msg() error messages.2013-01-10, by ib
-
Use sizeof() instead of numeric constant.2013-01-10, by ib
-
Cosmetic: Adjust parameter names to r35725 and r35726 harmonization.2013-01-10, by ib
-
Cosmetic: Use lower case parameter name.2013-01-10, by ib
-
Cosmetic: Harmonize parameter names.2013-01-10, by ib
-
Remove unused declarations.2013-01-10, by ib
-
Pass parameter instead of using global variable.2013-01-10, by ib
-
Fix compilation with current FFmpeg.2013-01-10, by cehoyos
-
Cosmetic: Add and adjust comments.2013-01-10, by ib
-
Relocate GTK initialization.2013-01-10, by ib
-
Don't unconditionally set gtkDXR3Device.2013-01-10, by ib
-
Remove unnecessary initialization.2013-01-10, by ib
-
Make variables static that are only used inside the file.2013-01-10, by ib
-
Add a message indicating start of initialization of X.2013-01-10, by ib
-
Support FFmpeg 012v decoder.2013-01-06, by cehoyos
-
Fix a resource leak.2013-01-06, by upsuper
-
Call sanitize_os already in preinit function instead of only during init.2013-01-06, by reimar
-
Fix a rendering bug in vf_ass.2012-12-31, by upsuper
-
Fix compilation with latest FFmpeg.2012-12-30, by cehoyos
-
Fix missing screen clear with -nodouble.2012-12-24, by reimar
-
Disable direct rendering for non-ref frames only again, it still2012-12-24, by reimar
-
10l: Use correct variable name for libilbc config line.2012-12-23, by cehoyos
-
Support decoding lbc files.2012-12-23, by cehoyos
-
Allow libmng autodetection to test for "-lmng" and "-lmng -ljpeg".2012-12-22, by cehoyos
-
Reset video window after STOP (MP command or evStop) has been pressed.2012-12-22, by ib
-
Add support for FFmpeg's libilbc decoder.2012-12-22, by cehoyos
-
Fix compilation with current FFmpeg.2012-12-22, by cehoyos
-
sync with en/mplayer.1 rev. 356852012-12-21, by jrash
-
Replace ARMVFP by VFP as currrently used by FFmpeg.2012-12-20, by cehoyos
-
Cosmetic: Switch addends.2012-12-19, by ib
-
Fix bug with wrong video window size after end of fullscreen playback.2012-12-19, by ib
-
Add comment why seeking backward flag is used when2012-12-18, by reimar
-
Set AVSEEK_FLAG_BACKWARD also when seeking to the start of a file.2012-12-18, by reimar
-
Cosmetic: reindent.2012-12-18, by upsuper
-
Support decoding ABGR rawvideo streams.2012-12-18, by cehoyos
-
Support FFmpeg Silicon Graphics Motion Video Compressor 1 and 2.2012-12-18, by cehoyos
-
Support FFmpeg SGI RLE decoder.2012-12-18, by cehoyos
-
IMGFMT_RGB8 is not a palettised image format.2012-12-18, by cehoyos
-
Cosmetic: reindent & move defines out of function2012-12-17, by upsuper
-
Minor improvements to the mplmult script.2012-12-16, by reimar
-
Remove DOCS/xml/$(lang)/main.xml files with 'make distclean'.2012-12-15, by ib
-
Let 'make clean' remove all files that 'make' can regenerate.2012-12-15, by ib
-
Remove pointless #ifdef directives.2012-12-15, by ib
-
Attempt to fix -loop (when written after the file name) for2012-12-15, by reimar
-
Allow -ss 0 to seek to pts 0 instead of disabling seeking.2012-12-15, by reimar
-
Allow "nopts" as time specification, it might be useful in2012-12-15, by reimar
-
lavf muxer: set up stream aspect.2012-12-15, by reimar
-
Include inttypes.h in generated help messages file.2012-12-14, by ib
-
Add missing #ifdef directive.2012-12-14, by ib
-
Include config.h in generated help messages file.2012-12-14, by ib
-
Reduce register usage in an asm block.2012-12-14, by upsuper
-
Reduce register usage in an asm block.2012-12-14, by upsuper
-
Fix compilation with current FFmpeg git head.2012-12-13, by cehoyos
-
Rename consts & avoid using a GNU extension.2012-12-13, by upsuper
-
Put xmm7 clearance into each asm block.2012-12-13, by upsuper
-
Replace an unnecessary SSE4 instruction.2012-12-13, by upsuper
-
Reduce register usage to fix the compilation in x86.2012-12-13, by upsuper
-
Remove pointless condition.2012-12-12, by ib
-
Fix setting PlaylistNext after a playlist change.2012-12-12, by ib
-
Accelerate ass rendering by using SSE4 for yuv420p.2012-12-12, by upsuper