aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Remove unused functions.Gravatar cehoyos2010-02-27
* Make -slave also work with the normal console on Windows.Gravatar reimar2010-02-27
* Support all line ending types in mp_input_read_cmd.Gravatar reimar2010-02-27
* Actually use existing uninit() function in remove_logo filter.Gravatar cehoyos2010-02-27
* Do not misuse the stdin name.Gravatar reimar2010-02-27
* Include getch2.h to get rid of some warnings.Gravatar reimar2010-02-27
* Fix cd_info_new() prototype.Gravatar cehoyos2010-02-27
* Remove unused static function mp_mp3_get_lsf().Gravatar cehoyos2010-02-27
* Threaded cache fixes: do not free the stream_t struct twice on windowsGravatar reimar2010-02-27
* Make function Gsm_Long_Term_Synthesis_Filtering() static, only used in xa_gsm.c.Gravatar cehoyos2010-02-27
* Remove unused static function play_tree_set_flag().Gravatar cehoyos2010-02-27
* Remove unused static function m_config_get_option_ptr().Gravatar cehoyos2010-02-27
* Remove unused static functions asx_list_add() and asx_list_remove().Gravatar cehoyos2010-02-27
* Remove unused static function vdlPlaybackCopyFrame().Gravatar cehoyos2010-02-27
* Include lirc.h in lirc.c to add missing prototypes.Gravatar cehoyos2010-02-27
* Remove unused static function send_lpcm_packet().Gravatar cehoyos2010-02-27
* Remove unused static function streaming_stop().Gravatar cehoyos2010-02-27
* Fix windows Gui compilation and remove some related typecasts.Gravatar reimar2010-02-27
* Update -vo gl info structs, it isn't X11-only since ages and there's basicallyGravatar reimar2010-02-27
* 100l, remove forgotten debugging code.Gravatar reimar2010-02-27
* Only prefer -vo gl over -vo x11 if hardware acceleration is available.Gravatar reimar2010-02-27
* Enable StructureNotifyMask before waiting for a DestroyNotify event.Gravatar reimar2010-02-27
* Remove pointless #ifdef checks for DEMUXER_H, which is never set.Gravatar diego2010-02-27
* Remove unnecessary stream.h #includes.Gravatar diego2010-02-27
* 10l correct type for =a and =d constraints under x86-32Gravatar zuxy2010-02-27
* Replace =A with =a and =d; make frequency calculation correct under x86-64Gravatar zuxy2010-02-27
* Fix compilation of C++ source files (partly reverts r30744).Gravatar cehoyos2010-02-27
* Restructure #ifs to be clearer, also ensures that we return from the threadGravatar reimar2010-02-27
* Port yuv=... auto-detection from gl to gl2.Gravatar reimar2010-02-26
* cosmetics: Rename "codecs_st" struct to just plain "codecs".Gravatar diego2010-02-26
* Mark character arrays as const.Gravatar diego2010-02-26
* Mark all fmt_list arrays as const.Gravatar diego2010-02-26
* Mark vf_opts/vf_opts_fields structures as const.Gravatar diego2010-02-26
* dots at end of sentences (kai driver section)Gravatar ptt2010-02-26
* synced to r30610Gravatar ptt2010-02-26
* new sentences on new lines, cropdetect filterGravatar ptt2010-02-26
* it's synced up to r30515Gravatar ptt2010-02-26
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* mention that on windows, you've to use the netstream.exe to build theGravatar attila2010-02-26
* sync with en/mplayer.1 rev. 30677Gravatar jrash2010-02-26
* Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa,...Gravatar reimar2010-02-25
* Add const to ass_read_stream fname argument, the string is not modified.Gravatar reimar2010-02-25
* Mark stream open filename parameter as const, the filename string is notGravatar reimar2010-02-25
* Add cast to proper type.Gravatar reimar2010-02-25
* Make more option-parsing related function arguments const.Gravatar reimar2010-02-25
* Remove unused function declaration.Gravatar reimar2010-02-25
* Make local-only cddb functions static.Gravatar reimar2010-02-25
* Add const to mpvdec declarationGravatar reimar2010-02-25
* Remove declarations of functions now already declared in stream.hGravatar reimar2010-02-25
* Fix check for wrong variable: len can be unitialized but not normally < 0,Gravatar reimar2010-02-25