log

age author description
Mon, 24 Nov 2008 08:29:34 +0000 diego Fix HAVE_VIS vs. HAVE_MVI typo, SPARC has MVI, not VIS.
Sun, 23 Nov 2008 22:01:54 +0000 gpoirier sync w/r27979
Sun, 23 Nov 2008 20:49:05 +0000 reimar Clear the whole window on resize in vo_x11 since we do not
Sun, 23 Nov 2008 20:47:04 +0000 reimar Simplify vo_x11 check_events function
Sun, 23 Nov 2008 20:39:15 +0000 reimar Do not draw in window if our image has not yet been adjusted to the new window size.
Sun, 23 Nov 2008 20:20:51 +0000 reimar Remove unnecessary xf86vmode.h include.
Sun, 23 Nov 2008 20:19:06 +0000 reimar Remove some usnused variables and commented-out code.
Sun, 23 Nov 2008 20:17:46 +0000 reimar Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.
Sun, 23 Nov 2008 18:50:39 +0000 reimar Patch to improve/consistify coding style.
Sun, 23 Nov 2008 18:45:01 +0000 reimar Fix indentation
Sun, 23 Nov 2008 18:42:29 +0000 reimar Lock/unlock surface only once even when drawing many slices.
Sun, 23 Nov 2008 18:24:53 +0000 reimar Move locked_rect from stack to priv struct in preparation for following patch.
Sun, 23 Nov 2008 18:13:56 +0000 reimar Move the StretchRect call from draw_slices to render_d3d_frame.
Sun, 23 Nov 2008 17:25:46 +0000 reimar Remove pointless is_cfG_finished variable.
Sun, 23 Nov 2008 14:57:51 +0000 diego Handle fb_dev_name similar to vo_fbdev in vo_wii.
Sun, 23 Nov 2008 14:32:39 +0000 diego Merge another if condition check to lessen differences to vo_fbdev.c.
Sun, 23 Nov 2008 14:15:54 +0000 diego Use static variable instead of #define to lessen differences to vo_fbdev.c.
Sun, 23 Nov 2008 13:55:23 +0000 diego Get rid of TTY_DEV_NAME #define to lessen differences to vo_fbdev.c.
Sun, 23 Nov 2008 13:51:16 +0000 diego Merge another if condition check to lessen differences to vo_fbdev.c.
Sun, 23 Nov 2008 13:42:41 +0000 diego Merge if condition check to lessen differences to vo_fbdev.c.
Sun, 23 Nov 2008 13:41:57 +0000 diego Remove debug function.
Sun, 23 Nov 2008 13:23:14 +0000 diego cosmetics: one more round of whitespace changes
Sun, 23 Nov 2008 13:19:43 +0000 diego cosmetics: further reformatting to lessen differences to vo_fbdev.c
Sun, 23 Nov 2008 13:06:37 +0000 diego cosmetics: complete reformatting, tabs to spaces, etc.
Sun, 23 Nov 2008 13:02:10 +0000 diego cosmetics: Lessen differences to vo_wii.c.
Sun, 23 Nov 2008 12:46:42 +0000 diego cosmetics: consistent formatting for if/else/case
Sun, 23 Nov 2008 12:45:07 +0000 reimar Reimplement -endchapter support again for -dump*, it was broken in r25987.
Sun, 23 Nov 2008 12:30:39 +0000 reimar Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration
Sun, 23 Nov 2008 12:25:41 +0000 reimar Remove unused flip_flag variable
Sun, 23 Nov 2008 12:08:18 +0000 diego cosmetics: Reformat some lines to lessen differences to vo_fbdev.c.
Sun, 23 Nov 2008 12:01:48 +0000 diego cosmetics: Move up uninit() to avoid a forward declaration.
Sun, 23 Nov 2008 11:59:37 +0000 diego cosmetics: consistent function declarations.
Sun, 23 Nov 2008 11:58:11 +0000 diego cosmetics: Remove tabs and trailing whitespace.
Sun, 23 Nov 2008 11:53:17 +0000 diego Remove unused variables and the related warnings along with them.
Sat, 22 Nov 2008 13:31:55 +0000 bircoph Make description of the option more clear as suggested by
Fri, 21 Nov 2008 23:22:53 +0000 reimar Remove a aspect calculation line.
Fri, 21 Nov 2008 23:17:26 +0000 reimar Simplify handling of "flags" parameter
Fri, 21 Nov 2008 23:14:38 +0000 reimar Add forgotten initialization if Flip_Flag to 0.
Fri, 21 Nov 2008 19:32:19 +0000 diego cosmetics: typo fixes
Fri, 21 Nov 2008 18:55:00 +0000 diego cosmetics: Write revision number with leading 'r'.
Fri, 21 Nov 2008 13:03:22 +0000 compn add direct3d docs, ok'd by Guillaume
Fri, 21 Nov 2008 12:23:10 +0000 bircoph Synced with r27967.
Fri, 21 Nov 2008 12:22:16 +0000 reimar Fix and enable panscan handling for vo_direct3d
Thu, 20 Nov 2008 22:54:30 +0000 diego cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
Thu, 20 Nov 2008 19:32:08 +0000 reynaldo Add all still missing lines, full sync against r27967
Thu, 20 Nov 2008 19:03:53 +0000 reynaldo Trivial, add some more lines that were missing
Thu, 20 Nov 2008 18:28:22 +0000 reynaldo Trivial, Cosmetics
Thu, 20 Nov 2008 16:15:25 +0000 reynaldo COSMETICS, More line shifting to match English master
Thu, 20 Nov 2008 16:06:52 +0000 reynaldo TRIVIAL, add some more missing lines
Thu, 20 Nov 2008 16:03:52 +0000 reynaldo COSMETICS, More line shifting to match English master
Thu, 20 Nov 2008 15:39:51 +0000 reynaldo TRIVIAL, some missing lines and a grammar correction
Thu, 20 Nov 2008 15:13:14 +0000 reimar Cosmetics: rename variables etc. in vo_direct3d.c
Wed, 19 Nov 2008 20:19:25 +0000 reimar Factor common code like -wid handling, vo_gc creation etc. out into
Wed, 19 Nov 2008 16:41:59 +0000 gpoirier Add detection of x86 CPU features SSSE3 and SSE4a.
Wed, 19 Nov 2008 13:39:07 +0000 reimar Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.
Tue, 18 Nov 2008 20:34:07 +0000 reynaldo Cosmetics, mostly line shifting to match English master
Tue, 18 Nov 2008 14:51:54 +0000 reimar Add missing "static" qualifiers to vo_direct3d
Tue, 18 Nov 2008 13:18:55 +0000 reimar 100l, the video_out_drivers list must be sorted by priority, not
Tue, 18 Nov 2008 12:23:42 +0000 reimar Direct3D based video_out module.
Tue, 18 Nov 2008 12:23:23 +0000 reimar Doxygen documentation for w32_common.c
Tue, 18 Nov 2008 09:41:31 +0000 bircoph On OpenBSD socklen_t is defined at sys/types.h, so latter is added
Tue, 18 Nov 2008 03:41:54 +0000 reynaldo Trivial, Cosmetics
Tue, 18 Nov 2008 03:17:11 +0000 reynaldo Trivial, Cosmetics
Tue, 18 Nov 2008 03:06:27 +0000 reynaldo Add some more missing messages
Mon, 17 Nov 2008 18:20:20 +0000 reimar 100l, missing ' s' in sed command, probably caused all decoders to be
Mon, 17 Nov 2008 15:25:33 +0000 diego Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled.
Mon, 17 Nov 2008 15:02:24 +0000 diego Set _have_yasm to "no" if yasm detection failed.
Mon, 17 Nov 2008 13:12:01 +0000 reimar Remove a useless XGetGeometry call, the X11 event handling already
Mon, 17 Nov 2008 10:33:59 +0000 diego Put variable declaration inside an #ifdef to avoid an unused variable warning.
Mon, 17 Nov 2008 10:16:28 +0000 cehoyos Allow compilation with icc 10.1.
Sun, 16 Nov 2008 23:59:47 +0000 diego Fix build: Remove some references to sections that no longer exist.
Sun, 16 Nov 2008 17:16:08 +0000 reimar Get rid of (besides useless assignments) unused XSizeHints variable
Sun, 16 Nov 2008 16:59:17 +0000 reimar Fix missing -DARCH_X86_64 for yasm on x86_64.
Sun, 16 Nov 2008 13:04:16 +0000 bircoph Add yasm support to the build system.
Sun, 16 Nov 2008 12:20:14 +0000 Gabrov synced with r27938
Sun, 16 Nov 2008 10:20:58 +0000 reimar Use 64 bit numbers for file positions in the seek function in audio demuxer.
Sat, 15 Nov 2008 23:09:31 +0000 reimar Remove explicit setting of vo_ontop since that is already done by vo_x11_create_vo_window
Sat, 15 Nov 2008 22:49:49 +0000 reimar Remove a duplicated vo_x11_selectinput_witherr
Sat, 15 Nov 2008 22:48:41 +0000 reimar respect -vf dsize etc. also for -rootwin, just like vo_xv does.
Sat, 15 Nov 2008 22:34:41 +0000 bircoph Fix phrase to maintain consistency.
Sat, 15 Nov 2008 22:33:36 +0000 reimar Sync with vo_x11: make sure we get expose events even when drawing to the root window.
Sat, 15 Nov 2008 22:25:11 +0000 bircoph Synced with r26763.
Sat, 15 Nov 2008 20:37:08 +0000 gpoirier On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU,
Sat, 15 Nov 2008 19:43:39 +0000 reimar 100l, stream->cache_pid can not be used directly in pthread_create,
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.
Fri, 31 Oct 2008 12:59:17 +0000 reimar Avoid a potential memleak in parse_obj_params in case of a missing
Fri, 31 Oct 2008 12:56:25 +0000 reimar Avoid a memleak if allocation of field_name fails, fixes bug #1319.
Thu, 30 Oct 2008 22:40:55 +0000 diego Consistently use dashes to separate words in section IDs.
Thu, 30 Oct 2008 22:40:25 +0000 diego Fix typo noticed by Paul TT.
Thu, 30 Oct 2008 15:04:05 +0000 ptt linking corrections
Thu, 30 Oct 2008 15:03:50 +0000 ptt synced with r27843
Thu, 30 Oct 2008 15:03:22 +0000 ptt synced with r27843
Thu, 30 Oct 2008 15:02:44 +0000 ptt synced with r27852
Thu, 30 Oct 2008 14:51:29 +0000 ptt removed, as rev.27771
Thu, 30 Oct 2008 14:21:31 +0000 ptt synced with r27770
Thu, 30 Oct 2008 14:21:16 +0000 ptt synced with r27815
Thu, 30 Oct 2008 14:20:05 +0000 ptt synced with r27640
Thu, 30 Oct 2008 14:18:01 +0000 ptt synced with r27663
Thu, 30 Oct 2008 14:17:48 +0000 ptt synced with r27683
Thu, 30 Oct 2008 14:17:30 +0000 ptt updated links for other commit reference
Thu, 30 Oct 2008 14:16:58 +0000 ptt synced with r27771
Thu, 30 Oct 2008 14:16:30 +0000 ptt synced with r27833
Thu, 30 Oct 2008 09:06:34 +0000 diego Move codec installation instructions from the codecs section to a more
Thu, 30 Oct 2008 08:55:36 +0000 diego Restore XMMS input plugin section from removed section in a better place.
Wed, 29 Oct 2008 22:42:34 +0000 diego We now require GNU make 3.81.
Wed, 29 Oct 2008 22:03:36 +0000 ben Remove X11 backing store: this is now a useless flag.
Wed, 29 Oct 2008 06:34:09 +0000 diego zlib is used in many places.
Wed, 29 Oct 2008 06:33:24 +0000 diego Move libmad codec installation section to software requirements.
Tue, 28 Oct 2008 23:48:25 +0000 diego section title wording fixes
Tue, 28 Oct 2008 23:46:57 +0000 diego Group codec library installation instructions together in a codec
Tue, 28 Oct 2008 23:33:51 +0000 diego Move general comments from the video codec section to the top level.
Tue, 28 Oct 2008 23:27:54 +0000 diego Remove useless FFmpeg codec section.
Tue, 28 Oct 2008 18:00:11 +0000 diego Make sure that linker flags passed as configure parameters appear before
Mon, 27 Oct 2008 22:51:22 +0000 aurel Factorize vobsub idx/extradata handling.
Mon, 27 Oct 2008 22:44:09 +0000 faust3 Disallow the modification of teletext properties when the tv demuxer is
Mon, 27 Oct 2008 22:34:33 +0000 aurel Avoid calling init_vo_spudec() too early.
Mon, 27 Oct 2008 21:00:12 +0000 diego Fix smartblur filter crash due to missing default scaler choice;
Mon, 27 Oct 2008 19:59:01 +0000 vitor Silence GCC warnings:
Mon, 27 Oct 2008 09:05:27 +0000 michael rgb2rgb.h was not really intended to be a public header, thus remove it.
Mon, 27 Oct 2008 09:03:47 +0000 michael Remove rgb2rgb.h dependency.
Sun, 26 Oct 2008 15:41:11 +0000 vitor Silence the following GCC warning:
Sun, 26 Oct 2008 09:49:33 +0000 diego Merge two Xvid build steps.
Sun, 26 Oct 2008 09:44:32 +0000 diego Remove reference to containers.xml, which was removed.
Sun, 26 Oct 2008 09:06:16 +0000 diego Remove notice about necessary tool versions in Xvid section, the info is
Sun, 26 Oct 2008 08:55:30 +0000 diego Remove obsolete and pointless reference to Xvid divxcompat mode.
Sun, 26 Oct 2008 07:33:15 +0000 diego cosmetics: alphabetical order
Sun, 26 Oct 2008 02:21:55 +0000 uau configure: Set CONFIG_MDCT and CONFIG_GOLOMB for libavcodec
Sat, 25 Oct 2008 20:41:51 +0000 cehoyos Remove unused code that can't be compiled without svn archive.
Sat, 25 Oct 2008 15:00:28 +0000 michael Do not attempt to use the unscaled yuv2rgb converter when height is odd because
Sat, 25 Oct 2008 13:13:17 +0000 compn minor fix in example command line for users
Sat, 25 Oct 2008 01:43:24 +0000 diego cosmetics: Reorder some FFmpeg-related config.h and config.mak entries.
Sat, 25 Oct 2008 00:08:02 +0000 uau configure: Set CONFIG_FFT to fix libavcodec compilation
Sat, 25 Oct 2008 00:07:59 +0000 uau vf_palette: Fix compilation after libswscale API changes
Fri, 24 Oct 2008 09:18:28 +0000 ptt updated to r27402, jumping over 27072, by now, i'll do soon
Fri, 24 Oct 2008 09:13:04 +0000 diego Conditionally declare a conditionally used variable, fixes the warning:
Fri, 24 Oct 2008 09:08:03 +0000 diego 10l: Revert SH4 removal, which is required in FFmpeg.
Thu, 23 Oct 2008 19:20:14 +0000 vitor Cosmetics: alignment
Thu, 23 Oct 2008 19:13:11 +0000 vitor Fix broken palette8to*.
Thu, 23 Oct 2008 16:23:42 +0000 diego cosmetics: typo fix
Thu, 23 Oct 2008 15:36:59 +0000 compn remove outdated message about outfmt=i420
Thu, 23 Oct 2008 10:58:47 +0000 diego SH4 is an architecture, not a CPU extension.
Thu, 23 Oct 2008 09:53:08 +0000 diego Add ARM pld instruction test for FFmpeg ARM optimizations.
Wed, 22 Oct 2008 23:39:39 +0000 diego IWMMXT optimizations were removed from our internal libmpeg2 copy, so now
Wed, 22 Oct 2008 17:34:39 +0000 diego Try to improve binary codec pack installation instructions.
Wed, 22 Oct 2008 16:08:26 +0000 attila increase the max RTP packet size to 5MB as modern Elphel
Tue, 21 Oct 2008 07:02:25 +0000 diego Determine default CD/DVD device in configure instead of using an #ifdef jungle.
Mon, 20 Oct 2008 18:08:10 +0000 reimar Make cpuinfo.c compile under MinGW64
Mon, 20 Oct 2008 09:55:38 +0000 diego Replace typeof by __typeof__, the former is a non-portable GNU extension.
Sun, 19 Oct 2008 20:02:21 +0000 diego Translate a Hungarian comment, thanks to Denes Balatoni.
Sun, 19 Oct 2008 18:56:35 +0000 conrad Convert typeof keyword into __typeof__
Sun, 19 Oct 2008 18:05:45 +0000 reimar Avoid CreateThread and especially TerminateThread since they cause a memleak.
Sun, 19 Oct 2008 17:28:23 +0000 reimar Remove useless casts.
Sun, 19 Oct 2008 11:47:46 +0000 diego Improve error message when screen width and height are not set.
Sun, 19 Oct 2008 11:27:10 +0000 diego Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.
Sat, 18 Oct 2008 21:11:44 +0000 gpoirier improve documentation of latest x264's options
Sat, 18 Oct 2008 18:54:05 +0000 reimar Use av_malloc/av_free for audio-related buffers to avoid crashes due to
Sat, 18 Oct 2008 16:07:47 +0000 ranma pci.c includes dha.h, remove redundant MAX_* defines
Sat, 18 Oct 2008 16:07:18 +0000 ranma MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 25 devices), upped to 256
Fri, 17 Oct 2008 10:01:44 +0000 faust3 fixed image format detection for 15 bit color depths
Thu, 16 Oct 2008 20:44:05 +0000 diego cosmetics: Reorganize config.h. Remove pointless comments, group together
Thu, 16 Oct 2008 20:40:34 +0000 diego typo: _dev_dvd_openbsd --> _def_dvd_openbsd
Thu, 16 Oct 2008 20:25:41 +0000 diego Create LIBDIR for binary codecs upon make install.
Thu, 16 Oct 2008 20:23:22 +0000 diego Move dcbzl definition to the FFmpeg section of config.h where it belongs.
Thu, 16 Oct 2008 20:17:56 +0000 diego Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
Thu, 16 Oct 2008 19:24:21 +0000 diego Revert declaring ThreadProc as void, it breaks the WINAPI.
Thu, 16 Oct 2008 19:12:57 +0000 diego Add -nomsgcolor option to match -msgcolor, patch by swell.k gmail com.
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Thu, 16 Oct 2008 18:28:38 +0000 diego Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.
Thu, 16 Oct 2008 18:26:01 +0000 diego Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.
Thu, 16 Oct 2008 18:24:18 +0000 diego Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.
Thu, 16 Oct 2008 18:19:36 +0000 diego Move X11_FULLSCREEN definition to x11_common.h where it belongs.
Thu, 16 Oct 2008 18:14:35 +0000 diego cosmetics: Merge some preprocessor checks.
Thu, 16 Oct 2008 18:13:26 +0000 faust3 fixed overlay x and y calculation
Thu, 16 Oct 2008 18:13:06 +0000 diego Move attribute_used declaration from config.h to mangle.h where it is useful.
Thu, 16 Oct 2008 18:08:18 +0000 diego Remove pointless attribute_used from variable declaration.
Thu, 16 Oct 2008 17:01:40 +0000 diego Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it
Thu, 16 Oct 2008 13:34:30 +0000 flameeyes Convert asm keyword into __asm__.
Thu, 16 Oct 2008 13:33:29 +0000 diego sun --> __sun in config.h preprocessor check
Tue, 14 Oct 2008 23:20:10 +0000 diego misc updates for the Xvid, x264 and AAC sections
Tue, 14 Oct 2008 23:15:10 +0000 diego cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.
Tue, 14 Oct 2008 23:00:04 +0000 diego cosmetics: Consistently name all header #define variables.