aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Remove functions not used by MPlayer from headerGravatar reimar2009-03-08
* Remove useless "extern" in function declarations.Gravatar reimar2009-03-08
* Add a small howto explaining how to cross-compile for MinGWGravatar reimar2009-03-08
* Explain that disabling other input methods is not the purpose of -slaveGravatar reimar2009-03-08
* Remove unused variable from demux_mov.Gravatar reimar2009-03-08
* Add an option to disable the default key binding that MPlayer includesGravatar reimar2009-03-08
* Bump etc/codecs.conf version to eliminate one possible cause when debugging V...Gravatar reimar2009-03-08
* Fix clipping for pan-and-scan.Gravatar greg2009-03-08
* Add a proper color check to the overlap compositing.Gravatar greg2009-03-08
* Replace rotation functions with a simplified version adapted fromGravatar greg2009-03-08
* Only use first \org in a line.Gravatar greg2009-03-07
* cosmetics: spelling fixesGravatar diego2009-03-07
* cosmetics: Reformat file header.Gravatar diego2009-03-07
* Make pausing_keep_force the default for the set_mouse_pos and key_down_event -Gravatar reimar2009-03-07
* Update x264 version check for version required by lavc.Gravatar reimar2009-03-07
* Let the 4th plane reach the swScale functionGravatar sdrik2009-03-07
* YUVA420P is a planar YUV formatGravatar sdrik2009-03-07
* Reduce size of needlessly large mp3lib bandInfoStructGravatar reimar2009-03-07
* Make several constant mp3lib tables constGravatar reimar2009-03-07
* Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_x...Gravatar reimar2009-03-07
* Make data related to suboption parsing const in libvoGravatar reimar2009-03-07
* Get rid of the "set" member of the subopt-parser struct, it madeGravatar reimar2009-03-06
* Add some "const" to mpcodecs_vd_driversGravatar reimar2009-03-06
* The large -help help_text should be const so it goes into .rodataGravatar reimar2009-03-06
* Make audio_out_* structs const so they end up in .rodataGravatar reimar2009-03-06
* Make ao_info_t structs const.Gravatar reimar2009-03-06
* Use code that is actually thread-safe to calculate delay, free space etc. in ...Gravatar reimar2009-03-06
* Cosmetics: get rid of trailing whitespace.Gravatar reimar2009-03-06
* get rid of full_buffers variable, if the check it is used for is triggeredGravatar reimar2009-03-06
* Remove now unused buf_write_pos variable from ao_win32Gravatar reimar2009-03-06
* Always write full buffers in ao_win32, except for the last block.Gravatar reimar2009-03-06
* Use calloc instead of malloc+memsetGravatar reimar2009-03-06
* sync w/r28807Gravatar gpoirier2009-03-06
* The 8 bit per sample formats are unsigned on Windows, fixes playback withGravatar reimar2009-03-06
* Refactor smalltex/tinytex EOSD optimization in vo_glGravatar reimar2009-03-06
* Remove several useless casts from af_resampleGravatar reimar2009-03-06
* Free af->setup and contents in af_resample uninit function.Gravatar reimar2009-03-06
* Use calloc to allocate the af_resample ring buffers, reportedly usingGravatar reimar2009-03-06
* Use a single malloc to allocate space for the circular buffers.Gravatar reimar2009-03-06
* Comment typo fixes for af_resampleGravatar reimar2009-03-06
* Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD,Gravatar reimar2009-03-06
* Remove duplicate OSD drawing introduced due to a conflict between r28840 and ...Gravatar reimar2009-03-06
* Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawnGravatar reimar2009-03-06
* As for vo_gl, do not rely on draw_osd to render EOSD.Gravatar reimar2009-03-06
* Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD.Gravatar greg2009-03-06
* Do not rely on draw_osd to render the EOSD, instead draw it already at theGravatar reimar2009-03-06
* Fix \be blur start position.Gravatar greg2009-03-06
* Raise max. number of \be applications to 100, introduce #define for it.Gravatar greg2009-03-06
* Replace magic numbers (for subpixel accuracy masking) with a define.Gravatar greg2009-03-06
* Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.Gravatar greg2009-03-06