ChangeLog-2006
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:817k
源码类别:
midi
开发平台:
Unix_Linux
- Clean up backported from [12323]
- commit 486667b33d0011b19132b9528047fea2e9533ba5
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Feb 19 09:16:05 2006 +0000
- ooups
- commit 7a79cedebf6e0bde2e6a3a0be818593a5d7b35d2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Feb 19 09:03:58 2006 +0000
- - Seemingly fix linking of plugins with shared libvlc on Win32
- - Hopefully the same on Darwin
- !!! BIG FAT WARNING !!!
- On architectures where you need to resolve all symbols when
- linking a shared library, libvlc must be built before the plugins, so
- that they can resolve symbols from the libvlc API. Also, the "builtins"
- must be built before libvlc (regardless of the architecture or use of
- shared libvlc). However, our build system currently builds all modules,
- whether builtins or plugins, then libvlc and then vlc.
- Obviously, we could swap the build orders, so that libvlc gets built
- before modules/ but that will only work if there is no buitins modules.
- I'm not too keen on the idea of recursing twice within the modules/
- subdirectories (once for builtins, and once for plugins). Until the
- issue is settled, here is how to build and test the shared libvlc on
- Win32:
- 1/ run configure with --enable-shared-libvlc
- 2/ build all built-in modules (or disable them all) one by one,
- 3/ make libvlc.dll
- 4/ make
- commit 9dab2c80dd488916556048e2c3ae14b3e50e2c3e
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Feb 18 23:10:54 2006 +0000
- update video filter news (again :) )
- commit c7c8ed7a2cd66a4147b1d065faf01453e4fdb71f
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Feb 18 23:08:23 2006 +0000
- rss.c: change module shortname
- commit ee8ca61637e8137fadfd97a4c4e394180dde2846
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Feb 18 23:06:12 2006 +0000
- rss.c: add 'support' for Atom feeds.
- commit 26adc5a83325c0705020602b24de2fe1a4dd6243
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Feb 18 22:20:59 2006 +0000
- rss.c: add suport for feed images (default enabled).
- tested with
- ./vlc --sub-filter rss --rss-urls "http://www.lefigaro.fr/rss/figaro_une.xml|http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml" --rss-length 40 --rss-size 15 --rss-images --rss-speed 1000 <video>
- commit 4bf6d519bf503dabeb86e8912514c07f363c1a76
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Feb 18 22:08:11 2006 +0000
- Comment lines now fit on a 80 char wide screen
- commit 66133677ac9892e5f0450dc2ba09144e9e9c6eeb
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 18 20:49:46 2006 +0000
- Remove ugly usage of vlc_symbols.h when building libvlc as a shared library
- commit e9fb749afdfd43f7455463d148704d21d1e64ee1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 18 20:34:32 2006 +0000
- All: missing #include "charset.h"
- commit e6afe0d8914ff6899ce224ac1eb3b77169339d2d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 18 20:32:03 2006 +0000
- Fix warnings
- commit 578b49c6677765511201efefc34353a3adf04f02
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Feb 18 20:28:47 2006 +0000
- Remove whitespace
- commit cf34550e974b0e6d98b42a975cdb18e0bd71699d
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Feb 18 20:26:23 2006 +0000
- Use #include <vlc_vlm.h> instead of local include directive
- commit 31bdb959f6d8eeb7118ea84a35f446cf4ddcd95f
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Feb 18 20:24:27 2006 +0000
- Add with-ffmpeg-{vorbis,theora,ogg} in case ffmpeg is compiled with vorbis, theora and/or ogg support
- commit 34f25d06307f39ca5385ac49193134207ae359e8
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 18 20:07:55 2006 +0000
- Remove unused variable
- commit 5f623197661549b67a0236749eb2089ab0b52a15
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 18 20:05:50 2006 +0000
- Remove unused variable
- commit f1c06618114e419da5f4af9d13db2b9e6883761f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 18 20:04:36 2006 +0000
- Fix warning
- commit 82b233f63b8766aaa5352eb3372ae1fce7e1c2c0
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Feb 18 19:18:35 2006 +0000
- * modules/demux/mp4/drms.c: mostly cosmetic changes.
- commit dfe55f80e961d68e403fab1379927027891f0c98
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Feb 18 19:04:19 2006 +0000
- * forgot that one in [14365]
- commit 20c4707de5a87ba0ed3c66b5f52bff9453c6abe7
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Feb 18 19:03:44 2006 +0000
- do everything with the stream functions (no more fopen)
- commit 9cbb86d3234e6fa489d9cce18170c59b1b13ab4c
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Feb 18 18:53:24 2006 +0000
- * added a note about the update-checker to the news and updated the copyright dates in *.h and *.m
- commit 155ea0e45f8b0d11b4012cb6fd421f4227df17f7
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Feb 18 18:40:04 2006 +0000
- * new CheckForUpdate panel (closes #310)
- - the actual download is currently done by your default browser since the needed notification window isn't available on OSX yet
- - download through VLC is implemented, but commented for the moment
- - needs some checking once a complete Status.xml is available
- commit 8ca8d34604ec47d5ec63351755d1e049255a72e2
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Feb 18 17:57:47 2006 +0000
- image.c: ImageReadUrl now tries to open the image using the stream functions if fopen failed. (Which means that it can now read images on the web)
- commit f4941313a7a3d54081ecad6e1e8486cdcb5d8746
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Feb 18 17:01:58 2006 +0000
- use EnsureUTF8 on output string
- commit c4d8e42c76f54bc55b520ce9ce133d3be55d6012
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Feb 18 15:45:35 2006 +0000
- Remove white characters at begining and end of element values.
- commit 76267e195dd6410279a4440da6b1635f0acb2e5b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 18 08:46:48 2006 +0000
- Don't try to be more clever than gettext in detecting libintl
- (we don't seem to be). ${LIBINTL} is normally not defined when there is
- no libintl anyway - should fix FreeBSD libintl linking issue
- commit 041b3c7fb888633f3af202b280d32e9039eb9b49
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 18 08:37:26 2006 +0000
- Fix typo noticed by zorglub
- commit ba5d10e567e7ea20bd9c93c6efb3ced221381a34
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Feb 17 23:14:57 2006 +0000
- Update the x264 patch.
- commit f5bfa4ff3595a0be1bd01ee753aa76211ff3ee59
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri Feb 17 22:49:12 2006 +0000
- Add bluescreen video filter
- commit cb964a657b6f9b2807942652a38390219274788e
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri Feb 17 22:44:05 2006 +0000
- Show current item number for each of the instances
- commit 803d2cebd8b732d500e0bef5e37baa353db98fad
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri Feb 17 22:10:56 2006 +0000
- * mosaic.c: Bluescreen/Greenscreen/Chromakey video background replacement
- method. It's still quite simple ... loads of room for improvement.
- Example available here: http://people.videolan.org/~dionoea/bluescreen.mpg
- * mosaic.h: remove trailing space
- commit a084d72ed958259b703678501eeb0babd75e1e76
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Fri Feb 17 17:39:25 2006 +0000
- mediacontrol_audio_video.c: remove debug message
- commit 7418f751b701986689110a592ca1a275417dd3fa
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Fri Feb 17 17:02:59 2006 +0000
- vlcglue.c: same bug, specify malloc unit.
- commit 4fdac057b6b24bbb75178815e69071fd8de6c1b9
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Fri Feb 17 17:02:34 2006 +0000
- mediacontrol_util.c: better safe than sorry, specify the malloc unit.
- commit 8323aea4b475a35b721d7b5b45cdf5e836a2685d
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Fri Feb 17 16:51:06 2006 +0000
- src/control/mediacontrol_init.c: fix a malloc() error (spotted by Christophe Massiot)
- commit b4392aff1efa491352e2f3f8aed151bc6da321d7
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Feb 17 16:15:50 2006 +0000
- * Don't use alloca for audio buffers on OSX and BSD, because the stacksize on both isn't infinite.
- This might explain the audio-core crashes we have seen in the past on Mac OS X
- * Fix issues with platforms which don't have alloca() (defined)
- commit 01dbf68815f872e81aed64d280b6dd2a2e78c7d4
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Fri Feb 17 15:28:10 2006 +0000
- mediacontrol_audio_video.c: use VLC_FOURCC to define the snapshot type
- commit ae25844be0e56ab2c02bcb06339552496fe23e9e
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri Feb 17 14:59:36 2006 +0000
- update NEWS file
- commit a93b52882e3ee018ba435bb385f0223bf10f76f6
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri Feb 17 14:56:06 2006 +0000
- Logo filter(s) now takes a list of images, delays and alpha as input and
- loops through these. The syntax is <file>[,[<delay in ms>][,[<alpha>]]][;...]
- Idea (and some parts of the code) by markfm
- Note:
- The vout-filter segfaults upon destruction but i don't understand why...
- could someone have a look ?
- commit 04c4f0c1b08650341911a89d501b752f5447126e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Feb 17 14:33:32 2006 +0000
- * This change should be better then the one in [14346]
- commit 2ce311a5d13f1997e0d2c5129a1160511c8e1ff7
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Feb 17 14:20:02 2006 +0000
- * stricter aout_BufferFree
- commit ddd8d745b39f5885bdd4e1f7477a85908a904391
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Feb 17 11:07:57 2006 +0000
- Minor change so that 50 is actually the number of items to be updated at a time
- (rather than 50 + 2)
- commit 3be8149409178f02078c5388d103e0b251c1b4d3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Feb 17 10:13:28 2006 +0000
- Add /usr/local/... to CPPFLAGS and LDFLAGS automatically on FreeBSD (closes #422)
- commit 616807960d69690c6a87e8ba42b08af043e7c5b3
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Feb 17 05:50:26 2006 +0000
- Fix compilation when VLM is disabled
- commit e907794ab49588f2af8ed6516f1799f1df7f3657
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Feb 17 05:46:08 2006 +0000
- Don't disable audio if V4L video dev does not have an audio dev too. Closes:#254
- Thanks to Timothy Lee < timothy d0t lee @t siriushk d0t c0m > for the patch.
- commit 2eb3e28bc8cc4fab64f1380dfee39fae50008610
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Feb 17 05:42:13 2006 +0000
- Fix some bugs
- commit 0178bdfc4d50fd32bad09c2924e39b73ba9ca76a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Feb 16 22:07:36 2006 +0000
- * extras/contrib/README: keep track of what patches have been contributed
- back to the upstream authors so far.
- commit 8c5cc77b914a464ddfe59e181a2d1665d8e58d9f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Feb 16 22:01:39 2006 +0000
- * extras/contrib/src/Patches/x264.patch: removed the exp2f/sqrtf part of
- this patch, I committed it upstream instead.
- commit 0766ddd701827020ff51bd992e3889eb3269e408
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Feb 16 21:31:36 2006 +0000
- ?
- commit 6c118eadc7f19d8cb944717b567537b52cf98883
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Feb 16 21:19:47 2006 +0000
- !
- commit fab40834c7ca705a20dbd53df5b3093985343b78
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Feb 16 21:11:11 2006 +0000
- real.c: fix some crashes
- commit 2927b6247501a12e5ce08101c4820951429e8639
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Thu Feb 16 20:05:18 2006 +0000
- * added a button to create an empty node at the top level of the playlist. Thanks to zorglub for a hint once again :) (closes #449)
- commit 78d20969c18cdbf778cd98b7088c4f296acaac09
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Feb 16 19:31:29 2006 +0000
- Move podcast meta info to "Podcast Info" category
- commit c17290dc45902a3b93c90f3e033f4f2671b69134
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Feb 16 17:31:31 2006 +0000
- [patch] unifying meta-information access, the 2nd by Daniel Stränger
- commit 8fbceb81baeacb8413959994fa5883d342dd111f
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Thu Feb 16 07:22:57 2006 +0000
- Fix a doxygen comment
- commit 8444ce1225006facbe1b6742f8b864c66a64fe0d
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Wed Feb 15 22:31:49 2006 +0000
- More VLM API stuff
- commit 73c29a6a9f11299a8d2ec8c7c6fe16c67c74bba3
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Wed Feb 15 20:35:51 2006 +0000
- Typo
- commit 7da0674108a114448543693624598eee0763125f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 15 19:59:30 2006 +0000
- Fix warning
- commit 5423c6504242bf66ea3cec4dc4465f1e900ad1a3
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Wed Feb 15 19:48:07 2006 +0000
- Fix a bunch of bugs in the MSN plugin (duplicated in the Growl plugin)
- commit e1c2a990767caff2c25bb49d8e31f5227aa55450
- Author: Jérome Decoodt <djc@videolan.org>
- Date: Wed Feb 15 19:40:27 2006 +0000
- Stupid me... don't do twice hton*
- commit 1d62f5628e96f0768e2df5c20edc5efc30d80c02
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Wed Feb 15 15:06:20 2006 +0000
- mediacontrol-python/setup.py: do not use PIC libraries on win32 and darwin-ppc
- commit 708b80c48b8e98e08ab9d79de2d997ffb537fc65
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Wed Feb 15 14:15:10 2006 +0000
- src/control/mediacontrol_init.c: check return values of VLC_Create and VLC_Init
- commit 41998e06b7e5b64981d509a25b80207ed0c98bde
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Wed Feb 15 14:12:23 2006 +0000
- mediacontrol-python/vlcglue.c: check the return value of VLC_Create
- commit 432af467ee976d665aa0f9ee678daff738b76962
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Wed Feb 15 14:11:16 2006 +0000
- mediacontrol-python: portability fix (for Mac OS X/PPC), dirty but it works
- commit 615ba42c1399c964347d45bbd327f731ab03167e
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Wed Feb 15 14:04:41 2006 +0000
- misc/svg.c: use char* instead of byte_t* to avoid warnings
- commit 7e6af68eef64527cac71b015b57f8d6a489c3a14
- Author: Jérome Decoodt <djc@videolan.org>
- Date: Wed Feb 15 02:09:01 2006 +0000
- -lws2_32 on win32...
- commit a558333f271cf7043ab3a97d84847cc9c58fd47d
- Author: Jérome Decoodt <djc@videolan.org>
- Date: Wed Feb 15 01:32:26 2006 +0000
- configure.ac: try to fix beos build
- growl.c: add --growl-ttl option
- commit 9aaa91d69f4fc35cd25560058f8fde2edd924c8d
- Author: Jérome Decoodt <djc@videolan.org>
- Date: Wed Feb 15 00:39:10 2006 +0000
- Add "send" (-lsocket) dependance to growl module to fix BeOS build
- commit 0e87fb0f442e2739cc44c48008350ab17a350911
- Author: Jérome Decoodt <djc@videolan.org>
- Date: Wed Feb 15 00:15:21 2006 +0000
- Takes default TTL (instead of 42...)
- commit d8493985dcff2042fe7b659c9e759faa21253516
- Author: Jérome Decoodt <djc@videolan.org>
- Date: Tue Feb 14 23:59:50 2006 +0000
- Add a growl (http://growl.info/) notification plugin (most of code from msn.c)
- It is built by default since it sends notifications to network (perhaps
- we should only build it on macos).
- msn.c: should fix a refcount issue (*not tested*)
- commit ce98868f94d5df54bc382bd5e55236a162a4492a
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Tue Feb 14 22:50:13 2006 +0000
- Missing file
- commit ef273c072bfe9a43014f74fe7765b59a2e735ab7
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Tue Feb 14 22:35:37 2006 +0000
- Fix some bugs
- commit e0003bec24b8241621d4bb6ce0fe5160835d84d0
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Tue Feb 14 21:41:23 2006 +0000
- * Beginning of VLM API
- * Some test work
- * Export vlm_MediaSearch
- commit f0f9014510bebfe8ea372ce5e6dc01f62ea2df4e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Feb 14 20:41:27 2006 +0000
- (Win32) Support stat() for file names outside ANSI Code Page
- commit 5243d4df8a0208851a6c244824290faf86a5169c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Feb 14 17:20:32 2006 +0000
- Safer Win32 code page translation
- commit 1ea3602bb2f0b6734e4c8db9cd17773cf79d9665
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Feb 14 15:38:21 2006 +0000
- param_eq.c: eol style
- commit 8cf1cce67373ec9628323b5bec1d065f20844351
- Author: Eric Petit <titer@videolan.org>
- Date: Tue Feb 14 13:48:43 2006 +0000
- FFmpeg forgets to create include/postproc/
- commit c6aa6576d4051296adffbacdb698836f2c2aec05
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Feb 14 12:32:50 2006 +0000
- update vc71-glib-1.2.10-bin.zip and libIDL-0.6.3-win32-bin.zip locations
- Thanks to Hobophobe on http://forum.videolan.org/viewtopic.php?t=17262
- commit 8bcbcd936dfe0fbf2592cf3b1c58f5af0bfe5fc9
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Feb 14 09:57:58 2006 +0000
- - Partial fix for reading characters with multibyte local encoding (refs #548)
- - Fix memory leak
- commit 1b49bb51136c7aa668ae3fad1d65fea90cadc906
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Feb 14 09:56:42 2006 +0000
- Use return value of EnsureUTF8() to specify whether the bytes sequence was
- valid (UTF-8) or not (incomplete, incorrect non-ASCII, or overlong sequences)
- commit 80e5477bae4a2ba621e0ba33acfb78ac41d57c58
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Feb 14 09:39:36 2006 +0000
- param-eq.c: Svn keyword
- commit 9e17021bd2be0b23122f9806c37d730813f95cae
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Tue Feb 14 07:11:18 2006 +0000
- Simplify
- commit 17605dded6b1b46e0dd4b0bfa1010746027ffb6f
- Author: Jérome Decoodt <djc@videolan.org>
- Date: Tue Feb 14 01:40:59 2006 +0000
- Add --macosx-black switch to black non video screens (fix #301)
- If someone has a better code to maintain a black screen, change
- CGSetDisplayTransferByFormula which seems to be a big kludge.
- commit 13b03068c18b87aa201b53492d64244757875332
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Mon Feb 13 22:44:24 2006 +0000
- all: parametric equalizer by Antti Huovilainen (adapted for vlc by me)
- commit cb386f1fe9825ae1677f4e5ddc8ffb2099be3b25
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Feb 13 22:09:56 2006 +0000
- attempt to fix the winCE build
- commit dcddb65e52f7544f600642d0bd03b87656bfecc6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 13 21:03:32 2006 +0000
- - Unicode fixes for ncurses on non-UTF8 consoles (closes #547)
- - Handle backspace properly on an UTF-8 characters string (closes #548 as far as UTF-8 is concerned)
- commit 2678c532b12e275ac2b601cc12d349ff00b7b6b8
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 13 20:11:48 2006 +0000
- Undo erronously commited debug preprocessing directives
- commit 3b58d322875f918308642ded461d515459396449
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Feb 13 20:06:22 2006 +0000
- unicode.c: Fix WinCE build (well for this file only)
- commit 04b1aea58e98dc8c44081ae54172829663517db2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 13 19:14:30 2006 +0000
- Replace forbidden characters with underscores when attempting to dump a stream (closes #423)
- commit 49106025613db39dfe53a212341b221286e290c2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 13 19:13:05 2006 +0000
- Fix typo
- commit fdb95608431aeb8d22cefdd0d6fccff1affdd090
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 13 16:53:46 2006 +0000
- - Use VidMode extension to determine the display dimensions more accurately when enabling full screen mode (fixes #534, should fix Debian #290392)
- - Move view port and cursor to a sane position
- - Check for VidMode extensions (libXxf86vm)
- commit 651614ceb73b06a08da470b9b626b8bcb664abe6
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Feb 13 16:37:42 2006 +0000
- unicode.c: Fix logic to set use_iconv
- commit a4b6365024390a73a2921b4f43673a42bd027664
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Feb 13 15:22:59 2006 +0000
- ffmpeg-wince.patch: fix for the new ffmpeg makefile
- commit 9f5f3cc9c8edee7ac68b72aff8b051d510273147
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Feb 13 13:31:01 2006 +0000
- * modules/demux/mp4/drms.c: cosmetic changes to some variable names.
- commit 1a3466cdee08c12062fa9853cfc577bb08604a7e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 13 13:23:20 2006 +0000
- Fix windows build
- commit f075541729c8c384215c0479d01671cefab4af69
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 13 13:16:08 2006 +0000
- Fix (From|To)Locale (closes #546)
- commit cb347302cc1a26df4cbcc13caba868e6910a7f1f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Feb 13 11:49:38 2006 +0000
- * modules/codec/libmpeg2.c: tell mpeg2dec the real stride of our picture,
- because some Xv drivers do not necessarily pad video at 16 bytes.
- commit 8e5b3661aba88df6f457ffe0ba9d7c42442d44b1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 13 11:19:04 2006 +0000
- Fix typo
- commit 979e839a8ec813ea354afbe37642c0a5fd6d53c6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 13 11:15:59 2006 +0000
- - Clean up
- - Unicode file names fixes
- commit 8b81fec859b8975d71336c3fe1886b4878a7c192
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 13 10:47:43 2006 +0000
- - memleak fix
- - getcwd() unicode fix
- commit 99ca63cb29503eea8276e82eba910f8595dab208
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 13 10:47:12 2006 +0000
- getcwd() unicode fix
- commit 5262517960b2dcba585fe669fc1b340a9174eef8
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Feb 13 10:31:57 2006 +0000
- * revert unaccelerated OpenGL. it's useless :D
- commit 921de760d62c9ea94dae0d43528a957148aae17a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 13 10:30:30 2006 +0000
- Further fopen() unicode fixes (refs #528)
- skins2 and galaktos remain as I'm not sure how they (don't?) handle
- encodings.
- http interface URL were purposedly not made to use Unicode. I'm open to
- suggestions on that one.
- commit 543574fd1d30e5be90ec4adcc9d15046c90af350
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 13 09:54:15 2006 +0000
- Another bunch of Unicode file names fixes (refs #528)
- commit 19ae257613a97eae6e794655df78f31b322106fe
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 13 08:36:52 2006 +0000
- Some WinCE fixes
- commit 1c3528868c36e57e12cc0d99722255b261f50c41
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 13 08:30:55 2006 +0000
- All Unicode fixes for fopen() (refs #528)
- commit 8a1c45dff8c198bf15626a10093ce45a7a114c20
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Feb 13 07:18:42 2006 +0000
- * skins2/src/vlcproc.cpp: New "dvd.isActive" boolean variable
- * doc/skins/skins2-howto.xml: Updated doc
- commit 3d8647e9ecb31acc3bed20845a95ca87e1223898
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Feb 13 02:36:14 2006 +0000
- * It's POSTPROC, not POSPROC
- commit 491a07729d6d814e47768c8ebc025092fa5b6e55
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Feb 12 22:45:04 2006 +0000
- - mkdir Unicode wrapper (refs #543)
- - fix load/save of configuration and creation of configuration directory (refs #528)
- commit 52c97a520bf043b059713a5c587513477c86f7a8
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Feb 12 21:39:09 2006 +0000
- * doc/skins/skins2-howto.xml: Fixed a link
- commit e73aefca5047e2a7bd9c5b6035329f5f7115c818
- Author: Eric Petit <titer@videolan.org>
- Date: Sun Feb 12 21:22:20 2006 +0000
- Use emms after I420_UYVY because the OpenGL vout uses floats in the same thread.
- Re-enabled i420_yuy2_mmx on Darwin/x86.
- commit 45973ce2b92e34e180ba3d097f4e62fd460c57b8
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Feb 12 21:12:12 2006 +0000
- utfeightize psz_homedir
- commit 2eb7e0f4674bb6393bf9c913f8896dbf67d9cd91
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Feb 12 21:11:14 2006 +0000
- * doc/skins/skins2-howto.xml: Documented the DVD-related actions
- commit 7d96a1d630d3069084f5d8c154adb154b421d217
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Feb 12 21:05:53 2006 +0000
- * skins2/commands/cmd_dvd.*: New commands for DVD navigation.
- You can use the following actions in the XML file:
- - dvd.nextTitle()
- - dvd.previousTitle()
- - dvd.nextChapter()
- - dvd.previousChapter()
- - dvd.rootMenu()
- commit 68e2a72328bea59e14715b6ea903b2632354975c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Feb 12 19:57:48 2006 +0000
- Export FromLocaleDup()
- commit 4a95a4cd02a4aa686357ab82366e18e29b820e1b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Feb 12 19:55:38 2006 +0000
- - Fix opening of SVG file through a symbolic
- (one must use stat() rather than lstat() to obtain the size of a file's content!)
- - Use UTF-8 wrappers (refs #528)
- commit b81e14d4f39ba8daa4f56f33d33612e62b84dbda
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Feb 12 19:51:12 2006 +0000
- Cosmetic fix
- commit f5f61ad59da13f903e99391bcbe437d299b57fc2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Feb 12 19:48:50 2006 +0000
- - UF8 wrappers for stat, lstat
- - FromLocaleDup() returns a string to be freed with free() instead of LocaleFree()
- commit 9ef44504e531c8cada9048d692223f171a648e3f
- Author: Eric Petit <titer@videolan.org>
- Date: Sun Feb 12 18:20:54 2006 +0000
- Also look for libpostproc when ffmpeg is installed without ffmpeg-config
- nor pkg-config
- commit 52eedd54a77536688b064ca0ab26a496b3ce9f08
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Feb 12 17:38:36 2006 +0000
- configure.ac: don't fail if postproc is with avcodec
- commit d0802e7d82be036108a7b91a01a091df0092b61d
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Feb 12 17:31:53 2006 +0000
- Improve test coverage
- commit 711b5da24a68123321b534317fe39eb2535f710d
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Feb 12 17:31:39 2006 +0000
- Add some playlist api functions
- Fix a bug in exceptions handling
- commit 6d4e2137881b620c014346b87fdea221e3c02581
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Feb 12 17:14:07 2006 +0000
- Change some test stuff
- commit 702ca6c3c28dd27d99f7adc807a922a95b9ce5fa
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Feb 12 17:04:45 2006 +0000
- configure.ac: FFMPEG's libpostproc is now separated from libavcodec
- commit 905cbca56aed4e41603d5a69645023f57b94406a
- Author: Eric Petit <titer@videolan.org>
- Date: Sun Feb 12 16:36:41 2006 +0000
- BeOS fix
- commit ffef7ea390cab20bc67341b49962c115f460d31c
- Author: Eric Petit <titer@videolan.org>
- Date: Sun Feb 12 16:02:08 2006 +0000
- Fixed ffmpeg contrib
- commit 7ca188d5926edfe485a7d81e55aa261c2d9fa540
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Feb 12 15:48:57 2006 +0000
- Move python mediacontrol bindings
- commit c615ce5242982d182f7ee2d70e74dd2aeb69c16a
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Feb 12 15:30:40 2006 +0000
- Fix distcheck
- commit 8e7cf6314d72cf52901d876fc2cacb42db3b331e
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Feb 12 15:28:56 2006 +0000
- Fix refcount problems
- commit 31ce5588abe42b0a8c4abfbb85296edc2f039963
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Feb 12 14:22:08 2006 +0000
- Remove debug
- commit 86b94ec7c0873824d346e41a1c7f1a289057f552
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Feb 12 11:39:00 2006 +0000
- - Attempt to implement (To|From)Locale on MSVC
- - Make (To|From)Locale a no-op on OSes always using UTF-8
- commit 0f968b65396064faf5bdd6da605ef95413a12824
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Feb 12 11:18:43 2006 +0000
- Playtree: handle delete nicely
- commit ed9e26d2bb398bb5ffab426f9afaa6ab9e47745f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 22:05:14 2006 +0000
- Remove always true condition
- commit cf96f4b235d019c882b8b3e809b80fe8a765cb3c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 22:04:54 2006 +0000
- Fix previous commit
- commit 9efc237adbd961601f8216524e94b8175f0e54eb
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 21:46:06 2006 +0000
- Unicode wrappers for opendir/readdir
- commit e7d98f62120e6b0ebc1c00b513381937b6fb89bb
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Feb 11 21:20:24 2006 +0000
- * Do a proper UTF-16 -> UTF-8 conversion on ASF metadata, instead of ignoring one of it's bytes per char.
- Patch by demo-n <http://demo-n.e-neta.jp>. (Can i have your name for the THANKS file please?)
- commit 69f016b519ccda31193e55eb9638153687b282fa
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Feb 11 20:41:57 2006 +0000
- * xtag parser improvements by Daniel Stranger.
- it now ignores
- - commments <!-- ... -->
- - processing instructions <? ... ?>
- - doctype declarations <!DOCTYPE ... >
- and can handle
- - CDATA element content <![CDATA[ ... ]]>
- commit 666a3ebfcff2c483c72e2b57bd3e60d1f7f3d177
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Feb 11 20:17:20 2006 +0000
- wx/dialogs/*: Don't put labels in buttons if we have a wxID_FOO. So the buttons are themable on GTK.
- commit 2009312e792107d0cf0bf2d1dec225c64ca504a5
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 18:40:13 2006 +0000
- Fix invalid debug message
- commit a73bf136fb2908014df5bf3980bb7719467e58b4
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 11 18:11:29 2006 +0000
- Add support for insert and delete in X11 skins
- commit 1891e507c234c548b8a8c091e449a99ce69bba02
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sat Feb 11 18:01:42 2006 +0000
- * skins2/win32/win32_loop.cpp: Added support for the Insert and Delete keys
- commit bb0106256cbba85a06448a080dcbffbf87f5aca7
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Feb 11 17:55:28 2006 +0000
- * Fix a n bug and a memory bug in the SSA/subsdec.
- commit 7e6fdd0d4efd67f25982e353d280390ece7c5a2d
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Feb 11 17:50:46 2006 +0000
- * enable multiple selections for streaming as well (closes #522) and put some news
- commit 890c6db3ed25ad944111497c11952d9b53c75858
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Feb 11 17:42:40 2006 +0000
- * support for applying the same settings to multiple files in single run of the wizard (just select multiple items in the playlist)
- - note: due to this, the types of some objects in the main dictionary changed from NSString to NSArray. Additionally, this code does neither run nor compile on 10.2 anymore.
- - various loops are being performed during the run of the wizard now. Please shout if this is noticeably slower on older Macs
- * solved a UTF-8-issue which prevented the usage of certain files which were added to the playlist previously
- * optimised the existing code here and there
- * make sure that all settings are kept for a session
- Thanks to zorglub for the playlist-hint :)
- commit d057acfbb60397eaed1b425a9c8015f7259c4d48
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 17:30:48 2006 +0000
- Support opening of non ANSI filenames on Win32
- commit 19ee0a8cbea232e01f1648b04fdea206bdd52540
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Feb 11 17:28:27 2006 +0000
- Add some "title"s for image buttons.
- commit bc230c07310cadbd172ce7f47c6f9383788c1f92
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 17:27:09 2006 +0000
- Fix typo
- commit 39c838b55ff587f3aad3035e15139fd2f91d77ba
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 17:00:08 2006 +0000
- Use vlc_fopen (access() or stat() would be more appropriate though)
- commit 4bfb6dac85dfaedefe5b79ff6cf822918cc96b5e
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 11 16:10:43 2006 +0000
- Should fix vlc-help.txt problem (untested) (Refs:#517)
- commit b26eed49510e53c2d3afe9e6e517aaae0a079f23
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 11 15:49:24 2006 +0000
- Reposition the slider when expanding/retracting a node (Closes:#477)
- commit 0236ff18d1c8ab65a062c672ccf5518b1e283b0f
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 11 15:21:21 2006 +0000
- only round width and scale height accordingly
- commit 8a9fe6520786c960b8181ef022c89ce190ba2284
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 15:13:56 2006 +0000
- vlc_fopen() wrapper including required file name conversion (refs #528, refs #543)
- commit 8d6f2ab7374b6be3d95f45749559e690ae987d67
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 15:12:06 2006 +0000
- Don't compile dead code on Win32
- commit 8e459605c2b08a1c163d856c647b6cd0e0f99311
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 14:53:44 2006 +0000
- Use more common CP1252 rather than Latin-9 as fallback charset
- commit 89e1637e4e06feac851edcafb4ebe760ce611595
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 11 14:50:37 2006 +0000
- Round scaled sizes to 16 (Closes:#524)
- commit 54f1118b5e119508302d5967e2df8e3cbfeb630e
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 11 14:26:53 2006 +0000
- Don't crash in record filter (Closes:#542)
- commit 9f997dca438ef0671304f51e8b292c66d9f0b3c6
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 11 14:14:18 2006 +0000
- Don't make image when we are not interested in the item
- commit 6adad42ae834d30560526e316e1083b5b7081a6c
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 11 14:08:44 2006 +0000
- Handle Page up / Page down (Refs:#477)
- commit d02fbdb877d4a4b5672cb997c12a8a576ac6b815
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 13:40:43 2006 +0000
- Handle TTL in SDP properly (IPv4 at least) for raw UDP (closes #404)
- commit cae770e5b0c2b88ea4ba1248b30133b985c129d8
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 13:39:03 2006 +0000
- - Fix typo in previous commit
- - Enforce a default TTL value (one) in SDP if there is none - refs #404
- (it should at least be fine for IPv4 usage)
- commit d3db2d9e82fe3052484131fc8554e1c7877ca9e5
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 11:58:34 2006 +0000
- Simplify [12964]
- commit 16cb39fcabeea09ca122e5e2a0f8bb80c73a8706
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Feb 11 11:34:31 2006 +0000
- * added an option to keep the selections in the wizard for a single session. It's enabled by default. (refs #522)
- commit 18533cf12a662928cf08ce1d7ebcade0b340de6f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 10:49:30 2006 +0000
- SAP hop limit should always be 255 as per its specification - refs #404
- commit 25cc8bd838c8657dbf0e85fe54206e733cfdce80
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 10:47:42 2006 +0000
- Good point Md - use 0 (ie. not set) as default TTL rather than 1 (refs #404)
- commit c6e34683dc1b8acf898dbd7a1f4e7b0136af1575
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Feb 11 10:42:48 2006 +0000
- Implement IPv6 multicast output interface selection (closes #491)
- commit 069e052f822e29645de86abf8a9e4ab02535b0a3
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Feb 11 03:04:42 2006 +0000
- * Improved renderering of YUVA/P onto YUV variants. refs #539
- I420 still not fixed for this bug.
- A simple average of the UV pixels, wasn't giving satisfying results, so I added a bit more logic, to decide based on the transparency value if UY averaging is desireable for the pixels. Produces nice results now, with a very slight shadow somtimes to the right side of the images/glyphs. Looks quite good.
- commit b7d2846e63f846a0f4c0d5a9db7df5af4e01ae48
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Feb 11 01:37:30 2006 +0000
- * Fix the duration of the dvdread module. refs #198.
- Now duration is accurate, but current time is still block based, so on VBR discs the duration of a second may have some weird variations. Getting accurate time is possible (see what was reverted in [12862]), but this will break the relative SET_TIME (might actually go seeking in the wrong direction for instance). The correct fix here is to expand dvdread with a method that checks the TMAPTI IFO table of a Title, to find what block approximately goes with a certain time. (the TMAPTI table is usually in .5 secs interpolation might possibly be required as well) As a backup an estimate can be made using the ADMAP table.
- The behaviour of the dvdread module is now equal to that of the dvdnav module when it comes to time and seeking.
- commit e01e9935598a23b3daa462a90f99e8e9b47087a5
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 11 00:07:40 2006 +0000
- Don't invalidate selection on item change (Refs:#477)
- commit e8ebab7877937ac1447479e2979fd2e09f059a6d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Feb 11 00:01:55 2006 +0000
- * Don't put huge pictures on the stack. It is limited on some platforms. use malloc.
- * Use the correct pitch values when reading from and writing to pictures (out pitch can differ from in pitch, and there is also visible pitch and visible lines.
- commit f12fa7ca85553b41dbdfc8950df778e4d6c45c7b
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Feb 10 23:39:53 2006 +0000
- Fix playtree deletion
- Should support deletion through the delete key. But the delete key is not recognized par X11 skins2.
- commit 7ffd2f05b8f89da23fec03921e40fcf3fda7f21f
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Feb 10 22:56:32 2006 +0000
- Revert brocken commit [14215]
- commit a21a929a5fe9b9cdcfec99b32dadf3cca41a47af
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Feb 10 22:24:20 2006 +0000
- Unbreack distcheck. First step
- commit 1e2b476cc23e81f48a0593958de0306aec87834e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Feb 10 22:03:34 2006 +0000
- * Fix issues with the deinterlace filter that was using the source picture pitch when writing to the output picture.
- commit 16fe209fc58eb1136867297965fe8a1659a34ad5
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Feb 10 21:46:17 2006 +0000
- * fprintf -> msg_Dbg
- commit 2034d14a019a51e31a0d55e1940031e4cab33cbb
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Feb 10 21:14:12 2006 +0000
- Disable broken stuff (Refs:#459)
- commit ac4eb7908ffcc8c069e428c9a70655734af10581
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Fri Feb 10 19:56:59 2006 +0000
- * clean up (mostly replacements of nestings of stringByAppendingString by stringWithFormat)
- * removed the stupid "wizard help window" and replaced the help sheets with calls of NSBeginInformationalAlertSheet. This might be beautified with NSAlerts in the future, since we don't care for 10.2 anymore.
- commit 90b1a99b81b943ac80e071bcbb8cce67bd19b46d
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Feb 10 19:53:09 2006 +0000
- Fix breakage of other RTSP clients
- commit e677a71b037e0b3ddb1735273afafa4493e7fb6b
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Feb 10 17:24:25 2006 +0000
- Use correct Transport answer
- commit 15f7074e9da205cefd69d30f93a2d4e736ea95b0
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Feb 10 17:24:14 2006 +0000
- configure.ac: Test glide even when the user specify it
- commit dc7dd8bfbc272a0517b46b74ad4e97b0019307a3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Feb 10 16:46:07 2006 +0000
- - Use OS default TTL when not overriden
- - Clean up
- (refs #404)
- commit 51c0881c02f781e6ad8231d78726720bfbebaf55
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Feb 10 16:34:41 2006 +0000
- Don't enable broadcast on IPv6 sockets since IPv6 does not do broadcast anyhow
- commit 00a0ab4f4738a37867e3b02746ef6cfdb12f86ae
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri Feb 10 16:30:20 2006 +0000
- Add esd and arts to the AOUT_PLUGINS define. If this break everything i'll
- have to remove it... but i doubt it.
- commit 5c460cd816611186b155f675dfdafecdb096d2f7
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Feb 10 16:25:57 2006 +0000
- gcc 4.1 compile fix from marvin24 # gmx.de
- commit d5584a65964be71cfbcd8f720f0b7287b081a4f1
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Fri Feb 10 15:05:45 2006 +0000
- modules/misc/rtsp.c: implement support for raw udp transport for muxed streams
- also replaces x-playnow hack with a slightly less ugly hack
- vlc vod server can now serve about 5 seconds of video to amino stbs
- commit 90e32697513b91fb3e54e149466149b65ee3fac8
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Feb 10 14:51:10 2006 +0000
- Also add support for x-playNow in RtspCallback.
- commit f43078c2130e631c0f158f056fbda13d185b8bbd
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Feb 10 14:44:19 2006 +0000
- sanity check
- commit 47fd1f615a8c94a6af6d54c8b47f54ca2860152e
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Feb 10 14:43:05 2006 +0000
- Indentation and coding style fixes
- commit eceaf0fd3b83157c189bce7d2ed416e9de50e662
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Feb 10 13:51:11 2006 +0000
- Respond to x-playNow option in RTSP SETUP request. Did some indentation fixes too.
- commit e8fb0d3d88c0a49a0a01c3f92c51fca9b164b4b0
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Feb 10 12:58:55 2006 +0000
- * disable i420_yuy2_mmx on Darwin, since the MMX seems to be incorrect.
- commit b1d4adc0b9269d286010fa5aa7333dd1f23c0d3c
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Feb 10 02:53:57 2006 +0000
- * Fix the QT video decoder. refs #345
- commit c50389c5d9079b392bd739c1d03e272a7a4a68b6
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Feb 9 12:31:17 2006 +0000
- Remove debug.
- commit bc80c614ee70fcdc03ce8b9a2a423b0102e42025
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Feb 9 12:06:02 2006 +0000
- Check for AF_INET6 all the time
- commit ab84151bf884d82dc36e39642e071f9d0a03b826
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Feb 8 16:26:56 2006 +0000
- Add comment about the fact that lines begining with a # are comments in the
- vlcrc file. This might seem obvious, but many people on the forums don't
- seem to understand that.
- commit 67844cf24c4fc5fcdf065fad124283f032311e6e
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Wed Feb 8 10:39:33 2006 +0000
- access_output/udp.c: Attach the writer thread. Fixes missing headers.
- commit 0fec2240ab5efd235c93659a303bedc77966c069
- Author: Jérome Decoodt <djc@videolan.org>
- Date: Wed Feb 8 10:33:46 2006 +0000
- Fix message advice (use description.widgets instead of only description)
- commit 5c6cffbd37bdb499735f177cb4da40b2a8c4c3b9
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Feb 7 23:03:45 2006 +0000
- Typo.
- commit 2f6ad030e73614e9254e3441fbc738e24341c17d
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Tue Feb 7 21:08:32 2006 +0000
- * get/set/toggle fullscreen
- * Fix a bug in playlist_play
- (Refs:#457)
- commit de11230fbf681606705e3876f3a6a0b9849ab9da
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Tue Feb 7 20:41:17 2006 +0000
- access_output/udp.c: use block_Fifo for the empty blocks list. Simplifies code a lot
- commit 8af26f7d31f0530c3c6b13804fb7c54f44c74971
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Feb 7 17:08:18 2006 +0000
- looks like this was retrocommited :)
- commit fba7cf5bbb0c76fe0841350d80b389ac30973825
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Feb 7 16:37:40 2006 +0000
- All CRLF fixes
- commit 911fb62e851a99646d9ea85912ae6127498f258f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Feb 7 16:24:30 2006 +0000
- Set EOL style to avoid further CRLF issues
- commit c8e0f0af2ae7e72c7a2a2bdc1835cb4ca9ec68b2
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Feb 7 16:07:58 2006 +0000
- * Fix win32 text renderer.
- commit c5cc4e5248e0bdff53b90ea66412c524cc24ee91
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Feb 7 15:18:06 2006 +0000
- * Introduced a new text_style_t
- * basic support for SSA formatted subs. (disable with --no-subsdec-formatted option)
- * changes to freetype renderer to support the font color, size and alpha options of text_style_t (other options are possible, just not implemented yet. Full text_style_t support requires a more advanced renderer though. )
- * changes to modules to support text_style_t instead of the old sub options.
- * Some changes to subsdec to only iconv to UTF-8 if source is !UTF-8.
- refs #82
- not supported are style runs (styles on substrings).
- commit 42bc34f9188e59a10fa75869fa52d7db477f8c7e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Feb 7 15:09:21 2006 +0000
- * dos2unix of vlc_osd.h
- commit ab0937cb3e1a6ab8ee8bfd3d92b48af3310acc22
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Mon Feb 6 15:30:30 2006 +0000
- minor corrections
- commit 5d9dc8f576687e509a6e4155b07504fb381c52ac
- Author: Rocky Bernstein <rocky@videolan.org>
- Date: Mon Feb 6 12:41:12 2006 +0000
- Revise. perhaps a little more detail too.
- commit da74604a7fe2bf6716caf3aeadbacabc0f2b21a7
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Feb 6 12:07:40 2006 +0000
- Remove useless lines (which came from a missunderstanding of how it worked)
- commit 97278aab3f37ab17090237bab1df03ccfc06cdf7
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Feb 5 22:14:00 2006 +0000
- sout-standard-url is deprecated
- commit 60f67d83f86fee0f2616cbd27ac8746e71798308
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Feb 5 22:02:12 2006 +0000
- sout-standard-url is deprecated
- commit 60cca6d5a5d14d9d34f2cb4a198d7f44faceca1f
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Feb 5 22:01:23 2006 +0000
- Deprecated options handling
- commit 4148d937c861d9c2470dfa3287f4e0ddc4247680
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Feb 5 20:52:29 2006 +0000
- Fixes subtitles detection from within folders with non-ASCII names when the local encoding is not UTF-8 (closes #536)
- commit 634ab48abccd4f44885f9d96eac86ce8ae51fa1d
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Feb 5 13:38:05 2006 +0000
- Show sliders for stream with no time info but position info (Closes:#484)
- commit 29c602fc8b506d1411ae93c76cead6f5efed9c9f
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Feb 5 12:47:47 2006 +0000
- * Added YVYU blending and fixed UYVY blending.
- commit f2dc268e54c19d97e5decd1a0e0f2eeaa8a18d7f
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Feb 5 12:43:38 2006 +0000
- * Correct MMX version of UYVY chroma conversion. the UV ordered incorrectly. (untested)
- commit c858a4acb72bd81da4a4e950768624a721d9fbd7
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Feb 5 11:09:13 2006 +0000
- Add a "Close" button to the errors window and fix the "Stop showing errors" string
- commit 2252e8d9e88ed23913a352b5ddf2480ce0cd9426
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Feb 5 11:05:21 2006 +0000
- Some WX VLM dialog improvements
- commit 67e1d3484032af91bbf3557bac700b7902179a59
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Feb 4 23:46:28 2006 +0000
- * Hopefully added UYVY blending for YUVA and YUVP. (Untested)
- commit 4b1302d9a7208902d35fd774256a10501b63a841
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Feb 4 23:26:40 2006 +0000
- Include the bitmaps in tarball
- commit 68f500ce50490f7c48b482e59fc688c8a596687b
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 4 22:57:01 2006 +0000
- Better fix
- commit e536ea5cf2a354e5aed2808fa838082dae2b8143
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Feb 4 22:56:34 2006 +0000
- * Use UYVY fourcc instead of Y422, since i believe it's more common.
- commit 638acbf817f1ad242d12808a28d9b437d4d04cb7
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Feb 4 22:53:09 2006 +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)
- commit c68aabaaf64db4ee0cb25a1223a37ec575b9c1ea
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Feb 4 22:34:40 2006 +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.
- commit 18cf71dc149e0dcf92d7907a650c465500b39d51
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Feb 4 19:54:37 2006 +0000
- Remove C++ism to please gcc2.95 and BeOS
- commit 51e80c01dc46d94cc623b7f74521cc6fed925cef
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Feb 4 19:48:38 2006 +0000
- Weed some dead code
- commit 828cabe7f4461983c4a4e35b8680adfd2ef25959
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 4 19:28:20 2006 +0000
- Don't fail with no-debug
- commit 24d9ad6298e8614eef3bd7a3fcf21159c5923739
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Feb 4 18:16:13 2006 +0000
- fprintf die die
- commit d2858830da631540c72191477f88787902966b3e
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 4 17:08:44 2006 +0000
- Memleak
- commit 058456af92d255602386542b7c27a8f74f57efbf
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 4 17:05:14 2006 +0000
- Valgrind errors suppression file
- commit 8d42e79839cc4ebaee93303644d6c46b0e3a0966
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 4 17:03:40 2006 +0000
- Missing file
- commit 0b44cb999e661507876710e271a58b800e7db068
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 4 16:26:23 2006 +0000
- Stop using strings to index stats, use integers. The list is not sorted yet, though
- commit b41bfdb8bbb2c14e3313ce1f89c3f880ca93fd6f
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 4 15:28:36 2006 +0000
- Fix memleak
- commit 69fcb41b730bfee56373e17903017926853d2849
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 4 13:56:07 2006 +0000
- Fix stupid bug
- commit 7cc1823e222e82031090861597d2ac112967ab89
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 4 12:50:41 2006 +0000
- Don't read uninitialized values
- commit 26d5b73864aea7f4e6d01dba654235cb1accdf84
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 4 11:04:42 2006 +0000
- * Avoid useless stats_Get calls
- * Reduce vlc_object_find calls
- commit f8cac3e17afff983a591fbe2bf0cc101b53ae624
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 4 09:24:50 2006 +0000
- Don't check the full string
- commit 4efb291167cf3587943b88e62c834777ea46dbd6
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Feb 4 00:08:50 2006 +0000
- AccessOutWrite is called very often, especially for TS. Don't store stats on each call
- commit 8d995e6f088eeee7d5ee5896b23c0a1347b27256
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Feb 3 23:52:45 2006 +0000
- Use a hash for stats. Not finished
- commit 661a6c1357158cb970fd2b92fc5d126d65e021ac
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Feb 3 19:53:47 2006 +0000
- Play and add (Refs:#457)
- commit 6df78501b98cd69f9577c984347fbb3c8f265ec9
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Fri Feb 3 15:10:12 2006 +0000
- linux_dvb.c: initialize a variable
- commit e6f3d0a63a18281befcad43e04aad5aa8918acc8
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Fri Feb 3 14:07:41 2006 +0000
- fix --no-stats in a few cases (there are more remaining)
- commit 502d218081d1f65a491fae4812f5fd0901761173
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Feb 3 09:54:22 2006 +0000
- Run update-po due to the new upnp files.
- commit d57aae64849ddbcd9e270c01be52471f5b0ee72b
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Feb 3 00:13:11 2006 +0000
- Seems that the widget return the path in local encoding
- commit 8e1ac66f5971027a68da34f6d9f5ae4e6e0d6abd
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Feb 2 23:54:03 2006 +0000
- fix download (it didn't download the last (file size)%(1<<10) bytes)
- commit e47b26fc60e746e9b8174470a8b8e2d8324cc1e0
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Feb 2 23:35:12 2006 +0000
- update Doxyfile using "doxygen -u"
- commit 17a5a89153fc77c994157bc4e6e691dc517ae02f
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Feb 2 23:31:42 2006 +0000
- include/* : fix doxygen comments
- modules/gui/wxwidgets/dialogs/updatevlc.cpp : clean up
- commit 16454068294ce5b940d4bd9847bfd4b2b742e3db
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Feb 2 23:04:59 2006 +0000
- use VLC threads instead of wxWidgets threads.
- (i just had to find the suxor thread exemple in video_output.c :p )
- commit ca3c860f738abe33fa2c0e5632026577409e34a6
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Feb 2 19:00:08 2006 +0000
- lets hope that this fixes the win32 build
- commit a64ab4e020cc49e770c7672be056c89edab91a6a
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Feb 2 18:06:20 2006 +0000
- Fix misplaced include (triggered error on win32 build only ... weird)
- commit ae24045046a70725ef3eeedecfcea4296bd972eb
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Feb 2 17:44:07 2006 +0000
- remove old uneeded #include
- commit bcf427725c9ac014faf5a637feb01bd4c38a4f21
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Feb 2 17:29:06 2006 +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.
- commit 67d1feb22b415343372c5ab100b9fd17aaf0c8dc
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Feb 2 16:36:48 2006 +0000
- Make sure that the progress bar dialog exists before updating its status.
- commit 355e0a3776c72500f16f9d6cccc28682c812969b
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Feb 2 11:59:15 2006 +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.
- commit 18f8461307c499afe662c52a990792b399d93d1e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Feb 2 10:59:17 2006 +0000
- Add libupnp-based UPnP discovery from Christian Henz
- with proper configure checks
- commit 9efe16d148eea658c7d966d06d4bc18f278d9cd8
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Feb 2 03:22:52 2006 +0000
- * Forgot to add the path seperator. truly fixes the bug. refs #463
- commit 192a7de8d24f67428f2b642bfe572b4a8d88d45d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Feb 2 02:44:31 2006 +0000
- * Fix the dvdread library linking in the libdvdnav dylib by hand. fixes #515
- commit fed15a8567eb171ddd273f7bac2eba5842862cf4
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Feb 1 20:51:18 2006 +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
- commit bd6802930c7f514f286febb05ce26a91630e2c27
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Feb 1 20:24:23 2006 +0000
- Fixed a memleak
- commit baed4c1bfdef32994af18a664b03fea7d1cc6401
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 20:04:09 2006 +0000
- Don't use weird MAC charset
- commit 9ae1a7238298a80e3e5019819b8b37a19df1872d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 19:52:29 2006 +0000
- One more
- commit 6b020db0dde93134aa43ae89ca5e9eadea8d2a37
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 19:49:08 2006 +0000
- svn:ignore built doc
- commit 41172d9d32144115858f4a833afb04dfd326d306
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 19:47:14 2006 +0000
- Same as previous commit
- commit 46d85f82b72e59f08ec3c636f2ba863b56037f46
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 19:44:56 2006 +0000
- Uniformize developer doc encoding
- commit f99f42e6f75e98e1bbc64ac455d6d9d5ac991b98
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 19:40:01 2006 +0000
- Additionnal conversions
- commit 72c90b247e0f2a547bdb226bd85967e66b38318d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 19:32:40 2006 +0000
- French -> English
- commit ac8b1efa0c3d0d52b7c29fee1ab2a7eb1c3fe8e0
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 19:21:41 2006 +0000
- svn:ignore built skins
- commit 473fef1b4da5a1592a692193ecfde77b8dcec3dc
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 19:20:17 2006 +0000
- More UTF8ication
- commit 41db05f3a77411f9b1f0a858567b2db86076353e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Feb 1 18:13:49 2006 +0000
- * Enable OpenGL without Acceleration on Mac OSX. (Fallback option)
- commit 088dd2ed76946778a00abcc91342a6fcf7f270fe
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 18:08:49 2006 +0000
- That one wasn't even Latin-1
- commit adc858d87a4a45299f8d5ccfce2fe94466c6db59
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 18:06:48 2006 +0000
- Uniformize source files encoding
- commit 13f7615fb26468292a6f1ae0b79f04797d1918b5
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 18:02:40 2006 +0000
- Translate french comment
- commit 6136f4c03b9bc2900ae889e3871de587acfa28dc
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 18:01:03 2006 +0000
- Encode non-ASCII characters outside comments
- commit 39cc374994d273940fb05d881594cb19a7df769f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 17:44:04 2006 +0000
- Fix warnings
- commit 4733a541022bb566dec486de6939c80339d20f12
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 17:41:29 2006 +0000
- Fix a bunch of warnings involving mix between uint32_t and long
- commit 78efcb295baec8001d65a56d9cc675d742e48558
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Feb 1 16:52:42 2006 +0000
- * Fix the fourcc of OpenGL on Mac Intel. We should check why it's set wrong on PPC.
- * Revert the Quartz disabling.
- commit e97a64efe8e7e8f34c488126055191b996ab15ba
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Feb 1 16:27:57 2006 +0000
- * modules/demux/mp4: more explicit error messages for DRMS failures.
- commit a3cb9de3fd340cb390405816904c6e7cf06ff522
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 15:40:53 2006 +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.
- commit 9f30598bf080dfa7ad315db844b4a00d4d56b4dd
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 15:28:42 2006 +0000
- Simpler use of HAVE_ASSERT
- commit 547ace84a64f7c08cea28e2d95ace021dcc96818
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 15:27:59 2006 +0000
- Define NDEBUG when --enable-debug is not specified
- commit 04a605b1119a3e21c784e757f6c51113cc0fcf56
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Feb 1 14:57:12 2006 +0000
- * Makefile.am: on Unix, use makensis -DVERSION; on Win32, use /DVERSION.
- commit 125a27bb77892ec016fce319a63880f1544da784
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Feb 1 14:39:05 2006 +0000
- Test for assert() in configure.
- commit 7b93bebca5e874523e286558cb945cad41136a01
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 13:28:59 2006 +0000
- Fixed some warnings
- commit e0ec6a3094c053ed59f06a415a28d483d0a1966b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Feb 1 13:10:55 2006 +0000
- Remove unused variable
- commit b76d7cf6283749d91448cb2b175f7cd9889fbe02
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Feb 1 13:01:06 2006 +0000
- * Got rid of SYS_DARWIN everywhere.
- commit c4fef7e0c05f6e406186630b1b3566e951b805ce
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Feb 1 12:44:16 2006 +0000
- * Replaced "SYS_DARWIN" with either __APPLE__ (meaning OS X) or __ppc__ and
- __ppc64__ (meaning PowerPC).
- commit 7fc2d7308d17b202d6a1212438bcd19985f5f92e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Feb 1 12:22:52 2006 +0000
- * extras/contrib/src/Makefile: oh what the hell, replaced --disable-codec
- with --disable-decoder.
- commit 128323b2e91b59c8819f6b0cebd1904a06e27bb7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Feb 1 12:16:42 2006 +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.
- commit e52713ada49db2936e41bca02a54232c869a1361
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Feb 1 12:06:56 2006 +0000
- * extras/contrib/src/Patches/tremor.patch: fixed braindead n within string.
- commit 5ca1334f48399d67392b5f00e130bcb32a3bb5e2
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Feb 1 11:45:18 2006 +0000
- * extras/contrib/src/Makefile: --disable-codec no longer exists.
- commit d766835baa6ebb8f459a8df47443c4b05d91a7f5
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Feb 1 11:20:52 2006 +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.
- commit 60626f42de0ac670eaa30ec64dff0cd1da7f6863
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Feb 1 09:57:37 2006 +0000
- * modules/demux/mp4: added more comments and debug information to the DRMS
- code.
- commit 2b1bac2b1d3176d21119765dd003e0bc966ae521
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Feb 1 03:36:40 2006 +0000
- * A few Mac OS X intf fixes. To be honest. we should rewrite the thing from scratch. it's a mess...
- commit f9ff9beb462c6f01f7ede573175a4646c5f3c759
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jan 31 22:17:30 2006 +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.
- commit 9be9264f0018feb13686aa8f153f427673bf9879
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jan 31 20:38:35 2006 +0000
- add missing images
- commit b6f3013b3b9d89bf9d4f4f77eaa337552e784404
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jan 31 20:27:25 2006 +0000
- * SYS_DARWIN -> __ppc__ || __ppc64__
- commit 2f503efb30012f749a443ca3c12f5ea1e7618426
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jan 31 20:00:49 2006 +0000
- * Changed the defined( SYS_DARWIN ) of the --altivec option to a __ppc__ || __ppc64__ check
- commit 978d39b3442d34db2be88322500274a0f50cccd5
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jan 31 19:50:50 2006 +0000
- misc IE and windows fixes or workarounds.
- commit d22fd0ce0d17759bedae47b711815eef794d04dc
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jan 31 16:39:10 2006 +0000
- default show full sout interface
- commit 39c2649368b5e1e6d92d04f8634d8302d87f06b7
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Tue Jan 31 16:27:50 2006 +0000
- fixed the smallest and most elusive leak yet
- commit ecf356c5df436070a048be6538ab2c0bb3a24e6c
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Tue Jan 31 15:18:45 2006 +0000
- vlm.c: fixed minor memleak
- commit 66f6a9141d4634a5f6e0ad5cae5be48a95842a58
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Tue Jan 31 15:11:08 2006 +0000
- logger.c: put in header prefix for syslog output (still missing for text
- and html)
- commit 68f2cd16352dfed249090bb62fee5ddceb5ad0d7
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Jan 31 10:48:47 2006 +0000
- Generate correct originating address in SAP header
- in case of IPv4 advertisement on a IPv6-enabled OS
- commit 0950551c3ff5af5e8476f5dfec8f5da9c2695c93
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Jan 30 22:02:47 2006 +0000
- Fix error handling in (From|To)Locale
- commit 9a1afdac05291bf7adb8986c0c66fa45533e2654
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jan 30 21:47:38 2006 +0000
- fix nasm url
- commit e8d093252fab9ebff4f8852f053597c21e0a73ee
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jan 30 18:14:05 2006 +0000
- * Get a NASM cvs snapshot from the VLC download servers, because their server regurly times out, which is annoying.
- commit 95d21d3b7b2fdb3f3e81b1cacca779941bdc734a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Jan 30 17:44:38 2006 +0000
- Remove .vlt with mostlyclean
- commit 4657587f6c71ff4fc10d4591f69de43930b9b2e5
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Jan 30 17:39:42 2006 +0000
- Add missing file
- commit 06f95c65dab8c22ee34e1f9825aaf24123b5f8d2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Jan 30 17:38:27 2006 +0000
- Hopefully fixes .vlt build
- commit 56d92ad2d9fcd6fdeb48de35bef77b28891d7529
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jan 30 17:33:05 2006 +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 (*)
- commit ca1768deff852437fb1c52d43c38cde44a3b2132
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Jan 30 16:59:29 2006 +0000
- Don't distribute generated files - fixes build
- commit 50d136d8634534362ce85002da23dc1be293f33d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jan 30 16:07:35 2006 +0000
- * Fix the mactel contrib of x264
- commit d4538ec5d4993cae5c05d26ae8d614c84a54d67f
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Mon Jan 30 12:20:37 2006 +0000
- vlm.c: changed quite a few free() into vlm_MessageDelete, fixing small memleaks here and there
- commit 444653a97c20a33353e2d09a911b85f0af97e78d
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Mon Jan 30 11:13:11 2006 +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
- commit 91bcf3d39c273d339fb0a3c16c2e4b3b61f277f5
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 29 22:58:42 2006 +0000
- Should fix skins stuff build
- commit 6ff05234641b5737d09167eeec4f5ab4a17a0f95
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 29 22:47:31 2006 +0000
- Should fix CDDA build
- commit 9653b36c698eec72681393d37af8570aaf55c684
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Jan 29 22:11:04 2006 +0000
- * Open the .sub file of the vobsubs, with the ToLocale version of the path. Should fix issues where the path of the vobsubs contains non-ascii chars. The .sub could then not be opened in some cases since it would try to open with the UTF-8 path. (We should check VLC modules for other cases of this annoying problem)
- commit b25680f8321b5b40d3b20c7757d0d9e839f6cafc
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 29 21:45:13 2006 +0000
- Use uncompressed VLT in svn instead of compressed and compress on build
- commit 1e9a47f315a78b1a3edfca0aa0872808b822652e
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 29 19:13:35 2006 +0000
- Test some things
- commit 4dfa4e633628c251fbd981f0443760fc2edb5477
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 29 19:04:07 2006 +0000
- Fix a crasher in exception handling
- Add some playlist functions
- commit 2458a977ecf22a95a75153471ff0733d922d90d2
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Jan 29 17:33:55 2006 +0000
- infopanels: Redimension the text area. implement modifiable
- iteminfo: Use infopanel.
- commit 0638177349c21821748e4d329f509f7bf266f41d
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 29 17:00:31 2006 +0000
- Skeleton for testing libvlc
- commit 4348289aa68aa69466b012d1454a419a35160223
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 29 16:44:04 2006 +0000
- main, functions.js, slider_*.png : add position slider
- status.xml : add "seek" command
- vlm, refresh.png : add refresh buttons (page doesn't autorefresh)
- commit f201f3c5c7eafcf1eb6221c99a4f0cb15ea4b874
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Jan 29 15:25:07 2006 +0000
- * FORTUNE !!!! :D
- commit 9199f356387121c2b0c0ac6eba8346a635bcff42
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 29 14:26:57 2006 +0000
- src/misc/vlm.c : export the current playlist item's index for each instance
- share/http/* : display instances for vlm media elements
- some layout changes (inputs and outputs)
- commit bb9aa7c22d433c5739a749589397161f9b102214
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 29 14:19:37 2006 +0000
- Prompt for password again after displaying "Wrong password."
- commit 7b52fc6ca75b7e747972e752e785829b19a3c07d
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 29 11:38:15 2006 +0000
- Fix warnings
- commit ec98101502505c1fefbf82416a0e9e54e0519351
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 29 11:01:37 2006 +0000
- add boolean option "snapshot-preview" to enable/disable the snapshot's
- preview display in the top left corner of the screen.
- commit 5345654a749df2db2663f72be5dd3668e2c715bd
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Jan 29 10:36:46 2006 +0000
- Remove debug messages
- commit 79a527b1e4e6cd18328ac4b8e51f56282aa11851
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Jan 29 10:35:30 2006 +0000
- Remove erroneous debug message
- commit 5836161cd9ad386d77475cf45e139643ba8a0119
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Jan 29 09:11:11 2006 +0000
- use vlc-https instead of vlc-http when using TLS
- commit bb30cfeda43bac87ef683edb77e5f93d4c2b8024
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Jan 29 09:03:15 2006 +0000
- Fix output stream leak in case of Avahi error
- commit fcce68aff1b6360e94e87a6197b1b7f6e1813cc4
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Jan 29 09:00:31 2006 +0000
- Clean up
- commit 2e479fbfdf9c5659b9524f4404ae572d037b798c
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 29 00:11:22 2006 +0000
- modules/control/http/mvar.c : explore vlm_message_t trees all the way
- (instead of stoping after a depth of 2)
- src/misc/vlm.c : minor instance information reporting change
- commit 3acd855bb5c7d6283c1f445fda71ad7e45962001
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Jan 28 23:51:57 2006 +0000
- confihure.ac: don't overwrite user options even if we have contrib
- commit d3cb1428d24102d185e4a0a3c8d6c6cd86ae66d4
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 28 22:31:23 2006 +0000
- Don't check syslog value if we don't have syslog.h
- commit 8b3a70713a48c8e31698ff0c0c8616e668a9f0e2
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Sat Jan 28 22:05:18 2006 +0000
- ffmpeg-cvs-wince.patch: removed duplicate patches/updated to ffmpeg latest version
- commit 21d757c032bad599afc6852a424418341fb8e933
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Sat Jan 28 20:42:36 2006 +0000
- cdda.c: don't forget to include <errno.h> when using errno
- commit 046ce90b65169a9fa336545f32890550a2f3b405
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 28 18:53:58 2006 +0000
- Get stats on block inputs (Refs:#473)
- commit fd76c276a01f725ed203a71101da517657f30685
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 28 18:49:32 2006 +0000
- Link cdda with iconv on osx
- commit 4141318966fb9b60da18202673327e9f701a8c27
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Jan 28 18:44:54 2006 +0000
- misc/vlm.c : export some p_input variables (state, position, time, length, rate, title, chapter and seekable) when using the vlm "show (media)" command.
- commit 5ec1e69545560620291c36b80775e1bc63e01179
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Jan 28 18:43:13 2006 +0000
- win32 rules: make it more dirty to be able to produce debug package
- commit b03c31e488d275c94853a70417a0ac31fc0377af
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 28 18:11:12 2006 +0000
- Add CDDB support to CDDA module (Refs:#459)
- commit 501990a78de027e888df1a17157dcd57b0e62426
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Jan 28 16:10:26 2006 +0000
- add warning about javascript support being needed if the browser doesn't
- support javascript.
- commit 55703351c00f048892714bf74d2fd390df75ee77
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Jan 28 16:05:50 2006 +0000
- make sure that local variables are local variables.
- commit 2a4ba1cc931ebef37ee4677e5215a8c804da8242
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sat Jan 28 14:41:33 2006 +0000
- freetype.c: don't render empty subtitles.
- Some files uses an empty (only holding a space) subtitle to mark the end of
- the previous subtitle. These caused a little gray box to appear with
- --freetype-effect 3 before this change
- commit 9565131ce8ca70611411ef9d059b8f86f77a49b0
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 28 14:25:56 2006 +0000
- Fix refcount problem
- commit 3875235f892d3ad910b4f5d03e8a02e4e47b78ce
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sat Jan 28 13:30:33 2006 +0000
- interaction.c: Don't crash in certain condition
- commit 846f0edbe63119e4b5428baafd6739ec1d2664eb
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sat Jan 28 11:49:22 2006 +0000
- telnet.c: a few more minor (potensial) memleaks
- commit 8dc4f35af4a1b633fa8d23a100f9ed5d288a276d
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 28 11:38:49 2006 +0000
- Fixes for prehistoric build system
- commit 1ce36146f2e68fe607bf502e8997b3d60a77db55
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sat Jan 28 11:36:30 2006 +0000
- telnet.c: fix a very minor memleak in Open
- commit 8c3d897fb3bbfefc1236e0f8a3b06d2da3482a24
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sat Jan 28 11:32:05 2006 +0000
- vlm.c: Add some asyncronity to schedule execution.
- Should fix issues when schedules add or delete new schedules. Closes:#510
- Also fixes a minor memleak in schedule creation/deletion
- commit 5704a71b406301fa0c6719c851b971e9592d4c97
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 28 11:18:39 2006 +0000
- Move old HTTP interface to http/old so it can be used by ppl without JS. Todo: use <noscript> :)
- commit 30dd9701546f5b251074691b19886e91415ec1f9
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 28 10:58:48 2006 +0000
- Improve doc
- commit 226344134ee28d50d5e29d19f5b7ffe4b4df40fd
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 28 10:56:47 2006 +0000
- RRD output (Refs:#473)
- This is a quick hack, which should in the end be merged in a way to expose stats
- commit 1ab90751c095b208a87e37d4d0fdbd765f0f4923
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 28 10:45:13 2006 +0000
- Compute global input/output stats (Refs:#473)
- commit 8eaff121f7ee80865bac23ba0f23065ee4264796
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Jan 27 20:35:42 2006 +0000
- Don't print debug messages and don't do interaction on preparsing
- commit f3112de7dcd678e5d2998460f68101f0cb2fb275
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Jan 27 18:28:45 2006 +0000
- * Improve timers (Refs:#473)
- * AccessOutWrite can be called with input already detached (Closes:#523)
- commit 9c139c978237c2153154fcc79779319a877bee6c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 27 14:19:52 2006 +0000
- * added NASM to the contribs (OS X x86 only) so that we can build x264.
- commit c3699cc1d630e771a7fe1547b75d660a70ec8ac4
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri Jan 27 14:11:55 2006 +0000
- Update copyright dates used in interfaces and binaries (2005 -> 2006)
- commit 8a171c809b57bcccc25936b2e7569715120eef31
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri Jan 27 13:54:47 2006 +0000
- rpn.c : vlm_cmd now adds a "vlm_value" variable
- AUTHORS : add the HTTP interface rewrite
- commit 758190ee3f1e5cf2a176ce47420cc08bfa0918a1
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri Jan 27 13:48:28 2006 +0000
- * : it's now possible to enter a batch of commands or export the VLM
- configuration
- commit 75f733bc03f3b78b2e5399b9b0e31ddce1a13867
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri Jan 27 12:58:05 2006 +0000
- add "export" command. It behaves exactly like "save" except that commands
- are printed in a vlm_message and not in a file.
- commit f02e94838678dd014d23fc0e68643948f046c7e1
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 27 09:48:54 2006 +0000
- * extras/contrib/src/Makefile: removed a nonexistent patch that I did not
- commit.
- commit a12663665122da3ec06ddc292f9783db6de3c373
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 26 23:13:34 2006 +0000
- * Various patches to allow more contribs to build on OS X x86. Only x264
- and goom still do not build. I successfully built a native VLC using
- the current contribs and the following configuration line:
- ./configure --disable-x11 --disable-xvideo --disable-glx --disable-gtk
- --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac
- --with-ffmpeg-zlib --enable-mad --enable-dvbpsi --enable-a52
- --disable-dvdplay --enable-dvdnav --enable-faad --enable-vorbis
- --enable-ogg --enable-theora --enable-faac --enable-mkv
- --enable-freetype --disable-cddax --disable-vcdx --enable-speex
- --enable-flac --disable-goom --enable-livedotcom --enable-caca
- --disable-skins2 --disable-wxwidgets --enable-modplug --enable-daap
- --enable-x264 --enable-shout --enable-twolame --enable-debug
- Apparently the native video output does not work yet, but sound and codecs
- seem rather OK.
- commit cfb7dfac6b08f62c84341f5525b88c317b2d8238
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 26 20:33:25 2006 +0000
- * extras/contrib/bootstrap: support i686-apple-darwin8.
- commit 7fa8d3040404dbe32a9b4a04592005aa9803f384
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 26 20:27:37 2006 +0000
- * modules/visualization/visual/visual.c: SECT_TEXT is a reserved Mach-O
- name, renamed it into SSECT_TEXT (for "spectral section").
- commit bbc11c1c819387e63d7370dc2d7f1a151253291e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 26 20:22:00 2006 +0000
- * configure.ac: vec_ld() is not sufficient to check for AltiVec support on
- OS X x86, because it's just an undefined function; so we use the keyword
- "vector" to make sure.
- commit ad54c6e1630f93f8cce323beaec36d41470eed98
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 26 20:08:33 2006 +0000
- * src/misc/cpu.c: do not assume SYS_DARWIN means powerpc, so that we can
- properly detect CPU features on a MacIntel.
- commit d7686e18c875fd7be8f1353e2533eb6993ab9569
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 26 19:51:06 2006 +0000
- * modules/video_chroma/*: use .p2align instead of .align for data alignment,
- because .align's behaviour changes across platforms: on Linux x86 ELF its
- argument is a byte count, on OS X x86 Mach-O it's a log2.
- commit c24df160e674a21b580ca2e23f44e7f9428729c8
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Jan 26 17:29:07 2006 +0000
- Fix UDP broadcast
- commit 000921036147272d647567e11ce54727a752711e
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Jan 26 17:14:09 2006 +0000
- modules/demux/ts.c: Fixed a very very minor memleak
- commit ccd07a21190032d238263ce3b2a6397332e296d1
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Jan 26 17:05:57 2006 +0000
- access_output/udp.c: Fixed an old memleak.
- This leak is triggered each time the udp access out is started, so it
- could be the cause of some of these "slow memleak with udp streaming"
- reports we have had, if these users where streaming a file in repeat
- commit 7c3ae92d1f7b3ac89ecbb31d694510b6773933d4
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Jan 26 16:51:47 2006 +0000
- src/misc/messages.c: Fixed a nasty memleak recently introduced
- vlc_input.h: Fixed a not so nasty memleak recently introduced
- Thank you very much zorglub
- commit 8a2490d288c4c1e65d018ae9e0eaf7962b06bb7e
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Jan 24 23:06:43 2006 +0000
- configure.ac: Use AC_PATH_XTRA.
- Still got to find a cleaner way to determine if we have Xv.so or Xv_pic, ...
- commit a3d50543b6ad1a56e2c2c94ecf46f9f61c9faac5
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Jan 24 23:02:35 2006 +0000
- configure.ac: No X11 on win32
- commit c8f73cd605ac12d98f39edb6b0fe65ddc43dc5dc
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Tue Jan 24 22:42:16 2006 +0000
- Add a timing facility (Refs:#473)
- It is only available in debug mode.
- To use: stats_TimerStart( vlc_object_t* , char *name );
- stats_TimerStop( vlc_object_t *, char *name );
- stats_TimerDump( vlc_object_t* , char *name ) will print a line
- TIMER name : last_time - total_time / number of samples (average time)
- stats_TimersDumpAll is not implemented yet
- commit 822000a1057ddfcf707ae4305aac08c1acd00f1e
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jan 24 22:25:15 2006 +0000
- use wxTR_HAS_VARIABLE_ROW_HEIGHT in the meta data tree (usefull is a line is
- full of n)
- commit cf6397c80218c03632c80bcc7e55b130de40ab61
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 24 12:09:06 2006 +0000
- * bindings/java/Makefile.am: use JAVACXXFLAGS and JAVALDFLAGS instead of
- the reserved words CXXFLAGS and LDFLAGS.
- * configure.ac: remove spaces inside parentheses that confuse automake.
- * Makefile.am: do not use both = and += inside conditionals.
- commit 5eda77736aef4af31f8870df4d3d4a7d05ba2a74
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Jan 24 09:53:53 2006 +0000
- Don't put contextual menu on the recycle bin. Thanks to Razer in the forum (closes #511)
- commit 3de570c2f2758aa55e93895c3ead8785a88aa11f
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jan 24 05:52:40 2006 +0000
- * Fake the PCR/SCR on MPEG PES streams (VDR for instance).
- Don't worry, it's if()'ed such that it's almost impossible for a normal PS file to trigger the hack.
- It worked for all my VDR PES files and was never triggered for my entire PS collection.
- commit a838001a28815da989f1d92b434372c9b7041ad2
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Jan 23 21:21:19 2006 +0000
- Gather some sout stats (Refs:#473)
- commit 7b053f546234723727926d9ed2de699480530136
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jan 23 21:10:49 2006 +0000
- * Don't crash if the hdlr in a mov has no name.
- * spelling correction and debug for out of bound child boxes.
- commit 1bccb7df0b792afdb9107d5da8d10a174d45778c
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Jan 23 19:09:22 2006 +0000
- Add global options for netsync and showintf and hide them from interface (Closes:#508)
- commit 3814df3b05159f91a38b1ed240fb623efaa2c917
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Jan 23 15:35:02 2006 +0000
- http.c: add an option to disable bonjour (closes #509).
- Please review and improve the option text and longtext strings.
- commit 3d24634c3622bcb54d086eefc5d21c8b107774d9
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon Jan 23 12:00:00 2006 +0000
- plugin.cpp, oleobject.cpp: fix for ShowDisplay/Visible on activation
- vlccontrol.cpp: fixed small mem leak
- commit 22f28306ffb55383c6e6482040815064e091ee03
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jan 23 01:04:16 2006 +0000
- oops, last commit wasn't meant to happen
- commit 22765a22a3231b0cacb232affd69095b0a78dc7c
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jan 23 01:02:54 2006 +0000
- fix subtitles position (aspect ratio)
- the subtitle was displayed fine but since aspect ratios didn't match it
- wasn't positioned correctly on the vout. ie:
- --------------
- | |
- | |
- | subtit|
- | |
- -------------- ( http://people.videolan.org/~dionoea/vlcsubs.png )
- now it's displayed in the center but the letters are scaled horrizontaly
- (which doesn't look too good ... but at least everything is displayed)
- ( http://people.videolan.org/~dionoea/vlcsubs2.png )
- commit dbd9cdc23e9a95f03fe5668f68b601a941136810
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jan 23 00:34:33 2006 +0000
- * Fix the opacity and color settings for the YUVA renderer.
- PS: It seems the YUVA blend has an UV subsample bug which can cause unwanted offsets of 1
- commit 15f7f7c14458f55ccd4c25cfdd4b038bdb407e03
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jan 23 00:23:14 2006 +0000
- dialogs/vlm, js/vlm.js : add schedule support
- * : some code cleanup.
- commit 02616d295e86d863a568396619440c48affbe447
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Jan 22 22:54:57 2006 +0000
- * Pass along the SSA header in mkv files to the decoder.
- commit b57e178073ff5867b3393646ef7d1ffb3ca93a80
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 22 22:52:20 2006 +0000
- If one schedule was disabled, all the folowing schedules weren't shown.
- Could someone explain why this return was put here in the first place ?
- commit 252747dbe34f27bbecc82b75e39871d4942dcace
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Jan 22 22:49:01 2006 +0000
- freetype.c: Revived and revamped old yuva renderer
- Highlights:
- Three rendering modes: Outline, Fat outline and background
- Better looking
- Drawbacks:
- White only at the moment
- no yuva blend filter for some chromas
- the old renderer is available with the --freetype-yuvp option, since this is
- needed at least for dvbsubs encoding. (and for people with no usable blend
- filter)
- commit 67215fdc156f984cf828d620c81807c88da4719f
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Jan 22 22:27:29 2006 +0000
- * Stupid subtitles with their lack of proper specifications and implementations.....
- commit a20eb781bcc4c4b060c64e9589344996b1fe1223
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Jan 22 22:20:19 2006 +0000
- * The vobsub param is Delay, not delay.
- commit 869a316dc5c746439a35d3aed909be8817d9ee7e
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Jan 22 18:13:59 2006 +0000
- Fix the win* package rules for the http intf.
- commit 707ef5ec3a406b42803cb63cab1ad26955419d32
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Jan 22 18:10:53 2006 +0000
- missing in [13991].
- commit a1e597bf0072e2466e137277ec9ff0562c8d0a8e
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 22 17:12:24 2006 +0000
- * Make ParseOption (from input) a global service (var_OptionParse)
- * Add i_options/pp_options to intf_Create
- * add global options to enable file-logging and syslog (Refs:#508)
- commit 71016b4ee50599cbea456362d264e59a589f324c
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 22 17:10:57 2006 +0000
- Add a psz_help field to module_t (Refs:#413)
- commit 146030c56573ccf78d8e7f1ed39ce3455362fe31
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 22 16:45:40 2006 +0000
- add "oc" to the language list
- commit 2efc4e7d3d55bbd84bbe1175b34046d2a51cbeb4
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 22 16:44:54 2006 +0000
- same thing for wince
- commit 44ab7b524359f1e495af8b8ffdb14071baf4fb8d
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 22 16:42:55 2006 +0000
- this should fix the win build. This build system is plain stupid. Why do we
- have references to the same stuff in http/Makefile.am and Makefile.am ?
- commit f0a2b19bab620d7ca75888dcd6887725309034af
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 22 16:35:59 2006 +0000
- Less HTTPd debugging
- commit b3bc212e437540c96c01ef6ee0fadfb41f6a2fff
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Jan 22 16:18:39 2006 +0000
- .hosts: Provide a template .hosts.
- dialogs/.hosts: Explanation about the empty file.
- commit 3c248c2d56bf28a89614459bb0ec558e0816bfd2
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 22 16:18:38 2006 +0000
- fix cut & paste error (bis).
- commit 514a1af2b76c34a130cbc8e8d2bdde5bcf4f73b3
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 22 16:18:02 2006 +0000
- fix cut & paste error.
- commit f6220ffd0fe9ed7e2cc68c4b58714d268ab8013b
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 22 16:01:30 2006 +0000
- Fix build of vcdx module
- commit 3bef3e14d7e5a89215ce6c5b76d4f5623577876a
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 22 15:59:52 2006 +0000
- all: handle VLM broadcast and vod elements.
- todo: - seeking on broadcast elements
- - schedules
- - file(or textbox) load / save. might need some changes to the VLM
- core in order to export commands to a string (and not to a file)
- commit 321781356e8669d0deb5147af093d90e5075429e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Jan 22 12:52:13 2006 +0000
- * debian/*: new Debian upload.
- commit e5a3761ff678c86068317dd71140203332309dee
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 22 11:25:48 2006 +0000
- oops, i forgot to commit this
- commit 2594aeded36c41dec6e68f4ee2f97fe4a273b8fe
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Jan 22 11:12:33 2006 +0000
- * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD.
- commit bbdf587c890173957b7c3ce485e9f1644ca5eb6e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Jan 22 10:48:06 2006 +0000
- * debian/vlc.mime: put flags after the command, as per mailcap(5).
- commit 526b77611744cfd6739501b96d96c07914f44185
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 22 01:38:28 2006 +0000
- begining of a VLM interface and some code organisations changes. The vlm
- interface should be done pretty soon (i'll try to finish it tomorrow)
- vlm.html : vlm web interface. What works: sending broadcast and vod creation
- commands
- js/vlm.js : add code to handle sending vlm commands.
- requests/vlm_cmd.xml : used to send a vlm command and get the resulting
- error message
- requests/vlm.xml : export the full vlm media/schedules "tree". I still need
- to parse that in js/vlm.js in order to display it in
- dialogs/vlm .
- dialogs/* : dialogs' code which is used as building blocks for the
- main pages. (in order to avoid code duplication)
- mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help
- page. nothing works and it's almost empty but i didn't feel like
- sorting through the commited files.
- commit a1046c59fef11f6a35fd486b26826cea29b2fee2
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 22 00:11:00 2006 +0000
- remove dirty debug messages.
- commit d7460d44ed30ba495fd96c2f43d285548dd0bd85
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jan 22 00:09:06 2006 +0000
- new "vlm_cmd" (or "vlm_command") rpn function.
- Since vlm commands are often full of spaces, you need to use the ";"
- command delimiter to mark the end of a command.
- For example : <vlc id="rpn" param1="; broadcast name new vlm_cmd" />
- commit 9bb495cbc2920cdaa6ba2976acc0af34693bd20c
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jan 21 23:33:56 2006 +0000
- * Compile fix
- commit 97034b01b0511b9083bc501b42f3bfcb676f5041
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jan 21 23:05:00 2006 +0000
- * Some cleanup to the QT decoder. Still doesn't function.
- commit dca021c1a5fff1ee25b940ad7b08789a5dbd3086
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Jan 21 22:05:31 2006 +0000
- this looks better (thanks to Dnumgis for noticing)
- commit 07b5873d89c2b2166ea4c60429e03e5660ec6d5e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jan 21 21:29:07 2006 +0000
- * workaround for device drivers that do not support "kAudioDevicePropertyPreferredChannelLayout".
- Grmbl @ Digidesign coders...
- commit b05d7cdfae5c9bd0f274a3c97287794161ea8b07
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Jan 21 20:46:09 2006 +0000
- looks nicer this way
- commit c12ab4a4f2643ee2975a63b9a0bdb849edc6630e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jan 21 20:38:05 2006 +0000
- * One more fix for vobsubs with negative times
- commit 54722ef3084821aa70b74a363fb0483e573ea166
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Jan 21 20:30:57 2006 +0000
- Fortune !
- commit d83a30d658de3f74d72acddfb7aa42989cf19780
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 21 17:59:14 2006 +0000
- Add an "auto-preparse" option (default TRUE) - Refs:#192
- commit f9c3744e70f3c35363517310ca5e65d48ca55743
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Jan 21 17:55:45 2006 +0000
- Ugly bug-to-bug fix for wxWidgets drag'n'drop (closes #507)
- commit 5f438ca0c80308e39c52cd626c0aab42c8a5303e
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 21 17:54:02 2006 +0000
- Don't bother creating an input thread for non-file
- commit b44518a81d6d2ec8d5d6e52450ae204e620bbd9f
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 21 17:50:55 2006 +0000
- Don't preparse if we are about to play - Refs:#192
- commit 3083fe224f71ff21ecb86fb98983e908ef3d0dad
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 21 17:44:07 2006 +0000
- Preparse items added through the directory access or directly to the interface (Refs:#192)
- commit f93e275d750096623e83019822e43753abe57525
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jan 21 16:49:53 2006 +0000
- * modules/codec/spudec: fixed various (innocuous) buffer overflows and
- paved the way for private SPU commands.
- commit 6fbe51edaa14e1b5bab4f3de5fbfc296f54cacd2
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 21 16:44:36 2006 +0000
- Enqueue the item ID instead of pointer for preparse
- Add a PLAYLIST_PREPARSE flag to tell that the item must be enqueued for preparse on add (not implemented yet).
- Refs:#192
- commit 42ad19a6c98ad6807d023b634dd5a9c0a0b4e003
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 21 16:37:34 2006 +0000
- Don't block item name (Closes:#506)
- commit 5bd61a8060701e1c0c6b70066f0e2f27b117ea43
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 21 14:14:36 2006 +0000
- Audio - Refs:#473
- commit e328a29da456766a9a06b8de55177df0857c0400
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 21 13:49:42 2006 +0000
- Get rid of warning
- commit 869d0526e75f45969d918f0444da4debedf058a7
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Jan 20 23:37:23 2006 +0000
- Install.win32: Add path for pkg-config
- commit bb162a43ebf5edd437b854ed437c5cf0e131a2cd
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Jan 20 18:50:48 2006 +0000
- Fix X includes detection.
- commit 5565716b9cf59cf2b6c9bc5250954361ca784465
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Fri Jan 20 11:59:13 2006 +0000
- svg.c: use conditional includes for system includes (unistd.h, stat.h, types.h)
- commit 960adb272052a0c712c58b0be7200764d9196fee
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Fri Jan 20 00:31:44 2006 +0000
- all: updated mozilla MacOS X bundle, Safari can 'see' it now (didn't run it though)
- commit 245c5c4865f377aca855109663447a829719f983
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jan 19 16:10:14 2006 +0000
- * auhal.c: Another workaround for devices not supporting hogmode
- commit a1379c76e47baf2e789cef28f8e1fbedf3d52c14
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Jan 19 12:47:08 2006 +0000
- linux_dvb.c: output "Tuning failed" in dvb status page rather than nothing when we have no lock
- commit 12bcc291e6d9108fa79c4ffcd288e671b7f0bb88
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Jan 19 09:01:34 2006 +0000
- Oops. I shall read the diff before commiting
- commit c344a3db15df629f5a0d05a1befeb05c247e5d9a
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Jan 19 00:01:17 2006 +0000
- configure.ac: Try harder to find the X headers and libs.
- commit cb1196f959279a6de33a386e8006aaa24ec617ac
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Jan 18 12:08:03 2006 +0000
- Copyright dates and svn properties
- commit bd38fa96cbcf7e47978d70a38f9b336a3399376d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jan 18 01:39:30 2006 +0000
- * auhal.c: Some drivers don't support hogmode. Don't fail entirely if this is the case.
- commit e6b0ebb9d0e36713aa03f7a4be7f6f72d803dde4
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Tue Jan 17 15:38:42 2006 +0000
- README.TXT: updated documentation
- commit b0d6dcc5a4a0cbeecc954863783c8f9fbb56e2d4
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Tue Jan 17 11:58:26 2006 +0000
- mediacontrol_internal.h: oops. Superfluous typedef (defined in vlc/mediacontrol.h)
- commit 8f1a5b3d5bb05308237086c9a1391cf2e5f0511f
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Tue Jan 17 10:26:59 2006 +0000
- mediacontrol API: proper fix for mediacontrol_Instance forward declaration
- commit 8e2fd68368f7e5ccdf448ab9968b1d51d362eca0
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Tue Jan 17 10:19:03 2006 +0000
- dshow.cpp: Removed default preferred media types (I420) as it was reported by Paul Sokolovsky to cause kernel crashes
- with some buggy drivers. I added these media types a while back to get around another bug for drivers that
- didn't offer any preferred media types.
- Hopefully, the latter bug should be indirectly fixed when I added support for IAMStreamConfig.
- Moreover, I modified the selection of a default format in IAMStreamConfig to take
- GetFourCCPriority into a account.
- commit baf1fd79bc8d904b7b4ccb7567773074e6608c7c
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jan 16 21:32:56 2006 +0000
- Whitespace cleanup
- commit 704d0d9b655f08737d5445a10f3328238038826a
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jan 16 20:22:40 2006 +0000
- * Real RTSP sometimes uses pnm://
- commit 655a0f8b5ff1be54926a79cb349a21e7077e65d3
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon Jan 16 19:44:18 2006 +0000
- Makefile.am: thou shalt test thy changes (self flagellation in progress)
- commit f1dd5a851706f98f493f290f3559db7805b40b8e
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jan 16 19:01:58 2006 +0000
- Codingstyle fixes
- commit 19713fc49d346609932608aa33de3daaa38a01f0
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jan 16 19:01:24 2006 +0000
- Define vlc_curent_object in include/vlc_objects.h
- commit 628ec1a04cbfd3cc65b08f1781b55be4b5bcb8f8
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jan 16 19:00:22 2006 +0000
- Define vlc_curent_object in include/vlc_objects.h
- commit 01473463d690e986116ad83de9f1afd7b3cfcf70
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jan 16 18:58:15 2006 +0000
- Define mediacontrol_Instance in the right place
- commit 8214729866f3d50eaad1e1532ffb504c0b203330
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jan 16 18:50:48 2006 +0000
- Indentation and coding style fixes
- commit 1c112069b57bdd3efe1fcffe28df6e137ac0aa92
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jan 16 18:03:14 2006 +0000
- Define libvlc_exception_raise() in the proper place
- commit 596fae4f05eb53ae7712f42d0f4473d9a542493f
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon Jan 16 18:01:38 2006 +0000
- Makefile.am: should fix compilation (or non-compilation) on all platforms
- commit f008ecb325877f06e7f775b070e5221ae1c64326
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jan 16 17:49:34 2006 +0000
- Compiler warning about a missing return statement in a non-void function.
- commit f368868a20f893d391e14a5e89ac89aa4e1f3860
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jan 16 17:48:33 2006 +0000
- Use brackets to avoid ambiguos else
- commit aa45359c9fc53b2536e65668c69dab2358841653
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jan 16 17:45:11 2006 +0000
- Fix identation
- commit adbbaf3e654ec10b91b886942be4ced72e1c771e
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jan 16 17:44:38 2006 +0000
- return NULL properly in libvlc_playlist_get_input()
- commit dc6ed6d968e40817d973e792fe781f9573be5c93
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jan 16 17:42:57 2006 +0000
- Fix segmentation fault in core and use of non-initialised variable compiler warning.
- commit 58141c3c921232cf5c4895ddf9076339fdcf04e4
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon Jan 16 16:56:40 2006 +0000
- hopefully, this will fix previous commit
- commit d2b09db5d8062264bf1914b8ffb44b0dc80f7f22
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Mon Jan 16 16:35:19 2006 +0000
- all: fixed mozilla plugin compilation for MacOS X
- commit d3ec9953f772b10f7ed8603624a4587bccd460c6
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Jan 16 15:45:07 2006 +0000
- Fix
- commit 5788666f91a17bb339bd7b1fbc52c9768f3cddd1
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jan 16 14:37:46 2006 +0000
- * stupid tabs in Makefiles....
- commit 859a65282c7b605642a7f860dd91008f49b98e1d
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Jan 16 14:37:08 2006 +0000
- Update of the Georgian localization. Thanks to Alexander Didebulidze
- commit 78125e54263e8bbde3eee6520b25b79831a37343
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jan 16 14:33:06 2006 +0000
- * Add a dummy .dvdread entry to trigger the INSTALL_NAME script on OSX.
- commit f22c47d8dd7821fb1bd1be41319104101fbd1780
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jan 16 01:54:55 2006 +0000
- modules/demux/vobsub.c:
- * add support for negative timestamps
- * add support for the delay parameter
- * add support for reading the DVD palette of vobsubs
- * free the used memory when we close the vobsubs
- commit 2b590f6317708ca4bec26b79d5333da34053970f
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 15 22:21:21 2006 +0000
- Fix
- commit 4f86b958a07865f443eef419a6e609f75568492a
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 15 22:10:41 2006 +0000
- Fix some memleaks
- commit 348c8741c3f99e9492f69db912e70599e55e116b
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Jan 15 20:52:30 2006 +0000
- * Fix free of the directory listing of the subtitle scan.
- commit 56ccebfb4666cebc9a440baf9a1540deb9fbc2fc
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 15 20:33:26 2006 +0000
- Free
- commit 1856ddb7cf42f53773c4f86f040de10e5529d357
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 15 20:29:38 2006 +0000
- Add ability to prepend headers to messages (object-specific) and use it for VLM media (Closes:#496)
- To use it, put a string in p_object->psz_header, all messages from this object and its parent will have the header prepended
- commit b9304629a0910b580e3d07c3829fbed5f5353362
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 15 19:04:43 2006 +0000
- Layout stuff
- commit 72e28abd987d976eff14df05cfc07065c719d159
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 15 18:13:34 2006 +0000
- Fix calculation for demux bitrate (Refs:#473)
- commit 31e0a13eb87875f0f121f63f9e92a07e24fecc31
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 15 17:30:45 2006 +0000
- Show stats in interface (Refs:#473)
- commit 56052322ce59b43fbb929b0550bb6aed11ce1a7f
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Sat Jan 14 20:03:43 2006 +0000
- updated patch for latest CVS
- commit 7c78bcd0c7fe8d397fd8ac16993bc149a72c424c
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Jan 14 12:37:19 2006 +0000
- Inversion
- commit 5827c899e99ce566ade8d4b149b7c02a0a75278f
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sat Jan 14 10:57:44 2006 +0000
- Add an option to disable stats (Refs:#473)
- commit e1935dc3b8ba57fa26f7b32221d051443424526d
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Jan 14 09:36:16 2006 +0000
- Revert revision 13903. It is implemented in a different way by checking if the option --dshow-chroma is set. If it is set then the chroma is forced, otherwise it is not. This should solve the regression of previous commit, by letting users specify the chroma type to use. To get the previous default behaviour specify IV420 as preferred chroma type either on the commandline or in the Capture Device advanced tab.
- commit 73a9dbadc3f3fa3537a8543f8e589de98eccf28e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jan 14 00:03:13 2006 +0000
- * Revert the Default charset encoding back to ISO-8859-1
- No longer use the charset of the OS. OS X is UTF-8 for instance, but most subs are simply in Latin-1.
- * In case we did BOM detection with stream_ReadLine, set subsdec-encoding to UTF-8 automatically.
- commit 60c51db90c028630b59d462c61e058e8df0651d4
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Jan 13 23:01:34 2006 +0000
- Fix stats crash
- commit 60a7a1fd2da979424374e964b42f3d42b7effa86
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Jan 13 12:16:06 2006 +0000
- Partial distcheck fix
- commit 2cb472dba008f7d877ffe6bae9c5575253365282
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Jan 12 23:10:04 2006 +0000
- FSF address change.
- commit a5058059abe0fbf691227e9242565939e71f5a0c
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Thu Jan 12 21:21:36 2006 +0000
- Support for moving averages (Refs:#473)
- Get input bitrate
- commit b7e2456f4910e995be6c736b7b724bedbd075abd
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu Jan 12 21:06:07 2006 +0000
- Patch by Paul Sokolovsky <pmsicml _AT_ gmail _dot_ com>.
- Remove unconditionally enforcing of "preferred" media type upon the capture devices. Some devices don't handle this properly, which often results in a BSOD. By not setting a preferred media type the problem dissappears. Please check this with other type of devices for any regression.
- commit edf8b67bb2e5a070282f47f6ade92e01587eb339
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Jan 12 16:08:50 2006 +0000
- one-instance fix. It now is disabled in vlc prefs but all windows action
- (like double clicking on a file or disc) use the --one-instance option.
- People used to running 10 instances of VLC at once should now be able
- to do so. Normal people used to running other media players should now
- get the behavior they expect (ie: not open 10 different VLCs when double
- clicking on 10 mp3s)
- commit 323d54dca98b67c44efd9edb7d5c3384c041b01d
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Wed Jan 11 23:26:53 2006 +0000
- Fix a corner case
- commit 207162df4efabd259ddb2e82489a5295e4dddbb0
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Jan 11 22:30:31 2006 +0000
- Fix the package-win32 target
- commit facd9781492a58e95a9a8d26630123e9d0d60538
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Jan 11 21:13:50 2006 +0000
- Dirty check for the XML parser used by CyberLink (closes #451)
- (if only we had a cleaner UPnP stack)
- commit 80f538b86fb9acdb6ff5f867f17dfbe7d37c597a
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Wed Jan 11 20:47:45 2006 +0000
- * builder.cpp: the "visible" attribute is now taken into account for all images
- * ctrl_checkbox.cpp: animated bitmaps are now supported in checkbox controls
- commit e56193e811c52c1f0945524e47f0f9aa4069d5e0
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Wed Jan 11 20:00:58 2006 +0000
- Misc stats work (Refs:#473)
- commit 8ea1f62452eea001d536e23dc613cea5a4fd3d56
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Wed Jan 11 14:32:43 2006 +0000
- vlm.c: Print an error message about what went wrong during vlm-conf loading
- commit 3bbb13a91dafba0cad3f85e931bbc18275613343
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Wed Jan 11 13:02:54 2006 +0000
- mediacontrol_audio_video.c: use the new snapshot-path functionality
- commit 5a87e8e236f76476650c5093f2f1faee42dd6828
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Wed Jan 11 13:01:50 2006 +0000
- vout_intf.c: special snapshot-path (object:NNNN) will put the snapshot
- into the p_private attribute of the vlc_object(NNNN). Used by embedding
- applications.
- commit 5eb68e9cb724bf4f50627ec4f30f8904c33b85c7
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Jan 11 12:58:26 2006 +0000
- Small whitespace fix
- commit 8ea39dae1b2029b4c5108283b2d7a53f46bfc836
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Jan 11 09:23:31 2006 +0000
- Don't use portaudio by default until it get fixed
- commit 3f9a11a30e6cfb375e9857dc59151dd70c573974
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jan 10 22:47:27 2006 +0000
- default enable one instance mode on windows. the 0.1% of users wanting
- several VLC instances at once should be able to disable this option in
- the prefs.
- commit 927f89c8bae13ebd81a51b1fc68a508c97451f6b
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jan 10 22:40:29 2006 +0000
- * Add 16:10 AR to the list of aspect-ratios. (In use by WXGA screens)
- commit db91c0a42749f906264a54f1be0ee3cd9846cd20
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Tue Jan 10 09:52:34 2006 +0000
- Modules.am: src/control/plugin.c is now src/control/mediacontrol_plugin.c
- commit 08e62e89cd154e2778b79d65032e7585d2855a16
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jan 10 00:26:35 2006 +0000
- make update-po . This hopefully fixes make dist
- commit 37195fbb2eee3986f986adbd3cd17da2026846d9
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jan 9 23:39:47 2006 +0000
- ../../src/control/plugin.c doesn't exist anymore (this should fix make dist)
- commit 39e2c10e818ff42ebdd7c694976f894206d8bfe5
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jan 9 22:04:18 2006 +0000
- oops
- commit 10638f592027f7548319601660772be38a16d724
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jan 9 22:01:57 2006 +0000
- Occitan localization. Many thanks to laurent jonqueres
- commit 83b9a0f8846aa07756d979f8886ff7fe7038c722
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Jan 9 20:57:53 2006 +0000
- Add Georgian localization. Thanks to Alexander Didebulidze.
- commit 741f1682eef828da9e05ef16bf9a0f4e9b9edcaa
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Jan 8 21:16:49 2006 +0000
- * jack.c: better handling of buffer underruns
- commit 40749893a8730061c1cdf8a86905769f77d18b64
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Sun Jan 8 20:53:51 2006 +0000
- * New audio output module to support the JACK Audio Connection Kit
- commit 68aa3ca3202b0f2c7e3b10db9dbe46b436b17bbd
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 8 16:32:33 2006 +0000
- Merge 0.8.5-api changes
- Fix compilation
- commit 91c8dba080d1e67f93964f510e6fb18b15a1bc5b
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 8 15:50:35 2006 +0000
- Lalala
- commit 03b059c1b6814784fa731a4687ad45b338fa91e8
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Sun Jan 8 15:48:41 2006 +0000
- Some more stats preliminary work
- commit efacf7b59b10eace643aec90a54f10674e5c4712
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Jan 8 01:32:50 2006 +0000
- * auhal.c:
- - fix last bugs with SPDIF stream selection
- - code and debug cleanup
- - added more comments to clearify the code, so it is useful to others :D
- commit 68a61049d120553674a35a4558d790816b5ea8e0
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jan 7 23:08:42 2006 +0000
- * Compile fix for OSes without F_RDAHEAD and F_NOCACHE
- commit 165bc2f4f2418ce6ac5bf59b99c4ab0bc8998688
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jan 7 22:01:17 2006 +0000
- * Set FD_RDAHEAD and FD_NOCACHE on when reading from files. improves reading from networkshares and VMEM usage.
- Suggested by Marko Karppinen.
- commit d8c7d7de90005dbd32dcd979bf4072acc4539434
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Jan 7 16:21:47 2006 +0000
- Add a package-win32 target
- commit 3336795c41ca23548a8f46e5e1e014273212cc80
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 6 15:16:25 2006 +0000
- fortune.
- commit e2f5d13ac472c338e77e5a0cb74c88f7063a7a7e
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Fri Jan 6 12:31:19 2006 +0000
- dvdnav.patch: changed code that read DVD title to use dvdread APIs, so that WIN32 and non-unix platforms can also read it
- dvdnav.c: add DVD title to meta information
- commit 7f5244def1cb5811180e648d09d8066ac89578bf
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Jan 6 09:37:13 2006 +0000
- Produce include graphs.
- commit 16b200c9db7e525923da8977cc69afdd1fbef2cf
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Jan 5 22:53:46 2006 +0000
- this file was here by error
- commit 600ac6c92111376330f8e63b9aa486ba3ba6788e
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Jan 5 22:48:30 2006 +0000
- directx.c: some improvement on overlay initial grey flickering
- commit 61bf3204d47b24f0304c1d4b54796140cc1e6b3f
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Thu Jan 5 21:56:34 2006 +0000
- Remove extra debug
- commit 6ee349c97a50a61c7d81769fd22cd6a9a4a8aacf
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Jan 5 21:33:20 2006 +0000
- messages.c: message bank lock is still in use and still needs initializing :)
- commit 097b4c8e04765de491097d6e5b59fecf6c9f0ba9
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Jan 5 17:13:19 2006 +0000
- configure.ac: fix previous commit when mozilla is not available
- commit 40625cb773af3eae711acfbe7b11b34e066f65e0
- Author: Damien Fouilleul <damienf@videolan.org>
- Date: Thu Jan 5 17:03:12 2006 +0000
- configure.ac: updated for version 1.7 of gecko-sdk (only tested on cygwin)
- commit ca02d3dd3c0845fc11ead7e5487aaf85d1eeb6ff
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jan 5 01:56:12 2006 +0000
- More message queue WinCE fixes
- commit fc37619bb05b1ced3f5bb4898c340e3cd1f71493
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jan 5 01:01:30 2006 +0000
- message queues WinCE compile fix
- commit 4df46145296978b8254783b07a20b5bb0da28f01
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jan 4 23:34:52 2006 +0000
- Another message queue compile fix
- commit a5a5d46653b45091036a8dc00f2b8f1bbca39572
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Wed Jan 4 23:22:24 2006 +0000
- Forgot this file
- commit 489a542935cbe568393181afe10e3d4a045f6c7f
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Wed Jan 4 23:11:33 2006 +0000
- compile fix
- commit 74603a476f554232a9c2ae0828a55c6d6a717ce3
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jan 4 23:02:44 2006 +0000
- * I actually read the doc on AC_ARG_WITH this time :D
- this and [13857] [13858] refs #182
- commit a078354921bb82a525f0999f2d287f7651f3c108
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Wed Jan 4 22:29:53 2006 +0000
- Add support for several message queues - please test
- Initial support for registering and handling some shared stats
- commit d68a17b3f0d5f04cc4826694b6fad453155a4942
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jan 4 22:24:20 2006 +0000
- Fix the Mac OS X SDK configure check
- commit 3d692c56dc65bc032ba5b269ac61bd5bfa32a842
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jan 4 21:53:52 2006 +0000
- * Simpler way to create the diskimage (10.3 and higher only)
- * realigning of some of the configure --help options
- * added --with-macosx-sdk
- - compiles VLC (not contrib) with the 10.3.9 SDK
- - uses a small hack to enforce the deployment target when you do make in the srcdir
- - requires you to use gcc 4.0 on on Mac OS X 10.4
- commit b815369d191c6a64194ac3fdd0cb87b15bbf2246
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Jan 3 21:33:55 2006 +0000
- Forward/Backward jump is set to jump-medium
- commit 8038a9d347fa36c9ade933e31241f58fd1f334fd
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Tue Jan 3 20:29:02 2006 +0000
- Fix invalid return
- commit 6c02c3b7f49a3ccbbe173b77b581b076a2e1b3d9
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Jan 3 16:37:05 2006 +0000
- Missing headder in tarball
- commit bbfd7e4d6750ea7ffbc7a47b7286100db138c3ac
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Jan 3 15:16:01 2006 +0000
- Typo
- commit 01b83a3f5b5b0c1f00115e90461613e93cd2d6a4
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Tue Jan 3 12:50:15 2006 +0000
- * added RTP uni-/multicast to the wizard
- commit 7ea19fd28bae8e60cef113bf5f288a8984d0f86e
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Jan 2 18:25:01 2006 +0000
- * fixed preferences
- commit 2bdea742c7875ecf7d8f3a28998bc00e6417a56b
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jan 2 10:52:50 2006 +0000
- * modules/video_output/image.c:
- + Implemented support for --image-out-format.
- + Added support for JPEG output. Still defaults to PNG.
- commit abebf6ce5f09aa214f4a1dca2aecb9779c2502da
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jan 2 10:41:38 2006 +0000
- * src/video_output/video_output.c: do not drop late frames at the video
- output level when --no-skip-frames was specified.
- commit b8da4e270a4a40f1f156e2f7fdc17ee4d6357044
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Jan 2 10:06:36 2006 +0000
- Fix spelling error
- commit 25eabfa92359ae5a16cb862fa9d4f600960d6621
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jan 2 09:01:27 2006 +0000
- * src/misc/image.c: don't forget to free the temporary pictures or we'll
- rapidly leak gigabytes of memory.