ChangeLog-2002
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:431k
源码类别:
midi
开发平台:
Unix_Linux
- * ./mozilla/Makefile: fixed dependencies on .h files.
- * ./plugins/filter/distort.c: fixed a typo in option names.
- commit 8877066d290315fe947a39681d837dd01e95be92
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jul 23 20:15:41 2002 +0000
- * ./plugins/dummy/dec_dummy.c: new dummy decoder, for testing purposes.
- Usage: "--codec dummy" will use the dummy decoder for all streams, and
- save the stream to a stream.1242 file (where 1242 is the internal vlc
- object ID). If the input file was for instance an mpeg file, you can
- play one of the resulting files using an mp3 player.
- commit 255db0098c533f362831a0bf3744539284c59617
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jul 23 20:12:55 2002 +0000
- * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output).
- * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin.
- * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather
- add them to the vlc-config output.
- commit 8a430a8819ec7febd9cfa842e9777c4b4c4897e5
- Author: Stéphane Borel <stef@videolan.org>
- Date: Tue Jul 23 19:56:19 2002 +0000
- *first version of plugin for libdvdplay. To test it, you need to have
- libdvdplay installed (available from videolan CVS), and request plugins
- compilation in the usual way:
- --enable-dvdplay.
- Note that libdvdplay needs libdvdread and libdvdcss.
- Currently it has only been tested under linux, with gnome interface (optional)
- and xvideo output.
- What works (more or less):
- -DVD reading in some rare cases :) (title and menus),
- -Menu pause,
- -Seeking,
- -Selecting directly a specific title/chapter/angle,
- -Changing audio, sub-picture, angle during playback,
- -Interactive menus with mouse only.
- What is missing:
- -Menu buttons highlighting (needs spudec patch),
- -Keyboard interaction (needs a specific part in port specific plugins),
- -A specific interface to navigate through menus (needs that I move my ass),
- -Interactive menus won't work with other output plugins so long as they
- have not been patched to send mouse/keyboard events to vlc interface,
- -Whatever you need.
- Known bugs (bugs in libdvdplay mostly):
- -Seeking in some menus or intro titles (bad vobu map),
- -Read/seek error with some DVDs,
- -the configure needs tweaking,
- -numerous segfaults,
- -decoder/output modules locking error,
- -fuzzy colors in menus when spudec is active (default in menus).
- The plugin is not guaranteed to work anywhere outside my computer. If it break your, don't come and complain to me :).
- commit eddfb25c302b6dd5f2e38ce98444560c9f75dba5
- Author: Stéphane Borel <stef@videolan.org>
- Date: Tue Jul 23 19:28:25 2002 +0000
- *Allow 0 for title selection as it is the area for first play pgc in DVDs
- commit ba3401faa83535375cd8014cc867b10dda2849b5
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Jul 23 18:39:29 2002 +0000
- Interface neatly exits now.
- commit 6f67ff83949e6947931492035c9a562722cfe99f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jul 23 17:19:02 2002 +0000
- * cinepak: add a new fourcc
- * ffmpeg and mp4: some clean up and change the way ffmpeg is
- initialised.
- commit d5eeda896ab0fef946f5024d192e34c0743e2bf7
- Author: Tony Castley <tcastley@videolan.org>
- Date: Tue Jul 23 13:16:51 2002 +0000
- Fixed code for subtitle and audio selection, still probs but looking.
- Implemented muting
- commit 2a2cf8b1b96d01047750f6c4d6de6e8a92fdba9c
- Author: Tony Castley <tcastley@videolan.org>
- Date: Tue Jul 23 12:42:17 2002 +0000
- Changes to ensure BeOS plugins compile and function
- Implemented a intf_vlc_wrapper to "shield" the BeOS code from the underlying
- vlc structurs, yet to be completed.
- Attempted to fix subtitle and audio selection, currently not working.
- commit 64d33dc9bce423db858b4d628248021d00abd404
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jul 23 00:39:17 2002 +0000
- * ALL: decoders now use a fourcc as a probe value.
- * include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills
- its purpose.
- * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc.
- * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is
- always valid.
- * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see
- vlc --help for more information.
- * include/video.h: removed fourcc values which should _not_ be global
- (thanks fenrir for convincing me).
- * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs.
- * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to
- input_ChangeES.
- Things I'm not sure about and need comments:
- - I used "mpga" and "mpgv" for MPEG (1+2) audio and video fourcc values.
- - I also introduced "spu ", "lpcm" and "ac3 ".
- - I removed for instance "MP4_GetCodec" because it wasn't really
- used except for the description string. I hope this change did not
- break anything really important.
- - fenrir, I must have broken a lot of things you wrote. Sorry in advance.
- commit 97bf3e7d5016e204ba2858094baa60fe02465316
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jul 23 00:30:22 2002 +0000
- * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first
- vasprintf arguments to NULL for extra safety.
- commit 4b1b77b6f20194b3c0e30f38723e3c01859bd903
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jul 22 22:19:49 2002 +0000
- * ./src/misc/modules.c: added the "any" and "none" keywords to the module
- selection string. "any" matches any module, and "none" always fails.
- You can for instance use "--vout none" to disable video output, or
- "--intf gtk,any" to use the gtk interface or any other one if gtk isn't
- available. Hope it's clear :)
- commit 720b483b5b98c03f4404114a9c346c56bd1a9908
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Mon Jul 22 21:14:30 2002 +0000
- win32 compilation fixes
- commit effab3c5eae841ac63622566a053e1e4f2c7bbfc
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jul 22 21:04:55 2002 +0000
- Fixed gtk core-dump on exit. Used code from gtk plugin for this.
- commit 8d9c1ec62d97b5da6113ff2c7bbe42abf5f1cc6b
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jul 22 20:52:42 2002 +0000
- Non-functional Familiar Linux user interface.
- commit 10f8855d2d02513f48ec7249dcf783dcc752c689
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jul 22 19:49:40 2002 +0000
- Now "vlc --intf familiar" spawns interface.
- commit fc39d64946045fe7135e940b8510e324bafba5e6
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jul 22 13:49:42 2002 +0000
- Familiar Linux interface (non functional yet).
- commit 91cf1f1b61f35eb0e7451441655465d5e8b17236
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jul 22 13:49:04 2002 +0000
- VCR icon buttons for Familiar Linux interface.
- commit afba69f8d6270f64f027d60a6cef8b1f0e3a8a83
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jul 22 13:48:13 2002 +0000
- Added --enable-familiar to configure.in, the default is disabled.
- commit b636e582e850e189a48a239541ce9a81f4283aae
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jul 22 13:09:27 2002 +0000
- Updated TODO list.
- commit 82ae7bc8017575911c184393724d1f6f696e303b
- Author: Tony Castley <tcastley@videolan.org>
- Date: Mon Jul 22 11:39:56 2002 +0000
- Implemented simple right click menu
- Improved Overlay bitmap handling
- Removed switch workplace bug
- commit 3d74c9588f8ad12e9d17ef879f1edefe996cfb03
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Jul 21 23:40:24 2002 +0000
- * ./src/input/input_ext-plugins.c: reverted my previous fix which wasn't
- really a fix.
- * ./plugins/memcpy/fastmemcpy.h: commented out suspicious code.
- commit d1bd0868bf75294fe7031edbdc49b3384f5c3e81
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 21 21:18:15 2002 +0000
- * mp4 : improve mp4a detection/handling.
- commit 54c0e5d7a957a367f8e1b92bcfe354846aac7993
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 21 19:57:22 2002 +0000
- * all : can now read mp4 file with mp3 audio declared in mp4a box
- Thanks to jlj to show me this and to tell me what to check to solve it.
- commit 49b3f18a94cb170302233d89e00e431695046397
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Jul 21 19:26:13 2002 +0000
- * all: these didn't get along in my last commit
- commit e8c3839821d3f2017bfcc12cfc6bb0b108dae513
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Jul 21 18:57:02 2002 +0000
- * ./src/libvlc.c: updated usage info to include STRING_FROM_LIST
- configuration items.
- * rest: new input info subsystem.
- Have a look in plugins/mpeg_system/mpeg_audio.c to see how to add info.
- Have a look in plugins/text/rc.c to see how to read info.
- Sigmund
- commit 3b00aed713e738f366685b4c0c1ea783be7f16c5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 21 18:47:22 2002 +0000
- * mp4 : use same endian for fourcc than one used in vlc (video.h if I'm
- right).
- * cinepak : take care of grayscale option.
- commit 670718e9ad93c1c430e69eda22e0c55a72aef1d3
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Jul 21 15:27:09 2002 +0000
- * ./debian/control: changed "interface plugin" occurences to "frontend" to
- make package descriptions less misleading.
- * ./bootstrap.sh: use C locale for generating vlc_symbols.h.
- * ./bootstrap.sh: don't generate pofiles by default.
- commit aeb8f8596af87f5f5604a49e3d37273c7f68469f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 21 15:18:29 2002 +0000
- * all : enable cinepak decoder, I hope I haven't break anything.
- commit ff3794bc53e42bd665f665bdce34baf501116618
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 21 15:13:19 2002 +0000
- * all : enable cinepak, clean some functions, fix some memory leaks
- commit d710a2d5af4d783a5924cf71a50d8af1fc96a126
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 21 15:11:55 2002 +0000
- * all : a cinepak (cvid) video decoder ( codec found in old .mov ).
- commit 54e5b4ce5bf90141e29282b9b9955b3274166307
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 21 15:07:39 2002 +0000
- * all : try to add an option to allow frame droppping (
- --enable-hurry-up ). Begin to work.
- commit 9697b4799662e0f1bf2b597e364d93940d572e49
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Jul 21 14:32:35 2002 +0000
- * ./src/input/input_ext-plugins.c: added a missing lock to input_SplitBuffer
- which was causing crashes with some demux plugins (mpeg_audio, avi).
- commit c7fe104b1cd695c07b50ef13733ed90341a47510
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat Jul 20 22:31:08 2002 +0000
- * Added -lrt for HP/UX port.
- commit 3dd66e381cdf00eb1a3fb3b0e78c9c0592e89fec
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 20 18:53:33 2002 +0000
- * ffmpeg : add a new option, it set the level of error resilience.
- It allows to play mpeg4 file badly encoded(illegal VLC code).(Sam you
- should be able to play your .mp4 file by setting it to -1, with recent
- ffmpeg cvs).
- commit bf9b62a4ea50a2ac124711378775c1def87243ca
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jul 20 18:01:43 2002 +0000
- * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
- * ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the
- libvlc API.
- * ./src/vlc.c: vlc uses the non-reentrant libvlc functions.
- * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions.
- * ./debian/*: created packages for libvlc0-dev.
- commit d033d98b73c8ad5470e63e56afc9ee01024cb3d3
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Jul 19 22:04:37 2002 +0000
- * ./plugins/a52/a52.c : Added a global lock to prevent two VLC threads to
- call a liba52 function simultaneously (liba52 isn't reentrant) ;
- * ./plugins/a52/a52.c : Made liba52 the default AC3 decoder.
- commit 94bdf708ec0a652c45a9c001716f3112c4c73434
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Jul 19 21:14:13 2002 +0000
- * New --mtu option.
- commit b2da05448094f614befeef3bf237235d8ab097c7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jul 18 01:23:44 2002 +0000
- * ./configure.in: we no longer check for a specific function in -lphtread
- because some systems (such as HP-UX...) have them inlined.
- commit 37d87c4c66d95d708f468b54096be06306be24d8
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jul 18 01:11:17 2002 +0000
- * ./Makefile.modules: we don't chmod -x the compiled plugins because of
- HP-UX's dynamic linker which would otherwise be unable to open them.
- commit faafc91b7778453f1e1832b400e5de01553f4877
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jul 18 01:02:07 2002 +0000
- * ./configure: rebuilt using the newest autotools.
- commit fa428954969d3a368b5f0a20505558acd1e4c1a6
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jul 18 01:00:41 2002 +0000
- * ./src/vlc.c, ./src/libvlc.c: added more robust consistency checks.
- commit ed74b8c7d1917940b4ea01ffb8f9f25beec868f8
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Thu Jul 18 00:59:12 2002 +0000
- * ./configure.in: fixed description of MP4 module
- commit 67148d82a6876446d6e851c01ba060eee16607c9
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jul 18 00:58:38 2002 +0000
- * ./doc/fortunes.txt: added a selection of Lool's fortune cookies.
- commit e58ef94f5aae091dec6d8748f4ff77fba151e32a
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Thu Jul 18 00:54:17 2002 +0000
- * ./configure.in: added mp4 module, default disabled
- commit 59b254b8dc228802bade4de46c5b2054acf0b8f2
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Wed Jul 17 22:23:20 2002 +0000
- * ./src/misc/darwin_specific.c: s/vlc_object_t/vlc_t
- commit 29e74ec5778c4297c6ac58aa6ad77dd92aa13e43
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jul 17 21:58:21 2002 +0000
- * ./configure : fixed Mac OS X compilation which was broken on some machines
- * ./include/vlc/vlc.h : include os_specific.h
- commit a08221745a28e350736f1ca68b6034074ed3f2e1
- Author: Stéphane Borel <stef@videolan.org>
- Date: Wed Jul 17 21:54:37 2002 +0000
- Interface creation and destruction functions are now exported to plugins
- so that any plugin can spawn a new interface.
- commit 960df9a902a6b1371fbb8793e77e48cf1450c554
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 17 21:37:27 2002 +0000
- * all : preliminary mp4 (and some mov) demux plugin. I've not enabled
- it ( add by hand to Makefile ... and link it with zlib -lz ) as I will
- probably break it too many times. It work for some mp4(but without
- audio, need aac decoder) and mov with sorenson v1(ffmpeg :).
- commit 7d5c3cfde31744e1a7b77a60235bfd61c740f512
- Author: Stéphane Borel <stef@videolan.org>
- Date: Wed Jul 17 21:34:57 2002 +0000
- Fixed a bug in the computation of the mouse coordinates sent to interface.
- commit a2447211a27d85d0cd9fcea1ebdcae22c77eaa74
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jul 17 21:38:48 2002 +0000
- Fixed nanosleep detection on some platforms.
- commit 7f59683caad3d0aa4ffd8a719d1249c064bd2f92
- Author: Stéphane Borel <stef@videolan.org>
- Date: Wed Jul 17 21:28:19 2002 +0000
- Added a 'dvdold' shortcut to force the use of the dvd plugin in case
- another plugin with higher priority wants to use 'dvd' as shortcut.
- commit 039cdf378f69c08a83a9ab9c52d8cefa068123de
- Author: Stéphane Borel <stef@videolan.org>
- Date: Wed Jul 17 21:24:06 2002 +0000
- The loop in lpcm decoder DecodeFrame() could not exit after b_die
- in some case
- commit 7076def3b0311d614f780a2b53d7f5e3ad3732f6
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jul 17 12:21:44 2002 +0000
- * ./configure.in: plugin compilation fix for HP-UX.
- commit 30a057c91ec029d7b37751d5e869bafa733427c7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jul 17 10:01:12 2002 +0000
- * ./configure.in: better protection of CFLAGS and LDFLAGS. Should also fix
- remaining issues with XvPutImage detection, please confirm!
- commit 0010fbbd48de5b12c3aa603d67e80ecdb25537a9
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jul 17 06:40:49 2002 +0000
- * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John
- Paul Lorenti <jpl31@columbia.edu>.
- commit 6a5bd8b20035b6b36d29cbb38af8a016686a9944
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Jul 16 21:59:39 2002 +0000
- * ./Makefile : src/misc/modules_builtin.h now depends on Makefile.config.
- commit 4ad9a1861f0f7202c1bab7fcc14a8f2d6776a942
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jul 16 21:29:10 2002 +0000
- * ./src/misc/threads.c: improved lazy initialization of the global lock.
- commit 33f60028115112d754c6cd32f4b0c76cab768b1d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jul 16 21:28:48 2002 +0000
- * ./doc/fortunes.txt: a few IRC fortune cookies for those with too much
- time on their hands.
- commit 77a6ebf862b2eb1da948a9e206dbe498622e1334
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jul 16 21:25:43 2002 +0000
- * ./plugins/mpeg_vdec/video_parser.c, ./src/input/input_programs.c: fixed
- a few uninitialized variables.
- commit ba45505c117110c367d6dc034653c6a9c0a6bcc4
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Tue Jul 16 20:41:48 2002 +0000
- * MacOS X: added deinterlace submenu
- commit 974052ffdfacbaaaf63f6855488167040ed9bfc9
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Mon Jul 15 23:05:46 2002 +0000
- * ./plugins/access/http.c: fixed memory leak.
- commit b2afa3ea8d7a63712c39a9fb0c2b86880f1a0cb9
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jul 15 22:45:12 2002 +0000
- ffmpeg.c : fix my previous commit( I've forgotten one #if ... #endif )
- (Thx sam)
- commit 7e648e8ceea6a1d213ac166d5ad53d3634fff515
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Mon Jul 15 22:20:47 2002 +0000
- * ./plugins/access/http.c: fixed double free bug.
- commit 55545622ab2370903188ce700afaf6a81d7fc458
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jul 15 22:05:59 2002 +0000
- * ./configure.in: fixed a typo in my previous commit (thx fenrir).
- commit 063bbcded2d2cb599a3c81912f0847f76fd6321f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jul 15 20:09:31 2002 +0000
- * ./plugins/*: interface plugins set p_vlc->b_die to quit vlc, but check
- for p_intf->b_die to know when they are supposed to terminate p_intf. This
- will allow to spawn interface plugins on the fly.
- commit 1943b8df55bb375a632b1c8fe4f88eca32b9e505
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jul 15 19:33:02 2002 +0000
- * avi.c : quick hack to read file created by ffmpeg. I think it should
- work.
- * all : add support for some others codecs provided by ffmpeg, but some of them aren't tested.
- commit 07828972ffcf360f1fbd71d910781aea7a6a4d81
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jul 15 19:15:05 2002 +0000
- * ./src/misc/messages.c: debug messages that were issued before the -v
- flag was tested for are no longer lost.
- commit d87d5035c321c87f12dd98c1753b29e8d339a6b5
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jul 15 19:08:51 2002 +0000
- * ./configure.in: we now look for XvPutImage instead of XvSetPortAttribute
- because XvSetPortAttribute isn't always available.
- commit 00f324a483fd26ae49a6108ca72e0b97659184ed
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Mon Jul 15 19:04:12 2002 +0000
- * ./plugins/macosx/vout_macosx.m: added missing arrow up/down handling.
- commit caad85c4d7f1531ee27bee3e8b6f20782c03c3ab
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Mon Jul 15 02:09:57 2002 +0000
- * ./plugins/macosx/vout_macosx.m: added missing keyDown(space) = pause
- commit 57e1951e64dabdc57d67a3e3781e27cbc0523d4a
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Mon Jul 15 01:54:04 2002 +0000
- * MacOS X changes:
- - added messages and playlist panel
- - simple dock menu (play, pause, stop)
- - context menu in video view
- - localization support: http://nanocrew.net/vlc/vlc-osx-ja.png
- - no longer broken :)
- commit 9bf934afeeccfde036e6cff3b53319b2b25b73fc
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Jul 13 12:22:14 2002 +0000
- Add package sdl to package dependency list.
- commit 5f7348c093b675982ab7723e1c8459ff5c264742
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 12 23:53:40 2002 +0000
- * ./AUTHORS: removed my entry for lool. /me should go back to school and
- learn how to alpha sort.
- commit 2cbb6da03bf889a3591ec4103dbe8ee465a6f815
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Jul 12 22:42:30 2002 +0000
- Closed old entries.
- commit c974b7b07fa8b6857c5f3beeddab149b27dde830
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Jul 12 21:57:25 2002 +0000
- * ./AUTHORS : added lool :-p ;
- * ./doc/vlc-howto.sgml : Fixed typos ;
- * ./include/vlc_common.h : Greatly simplified ntoh*, and U??_AT macros are
- now alignment-safe ;
- * ./STATUS : New file indicating who's working on what. Please keep it
- up-to-date ;
- * ./MAINTAINERS : New file indicating who has knowledge on which parts.
- commit 1f95f0338d27a13ad3a01642e4829f5c6c113c48
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 12 17:08:52 2002 +0000
- * ./po/*: polish translation, courtesy of Arkadiusz Lipiec.
- commit ee89627fa8d2dffd720c653aa4f0b66f19146f33
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 12 16:30:28 2002 +0000
- * ./ChangeLog: updated.
- * ./README: removed much outdated data.
- * ./debian/*: great package renaming - names should make more sense now.
- commit e2518c9090d25c390cd6b5db16d9acf66632105c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jul 11 19:44:10 2002 +0000
- * ./plugins/mad/mad_libmad.c: prevent the MAD decoder from looping endlessly
- when the audio output fifo could not be created.
- commit c33cab357247c91e736aa711e2b6ca0892c91e6d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jul 11 19:28:13 2002 +0000
- * ./plugins/gtk/*: new generic "Open Target" window. Please test and
- comment on usability.
- commit 7fadd296cae41d6d56cbeb730ab21849b83d4fe4
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jul 11 19:05:12 2002 +0000
- * ./debian/rules: the Debian package creation script builds ffmpeg.
- commit 9fa99246bede4bd4c1eb506fe1b3e56b32c0d657
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 11 18:57:08 2002 +0000
- I commit a patch from Sigmund Augdal to skip ID3 tag at the begining
- of a file, so more files can be read :))
- However with current cvs this demux ( with and without the patch )
- segfaults after a few seconds, I can't find why, anybody has an idea ?
- commit accfd3ae491e717a01ddf9da59b381ad3ffcb134
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jul 11 18:44:12 2002 +0000
- * ./src/vlc.c: reduced the amount of default simultaneous interfaces.
- * ./src/libvlc.c: removed calls to vlc_mutex_lock in sighandlers.
- commit 1defce8985265f8488ba0f4708f19a15e20fbb0f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jul 11 18:41:54 2002 +0000
- * ./plugins/qt/intf_qt.cpp: fixed Qt interface termination.
- commit 4cf68d85b38a2592b6002d8636e9b9505fb59308
- Author: Loïc Minier <lool@videolan.org>
- Date: Wed Jul 10 07:32:43 2002 +0000
- * ./FAQ: new entry for RTP
- commit 31587b924e517edc6dc24beebb6df084301a252e
- Author: Loïc Minier <lool@videolan.org>
- Date: Tue Jul 9 23:40:34 2002 +0000
- * ./FAQ: minor updates, new sections: uninstall/reinstall,
- DirectX-blackscreen, device permissions, debug messages,
- config file, (un)planned ports/features, sources.list
- commit d9288202f4955472131555328fad971d8ec8bb90
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jul 9 22:18:23 2002 +0000
- plugins/avi/avi.c : now you can see avi over http (true interleaved
- file only), and seek is allowed (but with great unsynchronisation,
- and sometimes it fails). But in order to make it working, I have to
- limit the number of bytes I read at a time. It's strange since in
- previous version of vlc, I don't need to do that ... ( it segfaults in
- input_SplitBuffer but not always on the same frame )
- commit 3248746c54d115b9c37b0710d08f460d7b53b9d3
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Tue Jul 9 22:15:49 2002 +0000
- * ./plugins/win32/about.*: Added the version number in the About box
- commit fbb7ae733455aeaa721ec478be2c3d61eaca020f
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Jul 7 21:55:25 2002 +0000
- Update for 0.4.2 release.
- commit dd4f2531ca3729b49ef5f9e992dbd3bd8a7328e6
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jul 5 11:18:56 2002 +0000
- * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom
- strndup to a separate file so that Win32 can benefit from it.
- * ./include/vlc_threads.h: Borland compilation fix.
- commit 4565dc6ee0fea1e1d224aa2a9575e8b0ddc59fa1
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jul 4 18:11:57 2002 +0000
- * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now.
- * ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc
- Debian packages.
- * ./po/*: updated potfiles.
- commit 7f0d9408c2d0afe973e90b1426b50fc8587d5be2
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jul 3 19:40:49 2002 +0000
- * ./src/misc/modules.c: module_Need accepts a comma-separated list of
- module names. Try for instance: "vlc --intf gnome,gtk,dummy".
- commit 3266cd725cf6b306c19cd24590b8caa4023775f1
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Tue Jul 2 22:07:02 2002 +0000
- * darwin_specific.[ch]: added strndup needed by video_output.c.
- * configure.in: added -lintl to plugins_LDFLAGS.
- commit 7682a00c8c08a73c521754df9d498c9176a65348
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jul 2 19:16:47 2002 +0000
- * ./plugins/gnome/gtk.c, ./plugins/gnome/gnome.c: prevent older versions
- of vlc from crashing when trying to open a recent module.
- commit e0647a17f6b24584aade915636c586f566ab1bdd
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jul 2 19:14:59 2002 +0000
- * ./plugins/x11/xcommon.c: to enter fullscreen mode, we create a new window
- instead of moving the current window, which saves us the hassle of
- remembering size and position.
- * ./plugins/x11/x11.c, ./plugins/x11/xvideo.c: added --no-x11-shm and
- --no-xvideo-shm options.
- commit e65bd40523cd7f05c6917450e72e7b88a504dd13
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jul 2 17:54:49 2002 +0000
- * all : begin to support VOD, but it segfault very quickly (unless you
- disable audio or video !)and cannot support seeking( will just stop ).
- Moreover it can't work for all files, only interleaved ones.
- commit d640a937b9875c74b735839e95c402bfdfe478f2
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jul 1 17:40:27 2002 +0000
- * ./plugins/lirc/lirc.c: the lirc interface now works again.
- commit ff5b6b2bd94037cadbe30c4cb0a906fa215e26ef
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jul 1 17:39:55 2002 +0000
- * ./plugins/qt/*: the Qt interface now works again.
- commit 8d3702d53ead9f221db1ba8d1fd2ec892e9af1fb
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jul 1 17:39:27 2002 +0000
- * ./plugins/kde/*: the KDE interface now works again.
- commit 6d58f12a1421a176e8c4b6fc51fe656d714dfa50
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jul 1 17:39:08 2002 +0000
- * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when hitting Eject with
- an emtpy playlist.
- commit 124fa2e9afc37c9c2666d8410c0f54771c7403fc
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 30 15:07:57 2002 +0000
- *all : now can find key frame even with broken avi.
- commit fe41bed68ebbd7f842b43bf41bb6ac3cd62b3842
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 30 03:51:29 2002 +0000
- all: ameliorations.
- commit 32356203b1a562f1baf4cb3775607d56a619d029
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 29 14:16:17 2002 +0000
- plugins/avi/avi.c : fix some problems with broken avi
- commit 2fc62e061142cb3f3062a353678db6890fc6776b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jun 28 19:31:40 2002 +0000
- plugins/avi/avi.c : audio seems to be better.
- commit 660db6d87715f5b677edbb8fddd071ad236511eb
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jun 27 19:46:32 2002 +0000
- * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
- * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
- * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
- palette.
- * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
- Patches imported from v0_4_1_branch.
- commit 3a31acccc1b5720c3256c4677ac85282915fc610
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jun 27 19:05:17 2002 +0000
- * ./src/misc/modules.c: added the --plugin-path option to give vlc an
- extra plugin location.
- * ./plugins/text/rc.c: if stdin/stdout are not connected to a TTY, we
- don't launch the rc interface.
- * ./plugins/access/http.c: fixed a compilation warning.
- * ./src/misc/messages.c: cosmetic enhancements in the message output.
- commit 3668622d3373559abad985f796d0f601a08af8b0
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jun 27 19:01:28 2002 +0000
- * ./plugins/x11/*: added the --x11-drawable and --xvideo-drawable options to
- tell vlc to draw in an existing drawable instead of creating a new window.
- commit 31f47190bd4c01d75b81c311697a28ea880b37d3
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jun 27 18:10:16 2002 +0000
- * all : I've forgotten theses ...
- commit b2b0749448fb79d6f68e6694f311306a62626d77
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jun 26 23:11:12 2002 +0000
- * all : I rewrite the way to read, in order to minimize seeking (
- faster and in prevision of VOD by http, but not yet functionnal ). But
- sound becomes horrible, I will try to fix it as soon as possible.
- commit 62e73f508b74167e0a9ceec13b155abb2f7aaaa0
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jun 19 22:47:14 2002 +0000
- Backported stable changes.
- commit e405691afcb7d6c9d4e0917da3565fbe149114e3
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Jun 18 23:18:40 2002 +0000
- Ported previous stable commits.
- commit cecb7e869db3e9cecffcb712fd66c3a8bc52636e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jun 11 09:44:22 2002 +0000
- * ./include/configuration.h: renamed MODULE_CONFIG_* macros into
- CONFIG_*.
- * ./include/configuration.h, ./plugins/gtk/gtk_preferences.c,
- ./plugins/filter/transform.c, ./plugins/filter/distort.c,
- ./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST()
- configuration macro.
- * ./include/modules.h, ./include/video_output.h,
- ./src/video_output/video_output.c, ./plugins/filters/*: added a
- VOUT_FILTER capability. Having a clear distinction between VOUTs and
- VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also
- stackable now (use --filter=foo:bar:foo etc..).
- * ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up +
- added an ADD_USAGE_HINT() configuration macro.
- commit 4d2ae9f0178b564d453da2feeb67b4102cb9e871
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jun 10 16:48:59 2002 +0000
- * ./FAQ: added QT6 FAQ entry.
- commit dbbbbc3ac30f924dfd4d1ee6a6f97c83b831a085
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jun 10 00:41:08 2002 +0000
- * ./configure.in: fixed inet_pton detection.
- * ./plugins/filter/deinterlace.c: the blend mode is now a lot smoother, but
- also a bit slower, so I also kept the old version, optimized it, and
- called it "mean".
- commit 9915a8b1138e6ca7008b30ff7daaf8a393862f00
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Jun 9 23:35:33 2002 +0000
- * Fixed some compile issues with what I checked in.
- commit d68093864dac12643792af743be3edc15743f4a5
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Jun 9 22:57:00 2002 +0000
- * IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
- * Mac OS X icons and fixes, courtesy of Benjamin Mironer <bmironer@noos.fr>.
- commit cee79ce46aeda52285f8200bf2e9bc17bc2d3ce2
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Jun 9 16:52:58 2002 +0000
- * ./plugins/filter/deinterlace.c: added two new deinterlacing methods,
- "discard" which is very CPU efficient, and "blend" (yes there used to be
- a "blend" method but it's now called "linear". Don't ask) which loses some
- vertical resolution but discards the mice teeth effect. Information was
- found on http://www.100fps.com/index.htm.
- We now have "discard", "blend", "bob" and "linear".
- commit 73ec58f68c03779a98a4c0a97a41e19253422d6c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jun 8 20:25:13 2002 +0000
- * ./plugins/mad/mad_libmad.c: changed error messages to warning/debug.
- commit d1adb68e90141a380c77c130196f38aeed72a55c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jun 8 19:32:19 2002 +0000
- * ./plugins/macosx/*: additional minor fixes.
- commit 58ac187094647cb9f615292679801209a8253753
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jun 8 18:52:34 2002 +0000
- * ./plugins/macosx/vout_macosx.m, ./plugins/macosx/aout_macosx.m,
- ./plugins/macosx/intf_vlc_wrapper.m: preliminary OS X compilation fixes.
- commit 8fbbb9594a0ecd9efca52dc70162c1bdf48a40ac
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jun 8 14:08:46 2002 +0000
- * ./include/vlc_threads.h, ./src/misc/threads.c: improved the cond_wait
- implementation to avoid races, by using SetEvent instead of PulseEvent.
- commit ece55c8fc27b518ceb214f8b4e3c7827a5847d8d
- Author: Loïc Minier <lool@videolan.org>
- Date: Sat Jun 8 02:50:26 2002 +0000
- * ./plugins/xosd/xosd.c: a couple more options, better defaults
- commit 2e8031b40a29bcf650782ab93a007da7be5556aa
- Author: Loïc Minier <lool@videolan.org>
- Date: Sat Jun 8 01:41:22 2002 +0000
- * ./configure.in: checking for the header should be enough in most cases
- * ./plugins/xosd/xosd.c: configuration options
- commit a5e3711fb88b0d73c998dab67f0b70eb8f2123d7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jun 7 23:53:44 2002 +0000
- * ./plugins/win32/*: tried to port the Win32 interface to the new API. Seems
- to be still crashing.
- commit 5c13c83c1565cd50f3e2a57b84e39d383c891f06
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jun 7 23:05:03 2002 +0000
- * ./plugins/gtk/gtk_callbacks.c: some code cleaning.
- * ./plugins/text/rc.c: fixed the "a" command.
- commit 950e98ee51c90613e92eb60ca1b724955e8a1b95
- Author: Loïc Minier <lool@videolan.org>
- Date: Fri Jun 7 22:41:50 2002 +0000
- * forgot to cvs add the _files_ -- sorry
- commit 6c46a708b11942b47e62980bd3e19a79fc47c552
- Author: Loïc Minier <lool@videolan.org>
- Date: Fri Jun 7 22:32:18 2002 +0000
- * fixed my typos in configure.in
- commit 9edc2a463468f0fd2141190e8d705bd91b60833f
- Author: Loïc Minier <lool@videolan.org>
- Date: Fri Jun 7 22:24:04 2002 +0000
- * basic On Screen Display intf-plugin based on libxosd
- commit 5a895839f5c6f9b1450a4e4ac1b3b97bcb761c33
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jun 7 21:45:30 2002 +0000
- * ./src/misc/netutils.c: network mode works again.
- commit b8a59e7f243ea6e91f8887b7e35202463ccb26e6
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jun 7 19:54:37 2002 +0000
- * ./plugins/gtk/*: the Gnome/Gtk+ interfaces have all their features back.
- * ./src/playlist/playlist.c: fixed an off-by-one loop error.
- commit bd0a8b89d84e036e253a828976bb973a5fcc7f32
- Author: Arnaud de Bossoreille de Ribou <bozo@videolan.org>
- Date: Fri Jun 7 18:03:40 2002 +0000
- * plugins/a52_system/.cvsignore: What about a little .cvsignore ?
- commit 74ea8fa58e39eb8dffb0c5827484517acae3c0bc
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jun 7 16:06:09 2002 +0000
- * ./plugins/dummy/input_dummy.c: dummy targets such as vlc:nop, vlc:loop
- and vlc:quit work again.
- * ./src/playlist/playlist.c: when a new target is added, for instance through the "File" menu, it is automatically played.
- commit 3712520f8b2a1d83426f50a6cf4a63347da57ebb
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jun 7 14:59:40 2002 +0000
- * ./include/vlc_objects.h: pointers are set to NULL after a call to
- vlc_object_destroy (idea from stef).
- * ./po/pl.po: updated polish translation, thanks to Arkadiusz Lipiec
- <alipiec@adrenalina.pl>.
- commit b9e9cb420db33d098d3d9edea1f3e9d84d5fb18f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jun 7 14:30:41 2002 +0000
- * ./src/playlist/playlist.c: lots of playlist behaviour enhancements.
- * ./src/misc/objects.c: we do not hang on attempt to destroy an object with
- a non-zero reference count, but we still complain.
- * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such
- as play, pause, stop, next, fast etc. work again.
- * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a
- workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes.
- * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the
- appropriate properties, we use it.
- commit d547ff04bf52ebc411bf4014c7fd97295274e5e4
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Jun 5 20:58:54 2002 +0000
- Minor fix for the BeOS' make-package (icon loss).
- commit decae7d2872582b9cf6809d0f9312a4afd77cf3b
- Author: Stéphane Borel <stef@videolan.org>
- Date: Wed Jun 5 18:29:24 2002 +0000
- * Set object pointer to NULL after destroy.
- commit 92cae559e9421b73a6811d11906184fbfe99383f
- Author: Stéphane Borel <stef@videolan.org>
- Date: Wed Jun 5 18:18:49 2002 +0000
- * Release vout when we close spudec.
- commit 85ec39357555ce8623cce0d9cf112d49b1cf1229
- Author: Stéphane Borel <stef@videolan.org>
- Date: Wed Jun 5 18:15:46 2002 +0000
- *Only report initiliazation error when it is really an error.
- commit 1c35540e3b20c9ab9172f0656f207303ed23e08b
- Author: Stéphane Borel <stef@videolan.org>
- Date: Wed Jun 5 18:07:03 2002 +0000
- * Added mouse coordinates to vout struct. They are only update from x11 for now,
- and they are used nowhere.
- commit 1aa0aa3961ec17dd2f0151820ca91e83ded08eb8
- Author: Stéphane Borel <stef@videolan.org>
- Date: Wed Jun 5 18:01:31 2002 +0000
- *Check if p_vpar->p_vout is available before detaching it.
- commit e9de293df3df0a6c1b2d29a9d5acd8794f6e54f6
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jun 4 20:33:25 2002 +0000
- (new in MAIN)
- * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when switching to
- fullscreen from the popup menu.
- (from v0_4_1_branch)
- * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
- from the popup menu.
- * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
- a segfault in the Gnome popup menu when toggling the interface.
- commit 7291e0a7e2e207fed4cbb7063550d60d06824018
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jun 4 00:11:12 2002 +0000
- (new in MAIN)
- * ./src/interface/interface.c: interfaces are no longer attached only to
- p_vlc.
- * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c,
- ./src/input/input.c: improvements in the playlist handling (not quite that
- yet though).
- (ported from v0_4_1_branch)
- * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
- * ./src/misc/configuration.c: fixed the --nofoo option handling.
- * ./src/interface/main.c: fixed two compilation warnings under Solaris.
- commit c4c5b603a20adc1a74f4417f576143d0b67cf6bc
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Jun 3 21:43:41 2002 +0000
- * added the --with-dvbpsi-tree option
- commit dbabd8d1b588e34ed2365bba846db4d04eca1905
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jun 3 07:22:36 2002 +0000
- * ./plugins/win32/waveout.c: waveOutUnprepareHeader() was never being
- called. This should fix the memory leak some people reported when using
- the waveout plugin.
- commit 40592166a84f0a28c12ca0bfba132f82beffba64
- Author: Arnaud de Bossoreille de Ribou <bozo@videolan.org>
- Date: Sun Jun 2 23:43:38 2002 +0000
- * Makefile, configure.in, configure, MODULES: added a52_system input module.
- * plugins/a52_system/Makefile, plugins/a52_system/a52_system.c: a52 input
- module.
- * plugins/ac3_spdif/ac3_spdif.c: added a little mwait to avoid a flood from
- the a52 input module.
- Note: the new module aims at reading ac3 streams but it works only with the
- ac3_spdif "decoder" since it is the only one which dates each frame contrary
- to the others which can't avoid a flood from the input module.
- commit 651da7f20399c92550247b097c1cf0a0b296fe6e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Jun 2 23:29:29 2002 +0000
- (ported from v0_4_1_branch)
- * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
- Vladimir Chernyshov <greengrass@writeme.com>.
- commit e058a31531c7d1375a0bc1a3540d4f15cb40da4e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Jun 2 23:11:48 2002 +0000
- (new in MAIN)
- * ./plugins/spudec/spu_decoder.c: we now use FIND_ANYWHERE to find a vout.
- (ported from v0_4_1_branch)
- * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
- currently sucks.
- * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
- and --no-foo as negations for --foo. Also, the --help output is nicer.
- * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
- commit 1a6e240dba69093e2b2e6e23156b3e0b34ee60ca
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Jun 2 23:03:22 2002 +0000
- * Updated README.
- commit dfac0d1dd97a15d090b19e8560ad102f3f03cc9f
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Jun 2 22:45:31 2002 +0000
- Bumped up version number to 0.5.0-cvs.
- commit b60815ca26a806295facb9d47bc0657ed39eb9b2
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Jun 2 22:32:46 2002 +0000
- * ./plugins/macosx: rewrote the net panel for OS X
- commit 5cfee5890e9e555105e4dcaae36980ef87943aac
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jun 2 15:51:30 2002 +0000
- * ./include/vlc_common.h: got rid of i_thread in VLC_COMMON_MEMBERS.
- commit f8570a695a92e33309f238df9eec1044651f63e6
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jun 2 14:26:16 2002 +0000
- * ./include/os_specific.h: changed prototype of system_*() to use vlc_t
- instead of vlc_object_t.
- commit 695669c95fcc493cf48fb995b967ed58f8b07efd
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Jun 2 13:49:35 2002 +0000
- (new in MAIN)
- * ./plugins/dvd/dvd_es.c, ./plugins/satellite/input_satellite.c,
- ./plugins/dvdread/input_dvdread.c: updated outdated variable names.
- (ported from 0_4_1_branch)
- * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
- which caused subtitles to appear slanted in odd width windows.
- commit 9d64d52219b29d887b7223ab43e3f3de4f7e396b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jun 2 13:38:03 2002 +0000
- * ./include/vlc_threads.h: re-merged vlc_threads.h and threads_funcs.h.
- commit 9b21679c04e34024ed9e83c7f40670f715d8d471
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Jun 2 12:16:31 2002 +0000
- * New Loop menu item in OS X interface.
- commit b73f6722b19f7e553f7516d7533eeed6074b6ea3
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Jun 2 11:59:46 2002 +0000
- (new in MAIN)
- * ./src/playlist/playlist.c, src/input/input.c: added safety checks to
- prevent crashes on next file.
- (ported from 0_4_1_branch)
- * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
- popup menus when no stream is being played, even in network mode.
- * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
- commit 1de74b8731b3bfbd0c76eb67a7e4348a1fa3087c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jun 2 10:28:48 2002 +0000
- * ./plugins/a52/a52.c: compilation fix. Following C99 we have to include
- <stdint.h> but Solaris doesn't have it so we include <inttypes.h> when
- it isn't found.
- commit 211d6badd6e8fccfe412dc68ad8135423efbbe51
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Jun 2 09:03:54 2002 +0000
- * ./src/video_output/video_output.c: fixed the "picture has invalid status"
- bug which might have been the cause of crashes.
- * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
- using "--filter crop --autocrop".
- * ./vlc.spec: added missing filters to the RPM generation.
- * ./src/misc/objects.c: commented all functions.
- * ./src/misc/objects.c: implemented vlc_object_find( , , FIND_ANYWHERE).
- * ./src/misc/objects.c: renamed vlc_object_unlink to vlc_object_detach.
- commit 91eb944bca5bf25a844cc9f3a4a3da86dff26069
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Jun 2 01:20:52 2002 +0000
- * Channel change support on Mac OS X ;
- * New OS X icon, courtesy of Benjamin Mironer <bmironer@noos.fr>
- commit 8d5d2448500b2003a21e55a14ff3170aa84afe52
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat Jun 1 23:42:04 2002 +0000
- Mac OS X interface :
- * fixed a bug in the chapter handling ;
- * more keystrokes ;
- commit 71ec135b95bd6fa66b042dccc16ac928ae225ee3
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jun 1 18:04:49 2002 +0000
- * ALL: got rid of p_object->p_this which is now useless.
- commit 3722c40b96a70ec64fad1b100bc7f7e7fdff87e0
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jun 1 17:11:41 2002 +0000
- * ./bootstrap.sh: ah ah ah. CVS likes to make fun out of me.
- commit f60d5d587a4013e83b9b4a6d11641badf207c79d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jun 1 17:09:25 2002 +0000
- * ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes.
- * ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does
- not include CVS Id lines in automatically created files.
- commit 1dedf688bade69ffe778abd12f7cf810c6c6dcd9
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jun 1 16:45:35 2002 +0000
- * ./plugins/dummy/intf_dummy.c, ./plugins/chroma/i420_yuy2.c,
- src/interface/intf_eject.c, src/misc/threads.c: win32 compilation fix.
- * ./plugins/directx/aout_directx.c, plugins/directx/vout_directx.c,
- ./plugins/directx/vout_events.c: the DirectX notification and event threads
- now use the vlc_thread_create / vlc_thread_ready scheme. Untested.
- * ./configure.in: added a check for inttypes.h and sys/int_types.h.
- * ./configure.in: fixed the HTTP plugin compilation under BeOS.
- * ./plugins/network/ipv6.c: reactivated IPv6 module.
- commit 2dad070c9fadba304775b44b6e41edbf67c16784
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jun 1 14:31:32 2002 +0000
- * ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable.
- * ./include/main.h: replaced p_sys with explicit variables because it's
- really much simpler this way. Gildas, will you ever forgive me ? :-)
- commit 23379347d1a9b87795f717c9ffaee06d0b42e938
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jun 1 13:52:24 2002 +0000
- * ./src/misc/beos_specific.cpp: the BeOS BApplication thread now uses the
- vlc_thread_create / vlc_thread_ready scheme to signal readiness.
- * ./src/misc/objects.c: prevent the creation of a too small vlc_object_t.
- * ./include/vdec_ext-plugins.h: removed the vdec_thread_t declaration, which
- belongs to plugins/mpeg_vdec.
- * ./ChangeLog: imported the 0_4_1_branch changelog.
- * ./plugins/chroma/i420_yuy2.h: imported a 0_4_1_branch fix.
- commit 9e3ab283c258cba17e4ca6730d84f9d00d49b068
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jun 1 12:32:02 2002 +0000
- * ALL: the first libvlc commit.
- As for video output 4, this breaks almost everything, but I'll slowly
- do what remains to be fixed during the weekend.
- Changes in vlc:
- ===============
- * vlc is now a very small program (20 lines) which uses the libvlc API;
- it is quite simple for the moment but can be extended in the future.
- * interfaces, decoders, video outputs, etc. are now almost the same
- objects (yes, I know, this is C++ redone in C) and are structured in
- a tree. More about this later, but basically it allows the following
- nice features:
- - several interfaces
- - several playlists with several outputs
- - input plugins spawning helper interfaces (will be used for DVD menus)
- - anything spawning anything; I swear there are useful uses for this!
- * libvlc can be used in other programs; I'm currently writing a Mozilla
- plugin for my employer.
- Things currently broken:
- ========================
- * most interfaces, most ports
- * the playlist handling (almost finished rewriting this though). This means
- no file can be played from the GUI, you need to use the commandline. This
- also means it segfaults at EOF, when exiting the program, and it sometimes
- refuses to open a file when asked to.
- commit 36c0b1516d274aec95ed0cf13fc2996dc7e53e3b
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jun 1 11:11:51 2002 +0000
- * ./plugins/macosx/intf_vlc_wrapper.m: fix for non-ASCII filenames in the
- MacOS X interface, courtesy of Watanabe Go <go@dsl.gr.jp>.
- commit e5b87d5ca70224e09b0c321536bcd8350cc08021
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jun 1 11:08:24 2002 +0000
- * ./plugins/chroma/i420_yuy2.h: fixed an old overflow bug spotted by
- Rudolf Cornelissen.
- commit cdd801debe59ae9af3888035deb2a8e8eafacd0f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Jun 1 10:47:07 2002 +0000
- * ./plugins/chroma/i420_rgb16.c: fix for skewed display in software RV32
- mode, courtesy of Pascal Levesque.
- commit 1e803beae9a84aabc89dad7b7bac61cd7abe0c1b
- Author: Tony Castley <tcastley@videolan.org>
- Date: Sat Jun 1 09:21:59 2002 +0000
- Fixes for preventing multiple playlist windows
- and improvements and corrections in videoout.
- commit 4754b3a01f2b1b48c3bfc19f25325feefc1d6abd
- Author: Tony Castley <tcastley@videolan.org>
- Date: Sat Jun 1 09:20:16 2002 +0000
- Fix to prevent multiple Playlist windows
- commit ff256e3231f614a7b7ef9de7deb0281d76d2c719
- Author: Tony Castley <tcastley@videolan.org>
- Date: Sat Jun 1 08:54:48 2002 +0000
- Fixes for Playlist window
- commit e412ce5f0517e1da7e6b4f4b763c238f3b500ff3
- Author: Tony Castley <tcastley@videolan.org>
- Date: Sat Jun 1 08:54:08 2002 +0000
- * Fixes for Playlist window. Now only creates one and destroys correctly.
- * Fixed the height of the output video, was one to big.
- commit d4eef422ca56f033500376274c9919d2aba1787a
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri May 31 21:56:01 2002 +0000
- * Compilation fixes for Solaris ;
- commit f5bd9c097c3eea5c73b9fdcac96e198d2b2b9ccf
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri May 31 21:37:42 2002 +0000
- * plugins/sdl/aout_sdl.c : Fixed an endianness issue created by a
- brain-dead developer :p
- commit 2cf9b0f3c2ae87c78b5972a60cf440a994f8269b
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Fri May 31 01:09:51 2002 +0000
- Win32 interface:
- * The "Eject" button is enabled only after we played a dvd or vcd.
- * The toolbar is now flat and less cubist.
- * Got rid of the ugly slider with some winXP skins.
- * Added a config option to limit the number of messages in the log
- window (default is set to 500).
- commit c8d6aecd454a4143fcad72bbdd2215c4c74da386
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu May 30 13:58:17 2002 +0000
- * ./plugins/mpeg_vdec/vpar_headers.c: don't try to deference a null
- pointer (fix from sam).
- commit 908777d2e4e8efcb5e534ac5cfa4d456808501e6
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Thu May 30 13:39:43 2002 +0000
- - gnome.c didn't compile
- (Gildas you forgot the default value for gnome-toolbartext, I assume
- it was 1 ;)
- commit b123e61f6297232a26b090cb27248a2064fabd46
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Thu May 30 13:22:43 2002 +0000
- - removed the obsolete artificial delay when switching channels.
- Now it is ultra-fast !
- commit 80aa3da1baa0e048d1119091bad4ec4085274ed7
- Author: Xavier Marchesini <xav@videolan.org>
- Date: Thu May 30 08:59:42 2002 +0000
- * intf_eject.c : added ejection code for Win32. Please test it under
- Win95/98/Me, I just can't install a winme
- in my work office :).
- * plugins/win32/* : enabled the "Eject" button (thanks Ipkiss)
- * src/misc/netutils.c : just changed my mail :P
- commit 0170377dc07808be9105b199c5e26142e52a2cd9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu May 30 08:17:04 2002 +0000
- * changed ADD_BOOL and ADD_BOOL_WITH_SHORT config macros to accept a
- default value as an argument.
- * modified the command line parsing to accept --foo and --no-foo when a
- "foo" boolean config option is defined.
- * modified the help menu to indicate if the option is enabled or
- disabled by default.
- commit 9df1a97b02e02e64a62f06cf6dd6d02d27d28264
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 29 18:39:14 2002 +0000
- * ./src/video_output/video_output.c: when the video output hasn't received
- a new picture for a while, it redisplays the last displayed one. This will
- be useful for DVD menus, but also solves the "picture becomes black when
- vlc is paused" issue.
- commit ae1fb706a3064578d42aa7ffb55abe4151f5fa78
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed May 29 10:08:03 2002 +0000
- * ./plugins/dummy/dummy.c: added a CATEGORY_HINT to the config.
- * ./plugins/x11/xcommon.c: small change to the ToggleFullscreen routine
- to avoid a flickering during the switch.
- commit 0aeed985a6e5947f3f31e14fcec2277956dc580a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue May 28 22:49:25 2002 +0000
- * ./plugins/filters/*: fixed inconsistencies.
- commit e9577415e27614d48bb58e5215deb75a421227b8
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Tue May 28 21:44:46 2002 +0000
- * New icons for the toolbar buttons
- * URL can now start with "http://" in the Network dialog box
- * Updated the About dialog box
- commit 95179314ea9a27f783b3ad8ffed35814fa25e3f6
- Author: Stéphane Borel <stef@videolan.org>
- Date: Tue May 28 18:34:42 2002 +0000
- *Added a b_force flag to picture_t so that we can force the display
- of an image even if it is late.
- commit a944ebffaabbd3bef9b549cadb8b50ac3638e7da
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 27 19:35:41 2002 +0000
- * ./plugins/filter/*: filters are now configurable through the configuration
- system. Patch from Sigmund Augdal <sigmunau@stud.ntnu.no>.
- commit 09186fe636637601f5c6f20c10ed89e274722d07
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 27 18:35:53 2002 +0000
- * ./po/pl.po: uh uh uh, forgot to cvs add this file...
- commit 6c4fa3740c4b0114c7ceebab9e4f427afbfd57b4
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 27 18:34:33 2002 +0000
- * ./po/vlc.pot: updated potfile.
- * ./po/pl.po: polish translation, courtesy of Arkadiusz Lipiec
- <A.Lipiec@elka.pw.edu.pl>.
- commit c6412d0eb758f66e735cea6acb384ce587b28a77
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 27 18:33:35 2002 +0000
- * ./debian/control: updated Debian package descriptions.
- commit 9687686cd51319180c64a20fefb5c5c5fa2104a6
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 27 18:26:31 2002 +0000
- * ./plugins/aa/aa.c: removed all palette code as it was unused.
- * ./plugins/aa/aa.c: moved the aa_fastrender call from vout_Display to
- vout_Render.
- * ./plugins/aa/aa.c: added support for resizing and right-click menu.
- (patch courtesy of Sigmund Augdal <sigmunau@stud.ntnu.no>)
- commit 2b648b82afd3547f1d89a447148901060a18016d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon May 27 16:01:42 2002 +0000
- ALL : In order to make ac3 working in avi file, I've deplaced some code
- from ac3 decoder to mpeg_system.c. ( skip 3 bytes is now done in
- mpeg_system.c and no longer in ac3 audio decoder ).
- commit d2ff612b5e0138bafe53dc2a605b802d28764da7
- Author: Alexis de Lattre <alexis@videolan.org>
- Date: Mon May 27 01:49:41 2002 +0000
- Link to the GPL licence
- GFDL licence know used for the licence
- commit 11964fbb04cfd8f924af72f5fb93a498c27ee007
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat May 25 21:42:36 2002 +0000
- Changed download URL.
- commit 79445d6a342450d73b8ac6d039cb45a19442e60a
- Author: Marc Ariberti <marcari@videolan.org>
- Date: Sat May 25 19:15:50 2002 +0000
- * src/misc/netutils.c: tests if message from vlcs begins with 'E:' or 'I:'
- instead of testing 'E: ' and 'I: ' (to simplify miniVLCS)
- commit fb98cdb0561668c46f178d9e95890fc98eb85684
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat May 25 16:23:07 2002 +0000
- * all: avi file is a piece of sh*t, make more test.
- commit 830af7ae30c069d8359fb5938fdfcd59ea876f72
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri May 24 12:42:14 2002 +0000
- * ./include/inpu_ext-dec.h added a check to fifo->b_die after the call
- to BitstreamNextDataPacket() in GetChunk().
- Code using GetChunk() also needs to check fifo->b_die before using the
- obtained data.
- This fixes frequent crashes you get on win32 with the a52 plugin when you
- close a stream.
- commit f8a2f7c85cb84107d96378406f4f6d5cb0027269
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu May 23 22:33:44 2002 +0000
- update release-howto
- commit 1fa711aebc995b1e5b180a9fb7fe67ce24a9aacb
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu May 23 22:21:14 2002 +0000
- * ./src/video_output/video_output.c: the video output thread was never
- joined! A pretty old bug...
- commit 54e1790bfd2593943ae510cbd8931dd28e9c7ca1
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Thu May 23 22:18:55 2002 +0000
- * ./plugins/macosx/intf_open.m: Remember last open file panel location,
- thanks to <ssudre2@wanadoo.fr>
- commit b6f4ca51b78537f22ebe16e3c01811461aa0b145
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu May 23 21:42:43 2002 +0000
- Updated Mac OS X readme, courtesy of The DJ <d.hartman@student.utwente.nl>.
- commit c1685097d3fc89853c37b45be80bab1d1591a701
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed May 22 23:40:50 2002 +0000
- * Updated ChangeLog
- * Updated release date
- commit 64845e08f503f9e5609ad196e5e514b9408bfa02
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed May 22 23:11:00 2002 +0000
- Fixed HTTP input under Win32 (thanks ipkiss).
- commit 9f5db9fda08d037a3758a09ea0ce5ccf2d2dbbf8
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 22 21:42:47 2002 +0000
- * ./plugins/dvd/dvd_seek.c: reverted a previous change in DVD input which
- caused input to get stuck in interleaved cells.
- commit 39faf1b6f0d16104ef14d6e080f5f112487e22c5
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 22 21:30:08 2002 +0000
- * ./plugins/gtk/gnome.glade: removed bevel from title and chapter buttons.
- commit afdfd513606ee1100b03fe561c78aed7d3bb879e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 22 21:15:04 2002 +0000
- * ./plugins/mad/mad_adec.c, ./plugins/mad/mad_libmad.c: use intf_WarnMsg for
- debug messages instead of intf_ErrMsg.
- commit 630692cc63f302da49425e8abfca16c725f0e71c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 22 21:08:42 2002 +0000
- * ./plugins/win32/network.dfm, plugins/macosx/intf_open.m: updated channel
- server default hostname.
- commit 4a2ea217d656ef57ac461892f6b000548f7d91cf
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 22 21:05:18 2002 +0000
- * ./plugins/chroma/i420_yuy2.h: bugfix for the I420 to YUY2 MMX chroma
- transformations, with the help of Pascal Levesque.
- commit 0cd5d9133656183f9d25ba3b1019a6272487fcd9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed May 22 19:31:33 2002 +0000
- * ./src/misc/modules.c: restored plugins hiding as the problem is fixed.
- * ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If
- we don't do this, trying to use the class when the plugin is reloaded will
- cause a segfault.
- PS: on Win32 the sdl plugin is still affected by this. It looks like SDL keeps
- an internal state which isn't updated when we reload the plugin.
- commit 0f15b563f2dd5aaf6e05f8b11e3a76562b4759cb
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 22 17:19:46 2002 +0000
- * ./src/misc/modules.c: disabled module autohide until we find out why a
- reloaded module sometimes does not work properly.
- commit 2bb1112c082708ae8f784f3142acabc9008f64af
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 22 17:17:45 2002 +0000
- * ./plugins/access/file.c, plugins/dvd/dvd_seek.c: readability changes.
- * ./Makefile: the vlc rule depends on modules_builtin.h.
- * ./include/modules_inner.h: removed useless code.
- commit 8bf866edd4ea5434c2450805a41f67859877f907
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Wed May 22 17:12:45 2002 +0000
- * ALL: replaced TUpDown components by TCSpinEdit ones, which allow
- values greater than 32767. It fixes the audio bug ocurring when a
- configuration file is saved under the win32 interface
- * ./plugins/win32/mainframe.cpp: Added some extra space between
- statusbar and toolbar when nothing is displayed. I find it nicer :)
- commit a457b188a1f17d05e5e53f1885a6d5ff59fa03c8
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed May 22 14:20:41 2002 +0000
- * ./plugins/text/logger.c: on win32 the logger interface shows up a dos
- command box.
- * ./plugins/gtk/gnome.c: fixed uninitialized variable. (from Sam)
- * ./plugins/gtk/gtk_playlist.c: simplified GtkRebuildCList(). (from Sam)
- commit 3c809e53141a5c7ab41ce7ba26d768ccee26952c
- Author: Johan Bilien <jobi@videolan.org>
- Date: Wed May 22 12:50:21 2002 +0000
- * plugins/vcd/vcd.c: added svcd shortcut to the vcd input
- commit 6cec0a69e8d4db44162b02bea205e8977f232cc2
- Author: Tony Castley <tcastley@videolan.org>
- Date: Wed May 22 12:23:41 2002 +0000
- Changes to reduce segfaults on exit, and also allow only one Playlist window.
- commit 455104ab9fc62aeba5898641114b192c357e920f
- Author: Loïc Minier <lool@videolan.org>
- Date: Wed May 22 11:23:56 2002 +0000
- * ./include/modules_inner.h: fixed a crash when reopening a hidden
- module (by sam)
- commit 0b04c7395d53fdad933514ac22193e2a28945fde
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue May 21 22:09:45 2002 +0000
- * Updated spec for ffmpeg.
- commit 26a3b9dd1b55bf70bd0228c49865b04248475139
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue May 21 13:34:31 2002 +0000
- * On Win32 the DVD access plugin has to be explicitly requested. This
- avoids crashes when the input thread tries to open files as dvds.
- commit f5f70e2beba3ad114ed1296ce2ec0beb6a6e0123
- Author: Loïc Minier <lool@videolan.org>
- Date: Tue May 21 13:27:32 2002 +0000
- * fixed a side-effect bug causing crashes on DVD title change
- commit 9b3216c8e441c8868278507323704ec86332cc72
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue May 21 07:48:50 2002 +0000
- * ./plugins/directx/aout_directx.c: fixed compile warnings.
- commit d4a50a341a2cec06f6d0be17345aa7379fcfa74e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue May 21 06:55:48 2002 +0000
- * ./plugins/network/ipv6.c: fixed a stupid bug.
- commit f5f0a1cd00d1c8ef90e7267763d7f7f2e1d13ad0
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue May 21 03:37:17 2002 +0000
- * ./plugins/chroma/i420_yuy2.c: margin support for the 420 planar to 422
- packed chroma transformations.
- commit 6eb7dd20a465d840e17a59f11217d29bd7fc9d86
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue May 21 02:46:39 2002 +0000
- * ./plugins/chroma/i420_yuy2.h: fixed the BeOS crash. Margin handling isn't
- done yet, though.
- commit 7d8822ee4610b3bd4adc65395336bde7a4d185cd
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue May 21 01:40:17 2002 +0000
- * ./src/input/input.c: fixed a bug with the input remaining stuck when no
- network data was present.
- commit b27d2f93d6ac431e4e217b0034d5417ec8fff27a
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Tue May 21 01:29:38 2002 +0000
- * Fixed a stupid bug in the Network dialog.
- commit 35070dfc3ff02523dad09b0c57a19b52bfd374f3
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue May 21 01:27:26 2002 +0000
- * ./plugins/mpeg_system/mpeg_ts.c: fixed a warning.
- commit f91631ad5ac94fb07e2018f5228dd83d9cd8c0a3
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue May 21 00:34:41 2002 +0000
- * ./plugins/dvd/dvd_access.c, plugins/dvd/dvd_seek.c: very minor cosmetic
- fixes.
- commit 75424d35e920a3d828052e4141d6c095c5b57a9c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue May 21 00:23:37 2002 +0000
- * src/input/input_ext-plugins.c, src/input/input_ext-intf.c: boundary checks
- on seek.
- commit be685831886a5036677bbb04cea72b78731e6441
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 20 22:45:03 2002 +0000
- * ./plugins/dvd/*: fixed a few inconsistences.
- * ./plugins/dvd/*: renamed i_start/i_end couples when they actually
- meant i_first/i_last.
- commit 1ac32f37988a918d8f3720fff6c14b70c9310b39
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 20 22:39:36 2002 +0000
- * ./src/interface/main.c: fixed a little memleak.
- * ./src/input/input_dec.c: removed useless code.
- * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized
- variables.
- * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value.
- commit e7061e867fefbbcb1fd5ceabca3377d4977f4ed0
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 20 22:36:42 2002 +0000
- * ./src/misc/iso_lang.c: code simplifications.
- * ./src/misc/iso_lang.c: the language prototypes now use the const keyword.
- commit b651216e7822ff0113c10228982c36b30fbbc04e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 20 22:34:56 2002 +0000
- * ./po/*: updated language files.
- commit 581319a16e1ff627213dda52830c5ca7ed470176
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 20 22:30:19 2002 +0000
- * ./plugins/x11/xcommon.c: fixed x11 and xvideo alternate fullscreen (gibalou
- on t'aiiiiiiiiimeuh).
- commit 50e5262462a38131a0bd84480cb3076d81f2f61f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 20 22:26:01 2002 +0000
- * ./configure.in: tried to fix the -lavcodec detection.
- commit ff4bf779fb0d2afcee74979c6abbe2ea99c91827
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon May 20 20:58:58 2002 +0000
- * Bumped up version number to 0.4.0 ;
- * Updated changelog.
- commit 3ce5cf59667f9a117c87a3b685cc882ba9379373
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 20 19:49:18 2002 +0000
- * First try for IPv6 support on Win32. This hasn't been tested so it
- might not work! To compile this stuff you need a mingw compiler with
- w32api-1.3.
- The win32 code uses the getaddrinfo function because inet_pton is
- supposed to be deprecated and not supported by Microsoft. gethostbyname2
- isn't supported as well. Maybe we could try to unify the ipv6 plugin and
- have all the ports use getaddrinfo ? (I didn't dare to do it because I
- don't want to break anything before a release ;-)
- commit 778c00c7eb4cd47ea206a4017267db4b5d4b5d60
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 20 19:34:58 2002 +0000
- * ./src/video_output/vout_pictures.c: workaround for a bug in the dummy vout.
- commit ebf2982eaf7ed4d68477aa4bb2e1700ba87e4510
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 20 19:12:16 2002 +0000
- * ./Makefile: we check for Makefile.config before including it.
- commit cd08e2c2544b1268c7bb387be1a983fdd373c54e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 20 19:02:22 2002 +0000
- * ./plugins/dummy/dummy.c: added --dummy-chroma option.
- * ./plugins/dummy/vout_dummy.c: the dummy vout plugin now uses vlc's
- vout_AllocatePicture instead of its own.
- * ./src/video_output/vout_pictures.c: added YUY2 in vout_AllocatePicture.
- commit f762dca1a46e7f371bd016c89fe330a31de97d1f
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon May 20 18:51:57 2002 +0000
- Added Makefile.config.
- commit f461b69007924f0e9076ee61df30bc37deaad5ed
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 20 18:43:02 2002 +0000
- * ./Makefile: forgot to remove Makefile.config in the distclean rule.
- commit 2cd2d8b31a3f00e5408cb4cf6312609888ad04a7
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 20 15:03:33 2002 +0000
- * Added an option to disable the dynamic range compression.
- commit 287f188ad969729ec0aefc5ff2971b76d6a6b0ac
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 20 14:22:52 2002 +0000
- * ./ChangeLog: updated changelog.
- commit b4985b910a319c9d78dddc5ab8cf2b5d2241764b
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 20 14:12:15 2002 +0000
- * ./Makefile.opts.in: removed configuration stuff which does not need to
- rebuild anything to Makefile.config, so that editing it will not cause
- a complete rebuild.
- commit 2ead2268600d9611af3c31838662d4a03d31781a
- Author: Tony Castley <tcastley@videolan.org>
- Date: Mon May 20 11:21:01 2002 +0000
- Improved Overlay and Bitmap output modes.
- Due to existing bug in some Chroma's the Overlay does not work for nVidia
- cards. Sorry.
- commit f6d172c33d29ef719afcc238824045cd565fd118
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon May 20 10:44:18 2002 +0000
- Removed unused headers.
- commit 634e5847f221b05142f4a48378c72e12b08ee8fa
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Mon May 20 05:20:12 2002 +0000
- * ./plugins/macosx/intf_controller.[mh]: you can now drag & drop files onto
- the vlc dock icon. CFBundleDocumentTypes in Info.plist doesn't seem to have
- any effect, so you'll have to hold down command-option when dropping until
- this is resolved.
- commit fe95288adb39a046872a492488a3e111bd11da59
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 19 23:51:37 2002 +0000
- Mac OS X-specific :
- * We now use real-time threads ;
- * Worked around a bug when seeking ;
- All :
- * Removed my patch to the video output since it causes problems for some
- people.
- commit dec3c9e9b11f9531f92d7718b2f55a3ba1d1d56e
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 19 22:46:53 2002 +0000
- * Fixes for ffmpeg and mad.
- commit 1f79d1e3eacd994e7c02c752af1a00c1e56d1e56
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 19 20:55:00 2002 +0000
- * OS X intf is now more consistent with Apple guidelines.
- commit 47e2835fec716e72059c282f1fd54216ed20c86d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 19 20:26:11 2002 +0000
- * fixed a segfault I introduced lately in gtk_preferences.
- commit 36180ab1dbaa9b2196e3a7f88b46e8d8ccffda0f
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Sun May 19 19:16:40 2002 +0000
- * ./plugins/macosx/intf_vlc_wrapper.m: don't try to eject unless there is
- a disc to eject.
- commit dc0450f9865e479ef5cb3885f079f5a0ec674ea6
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 19 17:27:39 2002 +0000
- * Fixed a segfault in the Mac OS X interface.
- commit b5f16d756c73393ea121d64216a19c256997bff5
- Author: Johan Bilien <jobi@videolan.org>
- Date: Sun May 19 16:45:17 2002 +0000
- * plugins/satellite/input_satellite.c: cosmetic changes in error messages
- * plugins/gtk/*: gtk and gnome interfaces now uses frequency and
- symbol rates default values
- commit 966567ba6dc23b909064e2a1fc3465abbcd54d99
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 19 16:01:26 2002 +0000
- Removed fixed entries.
- commit d550a0f854d64a6a6cfdb68667f405689e3d875c
- Author: Stéphane Borel <stef@videolan.org>
- Date: Sun May 19 15:50:02 2002 +0000
- *Initialize p_spudec->p_vout to NULL to prevent segfault if InitThread does
- not complete.
- commit 2bb2d0082f1adc90ce1b8eaf7d7de5eda8fd7ce3
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 19 15:23:35 2002 +0000
- * on win32 the rc plugin opens a new console.
- commit bf05a0e1f058df025aca2630aac47b7994f0e6e6
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 19 12:57:32 2002 +0000
- * filters were using memalign but freeing p_data instead of p_data_orig.
- * updated MSVC++ project.
- * small corrections to the LONGTEXT descriptions in main.c.
- commit c7b4f0cfebae7efc7424dbbd35603b7157ec8a54
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 19 12:12:06 2002 +0000
- * A few updates.
- commit 51400cc747af489dc227dc261380a7d01e1dcece
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 19 12:09:38 2002 +0000
- * New vlc.spec, courtesy of Yves Duret <yves.duret@mandrakesoft.com>.
- commit 35fa354401b78bc32363f92578ac998f939d66a7
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 19 11:29:51 2002 +0000
- * New --with-ffmpeg option for standard installations.
- commit 96ee72f42cb72e29c7b95ad7bb2cca1f80afad20
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 19 11:02:46 2002 +0000
- Updated long descriptions.
- commit b0ab1d966d98d6c1308c58d103fe9bcb351bd185
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 19 10:06:37 2002 +0000
- * on win32 the dummy interface plugin will open a dos command box. With
- this fix, vlc should never fail silently and leave a ghost process
- running in the background when there isn't any working GUI plugin.
- commit 130d95c0806309f78f9094be5528e54230e9c26a
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 19 09:37:02 2002 +0000
- * moved the mpeg-motion and mpeg-idct options to the mpeg_vdec plugin
- * added a few *_LONGTEXT descriptions to main.c
- * on win32 DVD/VCD_DEVICE defaults to to D:
- Could anyone finish the *_LONGTEXT descriptions in main.c. There aren't
- that many left right now, just the ones I didn't really know what to do
- with.
- If someone also wants to review and change the already existing
- *_LONGTEXT descriptions, he is welcome as well because there are not
- really high quality descriptions :(
- commit 7bfa775b70798ff174e2db0cb77755ccaceeb898
- Author: Stéphane Borel <stef@videolan.org>
- Date: Sun May 19 01:07:13 2002 +0000
- *Mark subpictures destroyed when we end spudec thread.
- commit 694cce7116019431336bfd63fa0ee4a437b5b0ab
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 19 00:43:42 2002 +0000
- * Another addition.
- commit 032b437adf520484d705de9be59e69eb60414cde
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 19 00:34:54 2002 +0000
- * Desperate attempt to improve audio output ;
- * Updated documentation.
- commit 348f966219df7389494a915cc2736df172be47c0
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat May 18 22:41:43 2002 +0000
- * updated INSTALL.win32
- * a little bit of clean-up in the directx video output plugin
- commit c673b2b97bfc6bc0ad2b7e679fde9d99a90cb1d2
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat May 18 18:48:24 2002 +0000
- * Fixed Mac OS X resizing.
- commit bdb827829944ca0cebaae9bdd5864a0bf54d1fca
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat May 18 17:53:11 2002 +0000
- * Warning levels are no longer additive, patch courtesy of Arnaud de
- Bossoreille de Ribou <bozo@via.ecp.fr>
- commit ac5c557fc6320a89f6d3d0265537a14c88df4c18
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat May 18 17:47:47 2002 +0000
- * ALL: changed __inline__ with inline (autoconf does the job for us anyway,
- and mipspro doesn't know about __inline__).
- commit feb33ac8ee53046299fed9e84bd4c689e84fbbc6
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat May 18 15:51:37 2002 +0000
- * fixed deadlock in NextFrame() in aout_pcm.c
- commit 885583cc43cfcc407e162b8c0ed797b95385c09b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat May 18 15:34:04 2002 +0000
- * fixed a bug in the directx window creation function. We register a window
- class once per process so we must be careful not to free the associated
- resources.
- commit 7adf5042d1aa1ee5c0fb70132281e6dd181645b5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat May 18 14:03:13 2002 +0000
- * updated the MSVC++ project files and added support for dirent (vlc compiled
- with msvc can now load plugins - even compiled with mingw).
- * small portability fixes.
- commit 80b9aa2b0a100b7b5f83ad09f660faa61c1c0f1a
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat May 18 13:33:44 2002 +0000
- * Menu item to maximize the volume in Mac OS X ;
- * Dropped dependancy on autoconf 2.52.
- commit d55f5d62b7205831d9f489f8f1dc6e7899417992
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat May 18 13:30:28 2002 +0000
- * modified the directx video plugin to try to create an YUV surface before
- falling back to an RGB surface when it's not possible to use overlays.
- Some graphic cards can do the YUV->RGB conversion in hardware during the
- blitting stage.
- * in the directx video plugin, we now request that the RGB surface be created
- in video memory. The reasoning behind this is that usually surfaces in
- video memory benefit from more hardware acceleration (like for instance
- hw rescaling, hw blitting, etc...)
- * added two options to the directx video plugin to disable the above features.
- (mainly because my video driver is buggy and doesn't handle them well).
- * small cosmetic changes to the generation of the config file.
- * fix for config_GetHomeDir() on win32. SHGetFolderPath() is located in
- shfolder.dll not shell32.dll.
- * fix for the gtk preferences dialog box. To be sure that an int or float value
- is actually changed we call gtk_spin_button_update() in the
- GtkInt/FloatChanged() event handler.
- commit 74a2caa2f2c81942e12ec56c71aae22b357ca32d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat May 18 11:59:00 2002 +0000
- * ./debian/control: made the Build-Depends: entry a one-liner (Closes
- Debian bug #147103).
- commit de773ab65f9476fceef3c330cf9805401bc77e19
- Author: Stéphane Borel <stef@videolan.org>
- Date: Sat May 18 08:50:54 2002 +0000
- *A lock was not released;
- commit c74ab57fc65034d2dd634b66b85d3e3c82283d3b
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat May 18 07:30:03 2002 +0000
- * ./plugins/text/rc.c: added a safety lock.
- commit 49ec73857bc82c5b0a7c0e78d0272a639920f3bd
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sat May 18 02:32:00 2002 +0000
- * Fixed my previous commit
- commit 224ebd8d39a6636bcf4e731aca6271af0d15c79a
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sat May 18 02:12:20 2002 +0000
- * New Network dialog box for Gtk and Gnome interfaces
- commit 823cd548e14fa60cfb9ce648f0c71946aa862af1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 17 23:01:02 2002 +0000
- * plugins/mpeg_system/mpeg_audio.c : you can now force this plugin( mpegaudio ).
- commit 74886e67118cfea1dc14fb7ed1425e443767d063
- Author: Stéphane Borel <stef@videolan.org>
- Date: Fri May 17 18:12:59 2002 +0000
- *Update reference in case of sequence end code.
- commit 5deaed2b06633fe7c179708919e1e65d9a6f72ba
- Author: Stéphane Borel <stef@videolan.org>
- Date: Fri May 17 18:06:34 2002 +0000
- *Don't keep the control lock during the pause
- commit a7e097b4e4dfeb4c748418ebfc769e2429320087
- Author: Stéphane Borel <stef@videolan.org>
- Date: Fri May 17 18:01:25 2002 +0000
- *check for b_die and b_error in all loops so that we don't remain stuck
- waiting for data whereas the vlc has tried to quit.
- commit 3425b2e6d5b3e19374a81fd4e40509414bc0bcd7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri May 17 16:38:41 2002 +0000
- * ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh).
- commit 815d564271fd0a57c67cb9d1b1bf8e4cb92b7602
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 17 15:47:01 2002 +0000
- * plugins/avi/avi.c : it will not segfault with broken avi with an unknown stream.
- commit c6e4a4b3ef05be5446045d750fe144fb68983edb
- Author: Loïc Minier <lool@videolan.org>
- Date: Fri May 17 15:14:47 2002 +0000
- * removed usage of usleep (not thread safe) (by Meuuh)
- commit 805a2fd1090ee6d05e2ed5029b749e0161f1323d
- Author: Loïc Minier <lool@videolan.org>
- Date: Fri May 17 14:17:05 2002 +0000
- * video output patch to improve handling of late pictures (by Meuuh)
- commit 25cdd31d04c3e4a2771fb704c6beb24d13ee26a4
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri May 17 00:58:14 2002 +0000
- * ./src/interface/intf_msg.c, src/interface/intf_playlist.c: disabled
- calls to realloc(_,0) in a similar way to input_programs.c.
- commit 497ce52cbbb46b2b4916661222683d47521f809e
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu May 16 16:51:50 2002 +0000
- Another fix from Sam:
- * fix random segfaults on title change.
- (cell.i_cell_nb should be tested _before_ we access the structures)
- commit 5c7fbb3bddc073d6eeee10ace9ba214e2242adc9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu May 16 13:20:22 2002 +0000
- * src/input/input_programs.c: fixed memory corruption by setting a few
- pointers to NULL after they have been free()ed.
- * src/input/input_programs.c: removed now useless ASSERTs.
- This patch comes from sam, so if you want to blame someone blame him ;-)
- commit fe8d899d70f959e60235a65935d5cdacfc133b79
- Author: Tony Castley <tcastley@videolan.org>
- Date: Thu May 16 12:47:59 2002 +0000
- Fixed segfault in last checkin.
- commit 6430cf048d35c748dd6f52212d0d32ee4f2d2946
- Author: Tony Castley <tcastley@videolan.org>
- Date: Thu May 16 11:38:42 2002 +0000
- Improved overlay and bitmap support, not tested on nVidia cards.
- Lower CPU usage and no thread created per frame.
- commit 128b5eb239e5fe025cd2c86864389b25f48715d4
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 15 23:53:45 2002 +0000
- * ./plugins/dvd/dvd_summary.c: added a sanity check.
- commit 7e1feebdd51aea6c592106dab3755f6fb33696c4
- Author: Johan Bilien <jobi@videolan.org>
- Date: Wed May 15 22:53:10 2002 +0000
- * plugins/vcd/* : vcd access plugin now uses mpeg_ps demux instead
- of its own one.
- commit 2ed133b5103f36c17056f6a617cbb1414569eed1
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed May 15 21:14:18 2002 +0000
- Attempt to fix the video output with QuickTime 6.
- commit 17c5e243edcde7b4dd6f00dc0727549ff8e7c76a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 15 19:36:04 2002 +0000
- * ./plugins/ac3_adec/ac3_adec.c: probably fixed most "crash when changing
- audio track" problems by zeroing the p_ac3dec structure.
- * ./plugins/ac3_adec/ac3_adec.c: fixed a "INPUT_MAX_ALLOCATION reached"
- crash.
- commit 168aff53904db571c8b1ee8ce81bc3a772ccd32f
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Wed May 15 15:46:34 2002 +0000
- - check size to avoid realloc(0)
- commit dcd1ba260f9ea6a8f6bf1a9db33ae0dfd3a7db31
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Wed May 15 14:43:20 2002 +0000
- * plugins/win32/network.*: new Network dialog box
- commit 6f7d1706b3e229e7b34de5ec60c8ff068898c523
- Author: Marc Ariberti <marcari@videolan.org>
- Date: Wed May 15 13:36:40 2002 +0000
- * removed a debug message that I forgot in my previous commit
- commit f4012b9fed9723a0196db6c596eebf6746d3c5c8
- Author: Marc Ariberti <marcari@videolan.org>
- Date: Wed May 15 13:07:18 2002 +0000
- On sam's advice I added the input_FDNetworkClose() function to be called
- when closing a networking stream instead of input_FDClose(). It is due
- to WIN32 because we have to call closesocket() instead of close() to
- close the socket. The problem was : windows did not leave the multicast
- group when closing the socket.
- * input_ext-plugins.c : where is located the function
- * *.h : function declaration
- * udp.c, http.c : these modules now call input_FDNetworkClose()
- commit 51ec06db04180f87112b1509dc35b2a9f29f2bfa
- Author: Marc Ariberti <marcari@videolan.org>
- Date: Wed May 15 11:06:17 2002 +0000
- * netutils.c: use closesocket() instead of close() at the end
- of the network_ChannelJoin() for WIN32.
- It closes the following bug : when changing channel we sometimes got
- a 'no answer from vlcs' even if the answer is sent back.
- commit fda94682b9877e31ea9827c34b87f1c73c3a49ee
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 15 01:29:07 2002 +0000
- * ./src/misc/configuration.c: fixed an issue with long options from
- modules where option arguments and playlist entries were mixed.
- commit e1e9e7b7dd29eb0dac611a0b1891e12298333a9d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 15 00:40:26 2002 +0000
- * ./plugins/spudec/spu_decoder.c: fixed endianness issue; subtitles colors
- should be OK now.
- commit 04ca15f9e91fae2008feb5acf98074c204936587
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 15 00:39:46 2002 +0000
- * ./plugins/satellite/input_satellite.c: fixed a compilation warning.
- commit bb347b6a8f1e7893f711d01a83fc8b0a8caa8227
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 15 00:04:52 2002 +0000
- * ./configure.in: added libdvbpsi version check.
- commit 5982dfbdfb8a2edd127aacb813d84f147053354f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 15 00:02:27 2002 +0000
- * ./include/modules_inner.h: fixed a bug in module reinitialization,
- which should fix crashes after a long pause.
- commit 3286de8cfe84b5bf6cdc34bf1dda9563a8d5783f
- Author: Arnaud de Bossoreille de Ribou <bozo@videolan.org>
- Date: Tue May 14 21:57:31 2002 +0000
- *** empty log message ***
- commit d1bc2bc33724e0354c439cc20f17b2ec142102f0
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue May 14 21:23:44 2002 +0000
- Fixed a bug (glitch/segfault) when seeking.
- commit 138766e6dc75df2fc5ae1fbbd79483f13dad91f7
- Author: Johan Bilien <jobi@videolan.org>
- Date: Tue May 14 20:54:52 2002 +0000
- * src/input/mpeg_system.c : We handle PCR even if they are not attached
- to a PMT.
- commit 9a9e873cb19064125945066158f30f85eb1c7dde
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue May 14 20:39:23 2002 +0000
- * new --with-mad-tree configure option.
- * updated BUGS file.
- commit 7645429ca14f5dfe7204626599cfcb1d0b44e3f4
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue May 14 20:27:25 2002 +0000
- It should now be possible to quit when reading a bogus file.
- commit 735bea8392a83de309cc8e3838b87cacae501b32
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue May 14 20:13:04 2002 +0000
- Do not eject when we're reading from the disc...
- commit 869d2111882020454c6df4dcfa9b17c75ec0a6be
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue May 14 19:47:25 2002 +0000
- * ./src/misc/modules.c: if a module has a zero-scored capability, we don't
- try to use it, unless it was explicitely requested (--vout for example).
- commit fbf46423b36da286c8a6fdfe9c7d466e768b649b
- Author: Arnaud de Bossoreille de Ribou <bozo@videolan.org>
- Date: Tue May 14 19:33:54 2002 +0000
- * src/misc/iso-639.def, include/iso_lang.h, src/misc/iso_lang.c: iso-839-[12] tools.
- * include/common.h, src/misc/modules_plugin.h: export the 3 new functions.
- * plugins/dvd/dvd_es.c, plugins/dvd/dvd_summary.c, plugins/dvdread/input_dvdread.c: adapted DecodeLanguage calls to the new behaviour.
- * plugins/mpeg_system/mpeg_ts.c: ISO-639-2 descriptors handling.
- commit b3c38ec9db33b8f33e07ffbfa94e3b909e34000c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue May 14 18:11:15 2002 +0000
- * ./include/mmx.h, ./plugins/imdct/*: gcc-3.1 compilation fixes courtesy
- of Yves Duret and other Mandrakesoft guys I don't know.
- commit f1baee062f4fd96ba3dcee574ba0cdbfd8238b06
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue May 14 17:31:40 2002 +0000
- * ./plugins/sdl/vout_sdl.c: fixed an aspect ratio issue (thanks Meuuh).
- commit 8d1e59c62e54c79e77fed6f12b540a750f7cc47c
- Author: Johan Bilien <jobi@videolan.org>
- Date: Tue May 14 16:45:33 2002 +0000
- * src/input/mpeg_system.c: fixed an old old bug in TS demux, thank you
- Meuuh.
- commit 02e275adbb7c18f1acbc8386e7842ffd5aec4696
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue May 14 14:13:00 2002 +0000
- Sorry, fix a mistake.
- commit 338cb32935ac02662c0b7558b46337fbfa95aed7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue May 14 14:10:17 2002 +0000
- * plugins/mpeg_system/mpeg_audio.c : to avoid problem with PS, test
- only the first 4 bytes for mpeg header so some broken files, and all
- web radio will not work. You can change this by changing value
- of MPEGAUDIO_MAXTESTPOS.
- commit 8f75e45a8c86a5aee081af5b85a9cdfeedc916bf
- Author: Johan Bilien <jobi@videolan.org>
- Date: Tue May 14 01:14:39 2002 +0000
- * doc/vlc-howto.sgml: Spelling mistakes, small updates, harmonization
- with other documentations (thank you Alexis)
- * plugins/satellite/*: some fixes in options parsing (thank you Sam)
- commit d2cd9fcc10b68f9fdf8335df4c695a9bc4dc2f7a
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon May 13 23:15:43 2002 +0000
- * New OS X icon, courtesy of Joeri van Dooren <joeri@van.dooren.be> ;
- * Mac OS X fix.
- commit ad3ee795e6a407b3e7051cd796f546569b2a660f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon May 13 23:12:10 2002 +0000
- * plugins/mpeg_system/mpeg_audio.c : you should again be able to
- play PS stream (I hope it will be enougth). Sorry .
- commit 0de13a16608b311e60ecf811b7c65276c0087e88
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon May 13 21:55:30 2002 +0000
- * include/video.h : added new fourcc code for avi
- * ALL : version from ffmpeg cvs can now decode msmpeg4 v1 v2 ,
- so i have added support for this. But you can always use old ffmpeg
- library without any problem ( i hope ;)
- commit d75890a891ae689ca44ae076e0b17557648cc16d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 13 19:30:40 2002 +0000
- * ./plugins/filter/clone.c: New filter, `--filter clone', duplicates
- display. To duplicate 12 times, use `--filter clone:12'.
- commit d99cd04ffd046b18a6c3930be7b46a637feefe5f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 13 17:58:08 2002 +0000
- * ./plugins/x11/xcommon.c, ./plugins/x11/xvideo.c: --xvideo-chroma flag to
- force the XVimage format used.
- commit 1ed6cff42d7763d8e660afeaf01b0228df712157
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon May 13 17:57:46 2002 +0000
- * ./plugins/text/ncurses.c: ncurses interface improvements by Thomas Graf.
- commit 5343b969a2bbfc50bfe9ffd4a1038246291d2b68
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon May 13 16:28:44 2002 +0000
- * mpeg_audio.c : don't use any more U32_AT. Thanks Meuuh.
- commit 4bef8ffbcec9f2c47e97dddb15cb9ebace1bcb74
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 12 20:56:34 2002 +0000
- * Fixed menus [Mac OS X port]
- * Objective-C files are now .m
- * Fixed a major bug in the spu decoder
- * Disabled auto-hiding of mouse cursor since it doesn't work when browsing
- menus ; instead, click in the video window
- commit bc57d09cc93c9546c7c5b655f1cccb9e8a6e384a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun May 12 06:51:08 2002 +0000
- * All: simplifications.
- commit e3c0699664a71a948da68d89dd31c952d01bb6be
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun May 12 01:39:36 2002 +0000
- * Mac OS X port : menus for Program/Title/Chapter/Languages.
- commit fb1e2cb9f27af9cb4b87acb2981f4f4d5ccd0f79
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 10 04:06:10 2002 +0000
- * All: use input_ClockManageRef to do synchro.
- commit 94bda0d1bf5369dc6ef8ff62ee85f014cddda9a5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri May 10 02:04:17 2002 +0000
- * include/common.h and input_ext-plugins.h, src/misc/modules_plugin.h : export input_ClockGetTS for plugins.
- * plugins/mpeg_system/mpeg_audio.c : a demux for mpeg audio stream (file, web radio ...)
- * Makefile configure.in : to compile it
- commit cdfc1edea53b09b5fa660fba5dd514fd02386660
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu May 9 21:24:22 2002 +0000
- * ./src/interface/main.c: if Ctrl-C doesn't kill vlc cleanly for any
- reason, user just needs to hit Ctrl-C again 1 second later and we'll
- exit disgustingly instead of freezing.
- commit db488b01b2b9c7529634cdf6656a0c4dbb7ac4c7
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Thu May 9 16:15:15 2002 +0000
- * ./plugins/macosx/intf_vlc_wrapper.c: menu code fixes.
- commit be43ab3e6e6e0ee64534ea0670e71d3f45af0d30
- Author: Johan Bilien <jobi@videolan.org>
- Date: Thu May 9 14:52:49 2002 +0000
- * doc/vlc-howto.sgml : URL fix for libdvdcss
- commit 6e8cd7e0b5aa704569265d448e0e46b3f09c61a7
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue May 7 20:17:07 2002 +0000
- Fixed Mac OS X VOUT_SIZE_CHANGE signal.
- commit 35178899dc3615f743c8e47f18ba33ac092132db
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue May 7 13:55:36 2002 +0000
- * corrected some bad lock/unlock
- commit 27db459db2360c6c0bddffe7a2533ac2f1f61082
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue May 7 13:53:55 2002 +0000
- * plugins/avi/avi.c : can now use --novideo
- commit ae0f3b94006fb086a7f403f3db678701db4d2217
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Mon May 6 23:18:26 2002 +0000
- * ./src/interface/intf_eject.c: s/Johanson/Johansen :-)
- commit 3a361d2f7684140a9adfc005185840bafb192f7c
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon May 6 22:59:46 2002 +0000
- Improvements of the OS X GUI.
- commit a4fcb5e2e8d543bdb6b50bc339d00324ae99b2f6
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon May 6 22:09:58 2002 +0000
- Added mad plugin downscale config option for selecting downscaling routine. Choices are: fast, mpg321. Default the fast version is used. The downscale option mpg321 uses an algorithm that adapts to dither errors. This routine is borrowed from MPG321 code.
- Mono audio streams get now duplicated on the right channel instead of silencing the right channel (untested).
- commit f2c5927d3b3607dcd9bacae1698ada4a75e6e201
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon May 6 22:02:32 2002 +0000
- *ALL : ameliorations ( i hope ;)
- commit 866149362989998c6aaabadbb3c639541148fb6b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon May 6 21:05:26 2002 +0000
- * video plugins that don't handle rescaling themselves have to let the
- video_output thread know about resizing events (with VOUT_SIZE_CHANGE event).
- (this part needs some clean-up but it is basically working for the X11 and
- SDL plugins).
- * fixed fullscreen for the SDL plugin.
- * xmga and sdl now switch to fullscreen on double-click.
- commit be95ddf5087b624a9f6327d58b415b4a4e9729a4
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun May 5 17:20:49 2002 +0000
- * plugins/avi/avi.c try to not freeze when reach end file
- commit 5c983d9890b1ab06314bd57734bf437cd4fe65e2
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun May 5 08:25:15 2002 +0000
- * fixed the resizing and scaling of the X11 video output.
- * clicking on the video doesn't pause it anymore (use spacebar for this), but
- double-clicking will now switch between fullscreen and window mode.
- commit dbc3f2650100584dea106dff112299c49e813587
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat May 4 16:51:05 2002 +0000
- *** empty log message ***
- commit 0a65df8832f22c4b8210f23163868224b865e9f8
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat May 4 16:17:08 2002 +0000
- * The Apply button in the preferences menu is grayed out unless there's a
- change to apply.
- * GtkConfigApply() now clears the list of config changes before returning.
- commit 8e9f4dc5141d006699af86da29b31a0da1143635
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat May 4 15:49:56 2002 +0000
- * ./plugins/network/ipv4.c: fixed ipv4.so compilation under QNX.
- * ./configure.in: deactivated ipv6.so under QNX for now.
- commit 8977670d8e400a8ea41c6119438f0974597da1f5
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat May 4 13:48:31 2002 +0000
- More stable audio output [Mac OS X port] with more output buffering.
- commit d6aabb96d27eec61b0e6168a9dbca9101d04fd17
- Author: Loïc Minier <lool@videolan.org>
- Date: Sat May 4 03:36:19 2002 +0000
- * ./BUGS :
- - no text in the status bar with gtk intf
- - no window title in gtk intf on some machines, correct title on another
- commit e0ba56775fb8c60839e48a18816d42852c6d1ed0
- Author: Loïc Minier <lool@videolan.org>
- Date: Sat May 4 03:32:28 2002 +0000
- * ./plugins/gtk/*.glade, ./plugins/gtk/*_interface.*: fix for interface
- autoshrink when toolbar text isn't displayed
- commit 6d254dc98ba4b17afc4d8627da9a6f1a800ab0d0
- Author: Loïc Minier <lool@videolan.org>
- Date: Sat May 4 02:05:03 2002 +0000
- * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c, ./plugins/gtk/gtk_display.*:
- callbacks for the hide tooltips and toolbar text options
- commit cf7a11cdb2865ba98ec6c55edf4a2829a09e4b9a
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri May 3 22:30:33 2002 +0000
- Aout fifo adapts it size according to the length of the first frame.
- The change is needed for MPEG1/2 layer III, because the size of output pcm from mad_decoder is different.
- Sadly, the buffer underruns are back ;-(.
- commit 71865b97085eb73bb9f391cb4b77cb34a190d358
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri May 3 20:49:30 2002 +0000
- * ./include/modules_inner.h, ./src/misc/configuration.c: support for config
- options callbacks.
- They don't take any argument for the moment, but this will change when
- I'm finished with my other vlc changes. There is a little problem: the
- Gtk+ interface keeps calling Put***Variable each time we click on "Apply"
- or "Save". I think it should only call it once. Is there a way to fix
- this? Gildas? lool? :-)
- commit 9e00d135711d4a104a3b42e8dc008bbaa3c7ed4e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri May 3 18:40:21 2002 +0000
- * ./configure.in: we check support for variadic macros (screw Borland!).
- commit 5e5229b69aad9791003c455dc508403652e7048c
- Author: Loïc Minier <lool@videolan.org>
- Date: Fri May 3 17:37:09 2002 +0000
- * ./plugins/gtk/gnome.c: new option lets you hide the text of the
- GNOME interface toolbar
- commit e6132d294f492be0ff4a0fe79458ea54054c0a03
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu May 2 23:06:27 2002 +0000
- Small FAQ update. Please note that everyone can update this FAQ if they
- want, it is not my property :-).
- commit 04fa66cbaa901d39fbbfa4bd251c37b307ab403a
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu May 2 23:02:43 2002 +0000
- Added quite a few missing names.
- commit 1533761ad203cb96c6d42604683e3b2c2f19f98d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu May 2 22:37:41 2002 +0000
- * ./plugins/qnx/vout_qnx.c: port of the QNX vout plugin to the vout4 API,
- courtesy of Pascal Levesque <Pascal.Levesque@mindready.com>.
- commit ee653a2e87914049a417cfd7524e04eb2adadd0b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu May 2 10:54:34 2002 +0000
- * plugins/avi/avi.c : you can now use slow and fast reading.
- After seeking, audio and video synchro is better.
- commit f7cee4f2da8fb73e948bf42277ecd7dc9e7ce472
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed May 1 22:32:27 2002 +0000
- * Misc sound fixes [Mac OS X port]
- * Fixed VCD double detection
- commit f59cd97b0dd1d15df9fb4a5d627424012e4bc238
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed May 1 21:31:53 2002 +0000
- * The configuration file and the log file are opened in text mode. This mode
- should only have a meaning on Win32 and isn't supposed to break any other
- platform. If does give you any trouble then shout.
- commit a833d9d84069db50bbfc0b680a0638f20c096b91
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed May 1 19:59:42 2002 +0000
- * added a --with-a52-tree option to the configure script.
- commit d630f58f979799038ce3963b4b4d0b9616fd59d9
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 1 19:18:09 2002 +0000
- * ./plugins/spudec/spu_decoder.c: FOURCC_YUY2 subtitles support (for NVidia
- overlay) courtesy of Rudolf Cornelissen <rag.cornelissen@inter.nl.net>.
- commit 8670739fa9fda285aaab4a8f4977baf2849fdf1c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed May 1 19:05:48 2002 +0000
- * ./plugins/kde/*: configuration dialog for the KDE interface, courtesy
- of Sigmund Augdal <sigmunau@stud.ntnu.no>.
- commit 7e8dd24d5a668413eee27b4b69ed1831316f5e90
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Apr 30 20:21:25 2002 +0000
- * Humpfff. A typo in my previous commit.
- commit b2f1d451371de5ebcceb6d8dff739246328b9f74
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Apr 30 20:19:31 2002 +0000
- * ./plugins/chroma/i420_yuy2.h: workaround for yet another annoying gcc
- behaviour with inline assembly (seems to be BeOS-specific). If anyone has
- a better idea than the huge "memory" constraint, please have a look at
- the MMX_CALL() macro!
- commit c44190193e9d18429cbe754e92f70aebd03a073f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Apr 30 16:42:14 2002 +0000
- * plugins/avi/avi.c : corrected a bug with broken avi file.
- commit 6ee8965bf16ca0be3e1ffd1e570238a4ba6a8d02
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Apr 30 12:56:11 2002 +0000
- * added config_Get/PutFloatVariable to p_sysmbols. Thanks to Sigmund Augdal
- for pointing this bug out.
- * on Win32 the aout_pcm thread is given a high priority. This helps avoiding
- lots of audio underruns, especially when moving around the video window.
- commit 737d7677d961bc4186be04bf294cb0dd2c5db5b6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Apr 30 12:35:24 2002 +0000
- * plugins/avi/avi.c : changed in order to read more avi file, Meuuh
- you can now read your file ;) (but audio is awfull,perhaps because of mad
- plugin ? ). Fix a bug for audio with some avi file.
- commit 77b358eac665b1b0b9e15397c1899672cbb4205e
- Author: Johan Bilien <jobi@videolan.org>
- Date: Tue Apr 30 00:38:23 2002 +0000
- * ALL: fixed a compilation issue in satellite input. It now uses common
- or libdvbpsi ts demux. Untested cause I can't get our Nova Card
- work again.
- commit 2bc88e4613bcea773c81a2bc6b9f545c87ccba06
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Apr 29 23:57:38 2002 +0000
- Cosmetic fixes.
- commit 1538dd9e66e82577783de6cdfa2f833c1c309051
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Apr 29 21:22:35 2002 +0000
- * Restored vout_CopyPicture(). It is needed by the directx plugin damnit ;-)
- * Restored AOUT_BUFFER_DURATION to its old value. It should solve quite a few
- underrun problems.
- * A little bit of DirectX plugin clean-up.
- commit d6af050fcefe63aae1b6fc3f1cdc5fd9b6deabfe
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Apr 29 19:38:44 2002 +0000
- Compilation fix.
- commit c492fa39f1a4cd3cade3c127974df295f87ee6ea
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Apr 28 19:09:50 2002 +0000
- Added more information in ipkg control file.
- commit e2e82bd1a06eafc7d25132b4cd171ce4f84a1de6
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Apr 28 17:52:37 2002 +0000
- * ./include/modules_inner.h: the module name is now a default shortcut, for
- it, no need to manually add it.
- commit 9485b530927b8f30318ceaffca513d10dcfd7297
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Apr 28 11:56:13 2002 +0000
- * ./plugins/sdl/vout_sdl.c, ./plugins/x11/xcommon.c: when in fullscreen
- mode, the Esc key does not quit immediately, but first escapes from
- fullscreen mode. User-requested feature.
- commit 73d6b9d9f468cf528124b0ebe6cd418ffd774de8
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Apr 28 09:05:37 2002 +0000
- * ./include/os_specific.h: got it wrong once again... alcohol is bad, kids.
- commit 8c91321854cbc255b0e1ec9626300e0a202e423f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Apr 28 02:46:31 2002 +0000
- * ./include/os_specific.h: fixed my fix. sorry for the trouble.
- commit be35da3df488cca3528d8283e25322fdc04d3bbe
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Apr 28 02:27:39 2002 +0000
- * ./include/os_specific.h: fixed a C++ compilation issue.
- commit 097f0f1cfa64b714374a1489b34df0b01fcb155e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Apr 28 01:26:15 2002 +0000
- * Removed the main() declaration because SDL defines it as a macro.
- commit 36b915c10d9dcb1dc9ca7cb9a2d32d82353460a7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Apr 27 22:54:00 2002 +0000
- * plugins/avi/avi.c : with some broken avi file, will not freeze, and
- try to detect end of file.
- commit 9d6920b9ea2758c13b94a02edb97dd3d3ec53e04
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Apr 27 22:11:22 2002 +0000