]> git.sesse.net Git - vlc/log
vlc
17 years agoQt4: One Day / One ui. Audio.
Jean-Baptiste Kempf [Wed, 7 Feb 2007 01:25:14 +0000 (01:25 +0000)]
Qt4: One Day / One ui. Audio.
This is not finished because I don't have a windows machine. And needs some relabeling.:

17 years agoPatch from Cédric Cocquebert for sharpen filter.
Jean-Baptiste Kempf [Tue, 6 Feb 2007 23:32:35 +0000 (23:32 +0000)]
Patch from Cédric Cocquebert for sharpen filter.

17 years agoFix indentation.
Pavlov Konstantin [Tue, 6 Feb 2007 15:26:28 +0000 (15:26 +0000)]
Fix indentation.

17 years agoRemove pid file on exit.
Pavlov Konstantin [Tue, 6 Feb 2007 15:22:15 +0000 (15:22 +0000)]
Remove pid file on exit.

17 years agoMake update-po
Christophe Mutricy [Tue, 6 Feb 2007 15:10:20 +0000 (15:10 +0000)]
Make update-po

17 years agoXcode project has moved
Christophe Mutricy [Tue, 6 Feb 2007 15:09:54 +0000 (15:09 +0000)]
Xcode project has moved

17 years agoProperly check for Xext library. We got way more kludges in Xv detection, though...
Pavlov Konstantin [Tue, 6 Feb 2007 13:37:40 +0000 (13:37 +0000)]
Properly check for Xext library. We got way more kludges in Xv detection, though...
Should fix packaging, too.

17 years agoAdded symbols needed to link vlc.
Pavlov Konstantin [Tue, 6 Feb 2007 13:13:43 +0000 (13:13 +0000)]
Added symbols needed to link vlc.

17 years agoFix by thresh for syslog logging. Initialized pointers to NULL, so it can be checked...
Jean-Paul Saman [Tue, 6 Feb 2007 08:57:51 +0000 (08:57 +0000)]
Fix by thresh for syslog logging. Initialized pointers to NULL, so it can be checked upon in the code.

17 years agol10n in vlc.desktop for Swedish by Daniel Nylander
Christophe Mutricy [Tue, 6 Feb 2007 00:01:17 +0000 (00:01 +0000)]
l10n in vlc.desktop for Swedish by Daniel Nylander

17 years agoOops. Sorry.
Jean-Baptiste Kempf [Tue, 6 Feb 2007 00:01:14 +0000 (00:01 +0000)]
Oops. Sorry.

17 years agoNEWS: add teletext and sharpen, before we forget to do it. :D
Jean-Baptiste Kempf [Mon, 5 Feb 2007 23:52:22 +0000 (23:52 +0000)]
NEWS: add teletext and sharpen, before we forget to do it. :D

17 years agoDon't translate messages in telnet interface
Pavlov Konstantin [Mon, 5 Feb 2007 23:31:54 +0000 (23:31 +0000)]
Don't translate messages in telnet interface

17 years agoQt4: Update and finish (?) Video Prefs.
Jean-Baptiste Kempf [Mon, 5 Feb 2007 23:27:14 +0000 (23:27 +0000)]
Qt4: Update and finish (?) Video Prefs.

17 years agoUse DLL_EXPORT only on win
Christophe Mutricy [Mon, 5 Feb 2007 22:02:43 +0000 (22:02 +0000)]
Use DLL_EXPORT only on win

17 years agoLink screen and panoramix plugins with X11 only, they don't need Xext.
Pavlov Konstantin [Mon, 5 Feb 2007 21:29:32 +0000 (21:29 +0000)]
Link screen and panoramix plugins with X11 only, they don't need Xext.
Only build x11 plugin when we have Xext.h.

17 years ago-fvisibility-inlines-hidden breaks x86_64 ld linker
Damien Fouilleul [Mon, 5 Feb 2007 18:06:04 +0000 (18:06 +0000)]
-fvisibility-inlines-hidden breaks x86_64 ld linker

17 years agoWarning: Explicit kludge - parental advisory
Rémi Denis-Courmont [Mon, 5 Feb 2007 17:50:14 +0000 (17:50 +0000)]
Warning: Explicit kludge - parental advisory

Now, UDP-Lite really works!

