| Commit message (Expand) | Author | Age |
* | Add a note about what x264's 'aud' parameter is for. | corey | 2010-03-09 |
* | Implement DirectShow filter graph. | sesse | 2010-03-08 |
* | Correct QuickTime dpi output. | sesse | 2010-03-08 |
* | Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode. | reimar | 2010-03-08 |
* | Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE... | reimar | 2010-03-08 |
* | We have some sort of DVD menu support nowadays. | diego | 2010-03-08 |
* | Implement ResumeThread and SignalObjectAndWait. | sesse | 2010-03-08 |
* | Increase mplayer buffer padding size to match the new one from ffmpeg. | iive | 2010-03-07 |
* | Use FBIOPAN_DISPLAY for switching between pages, seems to work for more | reimar | 2010-03-07 |
* | Add double-buffering support to vo_fbdev. | reimar | 2010-03-07 |
* | Use int64_t instead of long for variable containing current playback time. | reimar | 2010-03-07 |
* | Avoid duplication of usePal() macro. | stefano | 2010-03-06 |
* | Add support to BGR444/RGB444 foreign endian output in libswscale. | stefano | 2010-03-06 |
* | Fix QuickTime emulated OSErr type. | sesse | 2010-03-06 |
* | Implement Win32 mutexes. | sesse | 2010-03-06 |
* | Fix semaphore behavior in WaitForSingleObject. | sesse | 2010-03-06 |
* | Make Win32 mutex and thread linked lists thread safe. | sesse | 2010-03-06 |
* | Define O_BINARY in stream/stream.h unless it is defined yet, and use it | komh | 2010-03-06 |
* | Enable ASS/SSA subtitle support in mencoder | greg | 2010-03-05 |
* | Make GetModuleHandle(NULL) return a valid pointer. | sesse | 2010-03-05 |
* | try to avoid returning odd slices. | michael | 2010-03-05 |
* | Reuse fb_tty_fd for setting up the text area. | reimar | 2010-03-05 |
* | sync with en/mplayer.1 rev. 30822 | jrash | 2010-03-05 |
* | Partial revert of r30843. | sesse | 2010-03-05 |
* | Support thread handles in WaitForSingleObject. | sesse | 2010-03-05 |
* | Cosmetics: fix vertical alignment. | benoit | 2010-03-05 |
* | libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special | benoit | 2010-03-05 |
* | Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in | cehoyos | 2010-03-04 |
* | Remove NUT specification stubs. | diego | 2010-03-04 |
* | Run script with /bin/sh instead of bash. | diego | 2010-03-04 |
* | Make emulated Win32 critical sections thread safe. | sesse | 2010-03-04 |
* | cosmetics: Use consistent if expression syntax. | diego | 2010-03-04 |
* | Use $() syntax instead of backticks, it is easier to nest. | diego | 2010-03-04 |
* | Clarify that ssh is not required for committing to MPlayer. | diego | 2010-03-04 |
* | Update URL for Subversion homepage. | diego | 2010-03-04 |
* | Fix crashes in CreatePalette by fixing the LOGPALETTE struct. | sesse | 2010-03-04 |
* | Fix manual reset behavior of Win32 events. | sesse | 2010-03-04 |
* | Fix return values of WaitForSingleObject when checking an event. | sesse | 2010-03-04 |
* | Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead | komh | 2010-03-04 |
* | 1. Move the macros for priority classes for OS/2 from priority.c to osdep.h | komh | 2010-03-04 |
* | Revert r30825, it was not supposed to be committed. | stefano | 2010-03-04 |
* | Fill the r, g, b values used for computing the c->pal_yuv table in the | stefano | 2010-03-04 |
* | Make swscale-test take in input the name of the input and the output | stefano | 2010-03-04 |
* | Partially revert r30645, the final output format is determined by | reimar | 2010-03-03 |
* | Save the new width and height earlier so that e.g. -geometry 30x30-50-50 | reimar | 2010-03-03 |
* | Add support for specifying window position relative to right and bottom | reimar | 2010-03-03 |
* | Simplify sscanf format strings and get rid of useless percent variable. | reimar | 2010-03-03 |
* | Avoid very deep indentation level and RESET_GEOMETRY macro in -geometry | reimar | 2010-03-03 |
* | Add a VCD support for OS/2 | komh | 2010-03-03 |
* | Drop support for old-style DVB code. | diego | 2010-03-02 |