log

age author description
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
2007-12-01 reimar Fix some typos in comments, grammar is still bad.
2007-12-01 reimar Fix typos in comments to stop them hurting my eyes
2007-12-01 nicodvb at startup show audio and subtitle streams available in the chosen title with all their properties
2007-12-01 uau Fix ao_null with float samples
2007-12-01 uau ao_null: Make duration of "buffered" audio constant
2007-11-30 michael simplify
2007-11-30 ivo 10l for me. I should read my own comments just above it ;)
2007-11-30 ivo less code for initializing default settings
2007-11-30 ivo add test for deprecated and obsolete functions
2007-11-30 reimar Make outburst and buffersize depend on channel count.
2007-11-30 reimar 100l, bzero is deprecated, use memset instead
2007-11-30 ben this variable was nothing but a useless memleak
2007-11-30 ben this local variable can be static
2007-11-30 ulion Remove stray line that slipped through in last commit.
2007-11-30 ulion Fix warnings:
2007-11-30 diego Comment some #endif directives.
2007-11-30 reimar Add support for Apple's yuv2 raw format
2007-11-30 reimar Add the correct format substitutions to make the raw decoders
2007-11-30 ulion Support double buffering, fix osd flicker.
2007-11-30 ulion Fix play window not get actived problem on Leopard.
2007-11-29 ulion Ignore empty event.
2007-11-29 nicodvb -identify also shows the duration(s) of the title(s)
2007-11-29 nicodvb cosmetics: moved identification code to a separate function
2007-11-29 ivo Proper license header.
2007-11-29 ivo Remove redundant changelog from comments
2007-11-29 ivo Proper license header.
2007-11-29 ivo Remove redundant changelog comments. There's always svn log.
2007-11-29 ivo Remove redundant changelog from comments. There's always svn log.