17 years agoifdef for old OSes
Rémi Denis-Courmont [Mon, 5 Feb 2007 17:35:14 +0000 (17:35 +0000)]
ifdef for old OSes

17 years agoUDP-Lite access output
Rémi Denis-Courmont [Mon, 5 Feb 2007 17:21:56 +0000 (17:21 +0000)]
UDP-Lite access output

17 years agoI *can* do it
Rémi Denis-Courmont [Mon, 5 Feb 2007 17:15:49 +0000 (17:15 +0000)]
I *can* do it

17 years agoFix linking
Rémi Denis-Courmont [Mon, 5 Feb 2007 17:06:28 +0000 (17:06 +0000)]
Fix linking

17 years agoFix memory leaks and dummy error messages in net_OpenDgram
Rémi Denis-Courmont [Mon, 5 Feb 2007 17:04:55 +0000 (17:04 +0000)]
Fix memory leaks and dummy error messages in net_OpenDgram

17 years ago- vlc.c: commented out rootwrap() till it is properly fixed
Damien Fouilleul [Mon, 5 Feb 2007 16:55:50 +0000 (16:55 +0000)]
- vlc.c: commented out rootwrap() till it is properly fixed

17 years agoFix impossible out-of-bound strcmp
Rémi Denis-Courmont [Mon, 5 Feb 2007 16:49:14 +0000 (16:49 +0000)]
Fix impossible out-of-bound strcmp

17 years ago- configure.ac: -fvisibility-inlines-hidden is C++ only
Damien Fouilleul [Mon, 5 Feb 2007 16:43:41 +0000 (16:43 +0000)]
- configure.ac: -fvisibility-inlines-hidden is C++ only

17 years agoUDP-Lite access
Rémi Denis-Courmont [Mon, 5 Feb 2007 16:32:31 +0000 (16:32 +0000)]
UDP-Lite access

