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
|
2007-12-03 |
ptt |
syncd with r25278
|
2007-12-03 |
Gabrov |
synced with r25282
|
2007-12-03 |
rfelker |
10l, len may change after initialization time
|