| Commit message (Expand) | Author | Age |
* | Remove unnecessary dsputil.h #include, fixes the warnings: | diego | 2007-11-09 |
* | #include libavcodec/eval.h instead of manually declaring ff_eval. | diego | 2007-11-09 |
* | const fix | rfelker | 2007-11-09 |
* | ack, can't believe i wrote this crap with void pointer arithmetic | rfelker | 2007-11-09 |
* | begin moving const filter data to .text/.rodata sections | rfelker | 2007-11-09 |
* | stage 1 of applying const to vf structs | rfelker | 2007-11-09 |
* | vf_screenshot does not depend on libpng; it uses libavcodec now | rfelker | 2007-11-09 |
* | correct const usage in the option handling code so that tables can be | rfelker | 2007-11-09 |
* | Enable ontop command from mplayer to be sent to mplayer osx. | ulion | 2007-11-09 |
* | Sync with Linux kernel with some latest feature bits. | zuxy | 2007-11-09 |
* | Fix possible null-pointer-dereference in stream_fill_buffer(). | cehoyos | 2007-11-08 |
* | Fix possible null-pointer-dereference in parse_smil(). | cehoyos | 2007-11-08 |
* | Simplify decode_audio function a bit. | reimar | 2007-11-08 |
* | Fix pause key problem in correct way, only handle pause cmd when showing menu. | ulion | 2007-11-08 |
* | Fix cmd filter memory leak, free the cmd after filter ate it. | ulion | 2007-11-08 |
* | Handle mouse up event to get double click support from mp_fifo. | ulion | 2007-11-07 |
* | add support for newer libdca | rathann | 2007-11-06 |
* | Fix mouse right button and middle button incorrect identifications. | ulion | 2007-11-06 |
* | Fix KPENTER keycode value. | ulion | 2007-11-06 |
* | Fix the prevent system idle code. Original code also works, but not as expected. | ulion | 2007-11-06 |
* | Fix the prevent system idle code. Original code also works, but not as expected. | ulion | 2007-11-06 |
* | Warning fixes: | ulion | 2007-11-06 |
* | cosmetics: output grammar/spelling fixes | diego | 2007-11-06 |
* | cosmetics: Comment grammar and spelling fixes. | diego | 2007-11-06 |
* | Reduce excessive verbosity: Move debug messages to the appropriate MSGL | diego | 2007-11-06 |
* | Fix typo in error message | reimar | 2007-11-06 |
* | Fix memory leak caused by after calling mp_input_get_cmd didn't free the cmd. | ulion | 2007-11-06 |
* | reindented | nicodvb | 2007-11-05 |
* | 10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't s... | nicodvb | 2007-11-05 |
* | Fix memory leak. | voroshil | 2007-11-05 |
* | Fix segmentation fault after audio initialization failure in tv driver. | voroshil | 2007-11-05 |
* | Add include to fix warning: | ulion | 2007-11-05 |
* | sync w/r24954, patch by JRaSH %jrash06 A 163 P com% | gpoirier | 2007-11-05 |
* | Warning fixes: | ulion | 2007-11-05 |
* | 10l Diego, revert commit 24966. | iive | 2007-11-04 |
* | Fix previous incorrect commit, +/- has higher precedence than shifts. | diego | 2007-11-04 |
* | The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped. | diego | 2007-11-04 |
* | Escape some more '-'. | diego | 2007-11-04 |
* | synced with r24954 | Gabrov | 2007-11-04 |
* | Old code for dvdsub_id fix assume the global_sub_indices[SUB_SOURCE_DEMUX] | ulion | 2007-11-04 |
* | Avoid short forms; has the added benefit of allowing compilation with gcc 2.95 | diego | 2007-11-03 |
* | Add an example on how to use slave mode with a fifo | reimar | 2007-11-03 |
* | Add some parentheses to fix the following warnings: | diego | 2007-11-03 |
* | add some updates | compn | 2007-11-03 |
* | Fix link to email explaining the paused vf_menu behaviour change | reimar | 2007-11-03 |
* | Replace some Hungarian comments, thanks to Denes Balatoni for the translation. | diego | 2007-11-03 |
* | Escape a ton of '-'. Note that this is likely not complete. | diego | 2007-11-03 |
* | another round of '-' escapes | diego | 2007-11-03 |
* | one more '-' escape, wording fix | diego | 2007-11-03 |
* | Escape some more '-' where appropriate. | diego | 2007-11-03 |