log

age author description
Sun, 12 Sep 2010 13:26:39 +0000 reimar Replace sizeof(type)
Sun, 12 Sep 2010 13:14:18 +0000 reimar Remove a useless cast.
Sun, 12 Sep 2010 13:13:36 +0000 reimar Replace sizeof(type) by sizeof(*ptrvar)
Sun, 12 Sep 2010 13:10:12 +0000 reimar Replace malloc+memset by calloc.
Sun, 12 Sep 2010 13:04:07 +0000 reimar Replace malloc+memset by calloc.
Sun, 12 Sep 2010 13:03:41 +0000 ramiro rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()
Sun, 12 Sep 2010 13:01:05 +0000 reimar Replace sizoef(type) by sizeof(*ptrvar).
Sun, 12 Sep 2010 12:49:28 +0000 reimar Replace malloc+memset by calloc
Sun, 12 Sep 2010 12:41:37 +0000 reimar Replace malloc+memset by calloc.
Sun, 12 Sep 2010 12:32:28 +0000 reimar Replace malloc+memset by calloc.
Sun, 12 Sep 2010 12:23:26 +0000 reimar Fix a condition that would never be false (and thus cause
Sun, 12 Sep 2010 12:22:01 +0000 reimar Replace some sizeof(type) by sizeof(*pointer)
Sun, 12 Sep 2010 12:14:37 +0000 reimar Replace malloc+memset by calloc.
Sun, 12 Sep 2010 12:12:24 +0000 reimar Replace malloc+memset by calloc.
Sun, 12 Sep 2010 11:44:42 +0000 reimar Replace malloc+memset by calloc
Sun, 12 Sep 2010 11:22:42 +0000 diego cosmetics: Reformat in K&R style, prettyprinting.
Sun, 12 Sep 2010 11:21:12 +0000 reimar Remove stheader.h include from mpcommon.h since it
Sun, 12 Sep 2010 11:12:06 +0000 reimar Remove a duplicate mconfig declaration
Sun, 12 Sep 2010 11:11:44 +0000 reimar Fix win32 gui compilation
Sun, 12 Sep 2010 00:30:15 +0000 diego Add missing #include for vd_ffmpeg.h; fixes the warning:
Sun, 12 Sep 2010 00:11:26 +0000 diego Enable Apple remote code when compiling is possible; do not require running it.
Sat, 11 Sep 2010 23:53:15 +0000 diego Move TV input free_handle static function to tv.c and make it non-static.
Sat, 11 Sep 2010 23:30:52 +0000 diego Separate compiler warning flags from other compiler flags.
Sat, 11 Sep 2010 23:22:01 +0000 diego cosmetics: Place some FFmpeg-related variables in a more sensible order.
Sat, 11 Sep 2010 22:52:14 +0000 diego Add explanatory comment for video_out.h #inclusion in libao2/.
Sat, 11 Sep 2010 22:47:53 +0000 diego Remove pointless typedef keyword from struct RTPState declaration; fixes:
Sat, 11 Sep 2010 22:31:29 +0000 diego Add required #includes to fix 'make checkheaders'.
Sat, 11 Sep 2010 22:24:16 +0000 diego Add required config.h #includes.
Sat, 11 Sep 2010 22:20:35 +0000 diego Use identical signature for eosd_ass_init in both the .c and .h file.
Sat, 11 Sep 2010 22:19:39 +0000 diego Add required header m_config.h; fixes 'make checkheaders'.
Sat, 11 Sep 2010 22:14:08 +0000 diego cosmetics: Add #endif comment.
Sat, 11 Sep 2010 22:13:45 +0000 diego cosmetics: Break some long lines.
Sat, 11 Sep 2010 22:12:41 +0000 diego Add #include for required header mp_core.h; fixes 'make checkheaders'.
Sat, 11 Sep 2010 22:11:40 +0000 diego Get rid of MPLAYER_DSP_H hack and #include dsp.h instead.
Sat, 11 Sep 2010 14:56:52 +0000 diego Move local_wm extern variable declaration to loader.h, which is better suited.
Sat, 11 Sep 2010 14:43:06 +0000 diego Move dxr2_fd extern variable declaration to vo_dxr2.h, where it belongs.
Sat, 11 Sep 2010 14:40:26 +0000 diego Move ivtv_fd extern variable declaration to vo_ivtv.h, where it belongs.
Sat, 11 Sep 2010 14:37:12 +0000 diego Move v4l2_fd extern declaration to vo_v4l2.h, where it belongs.
Sat, 11 Sep 2010 14:31:13 +0000 ramiro indent
Sat, 11 Sep 2010 14:30:54 +0000 ramiro swscale: remove unused code
Sat, 11 Sep 2010 14:29:55 +0000 ramiro rgb2rgb: remove unused yvu9toyv12 function
Sat, 11 Sep 2010 14:13:21 +0000 diego Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd.
Sat, 11 Sep 2010 12:32:38 +0000 diego Mark is_mplayer_front() as static, it is only used within the file; fixes:
Sat, 11 Sep 2010 12:20:07 +0000 diego Replace proc_priority extern declaration by osdep/priority.h #include.
Sat, 11 Sep 2010 12:17:11 +0000 diego Move codecname extern variable declaration to gui.h, which is better suited.
Sat, 11 Sep 2010 12:13:30 +0000 diego Move disable_gui_conf extern var declaration to mplayer.h, where it belongs.
Sat, 11 Sep 2010 12:10:43 +0000 diego Move sx/sy extern variable declaration to gmplayer.h, which is better suited.
Sat, 11 Sep 2010 11:47:07 +0000 diego Move all MEncoder-related extern variable declarations to mencoder.h.
Sat, 11 Sep 2010 11:43:05 +0000 diego Move mconfig extern variable declaration to mpcommon.h.
Sat, 11 Sep 2010 11:38:36 +0000 diego Move stream_cache_* extern variable declarations to mpcommon.h.
Sat, 11 Sep 2010 11:33:07 +0000 diego Move video_time_usage / vout_time_usage extern var declarations to mpcommon.h.
Sat, 11 Sep 2010 11:11:10 +0000 diego Move audio_lang / dvdsub_lang extern variable declarations to mpcommon.h.
Sat, 11 Sep 2010 10:57:31 +0000 diego Replace force_fps extern declaration by mpcommon.h #include.
Sat, 11 Sep 2010 10:44:28 +0000 diego Replace dvdsub_id extern declaration by mpcommon.h #include.
Fri, 10 Sep 2010 21:57:22 +0000 diego Replace a bunch of extern declarations by proper mpcommon.h #include.
Fri, 10 Sep 2010 21:54:39 +0000 diego Add necessary config.h #include.
Fri, 10 Sep 2010 21:51:39 +0000 diego Replace audio_delay extern declaration by proper mplayer.h #include.
Fri, 10 Sep 2010 21:48:48 +0000 diego Move slave_mode extern declaration to mplayer.h, where it belongs.
Fri, 10 Sep 2010 21:42:13 +0000 diego Replace audio_id / video_id extern declarations by mpcommon.h #include.
Fri, 10 Sep 2010 16:55:12 +0000 diego Remove unnecessary stream_cache_size extern declaration.