Mercurial > mplayer.hg
graph
-
Replace another m_struct_t by 'struct m_struct_st' to remove depedency2007-12-18, by ulion
-
Stop MPlayer from complaining about bogus AviSynth DLL load failures.2007-12-18, by diego
-
Remove dependency on m_struct.h when include libmenu/menu.h.2007-12-18, by ulion
-
Do not operate on vobsub when no video (Bug #312).2007-12-18, by ulion
-
r25345 patched the wrong line.2007-12-17, by ben
-
Record screen size and display size in vo_ variables.2007-12-17, by ulion
-
screen_frame is only used for fullscreen mode.2007-12-17, by ulion
-
Fix the expand text's format by the source.2007-12-17, by ulion
-
Caching toc header in vcd private structure for later use.2007-12-17, by ulion
-
Add cdda stream control for chapter commmands.2007-12-17, by ulion
-
Fix indent for last commit.2007-12-17, by ulion
-
Ignore elements of keybindings other than 'binding'.2007-12-17, by ulion
-
Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.2007-12-17, by ulion
-
Display parsed keycode in verbose output.2007-12-17, by ulion
-
mention that the sync is partial2007-12-17, by gpoirier
-
partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%2007-12-17, by gpoirier
-
cosmetics: Remove trailing whitespace.2007-12-17, by diego
-
Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).2007-12-17, by ulion
-
Fix memory leak.2007-12-17, by ulion
-
The function parameter 'preferred_language' should be const char *.2007-12-17, by ulion
-
Use correct #include for waitpid, fixes the warning:2007-12-17, by diego
-
Remove useless stray #include.2007-12-16, by diego
-
Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.2007-12-16, by diego
-
Should not change stream->pos in fill_buffer function.2007-12-16, by ulion
-
cosmetics: reformatting2007-12-16, by diego
-
There are no special rules for commits to the build system.2007-12-16, by diego
-
Support cddb on darwin.2007-12-16, by ulion
-
make libass use sub_font_name whenever it's possible2007-12-16, by ben
-
sync w/ r25389 (up-to-date!!)2007-12-16, by gpoirier
-
sync w/r253152007-12-16, by gpoirier
-
10l, in dvb_free_config() channels' names must be free individually2007-12-15, by nicodvb
-
cosmetic: indent after r254152007-12-15, by ben
-
do not override *file_format if already set by asf_streaming_start()2007-12-15, by ben
-
pa_stream_write reportedly needs locking of the main loop2007-12-15, by reimar
-
Fix indentation2007-12-15, by reimar
-
Remove pointless pa_stream_trigger call2007-12-15, by reimar
-
Documentation for waitop function2007-12-15, by reimar
-
Make the end_sector accessable (it should be).2007-12-15, by ulion
-
Add auto-update property for property menu item.2007-12-15, by ulion
-
Only read disc info once and save it for later using.2007-12-15, by ulion
-
dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv (1000l to me)2007-12-15, by nicodvb
-
The buffer used for pread need be aligned, but currently it got an offset 232007-12-15, by ulion
-
Get end position of last track by adding its starting address with track size.2007-12-15, by ulion
-
Replace printf with mp_msg.2007-12-15, by ulion
-
partial sync with some of the latest commits2007-12-14, by gpoirier
-
Always enable largefile support by default2007-12-14, by uau
-
implemented frame selection for savage driver2007-12-14, by ben
-
fix frame size calculation2007-12-14, by ben
-
remove useless code parts2007-12-14, by ben
-
bgr24 and bgr32 support2007-12-14, by ben
-
rgb -> bgr2007-12-14, by ben
-
register values were already set: simplify2007-12-14, by ben
-
Only print one track info when exactly seeking to the beginning of a track.2007-12-14, by ulion
-
Support chapter in OSD menu.2007-12-14, by ulion
-
Support chapter as a property.2007-12-14, by ulion
-
Fix stream cdda seeks to CD's end and hangs forever bug.2007-12-14, by ulion
-
Support using unrar executable to access rar-compressed vobsub files.2007-12-14, by ulion
-
Cosmetics: Fix indentation.2007-12-14, by cehoyos
-
Set correct image format for 24bit "raw " in mov files.2007-12-14, by cehoyos
-
Add demuxer functions for chapter feature.2007-12-13, by ulion
-
Add new audio filter for encoding multi-channel audio into ac3 at runtime.2007-12-13, by ulion
-
cosmetics: partially reformatted this monstruosity2007-12-12, by nicodvb
-
fix memleaks; patch by andrew calkin from gmail com2007-12-12, by nicodvb
-
reverted r25323: deprecated by ulion's recent patches2007-12-12, by ben
-
synced with r253792007-12-12, by ptt
-
add lagarith codec, someone finally found it in the wild.2007-12-12, by compn
-
Fix libass to support -nofontconfig.2007-12-12, by ulion
-
cosmetics: Remove ugly and inconsistent uppercasing from filenames.2007-12-12, by diego
-
cosmetics: Move public function declarations together.2007-12-12, by diego
-
Add missing declaration for dct64_altivec, fixes the warning:2007-12-12, by diego
-
Fix memory leak. I thought asx_get_attrib() return a const char *,2007-12-12, by ulion
-
Fix memory leak, reported by Andrew Calkin <andrew P calkin A gmail P com>.2007-12-12, by ulion
-
Remove headers not used.2007-12-12, by ulion
-
Add OSD menu keybindings for Apple Remote.2007-12-12, by ulion
-
Update comment that navigating keys is defined in menu.conf.2007-12-12, by ulion
-
Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.2007-12-11, by diego
-
Add missing #include <stdio.h>, fixes the warning:2007-12-11, by diego
-
support for xtensa CPU architecture2007-12-11, by diego
-
Slightly simplify preprocessor conditionals.2007-12-11, by diego
-
Ahem, fix breakage of last commit: The AltiVec detection code has three2007-12-11, by diego
-
allow osd menu being controlled by joystick2007-12-11, by ben
-
Do not set SYS_AMIGAOS4, it is unused.2007-12-11, by diego
-
SYS_AMIGAOS4 --> __AMIGAOS4__2007-12-11, by diego
-
slight consistency change for default DVD device selection2007-12-11, by diego
-
Remove redundant condition from list of CD/DVD-ROM devices.2007-12-11, by diego
-
Do not set -DSYS_DARWIN, it is unused.2007-12-11, by diego
-
Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__.2007-12-11, by diego
-
Remove redundant and obfuscating preprocessor conditional.2007-12-11, by diego
-
Replace SYS_DARWIN conditional by the more correct __APPLE__.2007-12-11, by diego
-
There is a check for altivec.h in configure so use the preprocessor directive2007-12-11, by diego
-
Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__.2007-12-11, by diego
-
Make init_video function in dec_video static, it is not used outside that file.2007-12-11, by reimar
-
Identifiers starting with __ are reserved for the system.2007-12-11, by diego
-
Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when2007-12-11, by diego
-
Relicense as GPL v2 or later like the rest of liba52.2007-12-11, by diego
-
Fix spudec to display current vobsub immediately after a seek.2007-12-11, by ulion
-
Make up missing changelog for dts wav support.2007-12-11, by ulion
-
Support to run multiple mplayer commands set in menu.conf2007-12-11, by ulion
-
Add new function for parsing and queueing multi-commands separated by \n or \r.2007-12-11, by ulion
-
some changes2007-12-10, by compn
-
Fixed VIDIX color bug that was introduced when Radeon VIDIX driver2007-12-10, by ben
-
Dump the ati radeon DISP_MERGE_CNTL register to ease the2007-12-10, by ben
-
Fix all current known multi-channel wrong order problems by adding2007-12-10, by ulion
-
Fix memory leak that tmp allocated but maybe not used.2007-12-10, by ulion
-
Fix printf format string length modifiers, removes about a trillion warnings.2007-12-10, by diego
-
Comment out unused variable.2007-12-10, by diego
-
Fix mylstat() call to parent dir where the subdir has no exec permission.2007-12-10, by ulion
-
Remove unused parameters from main(), fixes the warnings:2007-12-10, by diego
-
Fix printf format string length modifiers, removes the warnings:2007-12-10, by diego
-
Fix printf format string length modifiers, removes the warnings:2007-12-10, by diego
-
spelling/grammar/wording/formatting2007-12-10, by diego
-
Fix my wrong code in r25530.2007-12-10, by ulion
-
Make up missing header update in r25326.2007-12-10, by ulion
-
Move temp variable declaration into inner loop scope.2007-12-10, by ulion
-
Ignore heading spaces when parsing command.2007-12-10, by ulion
-
Fix missing command line bug by making the input parameter constant.2007-12-10, by ulion
-
Combine common code for dealing with file action and dir action.2007-12-09, by ulion
-
Use recorded last path only when stat it ok.2007-12-09, by ulion
-
Convert vobsub custom colors from rgb to yuv using a common function.2007-12-09, by ulion
-
identifiers starting with an underscore are reserved by the C standard2007-12-08, by ben
-
removed stupid checks2007-12-08, by nicodvb
-
rework of libmenu open_dir()2007-12-08, by ben
-
Remove useless include added in last commit by mistake.2007-12-08, by ulion
-
Allow usage of icc 10.12007-12-08, by cehoyos
-
Move vobsub palette->yuv convert code into a common function.2007-12-08, by ulion