log

age author description
2008-01-05 nicodvb implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu
2008-01-05 nicodvb implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu
2008-01-05 nicodvb NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTRL_SET_ANGLE
2008-01-05 nicodvb in the PMT stream_type==0x11 identified AAC in LATM-over-LOAS syntax that isn't decodable yet, removed
2008-01-05 lorenm remove code for colorspaces x264 doesn't support
2008-01-05 nicodvb fixed bug when playing multi-angle titles: the address field in the agli data
2008-01-05 lorenm fix artifacts in -vf fspp. regression in r23476.
2008-01-05 ulion Fix property audio_delay bug when step up/down with arg value NULL.
2008-01-04 gpoirier sync w/r25587
2008-01-03 Gabrov synced with r25592
2008-01-03 uau Add HAVE_SOCKLEN_T to config.h for FFmpeg
2008-01-02 diego Relicense file to GPL v2 or later with the permission of Rudolf Marek,
2008-01-02 diego Add proper license header.
2008-01-02 diego Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o.
2008-01-02 diego Properly express dependencies for generated .c and .h files.
2008-01-02 nicodvb when {v|a}_o_mpegpes:card isn't specified by the user mplayer uses the first available card
2008-01-02 nicodvb when :card isn't specified by the user search the first available card
2008-01-02 cehoyos Add an example for dvdnav:// usage with path.
2008-01-02 diego Use _ISOC99_SOURCE instead of _GNU_SOURCE.
2008-01-02 zuxy Happy New Year!
2008-01-02 diego 10l: Replace #define with #endif where I really meant to write #endif.
2008-01-01 diego Add multiple inclusion guards to all header files that lack them.
2008-01-01 diego Add a comment that explains why this header has no multiple inclusion guards.
2008-01-01 diego Replace multiple inclusion guards with leading underscores by default names.
2008-01-01 diego Consistently use _H in multiple inclusion guard.
2008-01-01 diego consistency cosmetics: Do not #define multiple inclusion guards to 1.
2008-01-01 diego Consistently use just the name of the #ifdef directive in preprocessor comments.
2008-01-01 diego consistency cosmetics
2008-01-01 diego Consistently use just the name of the #ifdef directive in #endif comments.
2008-01-01 diego Fix wrong #endif comment that does not match the #ifdef directive.
2008-01-01 diego Port typo fixes from FFmpeg.
2008-01-01 diego Remove compilation command from source file, it is already in the Makefile.
2008-01-01 diego Fix license header to read Lesser General Public License 2.1,
2008-01-01 diego unrarlib.o no longer exists, link against unrar_exec.o.
2008-01-01 diego Add explanatory comments to #endif preprocessor directives.
2008-01-01 nicodvb include dvdnav.h from its installation directory rather than appending
2008-01-01 gpoirier update copyright year to 2008
2008-01-01 nicodvb removed inclusion of unneeded header (forgotten in previous commit)
2008-01-01 nicodvb private structures belong to the C file using them, not to header files included somewhere else
2007-12-31 diego Add explanatory comments to the #endif part of multiple inclusion guards.
2007-12-31 diego Add comments to some #endif directives.
2007-12-31 diego Remove superfluous README file, its content is in the Copyright file.
2007-12-31 diego Comment out the correct #endif directive.
2007-12-31 diego Relicense files marked as GPL v2 to GPL v2 or later.
2007-12-31 diego Fix typo in multiple inclusion guard comment.
2007-12-31 diego Relicense GPL v2 files as GPL v2+ and add proper license headers.
2007-12-31 ulion Default use the dir where the current playing file located if path not set.
2007-12-30 diego Relicense files written by Nick Kurshev and marked as "GPL v2" to
2007-12-30 diego Add proper license header.
2007-12-30 diego Add missing #include, fixes the warning:
2007-12-30 diego Remove unused variable, fixes the warning:
2007-12-30 diego Remove redundant extern declarations, fixes the warnings:
2007-12-30 gpoirier sync w/r25529, patch by JRaSH: jrash06 A 163 P com
2007-12-30 diego Remove unused static variables, fixes the warnings:
2007-12-30 diego Remove unused variables, fixes the warnings:
2007-12-30 diego Disable unused code, fixes the warning:
2007-12-30 diego Add missing #include for vo_draw_text.
2007-12-30 diego Do not duplicate MJpegContext struct, #include the proper header instead.
2007-12-30 diego Add missing #include, fixes the warning:
2007-12-30 diego typo
2007-12-30 eugeni Improve comments for ass_process_* functions.
2007-12-30 eugeni Return from ass_start_frame immediately if the track is empty.
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.