Mercurial > mplayer.hg
graph
-
Fix the precision loss in float -> 32bit conversion case, introducedWed, 06 Jul 2011 23:35:39 +0000, by iive
-
Fix compilation of the Win32 GUI after r33812.Tue, 05 Jul 2011 16:50:52 +0000, by ib
-
Rename GUI playtree import functions.Tue, 05 Jul 2011 15:04:00 +0000, by ib
-
Cosmetic: Rename GUI_X_EVENT GUI_HANDLE_X_EVENT.Tue, 05 Jul 2011 14:00:18 +0000, by ib
-
Make guiEventHandling() a gui() call.Tue, 05 Jul 2011 13:48:55 +0000, by ib
-
Cosmetic: Change prefix for symbolic constants from GMP to GUI.Tue, 05 Jul 2011 12:05:06 +0000, by ib
-
Remove gui() GMP_SET_DVD.Tue, 05 Jul 2011 11:34:26 +0000, by ib
-
Cosmetic: Adjust indent.Tue, 05 Jul 2011 11:03:03 +0000, by ib
-
Cosmetic: Rename symbolic constant MP_TRANSPARENT GMP_TRANSPARENT.Tue, 05 Jul 2011 11:01:24 +0000, by ib
-
Remove unused symbolic constant guiReDrawSubWindow.Tue, 05 Jul 2011 10:56:47 +0000, by ib
-
Cosmetic: Rename gui() parameter.Tue, 05 Jul 2011 10:54:16 +0000, by ib
-
Rename the gui() symbolic constants.Tue, 05 Jul 2011 10:47:51 +0000, by ib
-
Rename guiGetEvent() gui().Tue, 05 Jul 2011 09:33:09 +0000, by ib
-
Audio format conversion from float to int is not checked for overflow.Mon, 04 Jul 2011 22:24:52 +0000, by iive
-
Reindent, add empty lines.Mon, 04 Jul 2011 19:23:03 +0000, by reimar
-
Improve checks for when to try reconnecting to be more thorough and readable.Mon, 04 Jul 2011 19:21:59 +0000, by reimar
-
Pass streaming_ctrl eof on.Mon, 04 Jul 2011 19:14:06 +0000, by reimar
-
Ensure we do not add strange values to amount of buffered bytesMon, 04 Jul 2011 19:11:21 +0000, by reimar
-
Signal EOF vs. error also via streaming control API (not yet evaluated).Mon, 04 Jul 2011 19:10:17 +0000, by reimar
-
configure: cosmetics: Adjust comment in config.mak inclusion guard.Mon, 04 Jul 2011 00:36:08 +0000, by diego
-
configure: Add a fake version number to SLIBNAME_WITH_MAJOR in config.mak.Mon, 04 Jul 2011 00:36:05 +0000, by diego
-
Remove condition that is now always true.Sun, 03 Jul 2011 09:46:18 +0000, by reimar
-
Do not assign anything when a stream control returns an error.Sun, 03 Jul 2011 09:45:29 +0000, by reimar
-
Use proper format string for sizeof() type.Sat, 02 Jul 2011 23:27:19 +0000, by reimar
-
Remove pointless and in addition incorrect cast.Sat, 02 Jul 2011 23:26:05 +0000, by reimar
-
Use "const char *" type for paths.Sat, 02 Jul 2011 23:22:49 +0000, by reimar
-
Clean up some function prototypes.Sat, 02 Jul 2011 23:12:45 +0000, by reimar
-
Cosmetics: Fix strange space placement.Sat, 02 Jul 2011 22:59:40 +0000, by reimar
-
Fix type to match read_pnm arguments.Sat, 02 Jul 2011 22:55:52 +0000, by reimar
-
Increase video muxer output frame size.Sat, 02 Jul 2011 17:13:26 +0000, by iive
-
100l, forgot to test without -vobsub.Sat, 02 Jul 2011 08:17:45 +0000, by reimar
-
Add a hack to receive audio while probing video FPS.Fri, 01 Jul 2011 20:54:57 +0000, by reimar
-
Fix linking order to allow compiling against Debian unstable version of LIVE555.Fri, 01 Jul 2011 19:08:13 +0000, by reimar
-
Fix ridiculously slow LIVE555 test by sanity-checking the path forFri, 01 Jul 2011 18:58:13 +0000, by reimar
-
configure: Drop check for compiler support of named assembler arguments.Fri, 01 Jul 2011 17:48:29 +0000, by diego
-
Make vobsub options available in mencoder, though with my test fileFri, 01 Jul 2011 17:43:40 +0000, by reimar
-
corrected suboption stereo descriptions, and reformatted to be compliant with other sectionsFri, 01 Jul 2011 15:17:53 +0000, by ptt
-
add yv16 raw fourccFri, 01 Jul 2011 01:24:03 +0000, by compn
-
configure: Remove obsolete test for ARM pld instruction.Thu, 30 Jun 2011 11:58:49 +0000, by diego
-
Cosmetic: Move command MP_CMD_QUIT to the end.Wed, 29 Jun 2011 15:26:03 +0000, by ib
-
Don't let MPlayer directly call user interface functions.Wed, 29 Jun 2011 15:22:22 +0000, by ib
-
Rename guiGetEvent type guiSetDefaults guiNewFile.Wed, 29 Jun 2011 14:31:17 +0000, by ib
-
Don't let MPlayer directly call user interface functions.Wed, 29 Jun 2011 14:24:39 +0000, by ib
-
Use unsigned index variable for comparison with array size.Wed, 29 Jun 2011 13:37:04 +0000, by ib
-
Cosmetic: Arrange guiGetEvent() types in the sequence they are called.Wed, 29 Jun 2011 13:33:21 +0000, by ib
-
Remove unused guiGetEvent type guiSetFileName.Wed, 29 Jun 2011 13:16:35 +0000, by ib
-
Add missing #include "libavutil/common.h".Wed, 29 Jun 2011 11:38:21 +0000, by ib
-
Replace numeric constants for gtkEquChannels array size.Wed, 29 Jun 2011 11:35:58 +0000, by ib
-
Don't destroy the equalizer settings.Wed, 29 Jun 2011 11:21:09 +0000, by ib
-
Cosmetic: Rename variable dvdp dvd.Wed, 29 Jun 2011 10:53:15 +0000, by ib
-
Prefer previously assigned guiInfo.StreamTyp over stream->type.Wed, 29 Jun 2011 10:51:22 +0000, by ib
-
Make assignments to variables in guiGetEvent() only if needed.Wed, 29 Jun 2011 10:49:43 +0000, by ib
-
configure: Add SLIBNAME_WITH_MAJOR to config.mak to avoid Make warnings.Wed, 29 Jun 2011 10:48:55 +0000, by diego
-
Don't stop playing after a DXR3 demuxer type error.Wed, 29 Jun 2011 10:25:02 +0000, by ib
-
configure: Remove check for compiler support of 10 assembler operands.Wed, 29 Jun 2011 10:12:12 +0000, by diego
-
Cosmetic: Remove wrong comment.Wed, 29 Jun 2011 10:07:25 +0000, by ib