aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Avoid forward declarations for import_initial_playtree_into_gui() andGravatar diego2010-02-14
* Add xscreensaver_heartbeat() declaration to x11_common.h.Gravatar diego2010-02-14
* Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].Gravatar diego2010-02-14
* Declare mp_input_register_options() in input/input.h.Gravatar diego2010-02-14
* GUI: #include associated .h files in .c files.Gravatar diego2010-02-14
* Check that fontconfig version is at least 2.4.2, which is required for theGravatar reimar2010-02-14
* ReindentGravatar reimar2010-02-14
* Just use goto instead of reimplementing it badly with a do { } while (0) andGravatar reimar2010-02-14
* Change aspect calculation code to switch to floating point earlier so integerGravatar reimar2010-02-14
* QuickTime X supports SAR in H.264.Gravatar diego2010-02-14
* Return NULL instead of 0 for function returning a pointer.Gravatar reimar2010-02-14
* Mark uninit() as static; it is only used within the file.Gravatar diego2010-02-14
* Remove useless casts.Gravatar reimar2010-02-14
* Remove useless code, QUERY_FORMAT already ensures the requested format is sup...Gravatar reimar2010-02-14
* Make vd_functions_t describing codecs const.Gravatar reimar2010-02-14
* Rename exit_reason_t enum to exit_reason and do not typedef it.Gravatar diego2010-02-14
* Make vd_info_t const for pointer in vd_functions, avoids some warnings aboutGravatar reimar2010-02-14
* Fix exit_player() usage throughout the codebase.Gravatar diego2010-02-14
* Remove excessive ()Gravatar reimar2010-02-14
* Remove stray '/' from comment block, fixes the warning:Gravatar diego2010-02-13
* Remove unused variables, fixes the warnings:Gravatar diego2010-02-13
* add netspeak versions of truespeech and gsm audio codecs to codecs.confGravatar compn2010-02-13
* 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.Gravatar diego2010-02-13
* Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.Gravatar diego2010-02-13
* Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.Gravatar diego2010-02-13
* Fix shared library libavutil check: test for av_clip instead of av_gcd.Gravatar diego2010-02-13
* osdep/mplayer.rc.o depends on version.h.Gravatar diego2010-02-13
* Move the check for valid sh_video into the init_vo_spudec, this fixes a crashGravatar reimar2010-02-13
* Dynamically increase probe size for lavf demuxer up to 2 MB.Gravatar reimar2010-02-12
* Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12
* Explain WIN32_LOADER definition hack.Gravatar diego2010-02-12
* Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.Gravatar diego2010-02-12
* Synced with help_mp-en.h rev. 30515Gravatar jrash2010-02-12
* Fix linking of loader test programs when loader is disabled.Gravatar diego2010-02-12
* Add win32 loader support for OS/2Gravatar komh2010-02-12
* Improve comment for GeoCodec.dllGravatar cehoyos2010-02-11
* Remove pointless egcs #ifdefs; that compiler was never supported.Gravatar diego2010-02-11
* Remove extern "C" declarations from loader code.Gravatar diego2010-02-11
* Move one more FFmpeg-related definition to the FFmpeg section of config.h.Gravatar diego2010-02-11
* Move some FFmpeg-related definitions to the FFmpeg section of config.h.Gravatar diego2010-02-11
* Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.Gravatar diego2010-02-11
* add comment about geov codec crashing on win32 in codecs.confGravatar compn2010-02-11
* GeoCodec.dll also supports fourcc GEOX.Gravatar cehoyos2010-02-11
* Support GEOV video codec: Hangs on exitGravatar cehoyos2010-02-11
* Add stubs for several functions, needed for CineForm codec.Gravatar reimar2010-02-09
* libass: fix PAR correctionGravatar greg2010-02-09
* There is Indeo 5 decoder in FFmpeg now, so register itGravatar kostya2010-02-09
* Fix linking of mp3lib test programs when internal mp3lib is disabled.Gravatar diego2010-02-08
* Fix linking of liba52 test program when internal liba52 is disabled.Gravatar diego2010-02-08
* Remove disabled AVIFILE-specific preprocessor code.Gravatar diego2010-02-08