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
*
Add separate header for mp_a52_framesize(); avoids forward declarations.
diego
2010-02-17
*
Add config.h header #include; it is required for the HAVE_BIGENDIAN check.
diego
2010-02-17
*
Add separate header for aac_parse_frame(); avoids forward declarations.
diego
2010-02-17
*
Add separate header for real_fix_timestamp(); avoids forward declarations.
diego
2010-02-17
*
Mark mp_mp3_get_lsf() as static; it is not used outside of the file.
diego
2010-02-17
*
Mark mov_build_index() as static; it is not used outside of the file.
diego
2010-02-17
*
libmpdemux: Mark functions not used outside of their files as static.
diego
2010-02-17
*
Document several new x264 parameters.
corey
2010-02-17
*
Update x264 defaults listed in the man page.
corey
2010-02-17
*
Ignore .ho files in loader/wine/.
diego
2010-02-17
*
libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.
diego
2010-02-17
*
Revert marking seemingly unused XAnim-binary-related functions as static.
diego
2010-02-17
*
Revert marking seemingly unused RealAudio/RealVideo-related functions as static.
diego
2010-02-17
*
Mark ALS fourcc as internal only.
reimar
2010-02-17
*
Support FFmpeg's ALS decoder.
reimar
2010-02-16
*
Move struct typedef pixbuf into the only .c file where it is used.
reimar
2010-02-16
*
Remove useless malloc casts.
reimar
2010-02-16
*
Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c.
reimar
2010-02-16
*
Fix win32 gui compilation.
reimar
2010-02-16
*
stream: Mark functions not used outside of their files as static.
diego
2010-02-16
*
libvo: Mark functions not used outside of their files as static.
diego
2010-02-16
*
libmpcodecs: Mark functions not used outside of their files as static.
diego
2010-02-16
*
#include corresponding .h files in .c files.
diego
2010-02-16
*
Add header for init_global_rawdv_decoder() instead of forward declaring it.
diego
2010-02-16
*
Add header file for mplayer_audio_read() instead of forward declaring it.
diego
2010-02-16
*
Add header file for sis_init_video_bridge() instead of forward declaring it.
diego
2010-02-16
*
VIDIX: #include drivers.h in drivers.c.
diego
2010-02-16
*
VIDIX: Mark some functions not used outside their files as static.
diego
2010-02-16
*
Remove pointless header #includes; #include only required header stdint.h.
diego
2010-02-16
*
Remove unused variable.
reimar
2010-02-14
*
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
[next]