Mercurial > mplayer.hg
graph
-
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
-
Add missing declarations for AltiVec functions, fixes the warnings:2007-12-08, by diego
-
Remove useless variable aoIsCreated since we took good care of init failure.2007-12-08, by ulion
-
Restore y of palette into the same value range as it was in the .ifo file.2007-12-08, by ulion
-
Fix 'make checkheaders' on AltiVec-enabled systems.2007-12-07, by diego
-
minor spelling/grammar fixes2007-12-06, by diego
-
cleanup and conformation of values description for -ass-hinting2007-12-06, by ptt
-
Do not PostQuitMessage when destroying a child window.2007-12-06, by zuxy
-
only check source code for gnuisms2007-12-05, by ivo
-
simpler and more easily expandable test whether we need a shortlist that2007-12-05, by ivo
-
test for presence of .svn directory if we are supposed to traverse the tree2007-12-05, by ivo
-
three little corrections...2007-12-05, by ptt
-
initial submit for revision... 24% synced with r227532007-12-05, by ptt
-
Prevent from outputing mass of 'skip' log messages in verbose level.2007-12-05, by ulion
-
when gathering the list of files to check via svn info, also include2007-12-05, by ivo
-
sync ivtv driver with vidix.sf.net (multiple revisions)2007-12-04, by ben
-
sync with vidix.sf.net r319: remove useless vars2007-12-04, by ben
-
sync with vidix.sf.net r317: fixes colorspace issues for vidix savage driver2007-12-04, by ben
-
Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlay2007-12-04, by ben
-
Rename demuxer tags to clarify2007-12-04, by lu_zero
-
live555 and libnemesi support coexists2007-12-04, by lu_zero
-
10l ... the header was used there too2007-12-04, by lu_zero
-
Remove non necessary header2007-12-04, by lu_zero
-
Make libnemesi use specific struct and DEMUXER_TYPE2007-12-04, by lu_zero
-
Add cleanup codes for init() failure to prevent leak.2007-12-04, by ulion
-
When auto loading subs, log warning instead of error for load failure.2007-12-04, by ulion
-
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings2007-12-04, by ulion
-
Use correct printf length modifiers, fixes the following warnings:2007-12-03, by diego
-
cosmetics/indentation2007-12-03, by ivo
-
when gathering the list of files to check via svn info, also include2007-12-03, by ivo
-
synchronized with vidix.sf.net r315: remove now useless defines2007-12-03, by ben
-
synchronized with vidix.sf.net r315: update savage driver pci ids list2007-12-03, by ben
-
syncd with r252782007-12-03, by ptt
-
synced with r252822007-12-03, by Gabrov
-
10l, len may change after initialization time2007-12-03, by rfelker
-
fix declaration after statement, take 22007-12-03, by rfelker
-
fix declaration after statement2007-12-03, by rfelker
-
Skip empty vobsub streams when selecting subtitles.2007-12-03, by ulion
-
fix typo2007-12-03, by corey
-
Fix custom palette format from rgb to yuv, we use it as yuv in the spudec.2007-12-03, by ulion
-
Remove unused variables, fixes the warnings:2007-12-02, by diego
-
Get rid of some useless extra ()2007-12-02, by reimar
-
mime_type_table is const as well2007-12-02, by reimar
-
Add a few forgotten static/const attributes in tvi_vbi.c2007-12-02, by reimar
-
Make wsKeyNames array const2007-12-02, by reimar
-
evNames / evBoxs should be "static const"2007-12-02, by reimar
-
stream_opts arrays should be const2007-12-02, by reimar
-
Make m_option_t arrays referenced by cfg-common.h const2007-12-02, by reimar
-
Table of ID3 genres should be const as well2007-12-02, by reimar
-
Format mapping table should be const2007-12-02, by reimar
-
Preserve unsv:// protocol specifier over http redirects.2007-12-02, by reimar
-
Fix playback of streams with more than one video track (only one supported).2007-12-02, by cehoyos
-
Get rid of fsPressed variable and related code. It does not really2007-12-02, by reimar
-
Parameter of Filter function can be const, removes the warning2007-12-02, by reimar
-
Fix return type of getGtkEntryText, it must be const2007-12-02, by reimar
-
Make the main m_option_t arrays const2007-12-02, by reimar
-
Add appropriate const specifiers to some custom parse functions.2007-12-02, by reimar
-
Move fakemono extern to cfg-common.h where it is actually used.2007-12-02, by reimar
-
Remove pointless ifdefs around extern declarations2007-12-02, by reimar
-
Option print functions may not and do not modify value2007-12-02, by reimar
-
Do not queue empty cmd.2007-12-02, by ulion
-
Mark more m_option_t uses as const2007-12-02, by reimar
-
Get rid of some "discards qualifiers" warnings2007-12-02, by reimar
-
First try to mark some things in m_config correctly as const2007-12-02, by reimar
-
get/set video colors string is constant2007-12-02, by reimar
-
vf_equalizer_t string is constant2007-12-02, by reimar
-
Make osd font const2007-12-02, by reimar
-
Make all vf_info_t structs const2007-12-02, by reimar
-
Mark the vo_functions_t definitions as const where possible.2007-12-02, by reimar
-
Mark several uses of vo_functions_t as const to stop some of the current2007-12-02, by reimar
-
Remove completely outdated commented-out code2007-12-02, by reimar
-
Fix some spelling typos2007-12-02, by diego
-
Make vo info structs const2007-12-02, by reimar
-
Remove last remains of long-gone VOCTRL_SCREENSHOT2007-12-02, by reimar
-
Remove video_out_png extern in vo_vesa (remains of ill-advised2007-12-02, by reimar
-
Remove casts that are (no longer) necessary2007-12-02, by reimar
-
Use proper type for vidix_preinit parameter instead of void *2007-12-02, by reimar
-
Mark all stream_info_t as const2007-12-02, by reimar
-
When IFO file is opened (detected by extension), set dvd-device to IFO file's2007-12-02, by voroshil
-
Make auto_open_streams array itself const2007-12-02, by reimar
-
Add type info to menu_t, now we can get the menu name and the type name of menu.2007-12-02, by ulion
-
auto_open_streams should have const type, fix also the places where it is used2007-12-01, by reimar
-
Finally replace get_uint?? by AV_RL??2007-12-01, by reimar
-
Get rid of annoying, space-wasting sizeof(uint32_t)2007-12-01, by reimar
-
Bigendian fix for ogg in AVI2007-12-01, by reimar
-
Use a loop instead of doing the same thing three times2007-12-01, by reimar
-
Use a pointer variable for extradata to simplify init_avi_with_ogg2007-12-01, by reimar
-
Set sh_video->format when parsing aviheader, otherwise it might never2007-12-01, by reimar
-
Remove some pointless casts2007-12-01, by reimar
-
Create correct extradata for vorbis audio when used as avi sub-demuxer2007-12-01, by reimar
-
Fix some typos in comments, grammar is still bad.2007-12-01, by reimar
-
Fix typos in comments to stop them hurting my eyes2007-12-01, by reimar
-
Fix ao_null with float samples2007-12-01, by uau
-
ao_null: Make duration of "buffered" audio constant2007-12-01, by uau
-
simplify2007-11-30, by michael
-
10l for me. I should read my own comments just above it ;)2007-11-30, by ivo
-
less code for initializing default settings2007-11-30, by ivo
-
add test for deprecated and obsolete functions2007-11-30, by ivo
-
Make outburst and buffersize depend on channel count.2007-11-30, by reimar
-
100l, bzero is deprecated, use memset instead2007-11-30, by reimar
-
this variable was nothing but a useless memleak2007-11-30, by ben
-
this local variable can be static2007-11-30, by ben
-
Remove stray line that slipped through in last commit.2007-11-30, by ulion