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