log

age author description
Sat, 15 Nov 2008 19:14:09 +0000 reimar Remove a nonsensical "else" for the video mode switching case.
Sat, 15 Nov 2008 19:08:50 +0000 reimar Use pthreads for the cache on Cygwin, since _beginthread is not available
Sat, 15 Nov 2008 19:06:25 +0000 reimar include limits.h for INT_MAX.
Sat, 15 Nov 2008 19:03:21 +0000 reimar Remove now unused variables.
Sat, 15 Nov 2008 18:58:14 +0000 reimar Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height.
Sat, 15 Nov 2008 18:56:25 +0000 reimar Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same
Sat, 15 Nov 2008 18:28:35 +0000 reimar Set modified window position and monitor aspect in vo_vm_switch instead of in
Sat, 15 Nov 2008 18:14:03 +0000 reimar Get rid of (besides useless assignments) unused XSizeHints variable
Sat, 15 Nov 2008 18:11:10 +0000 reimar Set modeline_width/height to sane values in vo_vm_switch even when
Sat, 15 Nov 2008 17:48:27 +0000 reimar Cosmetics: remove useless "extern"
Sat, 15 Nov 2008 17:45:55 +0000 reimar Replace some of the different inconsistent XGetGeometry uses by a
Sat, 15 Nov 2008 17:41:30 +0000 reimar Remove a useless XGetGeometry call, the X11 event handling already takes care of this.
Sat, 15 Nov 2008 16:40:48 +0000 reimar Remove code from unused and since ages deprecated draw_frame function.
Sat, 15 Nov 2008 16:36:39 +0000 reimar Remove vo_xv code that has been under #if 0 since ages.
Sat, 15 Nov 2008 16:34:44 +0000 reimar vo_x11: do not replace the vo_gc created by the Gui.
Sat, 15 Nov 2008 15:50:47 +0000 reimar Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring.
Sat, 15 Nov 2008 14:24:32 +0000 reimar Cosmetics for vo_x11 control() to make it more similar to vo_xv.c
Sat, 15 Nov 2008 14:21:02 +0000 reimar Fix grammar of comment and sync it with vo_x11.c
Sat, 15 Nov 2008 03:41:28 +0000 reynaldo Adds Some missing messages - 1 of 3
Fri, 14 Nov 2008 19:29:04 +0000 reimar Include cache2.h in cache2.c, fixes an implicit declaration warning for cache_do_control
Fri, 14 Nov 2008 13:03:33 +0000 gpoirier sync w/r27906
Fri, 14 Nov 2008 10:31:15 +0000 reimar Fix ati-hack to work again with ATI 8.9 and later drivers.
Thu, 13 Nov 2008 19:05:07 +0000 reimar Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead of
Thu, 13 Nov 2008 17:18:40 +0000 gpoirier document x264's option subq=0, plus a bit of factoring and added details
Thu, 13 Nov 2008 00:15:09 +0000 diego Print out that vo_macosx is disabled when Mac OS X APIs are not available.
Tue, 11 Nov 2008 19:21:36 +0000 reimar Fix Windows OpenGL -wid:
Tue, 11 Nov 2008 13:57:29 +0000 torinthiel Partial sync to 27843
Sat, 08 Nov 2008 09:51:12 +0000 diego Sync with latest FFmpeg changes.
Sat, 08 Nov 2008 04:51:46 +0000 bircoph Synced with r25786.
Fri, 07 Nov 2008 08:34:15 +0000 bircoph Synced with r27402. Some spelling, typo fixes.
Thu, 06 Nov 2008 18:39:37 +0000 reimar For fragment programs, check GL_MAX_TEXTURE_IMAGE_UNITS instead of GL_MAX_TEXTURE_UNITS.
Thu, 06 Nov 2008 12:41:23 +0000 gpoirier sync w/r27895
Wed, 05 Nov 2008 23:37:52 +0000 nicodvb set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn't defined; patch by Reimar
Tue, 04 Nov 2008 21:00:29 +0000 diego Add #include <string.h> for memset.
Tue, 04 Nov 2008 20:46:45 +0000 diego Fix typo in psy-rd x264 option description.
Tue, 04 Nov 2008 20:38:55 +0000 diego Add some const specifiers to function name variables; fixes a bunch of
Tue, 04 Nov 2008 18:44:14 +0000 reimar Intialize unused fd variables to -1 (which is actually invalid) instead
Tue, 04 Nov 2008 18:42:46 +0000 reimar Fix condition broken in r27401 which incorrectly caused stdin to be closed after playing DVB.
Tue, 04 Nov 2008 00:35:49 +0000 bircoph Fix a typo.
Mon, 03 Nov 2008 23:55:42 +0000 diego Remove outdated sections.
Mon, 03 Nov 2008 22:06:45 +0000 diego Merge ARCH_BFIN lines.
Mon, 03 Nov 2008 22:01:03 +0000 diego Add tests target for libswscale test programs.
Mon, 03 Nov 2008 21:49:54 +0000 mru Remove forgotten ASM_OBJS in libswscale
Mon, 03 Nov 2008 12:06:40 +0000 Gabrov synced with r27885
Mon, 03 Nov 2008 10:35:54 +0000 ptt 44% synced with r22753 (going on... ;))
Sun, 02 Nov 2008 18:25:44 +0000 reimar lavc tscc decoder now also depends on zlib
Sun, 02 Nov 2008 17:19:30 +0000 reimar Add a few more supported URL protocols
Sun, 02 Nov 2008 17:15:44 +0000 reimar Forgotten reindent
Sun, 02 Nov 2008 17:15:14 +0000 reimar Add a noicyx:// protocol to allow easier testing for misconfigured servers.
Sun, 02 Nov 2008 16:46:02 +0000 reimar vfw.h needs a windows.h include before on MinGW64.
Sun, 02 Nov 2008 16:37:45 +0000 reimar Change OpenGL support to work on unmodified MinGW64
Sun, 02 Nov 2008 15:51:00 +0000 reimar Use libavutil FFMIN etc. instead of defining our own variants.
Sun, 02 Nov 2008 11:52:49 +0000 reimar Avoid pointless casting of void*
Sun, 02 Nov 2008 11:48:20 +0000 reimar Consistently use NULL for pointers instead of 0.
Sun, 02 Nov 2008 09:57:22 +0000 reimar Fallback to non-fontconfig behaviour when fontconfig initialization fails.
Sat, 01 Nov 2008 13:56:11 +0000 aurel vobsub: move extradata out of vobsub_t struct
Sat, 01 Nov 2008 13:51:39 +0000 aurel vobsub: add sanity check
Fri, 31 Oct 2008 18:44:45 +0000 diego Add an option that sets initial playback volume.
Fri, 31 Oct 2008 13:13:52 +0000 reimar Missing free in malloc error case in COutputPinCreate.
Fri, 31 Oct 2008 13:12:54 +0000 reimar Avoid useless casts of malloc results.