log

age author description
2007-12-02 reimar Remove pointless ifdefs around extern declarations
2007-12-02 reimar Option print functions may not and do not modify value
2007-12-02 ulion Do not queue empty cmd.
2007-12-02 reimar Mark more m_option_t uses as const
2007-12-02 reimar Get rid of some "discards qualifiers" warnings
2007-12-02 reimar First try to mark some things in m_config correctly as const
2007-12-02 reimar get/set video colors string is constant
2007-12-02 reimar vf_equalizer_t string is constant
2007-12-02 reimar Make osd font const
2007-12-02 reimar Make all vf_info_t structs const
2007-12-02 reimar Mark the vo_functions_t definitions as const where possible.
2007-12-02 reimar Mark several uses of vo_functions_t as const to stop some of the current
2007-12-02 reimar Remove completely outdated commented-out code
2007-12-02 diego Fix some spelling typos
2007-12-02 reimar Make vo info structs const
2007-12-02 reimar Remove last remains of long-gone VOCTRL_SCREENSHOT
2007-12-02 reimar Remove video_out_png extern in vo_vesa (remains of ill-advised
2007-12-02 reimar Remove casts that are (no longer) necessary
2007-12-02 reimar Use proper type for vidix_preinit parameter instead of void *
2007-12-02 reimar Mark all stream_info_t as const
2007-12-02 voroshil When IFO file is opened (detected by extension), set dvd-device to IFO file's
2007-12-02 reimar Make auto_open_streams array itself const
2007-12-02 ulion Add type info to menu_t, now we can get the menu name and the type name of menu.
2007-12-01 reimar auto_open_streams should have const type, fix also the places where it is used
2007-12-01 reimar Finally replace get_uint?? by AV_RL??
2007-12-01 reimar Get rid of annoying, space-wasting sizeof(uint32_t)
2007-12-01 reimar Bigendian fix for ogg in AVI
2007-12-01 reimar Use a loop instead of doing the same thing three times
2007-12-01 reimar Use a pointer variable for extradata to simplify init_avi_with_ogg
2007-12-01 reimar Set sh_video->format when parsing aviheader, otherwise it might never
2007-12-01 reimar Remove some pointless casts
2007-12-01 reimar Create correct extradata for vorbis audio when used as avi sub-demuxer