This is completely untested because vlc does not link at the moment :(

17 years ago- vlc_common.h: compile fix
Damien Fouilleul [Mon, 5 Feb 2007 15:45:14 +0000 (15:45 +0000)]
- vlc_common.h: compile fix

17 years ago- added support for visibility attribute for GCC 4.x for controlling export symbols
Damien Fouilleul [Mon, 5 Feb 2007 14:58:40 +0000 (14:58 +0000)]
- added support for visibility attribute for GCC 4.x for controlling export symbols

17 years agoAdd a module_Exists() function for Simple_Prefs. Don't use too much this function.
Jean-Baptiste Kempf [Sun, 4 Feb 2007 23:15:19 +0000 (23:15 +0000)]
Add a module_Exists() function for Simple_Prefs. Don't use too much this function.

17 years agoChange in copyright and propedit.
Jean-Baptiste Kempf [Sun, 4 Feb 2007 22:40:21 +0000 (22:40 +0000)]
Change in copyright and propedit.

17 years agoSharpen Video-Filter.
Jean-Baptiste Kempf [Sun, 4 Feb 2007 22:27:07 +0000 (22:27 +0000)]
Sharpen Video-Filter.
Work from DJ_Mulder on the forum, changes by /me helped by dionoea and jpsaman.

17 years agoD-Bus ameliorations and fix by Mr_Mirsal.
Jean-Baptiste Kempf [Sun, 4 Feb 2007 21:14:43 +0000 (21:14 +0000)]
D-Bus ameliorations and fix by Mr_Mirsal.

17 years agosupport for automake 1.10. Patch courtesy of scop on trac. Fix #1041
Christophe Mutricy [Sun, 4 Feb 2007 20:20:41 +0000 (20:20 +0000)]
support for automake 1.10. Patch courtesy of scop on trac. Fix #1041

17 years ago- vlc_common.h: fix for vlc_wclosedir on MacOS X
Damien Fouilleul [Sat, 3 Feb 2007 22:41:43 +0000 (22:41 +0000)]
- vlc_common.h: fix for vlc_wclosedir on MacOS X

17 years ago- added controlled symbol export support for win32. Now, all visible symbols in libvl...
Damien Fouilleul [Sat, 3 Feb 2007 22:01:20 +0000 (22:01 +0000)]
- added controlled symbol export support for win32. Now, all visible symbols in libvlc.dll must be declared using either VLC_EXPORT or VLC_PUBLIC_API. Otherwise, they will not be exported. this has the advantage of reducing the number of symbols in the DLL, saving on file size an binding time at runtime. All exported symbols will be listed in the libvlc.def file.
This also pave the way for using the visibility feature in GCC 4, adding controlled symbols export for UNIX/MacOS X as well.

17 years agoOoops (?)
Antoine Cellerier [Sat, 3 Feb 2007 02:55:33 +0000 (02:55 +0000)]
Ooops (?)

17 years agoUse DIR_SEP instead of "/"
Antoine Cellerier [Fri, 2 Feb 2007 21:46:19 +0000 (21:46 +0000)]
Use DIR_SEP instead of "/"

17 years ago * doc/fortunes.txt is a fortune file, please keep it in a format
Christophe Massiot [Fri, 2 Feb 2007 21:31:18 +0000 (21:31 +0000)]
 * doc/fortunes.txt is a fortune file, please keep it in a format
   compatible with UNIX fortune executable.

17 years agoSmall formating fix.
Antoine Cellerier [Fri, 2 Feb 2007 21:17:29 +0000 (21:17 +0000)]
Small formating fix.

17 years agoCopy clip_uint8() function from ffmpeg and replace where applicable for video filters.
Antoine Cellerier [Fri, 2 Feb 2007 20:51:11 +0000 (20:51 +0000)]
Copy clip_uint8() function from ffmpeg and replace where applicable for video filters.

17 years ago"I'm a girl!" fortune (x2) from 2 days ago.
Antoine Cellerier [Fri, 2 Feb 2007 20:30:49 +0000 (20:30 +0000)]
"I'm a girl!" fortune (x2) from 2 days ago.

17 years ago- direct3d: device reset fixes (when resolution changes, etc...)
Damien Fouilleul [Fri, 2 Feb 2007 11:43:50 +0000 (11:43 +0000)]
- direct3d: device reset fixes (when resolution changes, etc...)

17 years ago* this part of [18683] wasn't supposed to be committed. Reverting to previous revision.
Felix Paul Kühne [Fri, 2 Feb 2007 09:17:58 +0000 (09:17 +0000)]
* this part of [18683] wasn't supposed to be committed. Reverting to previous revision.

17 years ago* collection of various fixes and edits
Felix Paul Kühne [Fri, 2 Feb 2007 09:12:37 +0000 (09:12 +0000)]
* collection of various fixes and edits
    - removed <10.3 support in the preferences' code
    - added preliminary support for Obj-C 2.0 / Garbage Collection
        - needs to be enabled manually in intf.h for now and is restricted to future Darwin release
    - updated various copyright dates to approbate values
    - configured the source tree in the Xcode project for future Xcode releases
    - finally renamed the Xcode project to the correct bundle extension

17 years agos/a42/a52/
Antoine Cellerier [Thu, 1 Feb 2007 23:22:15 +0000 (23:22 +0000)]
s/a42/a52/

17 years agocheck for enomem
Christophe Mutricy [Thu, 1 Feb 2007 20:06:54 +0000 (20:06 +0000)]
check for enomem

17 years agoD-Bus Patch by Mirsal ENNAIME
Jean-Baptiste Kempf [Thu, 1 Feb 2007 19:12:45 +0000 (19:12 +0000)]
D-Bus Patch by Mirsal ENNAIME

17 years agoDisplays and hides simple preferences correctly
Rafaël Carré [Thu, 1 Feb 2007 18:45:53 +0000 (18:45 +0000)]
Displays and hides simple preferences correctly

17 years agoAlways initialise dbus threads
Rafaël Carré [Thu, 1 Feb 2007 18:45:25 +0000 (18:45 +0000)]
Always initialise dbus threads

17 years agoQt4: Compile Fix.
Jean-Baptiste Kempf [Thu, 1 Feb 2007 18:40:30 +0000 (18:40 +0000)]
Qt4: Compile Fix.

17 years ago- direct3d.c: attempt to fix incompatibility with Vista, needs testing since i still...
Damien Fouilleul [Thu, 1 Feb 2007 14:28:41 +0000 (14:28 +0000)]
- direct3d.c: attempt to fix incompatibility with Vista, needs testing since i still don't have a Vista system to test against

17 years agoCorrection on the Makefile ..
Jean-Baptiste Kempf [Wed, 31 Jan 2007 22:34:30 +0000 (22:34 +0000)]
Correction on the Makefile ..

17 years agoWin32 Contrib: Repair ffmpeg compile.
Jean-Baptiste Kempf [Wed, 31 Jan 2007 22:27:57 +0000 (22:27 +0000)]
Win32 Contrib: Repair ffmpeg compile.

17 years agoQt4: messages. Small commit to fix two forgottten qfu() and to add whitespaces where...
Jean-Baptiste Kempf [Wed, 31 Jan 2007 19:51:46 +0000 (19:51 +0000)]
Qt4: messages. Small commit to fix two forgottten qfu() and to add whitespaces where needed.

17 years ago- activex: misc fixes for properties and events sinks
Damien Fouilleul [Wed, 31 Jan 2007 19:50:48 +0000 (19:50 +0000)]
- activex: misc fixes for properties and events sinks

17 years ago- activex: globally use win32 unicode APIs, hopefully this will fix reported registra...
Damien Fouilleul [Wed, 31 Jan 2007 19:49:20 +0000 (19:49 +0000)]
- activex: globally use win32 unicode APIs, hopefully this will fix reported registration problems

17 years agoQt4 : translate the titles for stats.
Jean-Baptiste Kempf [Tue, 30 Jan 2007 23:56:24 +0000 (23:56 +0000)]
Qt4 : translate the titles for stats.

17 years ago* Qt4 : Use a QTreeWidget instead of a ui to display stats. I hope in that way it...
Jean-Baptiste Kempf [Tue, 30 Jan 2007 23:37:33 +0000 (23:37 +0000)]
* Qt4 : Use a QTreeWidget instead of a ui to display stats. I hope in that way it will become easier to resize and easier to add stats...

Btw about Qt4 modules, http://wiki.videolan.org/QtIntfTODO and http://wiki.videolan.org/Simple_Preferences have been updated. Give it a look and help us...

17 years agoFixed crash on vlc exit/quit and added sanity checking for pointers in the module...
Jean-Paul Saman [Tue, 30 Jan 2007 19:34:37 +0000 (19:34 +0000)]
Fixed crash on vlc exit/quit and added sanity checking for pointers in the module init/exit paths.

17 years agoForcefully set PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR for pkgconfig only if these...
Jean-Paul Saman [Tue, 30 Jan 2007 18:45:47 +0000 (18:45 +0000)]
Forcefully set PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR for pkgconfig only if these environment variables haven't been set yet. And the path /usr/lib/pkgconfig exists. This fixes building wxwidgets in contrib for Fedora Core 6

17 years agoFix make clean
Christophe Mutricy [Tue, 30 Jan 2007 13:55:57 +0000 (13:55 +0000)]
Fix make clean

17 years agooops copypaste error
Jean-Paul Saman [Tue, 30 Jan 2007 13:04:27 +0000 (13:04 +0000)]
oops copypaste error

17 years agoExtend contrib buildsystem to allow for a finer control on system and Linux distribut...
Jean-Paul Saman [Tue, 30 Jan 2007 12:52:47 +0000 (12:52 +0000)]
Extend contrib buildsystem to allow for a finer control on system and Linux distributions rules. The bootstrap tries to guess the operating system to build for by looking at the compiler prefix. For native building (usually Linux/Unix-like systems) additional matching logic should be written. Currently only Fedora-Core systems are detected as being different from the normal Unix-rules.

Extend this logic to make a distinction for your system if it deviates from the standard Unix-like system that our contrib recognizes atm.

17 years agoFix xml.
Antoine Cellerier [Mon, 29 Jan 2007 22:27:16 +0000 (22:27 +0000)]
Fix xml.

17 years agoCorrect a typo mistake I did earlier.
Jean-Baptiste Kempf [Mon, 29 Jan 2007 00:09:40 +0000 (00:09 +0000)]
Correct a typo mistake I did earlier.

17 years agoCorrect a typo in packages.mak.
Jean-Baptiste Kempf [Mon, 29 Jan 2007 00:04:11 +0000 (00:04 +0000)]
Correct a typo in packages.mak.

17 years agoMake sure "make source" works correctly.
Jean-Baptiste Kempf [Sun, 28 Jan 2007 23:50:24 +0000 (23:50 +0000)]
Make sure "make source" works correctly.

17 years agoOops. Missing $().
Jean-Baptiste Kempf [Sun, 28 Jan 2007 23:28:29 +0000 (23:28 +0000)]
Oops. Missing $().

17 years agoClean .svn before tarballs.
Jean-Baptiste Kempf [Sun, 28 Jan 2007 23:18:24 +0000 (23:18 +0000)]
Clean .svn before tarballs.
Add a dependency.

17 years agoMake the "make source" much better, to do ffmpeg-svn, x264-svn, libmatroska-svn tarba...
Jean-Baptiste Kempf [Sun, 28 Jan 2007 22:55:28 +0000 (22:55 +0000)]
Make the "make source" much better, to do ffmpeg-svn, x264-svn, libmatroska-svn tarballs. That help a lot to make some directories with all the libs sources.

17 years agolibmpcdec updated to 1.2.4. Should work on all systems. But will need an extra check...
Jean-Baptiste Kempf [Sun, 28 Jan 2007 22:26:37 +0000 (22:26 +0000)]
libmpcdec updated to 1.2.4. Should work on all systems. But will need an extra check on some MacOSX

17 years ago * doc/skins/skins2-howto.xml: mentions of the forum and the wiki
Olivier Teulière [Sun, 28 Jan 2007 22:24:42 +0000 (22:24 +0000)]
 * doc/skins/skins2-howto.xml: mentions of the forum and the wiki

17 years agoJust a useless change of version.
Jean-Baptiste Kempf [Sun, 28 Jan 2007 22:05:31 +0000 (22:05 +0000)]
Just a useless change of version.

17 years ago * doc/skins/skins2-howto.xml: a few fixes
Olivier Teulière [Sun, 28 Jan 2007 20:48:10 +0000 (20:48 +0000)]
 * doc/skins/skins2-howto.xml: a few fixes

17 years agoAdd VLC to the keyword list (this is completely useless)
Antoine Cellerier [Sun, 28 Jan 2007 20:43:57 +0000 (20:43 +0000)]
Add VLC to the keyword list (this is completely useless)

17 years ago * skins2:
Olivier Teulière [Sun, 28 Jan 2007 20:37:21 +0000 (20:37 +0000)]
 * skins2:
    - new WindowID.maximize() and WindowID.unmaximize() actions
    - new WindowID.isMaximized boolean variable
    - doc updated

17 years ago* Libxml2 version up from 2.6.26 to 2.6.27
Jean-Baptiste Kempf [Sun, 28 Jan 2007 18:58:20 +0000 (18:58 +0000)]
* Libxml2 version up from 2.6.26 to 2.6.27

17 years ago- thou shalt keep menuconfig up-to-date and not disable it
Cyril Deguet [Sun, 28 Jan 2007 18:18:52 +0000 (18:18 +0000)]
- thou shalt keep menuconfig up-to-date and not disable it

17 years agoChange libpng version to 1.2.15 especially to fix security issue CVE-2006-3334.
Jean-Baptiste Kempf [Sun, 28 Jan 2007 18:06:48 +0000 (18:06 +0000)]
Change libpng version to 1.2.15 especially to fix security issue CVE-2006-3334.
Tested on epsilon, veda, altair/mingw32.

17 years ago * skins2:
Olivier Teulière [Sun, 28 Jan 2007 16:49:30 +0000 (16:49 +0000)]
 * skins2:
    - New Panel tag, allowing to group the resizing behaviour of controls
    - Documentation updated accordingly
    - Fixed a memory leak due to CtrlMove/CtrlResize objects

17 years ago*added yet another possible svn location (to detect certain default installations)
Felix Paul Kühne [Sun, 28 Jan 2007 14:11:09 +0000 (14:11 +0000)]
*added yet another possible svn location (to detect certain default installations)

17 years ago* remove config.mak on make clean as well
Felix Paul Kühne [Sun, 28 Jan 2007 13:40:20 +0000 (13:40 +0000)]
* remove config.mak on make clean as well

17 years agoupdate developers website.
Antoine Cellerier [Sun, 28 Jan 2007 00:53:39 +0000 (00:53 +0000)]
update developers website.

17 years agoAdd some missing consts
Rémi Denis-Courmont [Sat, 27 Jan 2007 22:29:29 +0000 (22:29 +0000)]
Add some missing consts

17 years ago * add stream assignements for DTS(-HD) / (E-)AC3 / MLP / VC1 used by HD DVDs.
Antoine Cellerier [Sat, 27 Jan 2007 21:22:13 +0000 (21:22 +0000)]
 * add stream assignements for DTS(-HD) / (E-)AC3 / MLP / VC1 used by HD DVDs.
   * the dts/ac3 changes fix some files from http://samples.mplayerhq.hu/evob/ and some other sources.
   * MLP doesn't have any know free decoder (nor do i have any sample) so this is basically "for the future"
   * VC1 doesn't work ... most likely needs some more changes to the code.
 * remove trailing spaces

17 years agoMinor code factor
Rémi Denis-Courmont [Sat, 27 Jan 2007 21:14:39 +0000 (21:14 +0000)]
Minor code factor

17 years agoFix typo
Rémi Denis-Courmont [Sat, 27 Jan 2007 21:02:35 +0000 (21:02 +0000)]
Fix typo

17 years ago * doc/skins/skins2-howto.xml: Fixed a mistake
Olivier Teulière [Fri, 26 Jan 2007 23:25:49 +0000 (23:25 +0000)]
 * doc/skins/skins2-howto.xml: Fixed a mistake

17 years agoOops.
Antoine Cellerier [Fri, 26 Jan 2007 22:39:25 +0000 (22:39 +0000)]
Oops.

17 years agoadd new filename_sanitize and path_sanitize functions to remove forbidden charcters...
Antoine Cellerier [Fri, 26 Jan 2007 22:37:28 +0000 (22:37 +0000)]
add new filename_sanitize and path_sanitize functions to remove forbidden charcters from filenames/paths and use where appropriate.

17 years agoCommented unuseful packages.
Jean-Baptiste Kempf [Thu, 25 Jan 2007 22:46:26 +0000 (22:46 +0000)]
Commented unuseful packages.
Repairing some sources links.
Add a "make source" process to get all the tar.(bz2|gz) in one dir.

17 years agoChange the default for sout-keep to enabled.
Christophe Mutricy [Thu, 25 Jan 2007 20:26:02 +0000 (20:26 +0000)]
Change the default for sout-keep to enabled.

17 years agoSome small modifications to crop and panoramix to repair calls for uninitialized...
Jean-Baptiste Kempf [Thu, 25 Jan 2007 19:42:49 +0000 (19:42 +0000)]
Some small modifications to crop and panoramix to repair calls for uninitialized variables.
Patch by Cedric Coquebert.

17 years ago * modules/codec/telx.c: New option to work around wrong implementation
Christophe Massiot [Thu, 25 Jan 2007 18:33:59 +0000 (18:33 +0000)]
 * modules/codec/telx.c: New option to work around wrong implementation
   of the teletext descriptor by some French channels.

17 years agoPatch to force alignment in OpenGL if it isn't correctlt positionned before, as panor...
Jean-Baptiste Kempf [Wed, 24 Jan 2007 19:21:43 +0000 (19:21 +0000)]
Patch to force alignment in OpenGL if it isn't correctlt positionned before, as panoramix does do it correctly. Patch By Cedric Cocquebert.

17 years ago * Enable format time/meta stuff in snapshot-prefix.
Antoine Cellerier [Tue, 23 Jan 2007 21:40:51 +0000 (21:40 +0000)]
 * Enable format time/meta stuff in snapshot-prefix.

17 years ago * modules/demux/ts.c: Fixed stream output mode detection.
Christophe Massiot [Tue, 23 Jan 2007 17:50:32 +0000 (17:50 +0000)]
 * modules/demux/ts.c: Fixed stream output mode detection.

17 years agoPatch by Cedric Cocquebert to improve the panoramix module.
Jean-Baptiste Kempf [Tue, 23 Jan 2007 17:37:48 +0000 (17:37 +0000)]
Patch by Cedric Cocquebert to improve the panoramix module.

17 years ago * Win32 timer bug (0x100000000 * 1000 != 0x100000000000).
Sam Hocevar [Tue, 23 Jan 2007 17:25:32 +0000 (17:25 +0000)]
  * Win32 timer bug (0x100000000 * 1000 != 0x100000000000).