aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Use correct printf length modifiers, fixes the following warnings:Gravatar diego2007-12-03
* cosmetics/indentationGravatar ivo2007-12-03
* when gathering the list of files to check via svn info, also includeGravatar ivo2007-12-03
* add functions that are not specifically marked as being deprecated or obsolete,Gravatar ivo2007-12-03
* synchronized with vidix.sf.net r315: remove now useless definesGravatar ben2007-12-03
* synchronized with vidix.sf.net r315: update savage driver pci ids listGravatar ben2007-12-03
* syncd with r25278Gravatar ptt2007-12-03
* synced with r25282Gravatar Gabrov2007-12-03
* 10l, len may change after initialization timeGravatar rfelker2007-12-03
* fix declaration after statement, take 2Gravatar rfelker2007-12-03
* fix declaration after statementGravatar rfelker2007-12-03
* Skip empty vobsub streams when selecting subtitles.Gravatar ulion2007-12-03
* fix typoGravatar corey2007-12-03
* Fix custom palette format from rgb to yuv, we use it as yuv in the spudec.Gravatar ulion2007-12-03
* Remove unused variables, fixes the warnings:Gravatar diego2007-12-02
* Get rid of some useless extra ()Gravatar reimar2007-12-02
* mime_type_table is const as wellGravatar reimar2007-12-02
* Add a few forgotten static/const attributes in tvi_vbi.cGravatar reimar2007-12-02
* Make wsKeyNames array constGravatar reimar2007-12-02
* evNames / evBoxs should be "static const"Gravatar reimar2007-12-02
* stream_opts arrays should be constGravatar reimar2007-12-02
* Make m_option_t arrays referenced by cfg-common.h constGravatar reimar2007-12-02
* Table of ID3 genres should be const as wellGravatar reimar2007-12-02
* Format mapping table should be constGravatar reimar2007-12-02
* Preserve unsv:// protocol specifier over http redirects.Gravatar reimar2007-12-02
* Fix playback of streams with more than one video track (only one supported).Gravatar cehoyos2007-12-02
* Get rid of fsPressed variable and related code. It does not reallyGravatar reimar2007-12-02
* Parameter of Filter function can be const, removes the warningGravatar reimar2007-12-02
* Fix return type of getGtkEntryText, it must be constGravatar reimar2007-12-02
* Make the main m_option_t arrays constGravatar reimar2007-12-02
* Add appropriate const specifiers to some custom parse functions.Gravatar reimar2007-12-02
* Move fakemono extern to cfg-common.h where it is actually used.Gravatar reimar2007-12-02
* Remove pointless ifdefs around extern declarationsGravatar reimar2007-12-02
* Option print functions may not and do not modify valueGravatar reimar2007-12-02
* Do not queue empty cmd.Gravatar ulion2007-12-02
* Mark more m_option_t uses as constGravatar reimar2007-12-02
* Get rid of some "discards qualifiers" warningsGravatar reimar2007-12-02
* First try to mark some things in m_config correctly as constGravatar reimar2007-12-02
* get/set video colors string is constantGravatar reimar2007-12-02
* vf_equalizer_t string is constantGravatar reimar2007-12-02
* Make osd font constGravatar reimar2007-12-02
* Make all vf_info_t structs constGravatar reimar2007-12-02
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Mark several uses of vo_functions_t as const to stop some of the currentGravatar reimar2007-12-02
* Remove completely outdated commented-out codeGravatar reimar2007-12-02
* Fix some spelling typosGravatar diego2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Remove last remains of long-gone VOCTRL_SCREENSHOTGravatar reimar2007-12-02
* Remove video_out_png extern in vo_vesa (remains of ill-advisedGravatar reimar2007-12-02
* Remove casts that are (no longer) necessaryGravatar reimar2007-12-02