]> git.sesse.net Git - vlc/log
vlc
18 years ago* Correct MMX version of UYVY chroma conversion. the UV ordered incorrectly. (untested)
Derk-Jan Hartman [Sun, 5 Feb 2006 12:43:38 +0000 (12:43 +0000)]
* Correct MMX version of UYVY chroma conversion. the UV ordered incorrectly. (untested)

18 years agoAdd a "Close" button to the errors window and fix the "Stop showing errors" string
Clément Stenac [Sun, 5 Feb 2006 11:09:13 +0000 (11:09 +0000)]
Add a "Close" button to the errors window and fix the "Stop showing errors" string

18 years agoSome WX VLM dialog improvements
Clément Stenac [Sun, 5 Feb 2006 11:05:21 +0000 (11:05 +0000)]
Some WX VLM dialog improvements

18 years ago* Hopefully added UYVY blending for YUVA and YUVP. (Untested)
Derk-Jan Hartman [Sat, 4 Feb 2006 23:46:28 +0000 (23:46 +0000)]
* Hopefully added UYVY blending for YUVA and YUVP. (Untested)

18 years agoInclude the bitmaps in tarball
Christophe Mutricy [Sat, 4 Feb 2006 23:26:40 +0000 (23:26 +0000)]
Include the bitmaps in tarball

18 years agoBetter fix
Clément Stenac [Sat, 4 Feb 2006 22:57:01 +0000 (22:57 +0000)]
Better fix

18 years ago* Use UYVY fourcc instead of Y422, since i believe it's more common.
Derk-Jan Hartman [Sat, 4 Feb 2006 22:56:34 +0000 (22:56 +0000)]
* Use UYVY fourcc instead of Y422, since i believe it's more common.

18 years agodisplay downloaded size / total size when downloading
Antoine Cellerier [Sat, 4 Feb 2006 22:53:09 +0000 (22:53 +0000)]
display downloaded size / total size when downloading
The download specific functions should maybe be exported (i don't know if
other modules would need to download files to disk)

18 years agoprevent some more segfaults.
Antoine Cellerier [Sat, 4 Feb 2006 22:34:40 +0000 (22:34 +0000)]
prevent some more segfaults.

zorglub: could you have a look ? this solution doesn't seem right to
me because we "loose" some of the calls to the interaction system if
they're sent at the wrong moment.

18 years agoRemove C++ism to please gcc2.95 and BeOS
Christophe Mutricy [Sat, 4 Feb 2006 19:54:37 +0000 (19:54 +0000)]
Remove C++ism to please gcc2.95 and BeOS

18 years agoWeed some dead code
Jean-Paul Saman [Sat, 4 Feb 2006 19:48:38 +0000 (19:48 +0000)]
Weed some dead code

18 years agoDon't fail with no-debug
Clément Stenac [Sat, 4 Feb 2006 19:28:20 +0000 (19:28 +0000)]
Don't fail with no-debug

18 years agofprintf die die
Jean-Paul Saman [Sat, 4 Feb 2006 18:16:13 +0000 (18:16 +0000)]
fprintf die die

18 years agoMemleak
Clément Stenac [Sat, 4 Feb 2006 17:08:44 +0000 (17:08 +0000)]
Memleak

18 years agoValgrind errors suppression file
Clément Stenac [Sat, 4 Feb 2006 17:05:14 +0000 (17:05 +0000)]
Valgrind errors suppression file

18 years agoMissing file
Clément Stenac [Sat, 4 Feb 2006 17:03:40 +0000 (17:03 +0000)]
Missing file

18 years agoStop using strings to index stats, use integers. The list is not sorted yet, though
Clément Stenac [Sat, 4 Feb 2006 16:26:23 +0000 (16:26 +0000)]
Stop using strings to index stats, use integers. The list is not sorted yet, though

18 years agoFix memleak
Clément Stenac [Sat, 4 Feb 2006 15:28:36 +0000 (15:28 +0000)]
Fix memleak

