aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Restore terminal for gdb with -crash-debug by calling getch2_disable()Gravatar reimar2007-11-10
* Fix dead lock when changing and restoring stream format for digital output,Gravatar ulion2007-11-10
* Make page up and down with proper page size instead of always 10 rows.Gravatar ulion2007-11-10
* J/X8-Frames in WMV2 are finally supported!Gravatar reimar2007-11-09
* Add missing header files, fixes the warnings:Gravatar diego2007-11-09
* Add missing header file, fixes the warnings:Gravatar diego2007-11-09
* Remove misleading comment and remove unnecessary #includes.Gravatar diego2007-11-09
* Rearrange headers to get rid of an #undef and remove unnecessary headers.Gravatar diego2007-11-09
* Remove unnecessary dsputil.h #include, fixes the warnings:Gravatar diego2007-11-09
* #include libavcodec/eval.h instead of manually declaring ff_eval.Gravatar diego2007-11-09
* const fixGravatar rfelker2007-11-09
* ack, can't believe i wrote this crap with void pointer arithmeticGravatar rfelker2007-11-09
* begin moving const filter data to .text/.rodata sectionsGravatar rfelker2007-11-09
* stage 1 of applying const to vf structsGravatar rfelker2007-11-09
* vf_screenshot does not depend on libpng; it uses libavcodec nowGravatar rfelker2007-11-09
* correct const usage in the option handling code so that tables can beGravatar rfelker2007-11-09
* Enable ontop command from mplayer to be sent to mplayer osx.Gravatar ulion2007-11-09
* Sync with Linux kernel with some latest feature bits.Gravatar zuxy2007-11-09
* Fix possible null-pointer-dereference in stream_fill_buffer().Gravatar cehoyos2007-11-08
* Fix possible null-pointer-dereference in parse_smil().Gravatar cehoyos2007-11-08
* Simplify decode_audio function a bit.Gravatar reimar2007-11-08
* Fix pause key problem in correct way, only handle pause cmd when showing menu.Gravatar ulion2007-11-08
* Fix cmd filter memory leak, free the cmd after filter ate it.Gravatar ulion2007-11-08
* Handle mouse up event to get double click support from mp_fifo.Gravatar ulion2007-11-07
* add support for newer libdcaGravatar rathann2007-11-06
* Fix mouse right button and middle button incorrect identifications.Gravatar ulion2007-11-06
* Fix KPENTER keycode value.Gravatar ulion2007-11-06
* Fix the prevent system idle code. Original code also works, but not as expected.Gravatar ulion2007-11-06
* Fix the prevent system idle code. Original code also works, but not as expected.Gravatar ulion2007-11-06
* Warning fixes:Gravatar ulion2007-11-06
* cosmetics: output grammar/spelling fixesGravatar diego2007-11-06
* cosmetics: Comment grammar and spelling fixes.Gravatar diego2007-11-06
* Reduce excessive verbosity: Move debug messages to the appropriate MSGLGravatar diego2007-11-06
* Fix typo in error messageGravatar reimar2007-11-06
* Fix memory leak caused by after calling mp_input_get_cmd didn't free the cmd.Gravatar ulion2007-11-06
* reindentedGravatar nicodvb2007-11-05
* 10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't s...Gravatar nicodvb2007-11-05
* Fix memory leak.Gravatar voroshil2007-11-05
* Fix segmentation fault after audio initialization failure in tv driver.Gravatar voroshil2007-11-05
* Add include to fix warning:Gravatar ulion2007-11-05
* sync w/r24954, patch by JRaSH %jrash06 A 163 P com%Gravatar gpoirier2007-11-05
* Warning fixes:Gravatar ulion2007-11-05
* 10l Diego, revert commit 24966.Gravatar iive2007-11-04
* Fix previous incorrect commit, +/- has higher precedence than shifts.Gravatar diego2007-11-04
* The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.Gravatar diego2007-11-04
* Escape some more '-'.Gravatar diego2007-11-04
* synced with r24954Gravatar Gabrov2007-11-04
* Old code for dvdsub_id fix assume the global_sub_indices[SUB_SOURCE_DEMUX]Gravatar ulion2007-11-04
* Avoid short forms; has the added benefit of allowing compilation with gcc 2.95Gravatar diego2007-11-03
* Add an example on how to use slave mode with a fifoGravatar reimar2007-11-03