log

age author description
Mon, 13 Sep 2010 14:33:08 +0000 ramiro swscale: indentation and emtpy line cosmetics
Mon, 13 Sep 2010 14:25:18 +0000 ramiro swscale: avoid reading prior to the source buffer in planar2x() MMX2
Mon, 13 Sep 2010 12:14:43 +0000 diego Mark srcArray as const pointer to const data, fixes the warnings:
Mon, 13 Sep 2010 03:56:24 +0000 diego const-correctness for the menu_info_t OSD menu info declarations
Mon, 13 Sep 2010 03:54:37 +0000 diego const-correctness for af_info_t audio filter declarations
Mon, 13 Sep 2010 03:50:55 +0000 diego Mark some vo_functions_t declarations that were not yet const as const.
Mon, 13 Sep 2010 03:12:07 +0000 diego cosmetics: Place mga_vid tests along with the other video output tests.
Sun, 12 Sep 2010 18:17:29 +0000 ramiro swscale-test: allow specifying src/dst pixel formats
Sun, 12 Sep 2010 18:16:53 +0000 ramiro indent
Sun, 12 Sep 2010 18:16:33 +0000 ramiro swscale-test: take input from reference file
Sun, 12 Sep 2010 18:15:34 +0000 ramiro swscale-test: always use SWS_BILINEAR to convert from ref to src
Sun, 12 Sep 2010 18:14:42 +0000 ramiro swscale-test: move conversion from ref to source back to doTest()
Sun, 12 Sep 2010 17:05:44 +0000 diego Add standard multiple inclusion guards.
Sun, 12 Sep 2010 16:11:05 +0000 reimar Reindent.
Sun, 12 Sep 2010 16:10:18 +0000 reimar Remove a pointless if.
Sun, 12 Sep 2010 16:08:57 +0000 reimar Replace sizeof(BITMAPINFOHEADER)
Sun, 12 Sep 2010 16:03:46 +0000 reimar Replace malloc+memset by calloc.
Sun, 12 Sep 2010 15:55:47 +0000 reimar Replace sizeof(WAVEFORMATEX) occurrences.
Sun, 12 Sep 2010 15:51:11 +0000 diego Skip #ifdefs around harmless ae_*.h header #includes.
Sun, 12 Sep 2010 15:48:46 +0000 reimar Replace malloc+memset by calloc
Sun, 12 Sep 2010 15:47:37 +0000 diego Merge one malloc() + memset() invocation into calloc().
Sun, 12 Sep 2010 15:38:21 +0000 diego Remove libavcodec ifdeffery from the GUI code.
Sun, 12 Sep 2010 15:35:41 +0000 reimar Avoid some pointless uses of sizeof() and one related cast.
Sun, 12 Sep 2010 15:14:47 +0000 diego Replace one more instance of sizeof(WAVEFORMATEX); fix compilation.
Sun, 12 Sep 2010 13:49:08 +0000 reimar Replace sizeof(WAVEFORMATEX) and sizeof(BITMAPINFOHEADER) in mencoder.c
Sun, 12 Sep 2010 13:38:59 +0000 reimar Replace several sizeof(WAVEFORMATEX)
Sun, 12 Sep 2010 13:35:13 +0000 reimar Remove a useless cast.
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.
Fri, 10 Sep 2010 16:54:47 +0000 diego Remove duplicate stream_cache_size extern declaration.
Fri, 10 Sep 2010 16:52:05 +0000 diego Remove duplicate vobsub_id extern declaration.
Fri, 10 Sep 2010 15:38:03 +0000 diego Move fs_seg extern variable declaration to ldt_keeper.h, where it belongs.
Fri, 10 Sep 2010 14:03:07 +0000 gpoirier fix XML structure to make xmllint happy :-)
Fri, 10 Sep 2010 13:52:56 +0000 diego Remove unnecessary cache_fill_status #define.
Fri, 10 Sep 2010 12:28:07 +0000 jrash Synced with help_mp-en.h rev. 32066
Fri, 10 Sep 2010 11:50:40 +0000 jrash Synced with help_mp-en.h rev. 32066
Thu, 09 Sep 2010 18:57:48 +0000 diego cosmetics: reorder declarations, prettyprinting
Thu, 09 Sep 2010 18:52:56 +0000 diego Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.
Thu, 09 Sep 2010 18:40:30 +0000 diego Remove unused video_driver/audio_driver extern variable declarations.
Thu, 09 Sep 2010 17:15:16 +0000 diego Move mplPBFade extern declaration to gmplayer.h, which is better suited.
Thu, 09 Sep 2010 17:10:18 +0000 diego Move stream_dump_type extern declaration to mplayer.h, where it belongs.
Thu, 09 Sep 2010 17:01:43 +0000 diego Add appropriate #include instead of declaring seek-related variables extern.
Thu, 09 Sep 2010 16:59:21 +0000 diego Add appropriate #include instead of declaring vo_gamma_* extern.
Thu, 09 Sep 2010 16:57:05 +0000 diego Remove unused cache_stats function.
Thu, 09 Sep 2010 16:54:35 +0000 diego Move cache_fill_status extern declaration to cache2.h, where it belongs.
Thu, 09 Sep 2010 16:47:45 +0000 diego Mark encoder_list declaration as const pointers to const data, fixes:
Thu, 09 Sep 2010 16:46:08 +0000 diego Mark vf_info_t declaration for the fixpts filter as const.
Thu, 09 Sep 2010 16:38:11 +0000 diego Mark video encoder vf_info_t structs as const.
Thu, 09 Sep 2010 16:17:27 +0000 diego Move **sub_name extern declaration to mpcommon.h.
Thu, 09 Sep 2010 15:46:25 +0000 diego Move use_menu extern declaration to mplayer.h, where it belongs.
Thu, 09 Sep 2010 15:41:43 +0000 diego Move **sub_name extern declaration to mplayer.h, where it belongs.
Thu, 09 Sep 2010 15:39:10 +0000 diego cosmetics: Group all extern variable declarations together.
Thu, 09 Sep 2010 14:52:37 +0000 ramiro gui: remove direct usage of rgb2rgb interface, use swscale instead
Thu, 09 Sep 2010 14:50:51 +0000 ramiro mga: disable g200 support
Thu, 09 Sep 2010 10:42:01 +0000 diego Mark libmenu_vfs declaration as const, fixes the warning:
Thu, 09 Sep 2010 10:39:08 +0000 diego Mark vf_info_menu declaration as const.
Thu, 09 Sep 2010 10:30:58 +0000 diego Move mime_type_table extern declaration to network.h, where it belongs.
Thu, 09 Sep 2010 05:05:43 +0000 reimar Fix make checkheaders for udp_sync.h
Wed, 08 Sep 2010 23:36:02 +0000 ramiro av_fill_image_linesizes -> av_image_fill_linesizes
Wed, 08 Sep 2010 20:10:54 +0000 diego Remove some unnecessary extern variable declarations.
Wed, 08 Sep 2010 20:07:58 +0000 diego Replace m_config_parse_config_file() forward declaration by proper #include.
Wed, 08 Sep 2010 20:04:10 +0000 diego Add proper #include instead of declaring sub_unicode extern.