log

age author description
2007-12-29 Gabrov synced with r25539
2007-12-28 diego Use proper length specifiers in mp_msg calls, fixes the warnings:
2007-12-28 diego Fix warnings when compiling test application.
2007-12-28 eugeni Fix update_subtitles() checking subtitle type for the wrong track.
2007-12-28 ptt synced with r25455
2007-12-28 eugeni Add detection of *lrint* and round* functions to configure.
2007-12-28 diego Make windres binary name configurable, useful for cross-compiling.
2007-12-28 ulion Remove redundant option 'auto-close' from cmdlist and filesel.
2007-12-27 diego typo in preprocessor condition
2007-12-27 diego Remove unused static variable pass, fixes the warning:
2007-12-26 ulion From now on, libmenu does not steal all input keys from input modules.
2007-12-26 ulion Support ?(!NAME:TEXT) format for expanding string by property.
2007-12-25 reimar Add a missing free of the avctx
2007-12-25 ulion Use '-' instead of '_' in option name.
2007-12-25 ulion Remove useless scope.
2007-12-25 ulion Change the default osd menu command for AR_MENU in comment of input.conf.
2007-12-25 ulion Simplify the condition code.
2007-12-24 reimar Add some const/static qualifiers as appropriate
2007-12-24 reimar Use realloc_struct in more places for consistency
2007-12-24 reimar Get rid of some of the more excessive () and casts.
2007-12-24 diego pci_db2c.awk creates more than just two .c files, add the rest to the rule.
2007-12-24 diego Skip unnecessary (debug) output; obey the rule of silence.
2007-12-24 lu_zero Make sure we have an rtsp session
2007-12-23 diego typo: begining --> beginning
2007-12-23 reimar Replace LOAD_LE32 etc. by AV_RL32 etc.
2007-12-23 reimar Add a read_varlen function to reduce some code duplication
2007-12-23 iive Fix compilation of liba52/test.c testing and benchmarking application.
2007-12-22 reimar Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour
2007-12-22 diego cosmetics: Remove trailing whitespace, reformat one comment.
2007-12-22 diego Add proper copyright/license headers.
2007-12-22 reimar Add missing X11/extensions/scrnsaver.h include
2007-12-22 diego Remove wrong and misleading comments.
2007-12-22 diego typos
2007-12-22 diego cosmetics: grammar/spelling
2007-12-22 reimar 100l, fix compilation.
2007-12-22 ulion Grammar fix.
2007-12-22 ulion Add copyright info for s/pdif code from VideoLAN.
2007-12-22 diego Add missing #include, fixes
2007-12-22 diego cosmetics: Remove trailing whitespace.
2007-12-22 diego cosmetics: spelling fixes
2007-12-22 reimar Set is_streamed correctly, should make network playback work more reliably.
2007-12-22 reimar Get rid of URLProtocol mess (especially problematic since it made use
2007-12-22 reimar Typo fix in message
2007-12-22 reimar Simplify int_fastXY_t test in configure.
2007-12-22 ulion Do not send mouse movements events in root win mode.
2007-12-22 reimar Remove useless #ifdefs
2007-12-22 reimar Add support for XScreenSaverSuspend
2007-12-22 ulion Check availability before check argument for getting gamma properties.
2007-12-22 ulion Revert to r25490, since the r25491 is not correct.
2007-12-22 ulion Combine code for check availability of property audio(id).
2007-12-22 ulion Combine common code for check whether chapter is available.
2007-12-22 ulion OSD menu support mouse selection.
2007-12-22 ulion Move two variable to the scope where they are indeed used.
2007-12-21 reimar Simplify a little bit
2007-12-21 reimar Remove a check that is never in any way useful
2007-12-21 diego comment typo fixes
2007-12-21 reimar Avoid some le2me_ASF_* stuff operating directly on buffer, should
2007-12-21 diego The lagarith DLL requires an MMX2 CPU.
2007-12-21 reimar Remove another useless cast
2007-12-21 reimar 100l, buffer bound checks work better when done _before_ access.
2007-12-21 reimar Reduce some extreme parsing ugliness (mostly cosmetic)
2007-12-21 reimar Remove useless alloc casts
2007-12-21 reimar Reduce code duplication: add a asf_read_wrapper function that never does partial reads
2007-12-20 ptt 30% synced with r22753
2007-12-20 reimar Move more variables into the block where they are used
2007-12-20 reimar Move a variable to where it is used
2007-12-20 ulion Support send mouse movements commands to mplayer.
2007-12-20 ulion Fix stream_cache to use sector_size set in stream_t.
2007-12-20 reimar Move ds->current=NULL; further up to the free_demux_packet.
2007-12-20 ulion Fix comment from unrarlib to unrar_exec
2007-12-20 ulion Remove redundant code since unrarlib was removed.
2007-12-20 reimar Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD
2007-12-20 diego Remove internal unrarlib copy, the new unrarexec code is a strict superset.
2007-12-20 benoit Make sure strides have positive values before converting.
2007-12-20 ulion Add variable bx, dx to simplify code of function menu_draw_list.
2007-12-20 ulion Add local variable 'line_h' to simplify code of function menu_list_draw.
2007-12-19 ulion Ignore mouse pos command when pausing.
2007-12-19 ulion Currently menu title did not align center together with menu items when x>=0.
2007-12-19 ulion Calculate and draw osd accurately.
2007-12-19 ulion Make libmenu init and uninit in proper place.
2007-12-19 ulion Vobsub support tridx setting in .idx file.
2007-12-19 ulion Use calloc instead of malloc when allocate vobsub_t.
2007-12-19 gpoirier sync w/r25455
2007-12-19 ulion Protocol name should be case insensitive.
2007-12-19 ulion Merge 'Jump to ...' with 'Prev/Next' menu item into one item 'Prev/Next ...'.
2007-12-18 diego typo noticed by Paul TT
2007-12-18 rik change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do that since I wrote the files (based on other stuff from MPlayer (and some external things under GPL v2 or later))
2007-12-18 gpoirier sync w/25440
2007-12-18 ulion Use NSMakeRect and NSRect in correct way:
2007-12-18 ulion Fix wrong code in last commit.
2007-12-18 ulion Fix mouse button mapping:
2007-12-18 ulion Here should add the minb to x when x>=0 because in later code
2007-12-18 ulion Fix the menu uninit function name.
2007-12-18 ulion Replace another m_struct_t by 'struct m_struct_st' to remove depedency
2007-12-18 diego Stop MPlayer from complaining about bogus AviSynth DLL load failures.
2007-12-18 ulion Remove dependency on m_struct.h when include libmenu/menu.h.
2007-12-18 ulion Do not operate on vobsub when no video (Bug #312).
2007-12-17 ben r25345 patched the wrong line.
2007-12-17 ulion Record screen size and display size in vo_ variables.
2007-12-17 ulion screen_frame is only used for fullscreen mode.
2007-12-17 ulion Fix the expand text's format by the source.
2007-12-17 ulion Caching toc header in vcd private structure for later use.
2007-12-17 ulion Add cdda stream control for chapter commmands.
2007-12-17 ulion Fix indent for last commit.
2007-12-17 ulion Ignore elements of keybindings other than 'binding'.
2007-12-17 ulion Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.
2007-12-17 ulion Display parsed keycode in verbose output.
2007-12-17 gpoirier mention that the sync is partial
2007-12-17 gpoirier partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
2007-12-17 diego cosmetics: Remove trailing whitespace.
2007-12-17 ulion Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).
2007-12-17 ulion Fix memory leak.
2007-12-17 ulion The function parameter 'preferred_language' should be const char *.
2007-12-17 diego Use correct #include for waitpid, fixes the warning:
2007-12-16 diego Remove useless stray #include.
2007-12-16 diego Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.
2007-12-16 ulion Should not change stream->pos in fill_buffer function.
2007-12-16 diego cosmetics: reformatting
2007-12-16 diego There are no special rules for commits to the build system.
2007-12-16 ulion Support cddb on darwin.
2007-12-16 ben make libass use sub_font_name whenever it's possible
2007-12-16 gpoirier sync w/ r25389 (up-to-date!!)
2007-12-16 gpoirier sync w/r25315
2007-12-15 nicodvb 10l, in dvb_free_config() channels' names must be free individually
2007-12-15 ben cosmetic: indent after r25415
2007-12-15 ben do not override *file_format if already set by asf_streaming_start()
2007-12-15 reimar pa_stream_write reportedly needs locking of the main loop
2007-12-15 reimar Fix indentation
2007-12-15 reimar Remove pointless pa_stream_trigger call
2007-12-15 reimar Documentation for waitop function
2007-12-15 ulion Make the end_sector accessable (it should be).
2007-12-15 ulion Add auto-update property for property menu item.
2007-12-15 nicodvb removed the obscene priv->stream entry. Someone must have injected vodka in my milk when I wrote it
2007-12-15 nicodvb get rid of the file-static dvb_config and free the config at close() . Patch by Andrew Calkin and me
2007-12-15 ulion Only read disc info once and save it for later using.
2007-12-15 nicodvb dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv (1000l to me)
2007-12-15 ulion The buffer used for pread need be aligned, but currently it got an offset 23
2007-12-15 ulion Get end position of last track by adding its starting address with track size.
2007-12-15 ulion Replace printf with mp_msg.
2007-12-14 gpoirier partial sync with some of the latest commits
2007-12-14 uau Always enable largefile support by default
2007-12-14 ben implemented frame selection for savage driver
2007-12-14 ben fix frame size calculation
2007-12-14 ben remove useless code parts
2007-12-14 ben bgr24 and bgr32 support
2007-12-14 ben rgb -> bgr
2007-12-14 ben register values were already set: simplify
2007-12-14 ulion Only print one track info when exactly seeking to the beginning of a track.
2007-12-14 ulion Support chapter in OSD menu.
2007-12-14 ulion Support chapter as a property.
2007-12-14 ulion Fix stream cdda seeks to CD's end and hangs forever bug.
2007-12-14 ulion Support using unrar executable to access rar-compressed vobsub files.
2007-12-14 cehoyos Cosmetics: Fix indentation.
2007-12-14 cehoyos Set correct image format for 24bit "raw " in mov files.
2007-12-13 ulion Add demuxer functions for chapter feature.
2007-12-13 ulion Add new audio filter for encoding multi-channel audio into ac3 at runtime.
2007-12-12 nicodvb cosmetics: partially reformatted this monstruosity
2007-12-12 nicodvb fix memleaks; patch by andrew calkin from gmail com
2007-12-12 ben reverted r25323: deprecated by ulion's recent patches
2007-12-12 ptt synced with r25379
2007-12-12 compn add lagarith codec, someone finally found it in the wild.
2007-12-12 ulion Fix libass to support -nofontconfig.
2007-12-12 diego cosmetics: Remove ugly and inconsistent uppercasing from filenames.
2007-12-12 diego cosmetics: Move public function declarations together.
2007-12-12 diego Add missing declaration for dct64_altivec, fixes the warning:
2007-12-12 ulion Fix memory leak. I thought asx_get_attrib() return a const char *,
2007-12-12 ulion Fix memory leak, reported by Andrew Calkin <andrew P calkin A gmail P com>.
2007-12-12 ulion Remove headers not used.
2007-12-12 ulion Add OSD menu keybindings for Apple Remote.
2007-12-12 ulion Update comment that navigating keys is defined in menu.conf.
2007-12-11 diego Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.
2007-12-11 diego Add missing #include <stdio.h>, fixes the warning:
2007-12-11 diego support for xtensa CPU architecture
2007-12-11 diego Slightly simplify preprocessor conditionals.
2007-12-11 diego Ahem, fix breakage of last commit: The AltiVec detection code has three
2007-12-11 ben allow osd menu being controlled by joystick
2007-12-11 diego Do not set SYS_AMIGAOS4, it is unused.
2007-12-11 diego SYS_AMIGAOS4 --> __AMIGAOS4__
2007-12-11 diego slight consistency change for default DVD device selection
2007-12-11 diego Remove redundant condition from list of CD/DVD-ROM devices.
2007-12-11 diego Do not set -DSYS_DARWIN, it is unused.
2007-12-11 diego Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__.
2007-12-11 diego Remove redundant and obfuscating preprocessor conditional.
2007-12-11 diego Replace SYS_DARWIN conditional by the more correct __APPLE__.
2007-12-11 diego There is a check for altivec.h in configure so use the preprocessor directive
2007-12-11 diego Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__.
2007-12-11 reimar Make init_video function in dec_video static, it is not used outside that file.
2007-12-11 diego Identifiers starting with __ are reserved for the system.
2007-12-11 diego Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when
2007-12-11 diego Relicense as GPL v2 or later like the rest of liba52.
2007-12-11 ulion Fix spudec to display current vobsub immediately after a seek.
2007-12-11 ulion Make up missing changelog for dts wav support.
2007-12-11 ulion Support to run multiple mplayer commands set in menu.conf
2007-12-11 ulion Add new function for parsing and queueing multi-commands separated by \n or \r.
2007-12-10 compn some changes
2007-12-10 ben Fixed VIDIX color bug that was introduced when Radeon VIDIX driver
2007-12-10 ben Dump the ati radeon DISP_MERGE_CNTL register to ease the
2007-12-10 ulion Fix all current known multi-channel wrong order problems by adding
2007-12-10 ulion Fix memory leak that tmp allocated but maybe not used.
2007-12-10 diego Fix printf format string length modifiers, removes about a trillion warnings.
2007-12-10 diego Comment out unused variable.
2007-12-10 ulion Fix mylstat() call to parent dir where the subdir has no exec permission.
2007-12-10 diego Remove unused parameters from main(), fixes the warnings:
2007-12-10 diego Fix printf format string length modifiers, removes the warnings:
2007-12-10 diego Fix printf format string length modifiers, removes the warnings:
2007-12-10 diego spelling/grammar/wording/formatting
2007-12-10 ulion Fix my wrong code in r25530.
2007-12-10 ulion Make up missing header update in r25326.
2007-12-10 ulion Move temp variable declaration into inner loop scope.
2007-12-10 ulion Ignore heading spaces when parsing command.
2007-12-10 ulion Fix missing command line bug by making the input parameter constant.
2007-12-09 nicodvb associate mpeg12 ffourccs to vc_mpegpes (fixes playback with hw mpeg12 decoders and demux_lavf)
2007-12-09 ulion Combine common code for dealing with file action and dir action.
2007-12-09 ulion Use recorded last path only when stat it ok.
2007-12-09 ulion Convert vobsub custom colors from rgb to yuv using a common function.
2007-12-08 ben identifiers starting with an underscore are reserved by the C standard
2007-12-08 nicodvb removed stupid checks
2007-12-08 ben rework of libmenu open_dir()
2007-12-08 ulion Remove useless include added in last commit by mistake.
2007-12-08 cehoyos Allow usage of icc 10.1
2007-12-08 ulion Move vobsub palette->yuv convert code into a common function.
2007-12-08 diego Add missing declarations for AltiVec functions, fixes the warnings:
2007-12-08 ulion Remove useless variable aoIsCreated since we took good care of init failure.
2007-12-08 ulion Restore y of palette into the same value range as it was in the .ifo file.
2007-12-07 diego Fix 'make checkheaders' on AltiVec-enabled systems.
2007-12-06 diego minor spelling/grammar fixes
2007-12-06 ptt cleanup and conformation of values description for -ass-hinting
2007-12-06 zuxy Do not PostQuitMessage when destroying a child window.
2007-12-05 ivo suppress silly messages when checktree is not called from the root of the tree
2007-12-05 ivo only check source code for gnuisms
2007-12-05 ivo simpler and more easily expandable test whether we need a shortlist that
2007-12-05 ivo test for presence of .svn directory if we are supposed to traverse the tree
2007-12-05 ptt three little corrections...
2007-12-05 ptt initial submit for revision... 24% synced with r22753
2007-12-05 ulion Prevent from outputing mass of 'skip' log messages in verbose level.
2007-12-05 ivo when gathering the list of files to check via svn info, also include
2007-12-04 ben sync ivtv driver with vidix.sf.net (multiple revisions)
2007-12-04 ben sync with vidix.sf.net r319: remove useless vars
2007-12-04 ben sync with vidix.sf.net r317: fixes colorspace issues for vidix savage driver
2007-12-04 ben Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlay
2007-12-04 ben sync with vidix.sf.net r318: resolve bitfield collision in vidix radeon driver (patch by Guillaume Lecerf)
2007-12-04 ben add new configure option to disable VIDIX PCI device name database (saves a 300 kB on mplayer binary)
2007-12-04 lu_zero Rename demuxer tags to clarify
2007-12-04 lu_zero live555 and libnemesi support coexists
2007-12-04 lu_zero 10l ... the header was used there too
2007-12-04 lu_zero Remove non necessary header
2007-12-04 lu_zero Make libnemesi use specific struct and DEMUXER_TYPE
2007-12-04 ulion Add cleanup codes for init() failure to prevent leak.
2007-12-04 ulion When auto loading subs, log warning instead of error for load failure.
2007-12-04 ulion Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
2007-12-03 diego Use correct printf length modifiers, fixes the following warnings:
2007-12-03 ivo cosmetics/indentation
2007-12-03 ivo when gathering the list of files to check via svn info, also include
2007-12-03 ivo add functions that are not specifically marked as being deprecated or obsolete,
2007-12-03 ben synchronized with vidix.sf.net r315: remove now useless defines
2007-12-03 ben synchronized with vidix.sf.net r315: update savage driver pci ids list