2010-09-13 |
diego |
Replace sizeof(type) by sizeof(variable) in malloc invocation.
|
2010-09-13 |
diego |
Remove vim/emacs coding style hints.
|
2010-09-13 |
ramiro |
swscale: indentation and emtpy line cosmetics
|
2010-09-13 |
ramiro |
swscale: avoid reading prior to the source buffer in planar2x() MMX2
|
2010-09-13 |
diego |
Mark srcArray as const pointer to const data, fixes the warnings:
|
2010-09-13 |
diego |
const-correctness for the menu_info_t OSD menu info declarations
|
2010-09-13 |
diego |
const-correctness for af_info_t audio filter declarations
|
2010-09-13 |
diego |
Mark some vo_functions_t declarations that were not yet const as const.
|
2010-09-13 |
diego |
cosmetics: Place mga_vid tests along with the other video output tests.
|
2010-09-12 |
ramiro |
swscale-test: allow specifying src/dst pixel formats
|
2010-09-12 |
ramiro |
indent
|
2010-09-12 |
ramiro |
swscale-test: take input from reference file
|
2010-09-12 |
ramiro |
swscale-test: always use SWS_BILINEAR to convert from ref to src
|
2010-09-12 |
ramiro |
swscale-test: move conversion from ref to source back to doTest()
|
2010-09-12 |
diego |
Add standard multiple inclusion guards.
|
2010-09-12 |
reimar |
Reindent.
|
2010-09-12 |
reimar |
Remove a pointless if.
|
2010-09-12 |
reimar |
Replace sizeof(BITMAPINFOHEADER)
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-09-12 |
reimar |
Replace sizeof(WAVEFORMATEX) occurrences.
|
2010-09-12 |
diego |
Skip #ifdefs around harmless ae_*.h header #includes.
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc
|
2010-09-12 |
diego |
Merge one malloc() + memset() invocation into calloc().
|
2010-09-12 |
diego |
Remove libavcodec ifdeffery from the GUI code.
|
2010-09-12 |
reimar |
Avoid some pointless uses of sizeof() and one related cast.
|
2010-09-12 |
diego |
Replace one more instance of sizeof(WAVEFORMATEX); fix compilation.
|
2010-09-12 |
reimar |
Replace sizeof(WAVEFORMATEX) and sizeof(BITMAPINFOHEADER) in mencoder.c
|
2010-09-12 |
reimar |
Replace several sizeof(WAVEFORMATEX)
|
2010-09-12 |
reimar |
Remove a useless cast.
|
2010-09-12 |
reimar |
Replace sizeof(type)
|
2010-09-12 |
reimar |
Remove a useless cast.
|
2010-09-12 |
reimar |
Replace sizeof(type) by sizeof(*ptrvar)
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-09-12 |
ramiro |
rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()
|
2010-09-12 |
reimar |
Replace sizoef(type) by sizeof(*ptrvar).
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-09-12 |
reimar |
Fix a condition that would never be false (and thus cause
|
2010-09-12 |
reimar |
Replace some sizeof(type) by sizeof(*pointer)
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc
|
2010-09-12 |
diego |
cosmetics: Reformat in K&R style, prettyprinting.
|
2010-09-12 |
reimar |
Remove stheader.h include from mpcommon.h since it
|
2010-09-12 |
reimar |
Remove a duplicate mconfig declaration
|
2010-09-12 |
reimar |
Fix win32 gui compilation
|
2010-09-12 |
diego |
Add missing #include for vd_ffmpeg.h; fixes the warning:
|
2010-09-12 |
diego |
Enable Apple remote code when compiling is possible; do not require running it.
|
2010-09-11 |
diego |
Move TV input free_handle static function to tv.c and make it non-static.
|
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.
|
2010-09-09 |
diego |
cosmetics: Group all extern variable declarations together.
|