log

age author description
Wed, 02 Jan 2008 07:38:40 +0000 zuxy Happy New Year!
Wed, 02 Jan 2008 00:19:19 +0000 diego 10l: Replace #define with #endif where I really meant to write #endif.
Tue, 01 Jan 2008 21:35:58 +0000 diego Add multiple inclusion guards to all header files that lack them.
Tue, 01 Jan 2008 21:20:06 +0000 diego Add a comment that explains why this header has no multiple inclusion guards.
Tue, 01 Jan 2008 20:21:20 +0000 diego Replace multiple inclusion guards with leading underscores by default names.
Tue, 01 Jan 2008 20:11:44 +0000 diego Consistently use _H in multiple inclusion guard.
Tue, 01 Jan 2008 20:11:08 +0000 diego consistency cosmetics: Do not #define multiple inclusion guards to 1.
Tue, 01 Jan 2008 20:07:21 +0000 diego Consistently use just the name of the #ifdef directive in preprocessor comments.
Tue, 01 Jan 2008 20:05:36 +0000 diego consistency cosmetics
Tue, 01 Jan 2008 20:00:20 +0000 diego Consistently use just the name of the #ifdef directive in #endif comments.
Tue, 01 Jan 2008 19:59:01 +0000 diego Fix wrong #endif comment that does not match the #ifdef directive.
Tue, 01 Jan 2008 19:55:41 +0000 diego Port typo fixes from FFmpeg.
Tue, 01 Jan 2008 19:53:51 +0000 diego Remove compilation command from source file, it is already in the Makefile.
Tue, 01 Jan 2008 19:52:23 +0000 diego Fix license header to read Lesser General Public License 2.1,
Tue, 01 Jan 2008 19:43:36 +0000 diego unrarlib.o no longer exists, link against unrar_exec.o.
Tue, 01 Jan 2008 19:36:23 +0000 diego Add explanatory comments to #endif preprocessor directives.
Tue, 01 Jan 2008 17:34:57 +0000 nicodvb include dvdnav.h from its installation directory rather than appending
Tue, 01 Jan 2008 17:18:46 +0000 gpoirier update copyright year to 2008
Tue, 01 Jan 2008 17:03:25 +0000 nicodvb removed inclusion of unneeded header (forgotten in previous commit)
Tue, 01 Jan 2008 17:01:03 +0000 nicodvb private structures belong to the C file using them, not to header files included somewhere else
Mon, 31 Dec 2007 16:15:50 +0000 diego Add explanatory comments to the #endif part of multiple inclusion guards.
Mon, 31 Dec 2007 16:14:38 +0000 diego Add comments to some #endif directives.
Mon, 31 Dec 2007 16:06:14 +0000 diego Remove superfluous README file, its content is in the Copyright file.
Mon, 31 Dec 2007 15:57:54 +0000 diego Comment out the correct #endif directive.
Mon, 31 Dec 2007 13:40:08 +0000 diego Relicense files marked as GPL v2 to GPL v2 or later.
Mon, 31 Dec 2007 11:51:54 +0000 diego Fix typo in multiple inclusion guard comment.
Mon, 31 Dec 2007 10:41:20 +0000 diego Relicense GPL v2 files as GPL v2+ and add proper license headers.
Mon, 31 Dec 2007 01:20:50 +0000 ulion Default use the dir where the current playing file located if path not set.
Sun, 30 Dec 2007 22:40:24 +0000 diego Relicense files written by Nick Kurshev and marked as "GPL v2" to
Sun, 30 Dec 2007 22:15:45 +0000 diego Add proper license header.
Sun, 30 Dec 2007 12:19:34 +0000 diego Add missing #include, fixes the warning:
Sun, 30 Dec 2007 12:17:23 +0000 diego Remove unused variable, fixes the warning:
Sun, 30 Dec 2007 12:12:47 +0000 diego Remove redundant extern declarations, fixes the warnings:
Sun, 30 Dec 2007 11:20:56 +0000 gpoirier sync w/r25529, patch by JRaSH: jrash06 A 163 P com
Sun, 30 Dec 2007 11:07:53 +0000 diego Remove unused static variables, fixes the warnings:
Sun, 30 Dec 2007 11:05:53 +0000 diego Remove unused variables, fixes the warnings:
Sun, 30 Dec 2007 10:54:04 +0000 diego Disable unused code, fixes the warning:
Sun, 30 Dec 2007 10:52:57 +0000 diego Add missing #include for vo_draw_text.
Sun, 30 Dec 2007 10:49:43 +0000 diego Do not duplicate MJpegContext struct, #include the proper header instead.
Sun, 30 Dec 2007 10:32:33 +0000 diego Add missing #include, fixes the warning:
Sun, 30 Dec 2007 03:17:04 +0000 diego typo
Sun, 30 Dec 2007 02:17:16 +0000 eugeni Improve comments for ass_process_* functions.
Sun, 30 Dec 2007 01:03:05 +0000 eugeni Return from ass_start_frame immediately if the track is empty.
Sat, 29 Dec 2007 13:56:38 +0000 Gabrov synced with r25539
Fri, 28 Dec 2007 23:25:02 +0000 diego Use proper length specifiers in mp_msg calls, fixes the warnings:
Fri, 28 Dec 2007 23:12:20 +0000 diego Fix warnings when compiling test application.
Fri, 28 Dec 2007 20:57:38 +0000 eugeni Fix update_subtitles() checking subtitle type for the wrong track.
Fri, 28 Dec 2007 18:56:50 +0000 ptt synced with r25455
Fri, 28 Dec 2007 17:23:57 +0000 eugeni Add detection of *lrint* and round* functions to configure.
Fri, 28 Dec 2007 10:33:22 +0000 diego Make windres binary name configurable, useful for cross-compiling.
Fri, 28 Dec 2007 03:45:01 +0000 ulion Remove redundant option 'auto-close' from cmdlist and filesel.
Thu, 27 Dec 2007 12:27:10 +0000 diego typo in preprocessor condition
Thu, 27 Dec 2007 11:19:54 +0000 diego Remove unused static variable pass, fixes the warning:
Wed, 26 Dec 2007 13:13:48 +0000 ulion From now on, libmenu does not steal all input keys from input modules.
Wed, 26 Dec 2007 04:15:56 +0000 ulion Support ?(!NAME:TEXT) format for expanding string by property.
Tue, 25 Dec 2007 12:22:50 +0000 reimar Add a missing free of the avctx
Tue, 25 Dec 2007 09:01:51 +0000 ulion Use '-' instead of '_' in option name.
Tue, 25 Dec 2007 08:38:09 +0000 ulion Remove useless scope.
Tue, 25 Dec 2007 08:01:46 +0000 ulion Change the default osd menu command for AR_MENU in comment of input.conf.
Tue, 25 Dec 2007 04:30:16 +0000 ulion Simplify the condition code.
Mon, 24 Dec 2007 16:27:52 +0000 reimar Add some const/static qualifiers as appropriate
Mon, 24 Dec 2007 16:05:09 +0000 reimar Use realloc_struct in more places for consistency
Mon, 24 Dec 2007 15:56:33 +0000 reimar Get rid of some of the more excessive () and casts.
Mon, 24 Dec 2007 10:00:21 +0000 diego pci_db2c.awk creates more than just two .c files, add the rest to the rule.
Mon, 24 Dec 2007 09:59:47 +0000 diego Skip unnecessary (debug) output; obey the rule of silence.
Mon, 24 Dec 2007 01:54:30 +0000 lu_zero Make sure we have an rtsp session
Sun, 23 Dec 2007 21:22:02 +0000 diego typo: begining --> beginning
Sun, 23 Dec 2007 16:46:24 +0000 reimar Replace LOAD_LE32 etc. by AV_RL32 etc.
Sun, 23 Dec 2007 16:42:54 +0000 reimar Add a read_varlen function to reduce some code duplication
Sun, 23 Dec 2007 11:29:36 +0000 iive Fix compilation of liba52/test.c testing and benchmarking application.
Sat, 22 Dec 2007 20:17:57 +0000 reimar Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour
Sat, 22 Dec 2007 19:16:01 +0000 diego cosmetics: Remove trailing whitespace, reformat one comment.
Sat, 22 Dec 2007 19:11:54 +0000 diego Add proper copyright/license headers.
Sat, 22 Dec 2007 18:51:05 +0000 reimar Add missing X11/extensions/scrnsaver.h include
Sat, 22 Dec 2007 18:49:28 +0000 diego Remove wrong and misleading comments.
Sat, 22 Dec 2007 18:35:52 +0000 diego typos
Sat, 22 Dec 2007 18:35:09 +0000 diego cosmetics: grammar/spelling
Sat, 22 Dec 2007 18:32:45 +0000 reimar 100l, fix compilation.
Sat, 22 Dec 2007 18:12:03 +0000 ulion Grammar fix.
Sat, 22 Dec 2007 17:33:28 +0000 ulion Add copyright info for s/pdif code from VideoLAN.
Sat, 22 Dec 2007 17:13:17 +0000 diego Add missing #include, fixes
Sat, 22 Dec 2007 17:10:09 +0000 diego cosmetics: Remove trailing whitespace.
Sat, 22 Dec 2007 17:00:43 +0000 diego cosmetics: spelling fixes
Sat, 22 Dec 2007 16:23:42 +0000 reimar Set is_streamed correctly, should make network playback work more reliably.
Sat, 22 Dec 2007 16:22:54 +0000 reimar Get rid of URLProtocol mess (especially problematic since it made use
Sat, 22 Dec 2007 16:05:37 +0000 reimar Typo fix in message
Sat, 22 Dec 2007 15:44:57 +0000 reimar Simplify int_fastXY_t test in configure.
Sat, 22 Dec 2007 14:55:26 +0000 ulion Do not send mouse movements events in root win mode.
Sat, 22 Dec 2007 11:25:59 +0000 reimar Remove useless #ifdefs
Sat, 22 Dec 2007 11:09:43 +0000 reimar Add support for XScreenSaverSuspend
Sat, 22 Dec 2007 08:35:15 +0000 ulion Check availability before check argument for getting gamma properties.
Sat, 22 Dec 2007 06:35:35 +0000 ulion Revert to r25490, since the r25491 is not correct.
Sat, 22 Dec 2007 06:27:55 +0000 ulion Combine code for check availability of property audio(id).
Sat, 22 Dec 2007 06:20:48 +0000 ulion Combine common code for check whether chapter is available.
Sat, 22 Dec 2007 06:14:38 +0000 ulion OSD menu support mouse selection.
Sat, 22 Dec 2007 03:45:14 +0000 ulion Move two variable to the scope where they are indeed used.
Fri, 21 Dec 2007 11:56:18 +0000 reimar Simplify a little bit
Fri, 21 Dec 2007 11:53:55 +0000 reimar Remove a check that is never in any way useful
Fri, 21 Dec 2007 11:47:09 +0000 diego comment typo fixes
Fri, 21 Dec 2007 11:46:58 +0000 reimar Avoid some le2me_ASF_* stuff operating directly on buffer, should
Fri, 21 Dec 2007 11:41:42 +0000 diego The lagarith DLL requires an MMX2 CPU.
Fri, 21 Dec 2007 11:37:47 +0000 reimar Remove another useless cast
Fri, 21 Dec 2007 11:34:04 +0000 reimar 100l, buffer bound checks work better when done _before_ access.
Fri, 21 Dec 2007 11:30:55 +0000 reimar Reduce some extreme parsing ugliness (mostly cosmetic)
Fri, 21 Dec 2007 10:53:32 +0000 reimar Remove useless alloc casts
Fri, 21 Dec 2007 00:13:08 +0000 reimar Reduce code duplication: add a asf_read_wrapper function that never does partial reads
Thu, 20 Dec 2007 18:20:09 +0000 ptt 30% synced with r22753
Thu, 20 Dec 2007 12:57:36 +0000 reimar Move more variables into the block where they are used
Thu, 20 Dec 2007 12:51:24 +0000 reimar Move a variable to where it is used
Thu, 20 Dec 2007 12:00:44 +0000 ulion Support send mouse movements commands to mplayer.
Thu, 20 Dec 2007 11:36:53 +0000 ulion Fix stream_cache to use sector_size set in stream_t.
Thu, 20 Dec 2007 11:21:02 +0000 reimar Move ds->current=NULL; further up to the free_demux_packet.
Thu, 20 Dec 2007 10:41:16 +0000 ulion Fix comment from unrarlib to unrar_exec
Thu, 20 Dec 2007 10:40:30 +0000 ulion Remove redundant code since unrarlib was removed.
Thu, 20 Dec 2007 10:29:44 +0000 reimar Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD
Thu, 20 Dec 2007 10:10:26 +0000 diego Remove internal unrarlib copy, the new unrarexec code is a strict superset.
Thu, 20 Dec 2007 10:08:36 +0000 benoit Make sure strides have positive values before converting.
Thu, 20 Dec 2007 07:11:48 +0000 ulion Add variable bx, dx to simplify code of function menu_draw_list.
Thu, 20 Dec 2007 02:17:29 +0000 ulion Add local variable 'line_h' to simplify code of function menu_list_draw.
Wed, 19 Dec 2007 16:17:26 +0000 ulion Ignore mouse pos command when pausing.