Mercurial > mplayer.hg
graph
-
Fix code that detects streams temporarily lacking data to workWed, 28 Nov 2012 19:15:34 +0000, by reimar
-
AVI: when we cannot find packets for video or audio stream,Wed, 28 Nov 2012 19:13:39 +0000, by reimar
-
Remove variable assignment.Wed, 28 Nov 2012 13:46:24 +0000, by ib
-
Comment unused return value.Wed, 28 Nov 2012 12:23:28 +0000, by ib
-
Check chdir() return value to avoid race condition.Wed, 28 Nov 2012 12:14:46 +0000, by ib
-
Don't increment a pointer which might be null.Wed, 28 Nov 2012 11:57:52 +0000, by ib
-
Check stat() return value before utilizing its information.Wed, 28 Nov 2012 11:40:52 +0000, by ib
-
stream ftp: Remove unneeded castMon, 26 Nov 2012 23:42:36 +0000, by al
-
stream ftp: Use C99 designated initializersMon, 26 Nov 2012 23:39:56 +0000, by al
-
stream ftp: Set type to STREAMTYPE_STREAMMon, 26 Nov 2012 23:38:11 +0000, by al
-
stream ftp: open_f: Mark parameter file_format unusedMon, 26 Nov 2012 23:37:06 +0000, by al
-
stream ftp: Pass full buffer size to snprintfMon, 26 Nov 2012 23:36:00 +0000, by al
-
Fix vo_gl sometimes drawing a black image instead of the video.Mon, 26 Nov 2012 19:50:32 +0000, by reimar
-
Try to improve seeking in files with only few video packets,Mon, 26 Nov 2012 19:30:58 +0000, by reimar
-
Move isPlaylistStreamtype definition to util/list.h.Mon, 26 Nov 2012 11:32:50 +0000, by ib
-
Don't unconditionally reset Filename and StreamType if not playing.Mon, 26 Nov 2012 10:49:33 +0000, by ib
-
Simplify playlist handling by defining a symbolic constant.Mon, 26 Nov 2012 10:48:26 +0000, by ib
-
Disable frame dropping for codec delay flush.Sun, 25 Nov 2012 22:56:28 +0000, by reimar
-
Expand: when using DR clear the part of the image thatSun, 25 Nov 2012 19:37:21 +0000, by reimar
-
Check for a non-empty filename.Sun, 25 Nov 2012 15:51:38 +0000, by ib
-
A non-existing path shouldn't be an empty string.Sun, 25 Nov 2012 15:13:19 +0000, by ib
-
Avoid a duplicate strrchr() call.Sun, 25 Nov 2012 15:04:44 +0000, by ib
-
React more smoothly to user input/window redraw requestsSun, 25 Nov 2012 14:46:47 +0000, by reimar
-
vo_gl: react to expose events even when not paused.Sun, 25 Nov 2012 14:40:41 +0000, by reimar
-
Without current playlist item, reset guiInfo's Filename and StreamType.Sun, 25 Nov 2012 14:38:58 +0000, by ib
-
Fix incorrect mp_image allocations when the input format changes.Sun, 25 Nov 2012 14:18:12 +0000, by reimar
-
Allow setting guiInfo.Filename to NULL.Sun, 25 Nov 2012 14:17:23 +0000, by ib
-
Improve add_to_gui_playlist().Sun, 25 Nov 2012 12:24:02 +0000, by ib
-
Choose better variable name for current playlist item.Sun, 25 Nov 2012 11:55:07 +0000, by ib
-
Move add_to_gui_playlist() to util/list.c.Sun, 25 Nov 2012 11:51:35 +0000, by ib
-
Fix bitrate calculation for FLAC files.Sun, 25 Nov 2012 11:37:52 +0000, by reimar
-
Rename uiGotoTheNext uiProcessNextInPlaylist.Sat, 24 Nov 2012 15:54:22 +0000, by ib
-
gui/win32: Remove static from add_to_gui_playlistFri, 23 Nov 2012 21:47:31 +0000, by al
-
Add a version script to hide all symbols.Fri, 23 Nov 2012 20:53:54 +0000, by reimar
-
Add --large-address-aware to allow 32 bit Windows builds to useFri, 23 Nov 2012 20:34:49 +0000, by reimar
-
Fix auto-detection of MinGW as compile target.Fri, 23 Nov 2012 20:33:22 +0000, by reimar
-
Also free the noauth_url entry in the URL struct.Fri, 23 Nov 2012 19:26:01 +0000, by reimar
-
Pass pointer to start of allocated memory to free,Fri, 23 Nov 2012 19:21:36 +0000, by reimar
-
Fix segmentation fault with mouse button release.Fri, 23 Nov 2012 14:17:21 +0000, by ib
-
Cosmetic: Adjust indent.Fri, 23 Nov 2012 14:10:10 +0000, by ib
-
Prevent negative array index read.Fri, 23 Nov 2012 14:03:37 +0000, by ib
-
Always stick with current playlist item after a uiCurr() call.Fri, 23 Nov 2012 13:35:31 +0000, by ib
-
Remove dead code.Fri, 23 Nov 2012 12:44:53 +0000, by ib
-
Prevent floating point exception.Fri, 23 Nov 2012 12:30:44 +0000, by ib
-
Prevent unintended sign extension from int to long on 64-bit machines.Fri, 23 Nov 2012 12:08:56 +0000, by ib
-
Close the skin file after reading.Fri, 23 Nov 2012 10:31:07 +0000, by ib
-
Check return value after reading file.Fri, 23 Nov 2012 10:24:10 +0000, by ib
-
Don't use signed variable for file length.Fri, 23 Nov 2012 10:15:43 +0000, by ib
-
Pass guiApp's wsTWindow parameters always by reference (if possible).Fri, 23 Nov 2012 10:04:26 +0000, by ib
-
Remove dead code.Fri, 23 Nov 2012 09:25:54 +0000, by ib
-
Pass big parameter by reference rather than by value.Fri, 23 Nov 2012 09:20:49 +0000, by ib
-
Check array index.Fri, 23 Nov 2012 09:02:22 +0000, by ib
-
Don't consider URL portions a directory.Thu, 22 Nov 2012 14:32:37 +0000, by ib
-
Don't unconditionally delete the old playlist.Thu, 22 Nov 2012 14:13:43 +0000, by ib
-
Fix segmentation fault with mouse button release.Thu, 22 Nov 2012 14:01:41 +0000, by ib
-
Rename import_file_into_gui() add_to_gui_playlist().Thu, 22 Nov 2012 13:57:40 +0000, by ib
-
Add an URL loaded by the GUI to its playlist.Thu, 22 Nov 2012 13:13:29 +0000, by ib
-
Add a file loaded by the GUI to its playlist.Thu, 22 Nov 2012 13:12:15 +0000, by ib
-
Make import_file_into_gui() available.Thu, 22 Nov 2012 13:10:46 +0000, by ib
-
Fix memory leaks when error occurs.Thu, 22 Nov 2012 10:28:30 +0000, by upsuper