log

age author description
Thu, 17 Jun 2010 09:19:05 +0000 diego Move LIRC-related extern variable declarations to lirc.h.
Thu, 17 Jun 2010 09:17:13 +0000 diego Move extern variable declarations for mp_fifo.c to mp_fifo.h.
Thu, 17 Jun 2010 09:12:38 +0000 diego Move menu-related extern variable declarations to menu.h.
Thu, 17 Jun 2010 08:38:12 +0000 diego Add header file for externally used variables from vo_fbdev.c.
Thu, 17 Jun 2010 08:33:55 +0000 diego Move force_monitor_aspect and monitor_pixel_aspect declarations to aspect.h.
Thu, 17 Jun 2010 08:28:43 +0000 diego Add header file for the extern declarations from muxer_avi.c.
Thu, 17 Jun 2010 08:22:21 +0000 diego Lower priority of hardware MPEG decoder cards below software decoders.
Thu, 17 Jun 2010 08:17:06 +0000 diego Factorize monitor_aspect extern declaration into aspect.h.
Thu, 17 Jun 2010 08:14:57 +0000 diego Add vd.h #include instead of declaring movie_aspect extern.
Thu, 17 Jun 2010 08:07:37 +0000 diego Place vo_osd_list extern declaration in sub.h instead of all over the code.
Thu, 17 Jun 2010 08:04:12 +0000 diego Remove unused 'extern int vo_osd_changed_flag' declaration.
Wed, 16 Jun 2010 19:40:26 +0000 reimar Disable only G200 support when compiling against dynamic libswscale instead
Wed, 16 Jun 2010 19:09:06 +0000 diego Add header_check convenience function to check for header availability.
Wed, 16 Jun 2010 18:59:59 +0000 diego Remove unused extern fs_layer declaration.
Wed, 16 Jun 2010 18:59:10 +0000 diego Replace common options template by a common options array.
Wed, 16 Jun 2010 18:27:59 +0000 diego Use a struct timezone as second parameter for gettimeofday in the function test.
Wed, 16 Jun 2010 17:33:17 +0000 reimar SIGPIPE is not really a crash, try to exit cleanly in case we receive one.
Wed, 16 Jun 2010 15:02:52 +0000 diego Remove some unnecessary #includes from compilation tests.
Wed, 16 Jun 2010 13:55:09 +0000 diego Rename libvo/mga_common.c --> libvo/mga_template.c.
Wed, 16 Jun 2010 13:14:29 +0000 diego Remove commented-out forward declaration for removed function.
Tue, 15 Jun 2010 19:32:22 +0000 reimar More sensible behaviour for -geometry with -wid and -vo gl.
Tue, 15 Jun 2010 19:29:51 +0000 reimar Add symver defines for FFmpeg. Since we don't care about
Tue, 15 Jun 2010 19:03:54 +0000 reimar Make sure we always have exactly one CONFIG_LIBRTMP define.
Tue, 15 Jun 2010 08:56:38 +0000 diego Remove an unused extern declaration.
Tue, 15 Jun 2010 08:49:38 +0000 diego Remove some unused extern declarations.
Mon, 14 Jun 2010 20:11:44 +0000 reimar Cleanup some demux_ty code and at the same time possibly fix vstream support (untested).
Mon, 14 Jun 2010 19:17:38 +0000 reimar Consistently use "None" instead of "NULL" for X resources.
Mon, 14 Jun 2010 17:17:04 +0000 diego Rename cfg-common-opts.h --> cfg-common_template.c.
Mon, 14 Jun 2010 15:50:07 +0000 diego Fix embarassing OCNFIG vs. CONFIG typo.
Mon, 14 Jun 2010 15:48:39 +0000 diego Add header for ivtv_write() instead of forward declaring it.