18 years agoFix stupid bug
Clément Stenac [Sat, 4 Feb 2006 13:56:07 +0000 (13:56 +0000)]
Fix stupid bug

18 years agoDon't read uninitialized values
Clément Stenac [Sat, 4 Feb 2006 12:50:41 +0000 (12:50 +0000)]
Don't read uninitialized values

18 years ago* Avoid useless stats_Get calls
Clément Stenac [Sat, 4 Feb 2006 11:04:42 +0000 (11:04 +0000)]
* Avoid useless stats_Get calls
* Reduce vlc_object_find calls

18 years agoDon't check the full string
Clément Stenac [Sat, 4 Feb 2006 09:24:50 +0000 (09:24 +0000)]
Don't check the full string

18 years agoAccessOutWrite is called very often, especially for TS. Don't store stats on each...
Clément Stenac [Sat, 4 Feb 2006 00:08:50 +0000 (00:08 +0000)]
AccessOutWrite is called very often, especially for TS. Don't store stats on each call

18 years agoUse a hash for stats. Not finished
Clément Stenac [Fri, 3 Feb 2006 23:52:45 +0000 (23:52 +0000)]
Use a hash for stats. Not finished

18 years agoPlay and add (Refs:#457)
Clément Stenac [Fri, 3 Feb 2006 19:53:47 +0000 (19:53 +0000)]
Play and add (Refs:#457)

18 years agolinux_dvb.c: initialize a variable
Sigmund Augdal Helberg [Fri, 3 Feb 2006 15:10:12 +0000 (15:10 +0000)]
linux_dvb.c: initialize a variable

18 years agofix --no-stats in a few cases (there are more remaining)
Sigmund Augdal Helberg [Fri, 3 Feb 2006 14:07:41 +0000 (14:07 +0000)]
fix --no-stats in a few cases (there are more remaining)

18 years agoRun update-po due to the new upnp files.
Christophe Mutricy [Fri, 3 Feb 2006 09:54:22 +0000 (09:54 +0000)]
Run update-po due to the new upnp files.

18 years agoSeems that the widget return the path in local encoding
Christophe Mutricy [Fri, 3 Feb 2006 00:13:11 +0000 (00:13 +0000)]
Seems that the widget return the path in local encoding

18 years agofix download (it didn't download the last (file size)%(1<<10) bytes)
Antoine Cellerier [Thu, 2 Feb 2006 23:54:03 +0000 (23:54 +0000)]
fix download (it didn't download the last (file size)%(1<<10) bytes)

18 years agoupdate Doxyfile using "doxygen -u"
Antoine Cellerier [Thu, 2 Feb 2006 23:35:12 +0000 (23:35 +0000)]
update Doxyfile using "doxygen -u"

18 years agoinclude/* : fix doxygen comments
Antoine Cellerier [Thu, 2 Feb 2006 23:31:42 +0000 (23:31 +0000)]
include/* : fix doxygen comments
modules/gui/wxwidgets/dialogs/updatevlc.cpp : clean up

18 years agouse VLC threads instead of wxWidgets threads.
Antoine Cellerier [Thu, 2 Feb 2006 23:04:59 +0000 (23:04 +0000)]
use VLC threads instead of wxWidgets threads.
(i just had to find the suxor thread exemple in video_output.c :p )

18 years agolets hope that this fixes the win32 build
Antoine Cellerier [Thu, 2 Feb 2006 19:00:08 +0000 (19:00 +0000)]
lets hope that this fixes the win32 build

18 years agoFix misplaced include (triggered error on win32 build only ... weird)
Antoine Cellerier [Thu, 2 Feb 2006 18:06:20 +0000 (18:06 +0000)]
Fix misplaced include (triggered error on win32 build only ... weird)

18 years agoremove old uneeded #include
Antoine Cellerier [Thu, 2 Feb 2006 17:44:07 +0000 (17:44 +0000)]
remove old uneeded #include

18 years agosrc/*, include/* : update core functions. (Should make it relatively easy
Antoine Cellerier [Thu, 2 Feb 2006 17:29:06 +0000 (17:29 +0000)]
src/*, include/* : update core functions. (Should make it relatively easy
                   to use in interfaces)
                   The downloadable plugins part still needs some work.

modules/control/rc.c : add function to query updates (mainly used for testing)

modules/gui/wxwidgets/* : update pannel.

18 years agoMake sure that the progress bar dialog exists before updating its status.
Antoine Cellerier [Thu, 2 Feb 2006 16:36:48 +0000 (16:36 +0000)]
Make sure that the progress bar dialog exists before updating its status.

18 years agoes_out.c: fixed a slight memleak in "now playing" handling.
Sigmund Augdal Helberg [Thu, 2 Feb 2006 11:59:15 +0000 (11:59 +0000)]
es_out.c: fixed a slight memleak in "now playing" handling.
This one is slightly dangerous as it can happen over and over again during
normal operation.

18 years agoAdd libupnp-based UPnP discovery from Christian Henz
Rémi Denis-Courmont [Thu, 2 Feb 2006 10:59:17 +0000 (10:59 +0000)]
Add libupnp-based UPnP discovery from Christian Henz
with proper configure checks

18 years ago* Forgot to add the path seperator. truly fixes the bug. refs #463
Derk-Jan Hartman [Thu, 2 Feb 2006 03:22:52 +0000 (03:22 +0000)]
* Forgot to add the path seperator. truly fixes the bug. refs #463

18 years ago* Fix the dvdread library linking in the libdvdnav dylib by hand. fixes #515
Derk-Jan Hartman [Thu, 2 Feb 2006 02:44:31 +0000 (02:44 +0000)]
* Fix the dvdread library linking in the libdvdnav dylib by hand. fixes #515

18 years ago* If input file in current dir specified, then retrieve CWD when we try to look for...
Derk-Jan Hartman [Wed, 1 Feb 2006 20:51:18 +0000 (20:51 +0000)]
* If input file in current dir specified, then retrieve CWD when we try to look for subtitle files. fixes #463
* When probing the autodetected files, probe them in the Locale, not in UTF-8. refs #528

18 years agoFixed a memleak
Jean-Paul Saman [Wed, 1 Feb 2006 20:24:23 +0000 (20:24 +0000)]
Fixed a memleak

18 years agoDon't use weird MAC charset
Rémi Denis-Courmont [Wed, 1 Feb 2006 20:04:09 +0000 (20:04 +0000)]
Don't use weird MAC charset

18 years agoOne more
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:52:29 +0000 (19:52 +0000)]
One more

18 years agosvn:ignore built doc
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:49:08 +0000 (19:49 +0000)]
svn:ignore built doc

18 years agoSame as previous commit
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:47:14 +0000 (19:47 +0000)]
Same as previous commit

18 years agoUniformize developer doc encoding
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:44:56 +0000 (19:44 +0000)]
Uniformize developer doc encoding

18 years agoAdditionnal conversions
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:40:01 +0000 (19:40 +0000)]
Additionnal conversions

18 years agoFrench -> English
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:32:40 +0000 (19:32 +0000)]
French -> English

18 years agosvn:ignore built skins
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:21:41 +0000 (19:21 +0000)]
svn:ignore built skins

18 years agoMore UTF8ication
Rémi Denis-Courmont [Wed, 1 Feb 2006 19:20:17 +0000 (19:20 +0000)]
More UTF8ication

18 years ago* Enable OpenGL without Acceleration on Mac OSX. (Fallback option)
Derk-Jan Hartman [Wed, 1 Feb 2006 18:13:49 +0000 (18:13 +0000)]
* Enable OpenGL without Acceleration on Mac OSX. (Fallback option)

18 years agoThat one wasn't even Latin-1
Rémi Denis-Courmont [Wed, 1 Feb 2006 18:08:49 +0000 (18:08 +0000)]
That one wasn't even Latin-1

18 years agoUniformize source files encoding
Rémi Denis-Courmont [Wed, 1 Feb 2006 18:06:48 +0000 (18:06 +0000)]
Uniformize source files encoding

18 years agoTranslate french comment
Rémi Denis-Courmont [Wed, 1 Feb 2006 18:02:40 +0000 (18:02 +0000)]
Translate french comment

18 years agoEncode non-ASCII characters outside comments
Rémi Denis-Courmont [Wed, 1 Feb 2006 18:01:03 +0000 (18:01 +0000)]
Encode non-ASCII characters outside comments

18 years agoFix warnings
Rémi Denis-Courmont [Wed, 1 Feb 2006 17:44:04 +0000 (17:44 +0000)]
Fix warnings

18 years agoFix a bunch of warnings involving mix between uint32_t and long
Rémi Denis-Courmont [Wed, 1 Feb 2006 17:41:29 +0000 (17:41 +0000)]
Fix a bunch of warnings involving mix between uint32_t and long

18 years ago* Fix the fourcc of OpenGL on Mac Intel. We should check why it's set wrong on PPC.
Derk-Jan Hartman [Wed, 1 Feb 2006 16:52:42 +0000 (16:52 +0000)]
* Fix the fourcc of OpenGL on Mac Intel. We should check why it's set wrong on PPC.
* Revert the Quartz disabling.

18 years ago * modules/demux/mp4: more explicit error messages for DRMS failures.
Sam Hocevar [Wed, 1 Feb 2006 16:27:57 +0000 (16:27 +0000)]
  * modules/demux/mp4: more explicit error messages for DRMS failures.

18 years agoEnable maintainer mode by default, as it is what maintainer-mode-unaware
Rémi Denis-Courmont [Wed, 1 Feb 2006 15:40:53 +0000 (15:40 +0000)]
Enable maintainer mode by default, as it is what maintainer-mode-unaware
(ie. most) automake users are used to.
If you DO want NOT to use maintainer mode you are free to pass
--disable-maintainer-mode to configure.

18 years agoSimpler use of HAVE_ASSERT
Rémi Denis-Courmont [Wed, 1 Feb 2006 15:28:42 +0000 (15:28 +0000)]
Simpler use of HAVE_ASSERT

18 years agoDefine NDEBUG when --enable-debug is not specified
Rémi Denis-Courmont [Wed, 1 Feb 2006 15:27:59 +0000 (15:27 +0000)]
Define NDEBUG when --enable-debug is not specified

18 years ago * Makefile.am: on Unix, use makensis -DVERSION; on Win32, use /DVERSION.
Sam Hocevar [Wed, 1 Feb 2006 14:57:12 +0000 (14:57 +0000)]
  * Makefile.am: on Unix, use makensis -DVERSION; on Win32, use /DVERSION.

18 years agoTest for assert() in configure.
Christophe Mutricy [Wed, 1 Feb 2006 14:39:05 +0000 (14:39 +0000)]
Test for assert() in configure.

18 years agoFixed some warnings
Rémi Denis-Courmont [Wed, 1 Feb 2006 13:28:59 +0000 (13:28 +0000)]
Fixed some warnings

18 years agoRemove unused variable
Rémi Denis-Courmont [Wed, 1 Feb 2006 13:10:55 +0000 (13:10 +0000)]
Remove unused variable

18 years ago * Got rid of SYS_DARWIN everywhere.
Sam Hocevar [Wed, 1 Feb 2006 13:01:06 +0000 (13:01 +0000)]
  * Got rid of SYS_DARWIN everywhere.

18 years ago * Replaced "SYS_DARWIN" with either __APPLE__ (meaning OS X) or __ppc__ and
Sam Hocevar [Wed, 1 Feb 2006 12:44:16 +0000 (12:44 +0000)]
  * Replaced "SYS_DARWIN" with either __APPLE__ (meaning OS X) or __ppc__ and
    __ppc64__ (meaning PowerPC).

18 years ago * extras/contrib/src/Makefile: oh what the hell, replaced --disable-codec
Sam Hocevar [Wed, 1 Feb 2006 12:22:52 +0000 (12:22 +0000)]
  * extras/contrib/src/Makefile: oh what the hell, replaced --disable-codec
    with --disable-decoder.

18 years ago * extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated for current SVN.
Sam Hocevar [Wed, 1 Feb 2006 12:16:42 +0000 (12:16 +0000)]
  * extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated for current SVN.
  * extras/contrib/src/Makefile: re-added --disable-codec flags (the FFMPEG
    tree on altair was outdated) but removed the duplicate vorbis one.

18 years ago * extras/contrib/src/Patches/tremor.patch: fixed braindead \n within string.
Christophe Mutricy [Wed, 1 Feb 2006 12:06:56 +0000 (12:06 +0000)]
  * extras/contrib/src/Patches/tremor.patch: fixed braindead \n within string.

18 years ago * extras/contrib/src/Makefile: --disable-codec no longer exists.
Sam Hocevar [Wed, 1 Feb 2006 11:45:18 +0000 (11:45 +0000)]
  * extras/contrib/src/Makefile: --disable-codec no longer exists.

18 years ago * Makefile.am: "[ -x foo ]" only works if "foo" is in the current directory,
Sam Hocevar [Wed, 1 Feb 2006 11:20:52 +0000 (11:20 +0000)]
  * Makefile.am: "[ -x foo ]" only works if "foo" is in the current directory,
    there is no easy way to check for the presence of an executable, but
    trying to execute it ("foo --version >/dev/null") is usually safe.

18 years ago * modules/demux/mp4: added more comments and debug information to the DRMS
Sam Hocevar [Wed, 1 Feb 2006 09:57:37 +0000 (09:57 +0000)]
  * modules/demux/mp4: added more comments and debug information to the DRMS
    code.

18 years ago* A few Mac OS X intf fixes. To be honest. we should rewrite the thing from scratch...
Derk-Jan Hartman [Wed, 1 Feb 2006 03:36:40 +0000 (03:36 +0000)]
* A few Mac OS X intf fixes. To be honest. we should rewrite the thing from scratch. it's a mess...

18 years ago* Disable the non functional QT/Quartz output on the intel machines. We should first...
Derk-Jan Hartman [Tue, 31 Jan 2006 22:17:30 +0000 (22:17 +0000)]
* Disable the non functional QT/Quartz output on the intel machines. We should first fix it on OSX, and currently it's annoying the intel debugging proces.

18 years agoadd missing images
Antoine Cellerier [Tue, 31 Jan 2006 20:38:35 +0000 (20:38 +0000)]
add missing images

18 years ago* SYS_DARWIN -> __ppc__ || __ppc64__
Derk-Jan Hartman [Tue, 31 Jan 2006 20:27:25 +0000 (20:27 +0000)]
* SYS_DARWIN -> __ppc__ || __ppc64__

18 years ago* Changed the defined( SYS_DARWIN ) of the --altivec option to a __ppc__ || __ppc64_...
Derk-Jan Hartman [Tue, 31 Jan 2006 20:00:49 +0000 (20:00 +0000)]
* Changed the defined( SYS_DARWIN )  of the --altivec option to a __ppc__ || __ppc64__ check

18 years agomisc IE and windows fixes or workarounds.
Antoine Cellerier [Tue, 31 Jan 2006 19:50:50 +0000 (19:50 +0000)]
misc IE and windows fixes or workarounds.

18 years agodefault show full sout interface
Antoine Cellerier [Tue, 31 Jan 2006 16:39:10 +0000 (16:39 +0000)]
default show full sout interface

18 years agofixed the smallest and most elusive leak yet
Sigmund Augdal Helberg [Tue, 31 Jan 2006 16:27:50 +0000 (16:27 +0000)]
fixed the smallest and most elusive leak yet

18 years agovlm.c: fixed minor memleak
Sigmund Augdal Helberg [Tue, 31 Jan 2006 15:18:45 +0000 (15:18 +0000)]
vlm.c: fixed minor memleak

18 years agologger.c: put in header prefix for syslog output (still missing for text
Sigmund Augdal Helberg [Tue, 31 Jan 2006 15:11:08 +0000 (15:11 +0000)]
logger.c: put in header prefix for syslog output (still missing for text
and html)

18 years agoGenerate correct originating address in SAP header
Rémi Denis-Courmont [Tue, 31 Jan 2006 10:48:47 +0000 (10:48 +0000)]
Generate correct originating address in SAP header
in case of IPv4 advertisement on a IPv6-enabled OS

18 years agoFix error handling in (From|To)Locale
Rémi Denis-Courmont [Mon, 30 Jan 2006 22:02:47 +0000 (22:02 +0000)]
Fix error handling in (From|To)Locale

18 years agofix nasm url
Antoine Cellerier [Mon, 30 Jan 2006 21:47:38 +0000 (21:47 +0000)]
fix nasm url

18 years ago* Get a NASM cvs snapshot from the VLC download servers, because their server regurly...
Derk-Jan Hartman [Mon, 30 Jan 2006 18:14:05 +0000 (18:14 +0000)]
* Get a NASM cvs snapshot from the VLC download servers, because their server regurly times out, which is annoying.

18 years agoRemove .vlt with mostlyclean
Rémi Denis-Courmont [Mon, 30 Jan 2006 17:44:38 +0000 (17:44 +0000)]
Remove .vlt with mostlyclean

18 years agoAdd missing file
Rémi Denis-Courmont [Mon, 30 Jan 2006 17:39:42 +0000 (17:39 +0000)]
Add missing file

18 years agoHopefully fixes .vlt build
Rémi Denis-Courmont [Mon, 30 Jan 2006 17:38:27 +0000 (17:38 +0000)]
Hopefully fixes .vlt build

18 years ago* Add "Stream and media info panel" ( http/dialogs/main,
Antoine Cellerier [Mon, 30 Jan 2006 17:33:05 +0000 (17:33 +0000)]
* Add "Stream and media info panel" ( http/dialogs/main,
  http/images/info.png, http/style.css, http/js/functions.js )

* Make instance playlist position consitent with position used in
  inputdeln (starts from 1 and not 0) ( src/misc/vlm.c, http/js/vlm.js )

* Make it possible to use "enter key" in some text boxes to confirm (*)

18 years agoDon't distribute generated files - fixes build
Rémi Denis-Courmont [Mon, 30 Jan 2006 16:59:29 +0000 (16:59 +0000)]
Don't distribute generated files - fixes build

18 years ago* Fix the mactel contrib of x264
Derk-Jan Hartman [Mon, 30 Jan 2006 16:07:35 +0000 (16:07 +0000)]
* Fix the mactel contrib of x264

18 years agovlm.c: changed quite a few free() into vlm_MessageDelete, fixing small memleaks here...
Sigmund Augdal Helberg [Mon, 30 Jan 2006 12:20:37 +0000 (12:20 +0000)]
vlm.c: changed quite a few free() into vlm_MessageDelete, fixing small memleaks here and there

18 years agomessages.c: fixed one more leak related to vlm prefix on messages.
Sigmund Augdal Helberg [Mon, 30 Jan 2006 11:13:11 +0000 (11:13 +0000)]
messages.c: fixed one more leak related to vlm prefix on messages.
This one happened each time the message queue was overflowed.
Also (hopefully) fixed a leak that would happen each time no message
queue were found. I don't know if this condition can ever appear though

18 years agoShould fix skins stuff build
Clément Stenac [Sun, 29 Jan 2006 22:58:42 +0000 (22:58 +0000)]
Should fix skins stuff build