2010-09-11 |
diego |
Separate compiler warning flags from other compiler flags.
|
2010-09-11 |
diego |
cosmetics: Place some FFmpeg-related variables in a more sensible order.
|
2010-09-11 |
diego |
Add explanatory comment for video_out.h #inclusion in libao2/.
|
2010-09-11 |
diego |
Remove pointless typedef keyword from struct RTPState declaration; fixes:
|
2010-09-11 |
diego |
Add required #includes to fix 'make checkheaders'.
|
2010-09-11 |
diego |
Add required config.h #includes.
|
2010-09-11 |
diego |
Use identical signature for eosd_ass_init in both the .c and .h file.
|
2010-09-11 |
diego |
Add required header m_config.h; fixes 'make checkheaders'.
|
2010-09-11 |
diego |
cosmetics: Add #endif comment.
|
2010-09-11 |
diego |
cosmetics: Break some long lines.
|
2010-09-11 |
diego |
Add #include for required header mp_core.h; fixes 'make checkheaders'.
|
2010-09-11 |
diego |
Get rid of MPLAYER_DSP_H hack and #include dsp.h instead.
|
2010-09-11 |
diego |
Move local_wm extern variable declaration to loader.h, which is better suited.
|
2010-09-11 |
diego |
Move dxr2_fd extern variable declaration to vo_dxr2.h, where it belongs.
|
2010-09-11 |
diego |
Move ivtv_fd extern variable declaration to vo_ivtv.h, where it belongs.
|
2010-09-11 |
diego |
Move v4l2_fd extern declaration to vo_v4l2.h, where it belongs.
|
2010-09-11 |
ramiro |
indent
|
2010-09-11 |
ramiro |
swscale: remove unused code
|
2010-09-11 |
ramiro |
rgb2rgb: remove unused yvu9toyv12 function
|
2010-09-11 |
diego |
Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd.
|
2010-09-11 |
diego |
Mark is_mplayer_front() as static, it is only used within the file; fixes:
|
2010-09-11 |
diego |
Replace proc_priority extern declaration by osdep/priority.h #include.
|
2010-09-11 |
diego |
Move codecname extern variable declaration to gui.h, which is better suited.
|
2010-09-11 |
diego |
Move disable_gui_conf extern var declaration to mplayer.h, where it belongs.
|
2010-09-11 |
diego |
Move sx/sy extern variable declaration to gmplayer.h, which is better suited.
|
2010-09-11 |
diego |
Move all MEncoder-related extern variable declarations to mencoder.h.
|
2010-09-11 |
diego |
Move mconfig extern variable declaration to mpcommon.h.
|
2010-09-11 |
diego |
Move stream_cache_* extern variable declarations to mpcommon.h.
|
2010-09-11 |
diego |
Move video_time_usage / vout_time_usage extern var declarations to mpcommon.h.
|
2010-09-11 |
diego |
Move audio_lang / dvdsub_lang extern variable declarations to mpcommon.h.
|
2010-09-11 |
diego |
Replace force_fps extern declaration by mpcommon.h #include.
|
2010-09-11 |
diego |
Replace dvdsub_id extern declaration by mpcommon.h #include.
|
2010-09-10 |
diego |
Replace a bunch of extern declarations by proper mpcommon.h #include.
|
2010-09-10 |
diego |
Add necessary config.h #include.
|
2010-09-10 |
diego |
Replace audio_delay extern declaration by proper mplayer.h #include.
|
2010-09-10 |
diego |
Move slave_mode extern declaration to mplayer.h, where it belongs.
|
2010-09-10 |
diego |
Replace audio_id / video_id extern declarations by mpcommon.h #include.
|
2010-09-10 |
diego |
Remove unnecessary stream_cache_size extern declaration.
|
2010-09-10 |
diego |
Remove duplicate stream_cache_size extern declaration.
|
2010-09-10 |
diego |
Remove duplicate vobsub_id extern declaration.
|
2010-09-10 |
diego |
Move fs_seg extern variable declaration to ldt_keeper.h, where it belongs.
|
2010-09-10 |
gpoirier |
fix XML structure to make xmllint happy :-)
|
2010-09-10 |
diego |
Remove unnecessary cache_fill_status #define.
|
2010-09-10 |
jrash |
Synced with help_mp-en.h rev. 32066
|
2010-09-10 |
jrash |
Synced with help_mp-en.h rev. 32066
|
2010-09-09 |
diego |
cosmetics: reorder declarations, prettyprinting
|
2010-09-09 |
diego |
Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.
|
2010-09-09 |
diego |
Remove unused video_driver/audio_driver extern variable declarations.
|
2010-09-09 |
diego |
Move mplPBFade extern declaration to gmplayer.h, which is better suited.
|
2010-09-09 |
diego |
Move stream_dump_type extern declaration to mplayer.h, where it belongs.
|
2010-09-09 |
diego |
Add appropriate #include instead of declaring seek-related variables extern.
|
2010-09-09 |
diego |
Add appropriate #include instead of declaring vo_gamma_* extern.
|
2010-09-09 |
diego |
Remove unused cache_stats function.
|
2010-09-09 |
diego |
Move cache_fill_status extern declaration to cache2.h, where it belongs.
|
2010-09-09 |
diego |
Mark encoder_list declaration as const pointers to const data, fixes:
|
2010-09-09 |
diego |
Mark vf_info_t declaration for the fixpts filter as const.
|
2010-09-09 |
diego |
Mark video encoder vf_info_t structs as const.
|
2010-09-09 |
diego |
Move **sub_name extern declaration to mpcommon.h.
|
2010-09-09 |
diego |
Move use_menu extern declaration to mplayer.h, where it belongs.
|
2010-09-09 |
diego |
Move **sub_name extern declaration to mplayer.h, where it belongs.
|