Mercurial > mplayer.hg
graph
-
demux_lavf: support subtitle-only formats.Fri, 30 Nov 2012 21:31:14 +0000, by reimar
-
Display correct subtitle language for demux_lavf.Fri, 30 Nov 2012 21:22:32 +0000, by reimar
-
Fix alpha for ASS subtitles.Fri, 30 Nov 2012 20:51:02 +0000, by reimar
-
af_format: support endianness conversion also for iec61937Fri, 30 Nov 2012 20:11:58 +0000, by reimar
-
Make AF_FORMAT_IS_IEC61937 include AF_FORMAT_IS_AC3.Fri, 30 Nov 2012 20:10:40 +0000, by reimar
-
ad_spdif: use the more specific AF_FORMAT_AC3_LE whenFri, 30 Nov 2012 20:08:29 +0000, by reimar
-
Do not call af_fmt2str on the same data over and over.Fri, 30 Nov 2012 19:30:07 +0000, by reimar
-
Replace outdated list of unsupported formats by list of supported formats.Fri, 30 Nov 2012 19:25:20 +0000, by reimar
-
Some spelling fixes.Fri, 30 Nov 2012 19:23:13 +0000, by reimar
-
Cosmetic: Correct indent.Fri, 30 Nov 2012 14:02:17 +0000, by ib
-
Add doxygen comments to actions.c.Fri, 30 Nov 2012 13:58:16 +0000, by ib
-
Cosmetic: Reindent.Fri, 30 Nov 2012 13:07:39 +0000, by upsuper
-
Add necessary and remove unnecessary #includes.Fri, 30 Nov 2012 12:59:20 +0000, by ib
-
Cosmetic: Switch two code lines.Fri, 30 Nov 2012 12:31:44 +0000, by ib
-
Cosmetic: Adjust indent and insert blank lines.Fri, 30 Nov 2012 12:25:03 +0000, by ib
-
Check return value to avoid segmentation fault.Fri, 30 Nov 2012 12:22:45 +0000, by ib
-
Use symbolic constants to set abs_seek_pos.Fri, 30 Nov 2012 12:17:29 +0000, by ib
-
Move uiProcessNextInPlaylist to the guiInfo structure.Fri, 30 Nov 2012 11:40:35 +0000, by ib
-
Create new header file gui.h.Fri, 30 Nov 2012 11:14:30 +0000, by ib
-
Fix bug introduced in r35521.Fri, 30 Nov 2012 11:01:09 +0000, by ib
-
Change pointless condition.Fri, 30 Nov 2012 09:57:49 +0000, by ib
-
Cosmetic: Prettify uiPrev().Fri, 30 Nov 2012 09:48:54 +0000, by ib
-
Don't treat STREAMTYPE_VCD differently in uiNext().Fri, 30 Nov 2012 09:42:23 +0000, by ib
-
Update MinGW cross-compilation instructions.Thu, 29 Nov 2012 17:57:38 +0000, by reimar
-
Do not fall back to 0 for samplerate when parser is not initialized.Thu, 29 Nov 2012 17:03:04 +0000, by reimar
-
Check and set track for DVDs just as for the other StreamTypes.Thu, 29 Nov 2012 15:10:27 +0000, by ib
-
Always set BITMAPINFOHEADER field biPlanes to 1, the only allowed value.Thu, 29 Nov 2012 14:58:39 +0000, by cehoyos
-
Fix bug with resetting guiInfo's Track.Thu, 29 Nov 2012 14:30:40 +0000, by ib
-
Don't unconditionally reset Track, Chapter and Angle after playback.Thu, 29 Nov 2012 14:23:26 +0000, by ib
-
Move the code to set guiInfo's Track, Chapter and Angle start values.Thu, 29 Nov 2012 14:11:03 +0000, by ib
-
Reset guiInfo's Track, Chapter and Angle after playback.Thu, 29 Nov 2012 14:00:02 +0000, by ib
-
Set track counter on guiPlaylistInitialize().Thu, 29 Nov 2012 13:51:15 +0000, by ib
-
Fix German translation of MSGTR_NoChapter.Thu, 29 Nov 2012 12:31:49 +0000, by ib
-
Reset RunningTime after playback.Thu, 29 Nov 2012 11:43:40 +0000, by ib
-
Cosmetic: Adjust indent.Thu, 29 Nov 2012 11:39:55 +0000, by ib
-
Don't unconditionally reset AudioChannels after playback.Thu, 29 Nov 2012 11:35:22 +0000, by ib
-
Prevent dropping last frames in vd_black.Thu, 29 Nov 2012 04:52:19 +0000, by upsuper
-
Change declaration to use proper type to avoid a ridiculousWed, 28 Nov 2012 19:43:03 +0000, by reimar
-
Merge declaration and initialization.Wed, 28 Nov 2012 19:36:55 +0000, by reimar
-
Remove unused define.Wed, 28 Nov 2012 19:28:57 +0000, by reimar
-
Remove unnecessary cast.Wed, 28 Nov 2012 19:27:43 +0000, by reimar
-
Do not decrement idx_pos if it is 0.Wed, 28 Nov 2012 19:23:03 +0000, by reimar
-
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
-
Use the same parameter type with malloc.Thu, 22 Nov 2012 08:40:47 +0000, by upsuper
-
Copyright file updates:Wed, 21 Nov 2012 21:44:49 +0000, by SubJunk
-
Use size_t instead of unsigned in address arithmetic.Wed, 21 Nov 2012 12:02:52 +0000, by upsuper
-
Add missing break.Wed, 21 Nov 2012 11:37:24 +0000, by upsuper
-
Fix leaks in case of overflow.Wed, 21 Nov 2012 11:15:38 +0000, by upsuper
-
stream ftp: Increase command buffer sizeTue, 20 Nov 2012 22:25:04 +0000, by al
-
stream ftp: Allocate command buffer on-heapTue, 20 Nov 2012 22:23:38 +0000, by al
-
stream ftp: Create buffers before opening control connectionTue, 20 Nov 2012 22:22:04 +0000, by al
-
stream ftp: Only send QUIT command if connectedTue, 20 Nov 2012 22:20:52 +0000, by al
-
stream ftp: Revise file descriptor usageTue, 20 Nov 2012 22:19:45 +0000, by al