log

age author description
2007-11-11 ulion Indent fix for last change.
2007-11-11 ulion Support mute when passthrough to digital output.
2007-11-10 diego wording/grammar/spelling/formatting
2007-11-10 nicodvb & => &
2007-11-10 diego Get rid of M$ silliness.
2007-11-10 nicodvb at the end of open() warn users that seeking won't work correctly if the cache is enabled
2007-11-10 nicodvb switch_audio works with many other formats than described
2007-11-10 nicodvb small rephrasing
2007-11-10 nicodvb a couple of tricks to improve playback resistance and usability of dvb streams
2007-11-10 reimar Make crash-debug gdb auto-execute "bt"
2007-11-10 reimar Restore terminal for gdb with -crash-debug by calling getch2_disable()
2007-11-10 ulion Fix dead lock when changing and restoring stream format for digital output,
2007-11-10 ulion Make page up and down with proper page size instead of always 10 rows.
2007-11-09 reimar J/X8-Frames in WMV2 are finally supported!
2007-11-09 diego Add missing header files, fixes the warnings:
2007-11-09 diego Add missing header file, fixes the warnings:
2007-11-09 diego Remove misleading comment and remove unnecessary #includes.
2007-11-09 diego Rearrange headers to get rid of an #undef and remove unnecessary headers.
2007-11-09 diego Remove unnecessary dsputil.h #include, fixes the warnings:
2007-11-09 diego #include libavcodec/eval.h instead of manually declaring ff_eval.
2007-11-09 rfelker const fix
2007-11-09 rfelker ack, can't believe i wrote this crap with void pointer arithmetic
2007-11-09 rfelker begin moving const filter data to .text/.rodata sections
2007-11-09 rfelker stage 1 of applying const to vf structs
2007-11-09 rfelker vf_screenshot does not depend on libpng; it uses libavcodec now
2007-11-09 rfelker correct const usage in the option handling code so that tables can be
2007-11-09 ulion Enable ontop command from mplayer to be sent to mplayer osx.
2007-11-09 zuxy Sync with Linux kernel with some latest feature bits.
2007-11-08 cehoyos Fix possible null-pointer-dereference in stream_fill_buffer().
2007-11-08 cehoyos Fix possible null-pointer-dereference in parse_smil().
2007-11-08 reimar Simplify decode_audio function a bit.
2007-11-08 ulion Fix pause key problem in correct way, only handle pause cmd when showing menu.
2007-11-08 ulion Fix cmd filter memory leak, free the cmd after filter ate it.
2007-11-07 ulion Handle mouse up event to get double click support from mp_fifo.
2007-11-06 rathann add support for newer libdca
2007-11-06 ulion Fix mouse right button and middle button incorrect identifications.
2007-11-06 ulion Fix KPENTER keycode value.
2007-11-06 ulion Fix the prevent system idle code. Original code also works, but not as expected.
2007-11-06 ulion Fix the prevent system idle code. Original code also works, but not as expected.
2007-11-06 ulion Warning fixes:
2007-11-06 diego cosmetics: output grammar/spelling fixes
2007-11-06 diego cosmetics: Comment grammar and spelling fixes.
2007-11-06 diego Reduce excessive verbosity: Move debug messages to the appropriate MSGL
2007-11-06 reimar Fix typo in error message
2007-11-06 ulion Fix memory leak caused by after calling mp_input_get_cmd didn't free the cmd.
2007-11-05 nicodvb reindented
2007-11-05 nicodvb 10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't set in
2007-11-05 voroshil Fix memory leak.