index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Use memset to initialize huge arrays.
reimar
2010-02-14
*
Remove pointless explicit member initialization to 0 when the struct
reimar
2010-02-14
*
Use calloc instead of malloc+memset
reimar
2010-02-14
*
Add support for decoding 4:2:2 and 4:4:4 Theora files.
reimar
2010-02-14
*
Make len unsigned. More correct anyway and avoids sign extension to 64 bit
reimar
2010-02-14
*
Simplify and slightly speed up avi_stream_id function.
reimar
2010-02-14
*
Declare vf_menu_pause_update in libmenu/menu.h.
diego
2010-02-14
*
Directly mark structs as WINE_PACKED where all members are marked as packed.
diego
2010-02-14
*
Simplify.
reimar
2010-02-14
*
Move movie_aspect extern declaration to libmpcodecs/vd.h.
diego
2010-02-14
*
Move GUI-related extern declarations to a GUI header file.
diego
2010-02-14
*
GUI: Mark functions that are not used outside their files as static.
diego
2010-02-14
*
Avoid using sscanf for basic parsing, it is horribly slow.
reimar
2010-02-14
*
Avoid forward declarations for import_initial_playtree_into_gui() and
diego
2010-02-14
*
Add xscreensaver_heartbeat() declaration to x11_common.h.
diego
2010-02-14
*
Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].
diego
2010-02-14
*
Declare mp_input_register_options() in input/input.h.
diego
2010-02-14
*
GUI: #include associated .h files in .c files.
diego
2010-02-14
*
Check that fontconfig version is at least 2.4.2, which is required for the
reimar
2010-02-14
*
Reindent
reimar
2010-02-14
*
Just use goto instead of reimplementing it badly with a do { } while (0) and
reimar
2010-02-14
*
Change aspect calculation code to switch to floating point earlier so integer
reimar
2010-02-14
*
QuickTime X supports SAR in H.264.
diego
2010-02-14
*
Return NULL instead of 0 for function returning a pointer.
reimar
2010-02-14
*
Mark uninit() as static; it is only used within the file.
diego
2010-02-14
*
Remove useless casts.
reimar
2010-02-14
*
Remove useless code, QUERY_FORMAT already ensures the requested format is sup...
reimar
2010-02-14
*
Make vd_functions_t describing codecs const.
reimar
2010-02-14
*
Rename exit_reason_t enum to exit_reason and do not typedef it.
diego
2010-02-14
*
Make vd_info_t const for pointer in vd_functions, avoids some warnings about
reimar
2010-02-14
*
Fix exit_player() usage throughout the codebase.
diego
2010-02-14
*
Remove excessive ()
reimar
2010-02-14
*
Remove stray '/' from comment block, fixes the warning:
diego
2010-02-13
*
Remove unused variables, fixes the warnings:
diego
2010-02-13
*
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
compn
2010-02-13
*
10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.
diego
2010-02-13
*
Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.
diego
2010-02-13
*
Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.
diego
2010-02-13
*
Fix shared library libavutil check: test for av_clip instead of av_gcd.
diego
2010-02-13
*
osdep/mplayer.rc.o depends on version.h.
diego
2010-02-13
*
Move the check for valid sh_video into the init_vo_spudec, this fixes a crash
reimar
2010-02-13
*
Dynamically increase probe size for lavf demuxer up to 2 MB.
reimar
2010-02-12
*
Mark all ad_info_t/vd_info_t structure declarations as const.
diego
2010-02-12
*
Explain WIN32_LOADER definition hack.
diego
2010-02-12
*
Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.
diego
2010-02-12
*
Synced with help_mp-en.h rev. 30515
jrash
2010-02-12
*
Fix linking of loader test programs when loader is disabled.
diego
2010-02-12
*
Add win32 loader support for OS/2
komh
2010-02-12
*
Improve comment for GeoCodec.dll
cehoyos
2010-02-11
*
Remove pointless egcs #ifdefs; that compiler was never supported.
diego
2010-02-11
[next]