aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Use proper type for vidix_preinit parameter instead of void *Gravatar reimar2007-12-02
* Mark all stream_info_t as constGravatar reimar2007-12-02
* When IFO file is opened (detected by extension), set dvd-device to IFO file'sGravatar voroshil2007-12-02
* Make auto_open_streams array itself constGravatar reimar2007-12-02
* Add type info to menu_t, now we can get the menu name and the type name of menu.Gravatar ulion2007-12-02
* auto_open_streams should have const type, fix also the places where it is usedGravatar reimar2007-12-01
* Finally replace get_uint?? by AV_RL??Gravatar reimar2007-12-01
* Get rid of annoying, space-wasting sizeof(uint32_t)Gravatar reimar2007-12-01
* Bigendian fix for ogg in AVIGravatar reimar2007-12-01
* Use a loop instead of doing the same thing three timesGravatar reimar2007-12-01
* Use a pointer variable for extradata to simplify init_avi_with_oggGravatar reimar2007-12-01
* Set sh_video->format when parsing aviheader, otherwise it might neverGravatar reimar2007-12-01
* Remove some pointless castsGravatar reimar2007-12-01
* Create correct extradata for vorbis audio when used as avi sub-demuxerGravatar reimar2007-12-01
* Fix some typos in comments, grammar is still bad.Gravatar reimar2007-12-01
* Fix typos in comments to stop them hurting my eyesGravatar reimar2007-12-01
* at startup show audio and subtitle streams available in the chosen title with...Gravatar nicodvb2007-12-01
* Fix ao_null with float samplesGravatar uau2007-12-01
* ao_null: Make duration of "buffered" audio constantGravatar uau2007-12-01
* simplifyGravatar michael2007-11-30
* 10l for me. I should read my own comments just above it ;)Gravatar ivo2007-11-30
* less code for initializing default settingsGravatar ivo2007-11-30
* add test for deprecated and obsolete functionsGravatar ivo2007-11-30
* Make outburst and buffersize depend on channel count.Gravatar reimar2007-11-30
* 100l, bzero is deprecated, use memset insteadGravatar reimar2007-11-30
* this variable was nothing but a useless memleakGravatar ben2007-11-30