ChangeLog-2002
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:431k
源码类别:
midi
开发平台:
Unix_Linux
- Date: Mon Oct 28 06:26:11 2002 +0000
- * all : add audio decoding support in ffmpeg module, since they have
- added wma1/2 decoder... :))
- commit ec8efba69aaaabf47383ca80fe9b06980026a818
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Oct 28 01:51:37 2002 +0000
- * avi.c : fix a bug (bad choice in stream to be read)
- * libioRIFF : now useless files.
- commit 6cd47c0c574ba95ecb427008a972aa3e4602e5d0
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Oct 27 23:10:19 2002 +0000
- * added a simple dialog to show id3-tags and other info
- * finally added languages/subtitles selections menus, found and got fixed two
- bugs in kdelibs in the process, but only one of them will get into kde 3.1.
- * made the location of the ui.rc file configureable, usefull for testing.
- commit cdde2391932784c77a1b963e58af62aed850350c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Oct 27 18:06:33 2002 +0000
- * all: new way to gather frame (same as ffmpeg).
- commit 3a68b7eaa0c91e726e75e78a62bd60f70dd7321a
- Author: Eric Petit <titer@videolan.org>
- Date: Sun Oct 27 17:23:17 2002 +0000
- vlc_threads_func.h : skip a useless BeOS warning
- faad/decoder.c : minor compile fix
- commit cdf5edf7eb7909d5b305974d99595da2ab513ced
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Oct 27 16:59:30 2002 +0000
- * modules/demux/ogg.c: we now set p_input->stream.i_mux_rate.
- commit 6d6601ea132822dfb9a172b70dbca6969f229185
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Oct 27 16:58:14 2002 +0000
- * ALL: removed GetPES and NextPES, we now use input_ExtractPES everywhere instead
- of these. The bitstream facility has also been changed to use input_ExtractPES
- and now stores the current PES in its structure.
- Introduced input_FlushPESFifo() and CloseBitstream().
- commit cdf8646fe44880054aa70809965fd3fb91233367
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Oct 27 15:37:16 2002 +0000
- * all : rewrite demux part (simpler and cleaner). Please, tell me if you see
- some regression.
- commit 4a0ddd5bdcdb0364d600d8de4dd0143023acaccd
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Oct 26 19:14:46 2002 +0000
- * all : fix for new use of p_selected_area->i_tell.
- Just a word: now we cannot update anymore p_input->p_current_data
- without updating i_tell. I known that it's used for skipping some bytes in
- mp3 demux (not yet fixed), I don't known if it's used elsewhere....
- commit 09cbae7ee7b3b9446ebb99d1536105e2e54babdf
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Oct 26 15:24:19 2002 +0000
- * ALL: p_selected_area->i_tell is now update inside input_SplitBuffer instead
- of inside the pf_read functions of access plugins. That means i_tell now
- actually reflects the position of what is being decoded and furthermore it
- is updated more often.
- commit f068c8025f61814dc809d562ed7511676ecfaf0e
- Author: Simon Latapie <garf@videolan.org>
- Date: Sat Oct 26 01:08:13 2002 +0000
- YUV plans filter (modifies all 3 plans separatly)
- commit c01dd5d375fa81f78aedc76577aaac024c2ba914
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Oct 25 18:17:59 2002 +0000
- * ./modules/video_output/directx/events.c: start the colorkey search at 10,
- not 5, to avoid using a color used by another application.
- * ./modules/video_output/directx/events.c: support for drawing in a parent
- window instead of creating our own; still a bit flakey.
- * ./mozilla/vlcshell.cpp: we can now compile the Mozilla plugin so that it
- does not call libvlc (for testing purposes).
- commit ebbc5f8b0cc228edb5773f80356cf38214eace93
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Oct 25 15:42:00 2002 +0000
- * include/aout_internal.h: oops, forgot to commit this in my last changes.
- commit 9a71e27964f607c779fc0844d44568adf9c4acd3
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Oct 25 15:21:42 2002 +0000
- * modules/audio_output/oss.c: when now set the fragment size of the OSS device
- according to the size of an audio sample.
- For buggy OSS drivers, we now take into account the real size of the OSS
- internal buffer when we check how much this buffer has been filled.
- commit 003f74f14fccc7ef648d92b80bea6152e71bf01f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Oct 25 09:24:29 2002 +0000
- * ./bootstrap, ./Makefile.am: we don't build static libraries if their only
- goal is to provide dependencies for shared libraries.
- commit 93848f0d39818cc43d11de6f953094e87231d42d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Oct 25 09:21:09 2002 +0000
- * ./include/vlc_common.h: we now use the ISO C9x types (int8_t, uint8_t,
- int16_t) instead of our custom types (s8, u8, s16) and you are encouraged
- to use these types from now. Of course the old types are still available
- for backward compatibility.
- commit 4edd2384a34ec34aaeb9aa597e4cc61a8460c151
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Oct 24 17:36:42 2002 +0000
- * modules/audio_output/oss.c: Finally fixed! There also is a new config option
- (--oss-buggy) to work-around buggy oss drivers.
- commit b25a28ba21186564eabbad9ce982da4e4271b4be
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Oct 24 14:26:32 2002 +0000
- less braindead coloring
- commit a7fa477948eba3cbcfb5afa062b061dce1fc2b02
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Oct 24 10:33:09 2002 +0000
- * ffmpeg : new way to gather a frame
- * input_ext-dec.c : add a call to GetPES in NextPES when fifo is empty.
- commit 2175bb5b22bd2d67cd6cc63c6e8802f7189cdd85
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Oct 24 09:37:48 2002 +0000
- * src/input/input_ext-dec.c, include/input_ext-dec.h, modules/codec/araw.c:
- renamed input_NextPES into input_ExtractPES and factorised its code.
- * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad/decoder.c,
- modules/codec/cinepak/cinepak.c: make use of NextPES and GetPES from
- src/input/input_ext-dec.c.
- * modules/codec/a52.c: fixed uninitialized variable.
- commit 2a533cead65e40f553aa30a7ca03292ce9fbe281
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Oct 24 09:30:48 2002 +0000
- * ALL: I did add these files, but forgot to commit them ( ouarf ouarf :)
- commit bfc4f0f588c0c68c557a8f5cbadc19818ac9484f
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Oct 23 23:17:45 2002 +0000
- * ALL: New ogg demux and vorbis codec modules for preliminary support of
- ogg/vorbis streams.
- commit 0330bbedd98672af4f6321c595d89b75615d1fc3
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Oct 23 22:05:22 2002 +0000
- Cosmetic.
- commit 69dd295ba26e28d96db19ff80925bb5ecbd6e133
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Oct 23 21:54:33 2002 +0000
- * ALL: fixed a bunch of memory leaks.
- commit 4e9d790036c394aee8fb72918975d0d6b854dfb6
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Oct 22 23:08:00 2002 +0000
- * Added -mdynamic-no-pic to darwin CFLAGS (can you believe I actually read ./ :)
- * Miscellaneous small fixes.
- commit 435bab6bc1d9b40ad998116210778eec1eee75ad
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Oct 22 21:10:28 2002 +0000
- * ./mozilla/vlcshell.cpp: ported the Mozilla plugin to Windows.
- For the moment it spawns a separate window and seems to behave nastily
- (read: crashes) when the target has sound, but the javascript interface
- works perfectly, for instance.
- To build it, I installed Mozilla development files in my mingw32 dir
- and hacked mozilla-config so that it uses these files. I also hacked
- jri_md.h and jni_md.h to put "defined(_MSC_VER) || defined(__MINGW32__)"
- where it read "defined(_MSC_VER)". No other changes were necessary.
- commit d9624250589cf79d6245d5214b8b93258bb22067
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Oct 22 20:55:27 2002 +0000
- * ./modules/audio_output/alsa.c: tiny compilation fix.
- commit cd816735c9e0a1c2d9cffcf6904aa45e672a9b06
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Oct 21 20:00:10 2002 +0000
- * Avoid overflowing the message queue with "audio output is starving"
- messages,
- * Updated BeOS and QNX outputs with respect to i_channels policy.
- commit c0cab76641a75b5a0b98b0e9919d83711fe3533c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Oct 21 10:46:34 2002 +0000
- * input_ext-dec.* : add a new function to parse decoder fifo at PES level
- (input_NextPES);
- * araw.c : use this new function.
- commit 14aec2164042b834c59c5ba53c0ea6def78a79cd
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Oct 21 09:18:37 2002 +0000
- * configure.ac.in Makefile.am: enable asf demuxer plugin
- * modules/demux/asf/*: some clean up
- commit df45b8c5e0549eb599fe4ee643e901ddff9f9eb0
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Oct 21 08:27:17 2002 +0000
- * ./debian/vlc-plugin-a52.dirs: forgot a debian file for the a52 plugin.
- commit 5f3c2d34d48eaa30714fb26273c911e8f4dabe18
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Oct 20 17:44:17 2002 +0000
- * all: fix for correct "i_channels" use.
- commit cada6d070c46f5e92de20039cede4718a440bed3
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Oct 20 17:28:01 2002 +0000
- * all: add wmv1/2 codec support.
- commit c72215f680f7386c380daaa0b8eb4d1a617fa298
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Oct 20 17:22:33 2002 +0000
- * all : add an asf file (v1.0 only) demuxer. Need a lot of work to be
- usable, but it begin to give good result.
- commit 54929735f8c480fcbdecb870e97405670acc6ce8
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Oct 20 12:23:48 2002 +0000
- * modules/demux/mpeg: Added DVB stream type for A/52 streams (0x6),
- * include/vlc_threads.h: Avoid locking the interface,
- * ALL: reworked all audio output plug-ins to correctly take into account
- i_channels. At present this is known to break OSS, probably others.
- commit 8622c1bb22fdda2841a361bfb5f2dc1cf981a75e
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Thu Oct 17 17:30:10 2002 +0000
- * ./modules/video_output/directx/events.c: compilation fix
- commit 19ccde25f29f2021241cea64dc7e705ce4986e4d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Oct 17 16:56:52 2002 +0000
- * ./modules/video_output/directx/events.c: mouse coordinates support for
- the DirectX plugin (please test compilation).
- commit 65c2915543b2c5ce1fef295dbab583dd6534cbd5
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Oct 17 16:48:41 2002 +0000
- * ./modules/video_output/sdl.c: mouse coordinates support for SDL.
- * ./modules/video_output/x11/xcommon.c: we transmit the click only at
- release time.
- commit 0a47ec018fe91562772bf090876796787c4d5a96
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Oct 17 16:03:18 2002 +0000
- * ./src/video_output/video_output.c: mouse coordinates are now variables.
- * ./modules/access/dvdplay/intf.c: instead of probing the mouse on each
- loop iteration, we set a callback on the corresponding variables.
- commit ce7d29b21e28c0e54b778f1f1f4db3e134b1cfd5
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Oct 17 13:15:31 2002 +0000
- * ./src/misc/variables.c: callback loops are now detected; this means you
- can now use var_* functions from within your callback, they can even
- trigger callback themselves, to any level. The main restriction is that
- you shouldn't meddle with a variable that is already being triggered by
- the current thread (other threads will just wait).
- * ./src/misc/objects.c: fixed a deadlock in the "tree" command.
- * ./modules/misc/testsuite/test4.c: added a "callback-test" command to the
- rc interface to test callback loop detection and concurrent triggers.
- commit cea09ed8937f80a5c8a52b9b4b345cf84b314dbc
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Oct 17 08:24:12 2002 +0000
- * ./modules/codec/spudec/parse.c: fixed bad initialization of the alpha
- palette, implemented the "force display" command as forever-living
- subtitles, and reworked some code.
- * ./src/video_output/video_output.c: we increment the image date even if
- we are repeating the previous image, so that subtitles have a chance to
- get displayed.
- * ./src/video_output/vout_subpictures.c: ephemer subpictures don't timeout.
- commit 649051a119426e2b1460d542b8888692aa7cdb24
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Wed Oct 16 23:34:27 2002 +0000
- Use a KURLRequester widget for variables of type CONFIG_ITEM_FILE. This
- crates a little button next to the textarea that pops up a file open dialog
- where the user can point and click on the file to select. It also drops down
- a list of possible completions as the user types.
- commit 63f553eadad57a4414d46b4fc5827f1f67c8b428
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Oct 16 23:12:46 2002 +0000
- * Fixed AOUT_CHAN_CHANNEL2 trivial mixer,
- * Fixed a compile issue in the vcd plug-in,
- * Fixed SDL behavior with > 2 channels.
- commit 7ee2435d3083ccd4c3db1c586d5388e489f502fe
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Oct 16 19:39:42 2002 +0000
- * ./include/variables.h, ./src/misc/variables.c: implemented variable
- callbacks.
- commit ec8c631800627accb6e8b4f70126da3d4822c93c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Oct 16 15:10:39 2002 +0000
- * ./configure.ac.in, ./src/libvlc.c: attempt at activating gettext support
- under platforms without libintl such as Win32. Use --with-included-gettext
- to test. Might break compilation on systems I don't have access to.
- commit 53cffc28bd49f3ba44259d46d94245931b992b06
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Oct 16 11:35:53 2002 +0000
- * ./modules/access/vcd/vcd.c: changed an error to a warning in the probe
- phase.
- * ./modules/video_filter/deinterlace/deinterlace.c: the bob method now
- flickers less thanks to a patch from Marian Durkovic <md@bts.sk>.
- commit a4c2be95a88d32b8d7f733ffcd2ca9153b70a5ba
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Oct 16 10:31:58 2002 +0000
- * ./src/misc/variables.c: fixed a deadlock in command variables handling;
- we now release the variable lock before calling the command.
- * ./src/misc/threads.c: removed deprecated code.
- commit d86bf0f41aeaddd3858b7efac5214a2417efc02e
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Oct 15 23:10:54 2002 +0000
- * Fixed filters which couldn't work with more than 2 channels ;
- * Fixed detection of VCD support under OS X.2.
- commit 235dfe295a7526232b8297f22e256d82d64aa801
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Oct 15 19:56:59 2002 +0000
- * modules/access/vcd/*, configure.ac.in:
- - Major changes to allow reading vcd images directly from the hard drive
- (you need a .cue and .bin file).
- - Removed duplicated code by merging ioctl_GetTrackCount and ioctl_GetSectors.
- - Implemented necessary ioctls for Win9x/NT/2K/XP.
- commit 954bdeb8b2eb8a58bea1b3d876decc7a490bcd85
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Oct 15 12:30:01 2002 +0000
- * ./po/*: updated locales.
- commit 3ca7825a92ed7e8de3bbccc274aa41045e8816b4
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Oct 15 08:35:24 2002 +0000
- * ./include/vlc_threads_funcs.h, ./src/misc/threads.c: eradicated
- vlc_mutex_need() and vlc_mutex_unneed().
- * ./src/misc/variables.c: implemented VLC_VAR_MUTEX variables.
- * ./modules/misc/gtk_main.c, ./src/libvlc.c: replaced named mutexes with
- named mutex variables.
- commit ac811ffb13b45e6da5a5b0e12956811e80b31136
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Oct 15 01:50:24 2002 +0000
- * cinepak.c : initialize picture to black.
- commit 706297b30dfb668ae0d9907a450b6a670e4f64f7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Oct 15 00:56:43 2002 +0000
- * all : forgot to add theses new files :p
- commit 9295116d31f4eb4274fc4507409e3a8678cdfee5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Oct 15 00:55:07 2002 +0000
- * all : begin to rewrite some parts of avi demux, mainly to clean ugly code
- and to prepare for OpenDML support.
- Add new options :
- --avi-index force index creation.
- --avi-interleaved force method used for unseekable stream but need
- interleaved stream and could lead to loss of audio/video synchro.
- commit 28b43ac2298ba921c944df7ad6dd529923190be0
- Author: Eric Petit <titer@videolan.org>
- Date: Mon Oct 14 23:11:52 2002 +0000
- Cleaner code.
- commit 9a5df48be189e468804f2d3b2da4b9248dea6a36
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Oct 14 21:59:44 2002 +0000
- * araw.c : pseudo pcm decoder
- * wav : demux for wav file( should work with raw pcm, mp3 or a52 stream ) but
- untested under big endian machine(for pcm).
- All are compiled by default.
- commit 141cb731d8a4cf0f6ceed96d4c714318e51e6506
- Author: Alexis de Lattre <alexis@videolan.org>
- Date: Mon Oct 14 21:36:04 2002 +0000
- Updated description.
- commit d266c1b6116bb87e6b59cfe97a15fdb00a15eb64
- Author: Eric Petit <titer@videolan.org>
- Date: Mon Oct 14 20:09:17 2002 +0000
- Fixed seeking.
- commit 2f27884905b95e2480c90b1c98e5322ed08fee6b
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Oct 14 19:04:51 2002 +0000
- * ./modules/misc/testsuite/test4.c: made the 4th test less CPU intensive
- by making the spawned threads wait a bit longer.
- * ./src/misc/variables.c: added a usage count to the variables; trying to
- create a variable with the same name only increments its refcount.
- commit bf7985b74afcef9103b35a3c47eeae5845ae681b
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Oct 14 16:46:56 2002 +0000
- * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Error() to the libvlc API.
- * ./include/main.h: removed p_vlc->i_status because it was not sufficient
- to represent all the possible states of p_vlc; each part should be tested
- separately upon destruction.
- * ./src/misc/objects.c: fixed a signed/unsigned bug that prevented creation
- of VLC_OBJECT_GENERIC objects.
- * ./src/misc/variables.c: added the VLC_VAR_COMMAND type which is simply a
- variable that stores a function pointer, and calls it when var_Get is
- called for it. The function argument is taken in val.psz_string.
- * ./src/misc/objects.c: vlc_dumpstructure and vlc_liststructure are no longer
- exported to the rest of the program; instead, they're VLC_VAR_COMMAND vars
- ("tree" and "list").
- * ./modules/control/rc/rc.c: moved a few commands to VLC_VAR_COMMAND vars.
- commit ebda60f20b1937b279a78ca6ab37f7a1b70b32fd
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Oct 14 16:35:18 2002 +0000
- * ./src/misc/error.c: added vlc_error, a strerror() equivalent.
- commit 112187ec4b5a28a49fca91d1f4fcf5dab8c0ad23
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Oct 14 16:34:17 2002 +0000
- * ./modules/misc/testsuite/test4.c: added a stress test module; doesn't get
- compiled yet because it uses the "command" variables I'm about to check
- in. They need to be typed in the rc interface for instance (-I rc). This
- module has two available commands: "signal <int>" which sends the given
- signal to the vlc process, and "stress [<int>]" which performs a series of
- object creation/lookup/destruction, variable creation/setting/destruction
- and thread spawning/joining tests. The optional argument for stress is an
- integer between 1 and 200 (the bigger, the heavier the tests; it may hang
- your machine at around 150, be careful).
- commit 0bea9a73458145dfc91b22c17f14c87a53bdd538
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Oct 13 23:01:23 2002 +0000
- Imported Changelog from 0.4.5.
- commit 5e9d8674edbd838ba3aa94080546e43028adc2bd
- Author: Eric Petit <titer@videolan.org>
- Date: Sun Oct 13 15:39:16 2002 +0000
- Now BeOS sound is (almost) clean.
- It is kludgy, but it works ;)
- commit af3a25f572ce434d1c3eb849d06342048244dc35
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Oct 13 14:26:48 2002 +0000
- modules/demux/util/id3*: fixed up some dead comments
- modules/gui/kde/*: only set variable the user actually have changed when
- apply is pressed in the preferences window.
- commit 80921ca7e0f6bc185ec85b518bcf9d8d19b76a93
- Author: Alexis de Lattre <alexis@videolan.org>
- Date: Sat Oct 12 23:15:45 2002 +0000
- Fixed a bug in the developer doc : hacking.xml and overview.xml were
- identical ! So I removed hacking.xml...
- commit 2328faeb7451a98bc785e8f45d16ed15effd5983
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Oct 12 21:31:56 2002 +0000
- * configure.ac.in: fix for the mingw32 build. The gtk plugin may also need mingwex.
- * modules/demux/mpeg/ts.c: added an #include <stdint.h> to make mingw32 happy when
- compiled with libdvbpsi.
- * Makefile.am: fixed dependency problem with share/vlc_win32_rc.rc.
- commit afc5d20972ec2bc24478537828a0da9c9b2a34d4
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Oct 12 20:09:13 2002 +0000
- * configure.ac.in: fix for the mingw32 build. We check if we need to explicitly
- link with the mingwex library (needed for dirent support with new mingw32
- runtimes).
- commit 02e29e1c1177b90491fc6b75fd750860fd9fc8a6
- Author: Eric Petit <titer@videolan.org>
- Date: Sat Oct 12 12:24:52 2002 +0000
- Rewritten BeOS audio output for audio output 3. It now "pulls" the data.
- Sound is yet choppy (I don't know why).
- commit da283062c5ee8bfad661725a9e554c24ab74955d
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Oct 11 23:44:25 2002 +0000
- * Updated FAQ.
- commit 464bd2e5b4a533b2b232b472390abd0bdab5b93d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Oct 11 22:32:56 2002 +0000
- Changes to the libvlc API:
- * ./include/vlc/vlc.h: changed the naming conventions for libvlc. Now
- exported functions start with VLC_ instead of vlc_ to avoid conflicts.
- * ./include/vlc/vlc.h: removed the vlc_object_t, vlc_list_t, vlc_error_t
- and vlc_t types; they are now internal types only.
- * ./include/vlc/vlc.h: merged the reentrant and non-reentrant libvlc
- calls. In non-reentrant mode, we just use 0 as the first argument. In
- reentrant mode, we use an object's ID. (see below)
- Internal changes:
- * ./src/libvlc.c, ./src/misc/objects.c: instead of manipulating vlc_object_t
- pointers, we manipulate their i_object_id. When needed, an object is
- retrieved using vlc_object_get (I hope the lookup isn't too expensive,
- that's why I designed the pp_objects layout to allow log2(n) seeks).
- * ./src/misc/objects.c: activated the per-object variable storage. Unused
- yet, unless you want to try "getfoo" and "setfoo blablah" in vlc -I rc.
- * ./include/vlc_objects.h: moved the vlc_object_t and vlc_list_t definitions
- here.
- Misc:
- * ./src/vlc.c, ./mozilla/vlcshell.cpp: removed inclusion of config.h in
- code portions not part of libvlc; it was just required for the
- COPYRIGHT_MESSAGE string which is now available from VLC_Version().
- commit 37741cf811763f13a752a742431c6af2976863fa
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Oct 11 21:17:29 2002 +0000
- * ./plugins/filter/deinterlace.c: fixed the green bottom line in the
- linear deinterlace mode, thanks to Marian Durkovic <md@bts.sk>.
- commit c93f613b1461ccedfa39c4d4dad0699a66783bb3
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Oct 11 17:29:03 2002 +0000
- * INSTALL.win32: removed note about running in administrator mode to play
- a DVD. Updated doc about using cygwin for compiling.
- commit 4b4a8f1d20206483309417711a9125ac3e7b66e4
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Fri Oct 11 12:50:43 2002 +0000
- added some coloring to the messages window in the kde interface
- commit f78e5583bea6efe900d958134be16955658ac626
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Oct 11 11:05:52 2002 +0000
- * ./src/misc/variables.c, ./include/variables.h: a few functions for
- in-object variable storage. Unused yet (not even compiled).
- commit cc5919ade469ca3242872c6c7ad2b2f04cfef6d3
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Oct 11 10:08:06 2002 +0000
- * src/misc/modules.c: fixed a memory leak with the "plugin-path" config option.
- * modules/audio_output/directx.c, modules/audio_output/waveout.c: ported the directx
- and waveout audio plugins to the new changes in the audio output layer.
- * configure.ac.in: fixes for cygwin compilation, and the gtk plugin under mingw32.
- commit c5bd872c66f60cee7f886bdfdc5b8e5ec5b0b17c
- Author: Eric Petit <titer@videolan.org>
- Date: Thu Oct 10 23:11:52 2002 +0000
- Some clean-up. Playlist works again.
- commit ae6f22536b970206d32b71c70415d7606d8bdade
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Oct 10 22:46:20 2002 +0000
- Do not use vasprintf under Mac OS X because OS X.1 doesn't have that (how
- lame...).
- commit 2b15f624bc9ffca761c40b7eb41900e5d6b2e169
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Oct 10 19:34:06 2002 +0000
- messages.cpp: use append(...) and not setText( text() + ...), seems to
- decrease cpu-usage considerably.
- preferences.cpp: allow config strings to be 40 characters long instead of
- 10. Is that enough?
- commit 546fb578b55d51b8277ab53b56962ed01961a99e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Oct 10 17:25:28 2002 +0000
- * ./configure.ac.in: dropped the use of typeset in favor of eval to
- set variable values (ash doesn't have typeset).
- commit 51fa2629c7ed5183f2a4ca37e0a6d88d5ac46ca3
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Oct 9 22:54:22 2002 +0000
- * (Hopefully) fixed S/PDIF outputs ;
- * Finally fixed the audio problem on most platforms.
- commit 0e5978dc5b84ec3e8d526bea56e69f32f2272c55
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Oct 9 01:14:18 2002 +0000
- BeOS compilation fixes.
- commit 146bc0b49cfd307ea6f53e9456dce4fc98f2f650
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Oct 8 22:48:25 2002 +0000
- OS X : raised the priority of the intf at the same level as the video, since
- otherwise we can't quit the application any longer...
- commit 9de9dd0534dc5d374c3edd3128906852c22ce62d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Oct 8 18:10:10 2002 +0000
- * ./src/libvlc.c, ./src/misc/messages.c: due to horrible user threats,
- only two levels of -v are now possible: -v for warnings, -vv for debug
- messages (-q for no output at all).
- commit d6e7c97a2f830f3cd92a011060b2a58789a444ff
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Oct 8 16:02:05 2002 +0000
- * ./src/input/input.c: do not try to use stream output if the "sout" variable
- is set to the empty string (happens when doing "Apply" in a GUI).
- commit 0e247961c06da6d71e82a1736bb43790603fc647
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Oct 7 21:58:40 2002 +0000
- * HACKING : documentation for the automake crash
- * http.c : fixed a problem with seeking with large files
- commit eddf123620abac25909f3e7b669f5ed34cd62405
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Oct 6 19:28:28 2002 +0000
- * configure.ac.in: vlc can now be built under cygwin with or without the
- unix emulation layer (without if you use CC="gcc -mno-cygwin").
- * INSTALL.win32: doc update for cygwin build.
- * modules/video_output/directx/events.c, modules/video_output/directx/directx.c,
- modules/audio_output/directx.c: compilation fixes for cygwin.
- commit 81478e4fe6efc9d12b664e0646ec793e23499671
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Sat Oct 5 19:26:23 2002 +0000
- ./src/misc/netutils.c: GetMacAddress Darwin support
- ./src/libvlc.h: Default to en0 instead of eth0 under Darwin
- commit 94b1b1ac67c816e52198656758e7a99b39161ad5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Oct 5 17:29:50 2002 +0000
- * ALL: Splitted the directx plugin into an audio and video module.
- commit d81ece46a3f1289a2d2acf26598e18b502925da4
- Author: Arnaud de Bossoreille de Ribou <bozo@videolan.org>
- Date: Sat Oct 5 03:44:50 2002 +0000
- Up-to-date ALSA audio output module.
- commit 3820b4354abd042816b36212ab775f67726b5209
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Sat Oct 5 00:10:17 2002 +0000
- ./extras/MacOSX/.../MainMenu.nib: added Open Target panel
- ./modules/gui/macosx/open.[mh]: Open Target code
- commit 89987e1109b96f81396b9248490b6aed717d7804
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Oct 4 18:07:22 2002 +0000
- * ./configure.ac.in: removed now unnecessary --force-exe-suffix flag.
- * ./src/misc/objects.c: structure_lock is now local.
- * ./src/misc/threads.c: implemented named mutexes which provide a handy
- way to protect data across plugins which might be sharing the same
- resources. Thread-unsafe libraries come to mind, but we can imagine
- using a named mutex for configuration files, or special devices.
- * ./include/main.h: removed global_lock because of vlc_mutex_need, removed
- p_global_data because it was never used, removed structure_lock because
- it did not belong here.
- commit 656bdceac2665fe0ed4215550ed34d05fab13264
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Oct 4 14:02:20 2002 +0000
- * ./modules/gui/macosx/vout.m: if no MacOS X interface is available when
- the video output is initialized, we wait for a while before giving up;
- also changed the code so that it probes all interface objects rather than
- the first one it finds.
- commit 2b0b78882c9015f35a69b70dfdb9f04597002182
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Oct 4 13:13:54 2002 +0000
- * ./bootstrap: we use the proper linker for plugin compilation.
- * ./modules/misc/testsuite/*: moved the null module into three test modules
- that are only built when --enable-testsuite is activated. This directory
- can be a good place for compilation tests or performance benchmarks.
- commit 80b15699ead10f9b1aa4687cd22c1bdcc866eb6d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Fri Oct 4 12:01:40 2002 +0000
- * src/misc/threads.c, src/misc/win32_specific.c, include/interface.h: fixed typos.
- * configure.ac.in, modules/gui/gtk/gtk.c: Added a NEED_GTK_MAIN macro to the compiler
- flags for the gtk module. When this macro isn't defined, then the gtk module
- doesn't make use of the gtk_main module. I had to do this change because the
- gtk_main trick can't work on win32 and render the whole gtk interface unusable.
- commit d8ea3394c276231e36dd565dd9e7d9e8725d1640
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Oct 3 21:45:16 2002 +0000
- Fixed miscellaneous problems with the RTP plug-in.
- commit 1687209fa627fa02b125463c9f04d92936fc5671
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu Oct 3 20:49:31 2002 +0000
- Fixed known bug in rtp plugin which resulted in superflous error messages.
- commit e0c8e060c218494cd0792d0fa0f20c10bcea440d
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu Oct 3 20:46:46 2002 +0000
- Updated AUTHOS file.
- commit f501554a399ebfcf3a28673dc7ded7d6666203fb
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Oct 3 18:56:10 2002 +0000
- * ./configure.ac.in: duplicated arguments to AM_INIT_AUTOMAKE to fix
- locales breakage.
- * ./src/libvlc.c: libvlc understands the VLC_VERBOSE environment variable,
- to be set between 0 and 4. Default value is 0 for a program using libvlc,
- but vlc sets it to 1 by default.
- * ./src/misc/configuration.c: -v now works the old way (-v, -vv, -vvv) as
- well as the new way (-v0, -v1, -v4). -v1 is the same as -v, and -v0 is
- the same as -q (quiet). Hope it's all understandable.
- commit 6dafa419846a89a815750f3de722d8d675699658
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Oct 3 17:01:59 2002 +0000
- * FAQ: updated FAQ with config file issues.
- * configure.ac.in: use -mms-bitfields instead of -fnative-struct for
- mingw32 gcc-3.x.
- * include/interface.h, modules/misc/dummy/interface.c, modules/misc/logger/logger.c,
- modules/control/rc/rc.c: Display message on Win32 explaining how to get
- back to the GUI mode.
- * src/misc/threads.c, include/vlc_threads_funcs.h: ignore the
- win9x-cv-method config option on WinNT when fast-mutex is not enabled.
- commit 145b1961b4825d2a8d807bf02db90440a8c45380
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Oct 3 13:21:55 2002 +0000
- * ./src/libvlc.c, ./include/main.h: the root of all objects is now
- p_libvlc, and each p_vlc is a child of p_libvlc. Reasons for this are:
- o the module bank and the message bank only need to be initialized once,
- which gives faster loads when multiple instances of libvlc are used,
- o we allow the possibility of different p_vlc sharing objects, for
- instance the audio output,
- o the CPU detection is only done once.
- This patch is not polished yet, but I cannot do any intensive tests for
- the moment because of a bug somewhere that leaves audio output objects
- lying here and there which needs to be investigated first. The current
- major issue is that the module bank is no longer freed.
- commit 75873492aace522467ef45e8eb2ef2810ceee93b
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Oct 3 10:15:46 2002 +0000
- forgot to add the actual code in my last commit
- commit a26eef4124f8c100145dd75653f8766166f4f80d
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Oct 3 10:15:01 2002 +0000
- kde.cpp: subscribe and unsubscribe messages
- interface.cpp, interface.h: create a messages window, and add menu iten to
- show it
- Modules.as: build messages window
- ui.rc: menuitem to show messages
- preferences.cpp: fixed typo in comment
- commit ad626cd2a0faf8e6b6478938f61716661b7dff5c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Oct 3 09:25:40 2002 +0000
- * ./modules/gui/win32/win32.bpr: use the .dll extension instead of .so.
- commit 537cf3aa2c90d2d9ffa98a11e95cd2bba27250d7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Oct 3 08:44:11 2002 +0000
- * ./bootstrap: fixed a bug I introduced yesterday that caused automake
- version detection not to work properly.
- commit 4f2beec27e23da2f8956134eb4d1e8096f03841d
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Oct 2 22:56:53 2002 +0000
- * Mac OS X audio device discovery and selection, patch courtesy of
- Heiko Panther <heiko.panther@web.de>.
- commit 415af2adedc0048641dd0d12799f16b6f2345290
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Oct 2 16:02:43 2002 +0000
- * ./bootstrap: added a check for automake bug #326. No easy workaround is
- really possible other than patching/upgrading automake. This happens for
- automake 1.6.0 and automake 1.6.1.
- commit 31c315863ac862eaa8cef0ddb1fa9149f2cf8575
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Wed Oct 2 15:37:58 2002 +0000
- fixed some insanities which coused this module to fail on a52 sound
- commit 66bbe4847af7bdd06d84a31572eac8eef122b83b
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Oct 2 13:28:52 2002 +0000
- * ./Makefile.am: removed a circular dependency on src/misc/modules_plugin.h.
- commit 5c05d0564d9207e939a7f7308a9f54e905bf293f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Oct 2 13:26:14 2002 +0000
- * ./Makefile.am: another workaround for an old automake 1.5 bug (bug #279).
- commit 106497cdb1dd20a23ab577ada1c509df1e7c67e8
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Oct 2 12:59:59 2002 +0000
- * ./bootstrap, ./Makefile.am: workarounds for automake 1.5.
- commit 24a7d9c8b0af57910894849129f03e1e87e44fe0
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Oct 2 09:15:06 2002 +0000
- * ./configure.ac.in: --enable-a52 activates a52tofloat32, not a52.
- (always re-run bootstrap when configure.ac.in has changed).
- commit cf75b314e8cd2c6cb480c955426a8aa1b277208c
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Oct 1 22:34:43 2002 +0000
- Fixed a bug in the OSS output I introduced yesterday.
- commit 2aac17a64a9ea7437f9940c7e7c3c626f45c7968
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Oct 1 22:29:09 2002 +0000
- For people who have several network interfaces, added a --iface-addr option
- to select which interface to use for multicast sockets.
- commit 3b6da989d41c0367305d34fe262b84c15f5731aa
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Oct 1 21:47:25 2002 +0000
- Finally fixed A/52 TS input.
- commit c6a16524b648197b8d130f346da15a7f3144a1ab
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Tue Oct 1 20:43:35 2002 +0000
- * modules/video_output/directx/events.c: added an "Always on top" entry
- in the system menu.
- commit 9a6b90b85548cd6ccec21cc6f2115902799a8b85
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Sep 30 21:32:33 2002 +0000
- * Made audio_sample_format->i_format a FOURCC to allow the creation of
- new ones.
- commit bf2f5b008177d5bb6946322e76c1bf8b7199446a
- Author: Eric Petit <titer@videolan.org>
- Date: Mon Sep 30 18:30:28 2002 +0000
- Attempt to port new BeOS features from the stable branch.
- Playlist is yet broken (maybe others things too)
- commit 370ab2b0fc63d2770aa162f6dec1e0e863b52373
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Sep 30 15:47:20 2002 +0000
- * src/*: another bunch of .cvsignore files.
- commit 7cca8d8fa0d5e40b3094467996f3cca5282ce978
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Sep 30 15:46:47 2002 +0000
- * ./debian/rules: moved the gtk_main and gnome_main plugins to the gvlc
- and gnome-vlc packages.
- * ALL: updated .cvsignore files to properly ignore automake files.
- commit 2799d36bc8abdc28df29a202acdb27223b25a7a7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Sep 30 11:05:42 2002 +0000
- * ALL: the build mechanism now uses automake. See HACKING for more details.
- * ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin.
- * debian/rules: the A52 module is now in a separate package.
- commit 864128116a44fecb6c046c1174981a0f56c16677
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Sep 30 10:00:47 2002 +0000
- * ALL: added *.am files here and there for future automake support.
- commit 1354358092cd8155cb4e29cf470326bf41cd5fed
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Sep 29 18:19:53 2002 +0000
- * ./src/playlist/playlist.c: don't run the playlist by default.
- * ./src/libvlc.c: if items are specified in the commandline, run the playlist.
- * ./src/vlc.c: don't rely on internal vlc types (mtime_t).
- commit 04b804512cb1aedcd82398a0742e95b8da391206
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Sep 29 18:16:04 2002 +0000
- * ./src/misc/threads.c: fixed a bug in the st_mutex_new() failure detection.
- commit 648f9efd574950dfe71a8e8a7ac1409c4d77f85a
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Sep 29 15:39:53 2002 +0000
- Updating ipkg files for X and QT Embedded packages of vlc.
- commit f4bd25843d004b2755b0a47ec0391310fbd59604
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat Sep 28 13:05:16 2002 +0000
- * Several stability patches for multiple input streams aout.
- commit ef6c706bdeb3a0141a3421f993ddea386d6db305
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Sep 27 23:38:04 2002 +0000
- * Makefile.old: Fixed BeOS compilation.
- * ALL: Fewer overhead when resampling.
- commit dca617302511c2ce1e07b4e32ca1bbf6736a29a3
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Sep 26 22:56:14 2002 +0000
- * Fixed my A/52 fix.
- commit 7a58ef70ff4c51288388703728752bce3f253c96
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Sep 26 22:40:27 2002 +0000
- * Major API change of the audio output. New aout_Dec* functions.
- * Fixed a compile issue in s16tofloat32swab.
- * Fixed a typo in demux/mpeg/ts.c.
- commit cc35b1d0a2f11f64d942b2637517c6b450ec8290
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Sep 25 20:41:32 2002 +0000
- Added compiler and link flags to --enable-opie (not tested).
- commit c14ee391a92a5feb59ffa7d00d71698c381d49e5
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Sep 25 20:25:24 2002 +0000
- Adding lost instruction for compiling libmad library.
- commit b8a94ea5acf8f70660f3ab3e1b750c8a023b91fb
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Sep 23 23:05:58 2002 +0000
- * New --vlc-backwards-compat option, to go back to the old behavior with old
- VLS's.
- * Fixed a bug with non-ASCII characters in the OS X playlist.
- * Fixed a warning on start-up.
- commit e428120b757550ec7a84c7cb968310486d3c6fa7
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Sep 23 21:44:23 2002 +0000
- Video output for QT embedded compiles. There are still some linking issues to fix, before it is usable.
- commit a33705a684352f73b1afc180a9c77a88439b55a4
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Sep 22 14:53:52 2002 +0000
- Fixed a bug in the conversion splitter.
- commit 8ef0fc6323ac4562dc3b7f7e84db97d8c1a06f8e
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Sat Sep 21 20:20:42 2002 +0000
- * ./modules/audio_filter/converter/Makefile: Fixed typo.
- commit d198a80352e084894fcbd20d65ddd43a1c661b81
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Sep 20 23:27:04 2002 +0000
- * Fixed miscellaneous cosmetic issues with lpcm and s16tofloat32swab modules.
- * First hooks for changing the audio output plug-in and its parameters
- on-the-fly.
- commit 81442b6bf1af46dbaedc3388ea0b48f55bf13ae1
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Sep 19 21:56:40 2002 +0000
- * Audio volume management now works properly. See src/audio_output/intf.c
- for information on how to use it in your interface plug-ins. In the
- SDL vout, b and n are mapped to sound down/sound up.
- * Fixed a major in the mad plug-in with wrong dates.
- * Fixed a compilation bug.
- commit e059b1170db21a36b4a872e85c23814d1f8696cb
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Sep 19 15:58:55 2002 +0000
- * avi.c : fix my last fix about endiannes issues (I hope)
- commit 4683e7edd7f4e67eedf68dfdd2e4678cf55dd4a1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Sep 18 23:34:28 2002 +0000
- * all: fix endian issue with new definition of VLC_FOURCC, but
- untested. Meuuh, could you test it ?
- commit 35b474003dac21d775f8c37f0c68e40e65bf2e9b
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Sep 18 21:21:24 2002 +0000
- * ALL: More hooks for audio volume management.
- * configure.in: Fixed a typo.
- commit df657969f789310b72a96fc5fbe227f375f4a839
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Sep 18 12:20:37 2002 +0000
- * ./modules/audio_filter/converter/s16tofloat32swab.c: compilation fix for
- systems which don't have swab(). Fixed a memory leak.
- commit 1522351edcdf77b4dfea4ba0c6181879486bb521
- Author: Tony Castley <tcastley@videolan.org>
- Date: Wed Sep 18 11:50:47 2002 +0000
- Updated to use the new AOUT_VOLUME_* constants.
- commit fd0bc419bbb4b10b9bba76f28da30f7647533819
- Author: Henri Fallon <henri@videolan.org>
- Date: Wed Sep 18 01:28:05 2002 +0000
- lpcm support (tested on 1 source only)
- commit f213a1d69ab8208359c69284c6dd82d426511656
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Sep 17 14:56:13 2002 +0000
- * ./src/libvlc.c: switched the position of msg_Create() and system_Init()
- because the BeOS system_Init spawns a thread, which makes use of msg_*
- functions.
- * ./src/misc/threads.c, ./src/misc/win32_specific.c: put the detection
- of SignalObjectAndWait in the thread system initialization because
- system_Init() now happens after msg_Create().
- commit 07dcfb3ffcf50caccc5579ceff39995617675f14
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Sep 17 11:57:38 2002 +0000
- * all: - fix a memory leak while parsing.
- - fix a bug while playing last frames (in last chunk).
- - add seek support, not complete but usable.
- commit 5555c82c83eca00c55a0d4117e9506a9d391c1e6
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Sep 17 08:18:24 2002 +0000
- * ./mozilla/*: added hooks so that the vlc plugin is scriptable from
- javascript. It's also in C++, but we didn't have the choice.
- commit cf891bad55157104f8d9d50b1d95b25ebc7f7a5e
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Sep 16 20:46:38 2002 +0000
- * configure.in: Fixed detection of Qt-embedded.
- * modules/codec/a52.c: Fixed detection of A/52 sound.
- * modules/audio_filter/converter/a52tofloat32.c: Fixed a bug related to
- downmixing.
- * ALL: Added hooks for audio volume management.
- commit 4a53cbabcab3962434961d104506d885484658ba
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Sep 16 08:10:00 2002 +0000
- * ./modules/gui/gtk/gtk.glade: handled delete event for the Open window.
- commit 67c3e67a088e190d2b1fb181588f34f6f9031d71
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Sep 15 22:33:24 2002 +0000
- * modules/gui/win32/preferences.cpp: added a forgotten initialization
- commit ba57d25b17859657591513842c0403a67e18cb51
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Sep 15 20:54:12 2002 +0000
- Configure option --enable-qte works now (default is disabled).
- Porting video out plugin/builtin for Qt Embedded to CVS is not complete. (Please do not use it.)
- commit 00fdbca4abc6baf927ff6ddb4d7f3ea4a9678e0a
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Sep 15 19:32:03 2002 +0000
- Hide progressbar widget on startup.
- commit 3518015639df04d98558dd78224d85c64e67cb72
- Author: Stéphane Borel <stef@videolan.org>
- Date: Sat Sep 14 20:51:11 2002 +0000
- *Fixed a bug that prevented OSS from closing cleanly in spdif.
- commit bdbe0e0b87de625f89e5c00e2efc7f0e087744ac
- Author: Stéphane Borel <stef@videolan.org>
- Date: Sat Sep 14 20:50:24 2002 +0000
- *Fixed a typo that made spudec selection fail.
- commit e18a39da6e3c18dc13f56b2615634549d497821f
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Sep 13 22:38:54 2002 +0000
- (Temporary) end of the audio output 3 documentation.
- commit f776b2cb7934fdf887768048c7290adf52a71acf
- Author: Stéphane Borel <stef@videolan.org>
- Date: Wed Sep 11 23:10:30 2002 +0000
- .Quick hack to make spdif work with emu10k1 oss driver. Still buggy.
- commit 51d40ac72c88344418de3044b8451b25b781aeb2
- Author: Stéphane Borel <stef@videolan.org>
- Date: Wed Sep 11 23:08:43 2002 +0000
- .Fixed the length of the spdif frame.
- commit ddabe8f701c4581219ef87e2fcaed9baaafa703a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Sep 10 12:58:42 2002 +0000
- * ./modules/misc/dummy/vout.c: fixed an endianness issue in the commandline
- chroma parsing.
- commit 849c0ed325c4ae51179b41a8c04a546a0de0058f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Sep 10 12:15:07 2002 +0000
- * ./modules/video_output/x11/xcommon.c: if we do not own the X window, like
- in the Mozilla plugin, we do not try to unmap it.
- commit e710eca68235b5866cc81fedd6b841d223b3a8ab
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Sep 9 13:52:24 2002 +0000
- * ./configure.in: the DV module is now a plugin, with the proper
- dependencies in debian/control.
- commit f62375269145935a0afeaf1da60efc2e6558044d
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Sep 8 22:20:32 2002 +0000
- Three lines :).
- commit 96de1d1b354714251050a533bbebf4665dcf7032
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Sep 6 23:15:44 2002 +0000
- Aout3 developer documentation, cont'd.
- commit f52ae7781597a543f6cab9894113bdc97e6c20fd
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Sep 4 21:44:41 2002 +0000
- Beginning of the developer documentation for audio output 3.
- commit 7b7ebdeeaeeca3fd56140756beb2b69d1cf263a6
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Sep 4 21:18:29 2002 +0000
- Little cleanup action.
- commit b85c7e1eb37b4ead54ec65bec8b6737653b5a764
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Sep 4 21:13:33 2002 +0000
- Qt Embedded video out patch courtesy of Gerald Hansink.
- Ported Qt Embedded video out to vlc-0.5.0 (it is not useable yet).
- commit c764fc9383ca6fa5d69cfcb58ef90cf954196c65
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Sep 4 21:09:12 2002 +0000
- Renamed --enable-qte switch for Qt Embedded interface support to --enable-opie.
- Reused --enable-qte for Video Out support under Qt Embedded.
- commit d8c708139c94164022d307629dfa13f1ac44e689
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Sep 2 23:21:40 2002 +0000
- Fixed the trivial channel mixer.
- commit 34c71967f9b0e4533ba8343062282029f39e7089
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Sep 2 23:17:06 2002 +0000
- The liba52 "codec" is now an audio filter. It means we are now able to
- autodetect S/PDIF hardware support and the audio output plug-in chooses
- the best one. Of course it probably breaks existing output modules, see
- oss.c for hints :).
- Also include minor tweaks which will entitle us to decode and output 5.1
- audio. It may break existing plug-ins, too. See
- audio_output.c:aout_FormatNbChannels for hints.
- commit 1e666bc25b9479cc3c07d18cc7d3ad93e7567066
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Sep 1 21:20:29 2002 +0000
- Added a priority for video decoders, for systems with fixed-priority
- policy.
- commit 13f459366e284765d22ff01ce1fe3a386851f338
- Author: Stéphane Borel <stef@videolan.org>
- Date: Sat Aug 31 22:10:25 2002 +0000
- *It seems that the setting of the fragment size was buggy.
- OSS work with my sblive! now :). It still works on my other computer too
- but please test.
- commit 4d51273f15f9dbba650c88a7d5e44635e6483e2a
- Author: Stéphane Borel <stef@videolan.org>
- Date: Sat Aug 31 19:58:04 2002 +0000
- *Make pf_setformat disappear from sdl module.
- commit 06996317f9c056ba12188a797ba38444ddcc782c
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Aug 30 23:27:06 2002 +0000
- aout3 API change :
- pf_setformat disappears (it was never called independantly of Open). If
- the format needs to be changed, we will have Close/Open. This is much
- simpler than before. Please check that I didn't break some plug-ins.
- commit 0b88e7753a08b42a15d6e01cae20bfeed192d56a
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Aug 30 22:22:24 2002 +0000
- * demuxes: Worked around a bug in old VLC and VLS by changing TS stream types
- (see my last mail).
- * aout: Rewrote our whole lock policy. The output thread now doesn't require
- the mixer_lock, which might avoid delays. We will also be able to change
- the filter pipelines at runtime.
- commit b7d33a0d086afa5fec399cffce08154c636e95b2
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Aug 30 19:16:05 2002 +0000
- * ./include/vlc_threads_funcs.h, modules/video_output/directx/vout.c: Win32
- compilation fixes (typo, undeclared var).
- commit 16f2ff86c7a1095b0e6365a21edacad85a80303d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Aug 30 12:23:23 2002 +0000
- * ./configure.in: do not try to link with -lrt if not using pthreads. This
- might break the HP/UX or Solaris ports, please check if possible.
- * ./src/misc/threads.c: fixed syntax in the st and pth implementations.
- commit 7d2f6de57c4def2f33ff81c1f602621255c63a3c
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Aug 29 23:53:22 2002 +0000
- * ./bootstrap : Fixed an issue with old shell versions
- * ALL : Added a priority argument to vlc_thread_create(), so that audio
- and input threads can run with a higher real-time priority, on systems
- allowing you to use priorities.
- commit b3c41d792a804ba100062eccba57aa59e1e06b4a
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Thu Aug 29 22:29:55 2002 +0000
- The win32 interface is preparing for the internationalization.
- commit 5e1d56aeacef5f2197ada9af17f792d34e2686b5
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Aug 28 22:44:31 2002 +0000
- * Fixed libmad's output volume.
- commit b5ab493010868a16115777076b7ed431f8a5739c
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Aug 28 22:25:39 2002 +0000
- * Finally fixed the segfault when resampling.
- * Reactivated the A/52 demux.
- * Wrote a real full-featured float32 mixer.
- commit c02a9ef42ffbd928ab299185fba5ec3a6be6db5e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 28 21:40:35 2002 +0000
- * ./Makefile.old: fixed the automatic dependency rule (include dirs missing).
- commit a9b2248292f142436cfa915f9c73444a7d9db0fb
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Aug 28 19:48:16 2002 +0000
- It now works when there is no automake-1.5 nor automake-1.6.
- commit 3eb8eefdd2d1fc8ffa75bf9f8fa9e3e8dc308b93
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 28 15:30:57 2002 +0000
- * ./m4/*: added gettext m4 macros so that the configure behaviour is
- always the same.
- commit 91b31c88351be190108dd35ec32c8956fe1b1e29
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 28 14:22:17 2002 +0000
- * Additional fixes for bootstrap when gettext isn't available.
- commit e3366e790b852ff4e29bedb82b0caad1986f8b8e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 28 13:38:14 2002 +0000
- * ./bootstrap: fixed a shell error (replaced "if `foo`" with "if foo").
- commit 03fe761ea832e9a8c0f0f17c595ff0ba591ba36c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 28 12:50:13 2002 +0000
- * ./bootstrap: we should be able to bootstrap CVS even without gettext.
- commit d54e32e1fb36a573ed03bb50271ad8573f057b14
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Tue Aug 27 21:53:54 2002 +0000
- fixed a minor bug
- commit 2d8a1a708547e450068546985ea4c7ec65a6bc4c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Aug 27 14:15:24 2002 +0000
- * ./HACKING: we can now use automake-1.5 instead of automake-1.6. But now
- we _really_ depend on it.
- * ./bootstrap: we don't use touch to create a file, because it doesn't seem
- to work everywhere.
- commit 685f8edcc3e7bfa3e3a40fd15ecec75c4e01b565
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 26 23:36:20 2002 +0000
- * ./bootstrap: we touch m4/Makefile.am so that configure doesn't complain
- about a missing m4/Makefile.in.
- * ./include/vlc_common.h: workaround for Borland's redefinition of PACKAGE.
- commit 15f3b0f6fa0eac7207eec34e80e1f65506d4f599
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Aug 26 23:00:23 2002 +0000
- * Miscellaneous S/PDIF fixes.
- * New NextPTS() function, to replace CurrentPTS() (gives the PTS which will
- be valid for NEXT byte).
- * Fixed mono mode in the builtin mpeg audio decoder.
- * Various fixes related to PTS calculation in audio decoders.
- commit 44fc8c8927a693b57b9e525341167620a9915ac4
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Mon Aug 26 22:54:24 2002 +0000
- have my filter compile by default
- commit d8e7b4081d2ee660b78002080654a57001bc2090
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Mon Aug 26 22:35:58 2002 +0000
- An motion blur filter. --blur-factor states the degree of blurring from 1
- to 127. about 100 is cool
- commit 8cdab6d5972fbfcb5fd1876099878146c4493d0e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 26 21:46:06 2002 +0000
- * ./bootstrap: another fix for old versions of autoconf which don't seem
- to like the gettext m4 files.
- commit e3401d578754e7fd0dd49ba18b95b527420f1630
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 26 20:49:50 2002 +0000
- * ./configure.in: we now require autoconf 2.5x because previous versions
- don't seem to work very well if you are using autopoint, although
- gettext 0.11.5 claims to be fully backwards compatible. Welcome to
- automake hell.
- * ./bootstrap: workaround which uses gettextize if you do not have
- autopoint. We'll probably stay like this for a while, until gettext
- 0.11.x (which replaces gettextize with autopoint) becomes more
- widespread. Currently this workaround seems to work, but don't expect
- a clean tarball if you make dist without having used autopoint. Welcome
- to automake hell.
- commit 86f23938c10f4823f3389912f898dedd62c73ab7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 26 10:02:37 2002 +0000
- * ./Makefile.old, ./modules/gui/win32/win32.bpr: fixed header location
- issues in the Win32 build.
- commit 0df46599e8bb39ff2c4c7f8e9ee77fd7c6ec1916
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 26 09:38:20 2002 +0000
- * ./bootstrap: dropped the dependency on gettext 0.11.5. Now 0.10.4 is OK.
- commit b69c9ce1279a154a8bbbe35b16a7bc7480cd967b
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 26 09:12:46 2002 +0000
- (A few minor pending patches I had around)
- * ./debian/control: gnome-vlc recommends vlc-plugin-esd, and kvlc recommends
- vlc-plugin-arts.
- * ./src/misc/messages.c: message queue now prints the current object type.
- * ./modules/*: cosmetic fixes for the --long-help output.
- commit 6038883a6d5eeecd1027e32cdf3cc21d58fce8fc
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 26 08:36:12 2002 +0000
- * ALL: fixed a few include directories.
- commit eb395af053ac65f5386bab02a2da920284528f56
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 26 01:01:13 2002 +0000
- * Moved ./include/defs.h to ./config.h
- * Renamed ./include/config.h to ./include/vlc_config.h
- * Other misc auto* fixes.
- commit 764176f68884f524ef9a943e260a956ff36bb9a2
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Aug 25 23:18:05 2002 +0000
- * ALL: started the slow move to automake. For the moment, the changes are
- unnoticeable apart from the extra dependency on autoconf, automake and
- gettextize. See the new HACKING file for some information, especially if
- you don't run Linux.
- The current strategy is to have the configure script generate a nice
- automake Makefile from Makefile.am, and then clobber it with our good
- old dirty Makefile. Muahaha :-)
- commit 8fc89cd7deaf495721f80d862019afecf77cfbac
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Aug 25 20:44:40 2002 +0000
- Directory content is now read at startup.
- commit 34c546b2b2864798d3be07b21ad1c5bfd2ce0003
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Aug 25 19:27:20 2002 +0000
- * ./src/playlist/playlist.c: -Z flag makes playlist loop endlessly.
- commit 3ece9041e6954b83b226966f9367a88bbdd54536
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Aug 25 17:22:49 2002 +0000
- * all: Unified behaviours using "action list" objects
- commit fd94f31b7dbb8725afb35bcc2d63f98c84af89a0
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Aug 25 16:55:55 2002 +0000
- * ./modules/audio_output/oss.c, ./modules/audio_output/sdl.c: improved
- sound synchronization.
- * ./src/audio_output/output.c: reverted another change I previously did :-)
- commit 51e9975309f7784ab00dacf9779090f19543a1ab
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Aug 25 09:40:00 2002 +0000
- * ./src/audio_output/output.c: reverted my previous aout_OutputNextBuffer
- prototype change; it looks like we won't need it after all.
- * ./src/audio_output/output.c: if audio output is too slow, but we
- know there is no next packet, then we play it anyway. Rationale behind
- this is: better play a slightly wrongly dated packet than play silence,
- because it might be wrongly dated but there are chances it won't break
- audio continuity.
- * ./modules/audio_output/sdl.c: workaround for SDL's crap audio output
- system (callback gets called at random times, and no way to know the
- latency of the samples being played). Audio output is now rather good
- here, but please give feedback.
- * ./modules/audio_output/oss.c: we delay a bit before asking for a new
- buffer to avoid starvation.
- commit 1c79a0fac8b20ea0c8220525a348593e6425fa01
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sat Aug 24 21:35:31 2002 +0000
- moved id3 related code to a separate utility module since several
- demuxers need it
- commit 3b08fd1df2ec973fba8da5506425f1724b998142
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Aug 24 21:11:21 2002 +0000
- * ./modules/audio_output/oss.c: we don't ask too early for a new buffer,
- but rather sleep a bit.
- commit cd7b79940df46203f8985abf720f378c8b498312
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Aug 24 20:22:34 2002 +0000
- * ./modules/audio_filter/resampler/ugly.c: simple resampler which does not
- insert blank samples, but changes pitch.
- commit a60541d164a09ff9d0aa795a285d32c9057eec0d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Aug 24 17:04:36 2002 +0000
- * modules/misc/logger/logger.c: fixed initialization bugs.
- * src/misc/objects.c: in vlc_object_destroy() there's no need to lock structure_lock if
- we are the root object (structure_lock has already been destroyed anyway).
- commit 33913b063cae7aa1a820c46937ead1c0a09fc080
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Aug 24 16:07:48 2002 +0000
- * ./modules/audio_filter/resampler/trivial.c: fixed a buffer size calculation
- issue in the trivial resampler.
- commit f02ba9de18c5893b3a20db61dfc7e537b8ae48b9
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Aug 24 14:49:51 2002 +0000
- * ./configure.in: fixed a typo that prevented compilation of the network
- modules.
- * ./debian/rules: added faad to the package generation.
- commit d2f76771d37743e50c0edfbf6d49589da78c1030
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Aug 24 11:57:07 2002 +0000
- * ./modules/gui/gtk/open.c: the Gtk and GNOME interfaces no longer ignore
- the "dvd", "frequency" and "symbol-rate" variables.
- commit c21f684a1b3eafb0c5f8be0c4d12e719a90159cc
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Aug 24 11:46:44 2002 +0000
- * ./modules/audio_output/oss.c: fixed a bug on module reopening.
- * ./modules/audio_output/oss.c: we now properly set the fragment size.
- commit 711160b2a2a3c716670d6f4c0f74a7545db8bddc
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Aug 24 10:19:43 2002 +0000
- * ./src/audio_output/output.c: added an argument to aout_OutputNextBuffer
- which lets the audio output module give a timeout value for buffer
- delivery. This fixes a few issues with aout modules which were calling
- aout_OutputNextBuffer way too early.
- commit d3bdbb2bd0dd7422841fff2271c059f5b57f0a50
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Aug 24 09:55:06 2002 +0000
- * ./debian/*: created legacy packages for smooth upgrades to the upcoming
- 0.5.x version, and created the vlc-plugin-svgalib package.
- commit 674681b3fff39a0cf0273b467e592e2a7990dc19
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sat Aug 24 01:14:29 2002 +0000
- fixed an off by factor 10 error. Noted along the way that this module
- seems to be requesting audio some time before the output pipeline is
- finnished
- commit 3ccc9c5924ccf334a56e4079a4b6a8637c2f483f
- Author: Tony Castley <tcastley@videolan.org>
- Date: Fri Aug 23 14:16:23 2002 +0000
- Rewritten aout3. BeOS currently PUSHES the audio.
- commit f7934b1cd6b31682bcfb83d245e211ce795e7730
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Aug 23 14:05:22 2002 +0000
- * ./modules/codec/faad/decoder.c: the AAC decoder is in sync with aout3.
- * ./modules/codec/a52old/a52old.c: the a52old decoder as well.
- commit 3c2a9131dd4b04e91dd712faa790b16f61c55e1e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Aug 22 21:41:23 2002 +0000
- Forgot one file in my previous commit.
- commit 90a612c63e11718a0bb5b27c6d12021c9c511137
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Aug 22 17:14:52 2002 +0000
- * ./modules/audio_filter/converter/fixed32tofloat32.c: fixed conversion.
- * ./modules/codec/mad/libmad.c: ported to the latest aout changes. Still
- doesn't work here, though.
- commit 00724b734bb27f4ccad42de320f8bdecf60009f3
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 21 23:19:58 2002 +0000
- * ./include/vlc_common.h: declared aout_fifo_t.
- commit a2c6740830bf3acab085b0cdc0bb2426082f719a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 21 23:17:41 2002 +0000
- * ./include/aout_internal.h: exported aout_FifoPop to plugins.
- commit 1c13a9874579b0640d294389a5f888b81a8926fc
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Aug 21 22:41:59 2002 +0000
- Big round of fixes in the aout3.
- * Audio and video should now _always_ be perfectly in sync.
- * Changes in a52.c (end_date management) must be ported to other codecs,
- otherwise mixer errors will appear.
- * Audio output plug-in can now tell whether they can handle a little
- clock drift (for instance, inserting zeroes after a pause).
- commit 692795dc04e2532b23a2bede4942a33434782ba3
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Aug 21 19:30:03 2002 +0000
- Stopping vlc from the Familiar interface is possible again.
- commit 28ad2fd075be37cb4258af5806896ab042897c09
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 21 17:31:58 2002 +0000
- * ./src/misc/modules.c: if a plugin requested not to be unloaded, then we
- won't unload it. This makes us more fault-tolerant with crap libraries
- that are making use of atexit().
- * ./configure.in: svgalib can now be a plugin.
- * ./modules/misc/gtk_main.c: gtk_main doesn't need g_atexit anymore.
- commit a5a565cb0b6d5b361d680928446b7a3c3dd0b26a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 21 15:55:15 2002 +0000
- * ./modules/misc/gtk_main.c: fixed a minor compilation warning.
- commit da508b85bc42d6d4b9d6581fb85fcaf907bbefb0
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 21 15:53:06 2002 +0000
- * ./include/vlc_common.h: we don't set _() and N_() in Gnome-enabled modules
- because <gnome.h> already does it for us.
- commit b6aeeca55b99dea051027bd52763cbe9ce4c6240
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 21 15:10:33 2002 +0000
- * ./modules/video_output/svgalib.c: SVGAlib video output module.
- Currently only supports 256 color output, and defaults to 320x200. You need to be root to use it, it may leave your console in an unusable state, lock
- up your video card, it will segfault at exit if you compile it as a plugin
- because of SVGAlib's ludicrous use of atexit() and signal().
- Apart from these few glitches, it's rather OK, use "-I dummy -V svgalib"
- to activate. Q or Esc to quit (press for a long time if it doesn't work).
- commit 18773d093c9c324f3bcc5734bd4accd0d5319152
- Author: Xavier Marchesini <xav@videolan.org>
- Date: Wed Aug 21 11:07:42 2002 +0000
- Fixed a polioterie in the previous commit
- commit afa6c92607242efb71ff313c744bbd3ded9d3ad6
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 21 09:27:40 2002 +0000
- * ./modules/codec/a52old/a52old.c: ported the old A52 decoder to aout3.
- * ./modules/audio_filter/converter/s16tofloat32.c: converter needed for
- a52old, includes the walken trick and b_in_place = true.
- commit 620b69bbc279ac087207681fa16d49640756eed0
- Author: Xavier Marchesini <xav@videolan.org>
- Date: Wed Aug 21 09:26:53 2002 +0000
- * libvlc.c : Win32 compilation fix.
- * modules.c : we now check the directory plugins/ to find some plugins.
- (this will allow us to use the packager / installer which wasn't aware
- of plugins -> modules :)
- commit 97acd0f3a9be33c502acc3f22c4c8335e70f7293
- Author: Stéphane Borel <stef@videolan.org>
- Date: Tue Aug 20 22:11:49 2002 +0000
- *Set output format to AOUT_FMT_SPDIF when in spdif mode.
- S/PDIF does not work here in oss though (output starving).
- commit 80dbbdef1ab631fe0539d99df3e5478649c38730
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Aug 20 21:10:48 2002 +0000
- * ./modules/gui/gtk/display.c: changed the configuration callbacks so that
- all instances of a module get changed when options such as gtk-tooltips
- or gnome-toolbartext are toggled.
- commit a3412c816e0c438fa6466ff2259556369c12558c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Aug 20 21:02:40 2002 +0000
- * ./modules/gui/qnx/*: ported the QNX audio output to the new API, courtesy
- of Pascal Levesque.
- commit aeaf6737efee2feb94b4b213456ef8ce2cea6595
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Aug 20 18:25:42 2002 +0000
- (compilation fixes for my previous commit)
- commit f0ec49dae50fc8a8e7f7b49d5475d6ba19b94996
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Aug 20 18:08:51 2002 +0000
- * ./modules/misc/gtk_main.c: created the gtk_main module, which simply runs
- gtk_main() in its own thread, and does nothing on subsequent calls. This
- ensures that gtk_main is only running once.
- * ./modules/gui/familiar/*, modules/gui/gtk/*: the familiar, gtk and gnome
- modules are now fully reentrant thanks to their use of the gtk_main module.
- * ./src/libvlc.c: implemented vlc_set(), a wrapper for config_Put* available
- to external programs.
- * ./src/libvlc.c: removed vlc_stop() and vlc_end(), everything is now done
- by vlc_destroy().
- * ./modules/control/rc/rc.c: implemented a few new functions. For instance,
- run "vlc -I rc" and then type "intf gtk" or "intf gnome". You can even
- launch several of them. "segfault" works, too.
- commit a890c0eef4c7e5a7b6e562c092fc72e0efe6c0e9
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Aug 20 12:43:59 2002 +0000
- Removed obsolete files which suddenly reappeared.. THE FILES THAT WOULD
- NEVER DIE ! MUUAHAHAHAHAHAAAA !!
- commit e6198f86eee663dc6a3204f1c8ec9c6efe74c59e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Aug 20 12:32:01 2002 +0000
- * ./modules/gui/familiar/familiar.c: added a timer to check when the
- familiar interface is asked to quit.
- commit 922ab4d4f4db117d9fd2862224899d659e2b2d8d
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Aug 19 23:12:57 2002 +0000
- More changes in the date handling. Should be more tolerant with
- pause/play and change of audio channel.
- commit 9a1fd919019c36a4bf85e5366dce96e5f83d9596
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 19 23:07:30 2002 +0000
- * ./modules/audio_output/*: ported the ALSA, aRts, esd and OSS modules to
- the latest aout3 changes.
- commit d068701b3be13a67de51be02e77d2960fe1771db
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Aug 19 21:54:37 2002 +0000
- * Fixed BeOS output ;
- * Fixed a few boolean_t.
- commit 5ffbc97e759f4e44a9ac33567901de1f5ff5528a
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Aug 19 21:31:11 2002 +0000
- * ./configure: Fixed double detection of gethostbyname.
- * Major changes in the handling of dates in the audio output ; still buggy,
- but differently.
- * Fixed a major bug in the aout pre-filters, preventing to run any other
- decoder than liba52.
- * p_aout->output.pf_play now has only one argument.
- commit 91b103c21b6055d031d9613fbdef3319c8d3be8b
- Author: Arnaud de Bossoreille de Ribou <bozo@videolan.org>
- Date: Mon Aug 19 17:07:14 2002 +0000
- * modules/audio_output/alsa.c: we now open the device in SetFormat because
- it depends on the audio format. Cosmetic changes. The S/PDIF output may
- work.
- commit d2e838ba807bfd161388e28aefa4e151858c728b
- Author: Tony Castley <tcastley@videolan.org>
- Date: Mon Aug 19 11:51:03 2002 +0000
- Fixed segfault. Now fails to load due to incorrect format.
- Getting there :)
- commit 47e9705788f3e800161bc722dcc0a4db58f1cdfb
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 19 11:37:57 2002 +0000
- * ./src/misc/cpu.c: we use void(*)(int) instead of sighandler_t because
- mingw32 doesn't know about sighandler_t.
- commit 2fa6c9ce280b037c058eed166bfc51e7c70c5d14
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 19 11:13:45 2002 +0000
- * ./src/misc/cpu.c: libvlc now plays nice with SIGILL and restores the
- signal handler to its previous value after use.
- * ./src/libvlc.c: moved signal handling to vlc.c.
- commit 9c669a9f8f98c6ff6cf5c72168b485fc1ab21967
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 19 08:30:56 2002 +0000
- * ./modules/visualization/xosd/xosd.c: support for libxosd 1.0.0.
- * ./configure.in: added check for libxosd version.
- commit 4df679a4cfc130798215a1688b44aa18b1d2bb9b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Aug 19 08:19:31 2002 +0000
- * modules/video_output/x11/xcommon.c: fixed a bug related to the size of the
- fullscreen window. We also unmap the current window when switching to fullscreen.
- commit d377635a891d8312cb898b2f9ef17fdca042e974
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Aug 18 20:36:04 2002 +0000
- - File and directory listing show unix permissions.
- commit a444052de358eb931306e1bc881073772fe4aeb4
- Author: Eric Petit <titer@videolan.org>
- Date: Sun Aug 18 16:17:32 2002 +0000
- Enhanced BeOS icon ;)
- commit 31fe0e91662b3afdc8a24845afcd2a3ec592bc67
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Aug 18 14:33:00 2002 +0000
- removed a line used during debugging
- commit 086f0dc8c2ea9f72889a4316031313e2a7c09706
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Aug 18 14:11:35 2002 +0000
- the mp3 demux now parses id3 tags into the info structures if libid3tag
- is available
- commit 3dff442ecce707a6f7492b6c35d03ad497df71e5
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Aug 18 13:49:20 2002 +0000
- * ./src/libvlc.c: removed the simple signal handler because it's not
- really needed, and we were calling pthread_mutex_lock from it.
- * ./src/libvlc.c: released a vlc_list_t that caused vlc --list to hang.
- commit 894c4adc591553f567168302a363daa315eddeb9
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Aug 18 13:16:51 2002 +0000
- doxygen documented my code
- commit a580ac79357e0d085ed1354874744b48d73eda07
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Aug 18 13:14:39 2002 +0000
- modules/gui/kde/interface.cpp: made the kde interface look for the rc
- file in DATA_PATH
- modules/gui/kde/kde.cpp and interface.h: removed a stupid class, moved
- stuff from open() to run() to make the kde interface start without
- segfaults.
- commit 0ace3bb2f2e67afd98d1e676199ce99256e12a1c
- Author: Eric Petit <titer@videolan.org>
- Date: Sun Aug 18 11:32:06 2002 +0000
- Fixed a few linking BeOS problems (-lm, -lstdc++.r4...).
- Now everything should compile with every gcc with no problem (mp4, ffmpeg
- and faad plugins, especially).
- commit 764fd89e8d5e8511300c46c41217b53ce0cebea0
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Aug 17 15:35:10 2002 +0000
- * all : mpeg_audio decoder works now with aout3.
- commit fd976a607f32bb1fd8592e984db8e54085f316c0
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Aug 17 13:33:00 2002 +0000
- Added filetype information.
- commit 4eb6d12b81e07ca7e7daac49623437757de6be4a
- Author: Tony Castley <tcastley@videolan.org>
- Date: Sat Aug 17 13:26:57 2002 +0000
- This now compiles in BeOS. Probably others, the i was not declared.
- commit 0aff8fbf88313c00262f5db03a593a09b7b6c9d4
- Author: Tony Castley <tcastley@videolan.org>
- Date: Sat Aug 17 08:46:46 2002 +0000
- At least it compiles now. :-)
- commit fa20241712094864befd1fdc9a90fbd82d86d68c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Aug 16 16:26:23 2002 +0000
- * ./modules/video_output/x11/xcommon.c: we include Xmd.h before dpms.h
- (compilation fix for Solaris).
- commit d71af1d60382492bde9d0fb4f93be4bec79dd8fa
- Author: Arnaud de Bossoreille de Ribou <bozo@videolan.org>
- Date: Fri Aug 16 14:30:39 2002 +0000
- Up to date ALSA information.
- commit f20532c0c0c1b7c48d352dc98b9421c3e72502cd
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Aug 16 12:31:04 2002 +0000
- * ./src/playlist/playlist.c: added -Z (--random) for endless random playing.
- commit ba97736ab86529d03ca3a0d52256c01b6a9b5555
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Aug 16 03:07:56 2002 +0000
- * ./modules/codec/spudec/*: split spudec into the parsing and the rendering
- functions.
- * ./modules/demux/mpeg/audio.c: at least three PS startcodes are required
- before we abort the parsing and consider the input as PS instead of MP3.
- commit 647a105d2cec2139ef8299b6eba17255b97ea714
- Author: Arnaud de Bossoreille de Ribou <bozo@videolan.org>
- Date: Thu Aug 15 12:35:50 2002 +0000
- * configure.in, configure: put back the ALSA audio output module in
- configure.
- commit 7a165cdc8f39ead19f7273f7500114b1120515cb
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Aug 15 12:22:45 2002 +0000
- * ./src/misc/modules.c: compilation fix.
- * ./modules/gui/win32/preferences.cpp: the Win32 interface doesn't use the
- old module linked list anymore.
- commit 5dc2da7377f9b8f683af8b313d3b3c50036c46c5
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Aug 15 12:11:15 2002 +0000
- * ./src/misc/modules.c: the module linked list is going bye bye. We now use
- the vlc_object_* and vlc_list_* functions to manage modules. The Win32
- interface doesn't build, but I'll fix this.
- commit 17e19cc14f2d10ab19ccfeb783089337ea4196fd
- Author: Arnaud de Bossoreille de Ribou <bozo@videolan.org>
- Date: Thu Aug 15 10:31:44 2002 +0000
- * modules/audio_output/alsa.c: cleanings and comments.
- TODO: S/PDIF mode.
- commit 0c7d7aa325a0a3b01ba675134c585430b12dfd72
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Thu Aug 15 08:24:44 2002 +0000
- * compilation fix
- commit c698b96fb7979fd2a14473b23db5dc505193d66d
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Aug 14 21:50:01 2002 +0000
- Changes in familiar interface:
- - added GtkCList instead of GtkList.
- - added first column sorting order by clicking on column header
- - selecting item from list works
- - reading entire directory list is displayed in GtkCList widget
- commit 005be1388992f71eb6c15b01d99110528dfd825e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 14 17:06:53 2002 +0000
- * ./src/misc/objects.c: implemented vlc_list_find() which works like
- vlc_object_find() but returns a list of _all_ the matching objects. Only
- works with FIND_ANYWHERE at the moment.
- * ./modules/gui/gtk/preferences.c, ./modules/gui/kde/preferences.cpp,
- ./modules/gui/win32/preferences.cpp: the module lists in the preferences
- menus work again.
- * ./src/misc/objects.c: added a missing sizeof that caused crashes because
- the reindexing of the global object array was incomplete.
- * ./include/modules_inner.h: propagated the module long description to its
- submodules.
- commit 211b2031b690e9de756f3ee20ae711b9e9050672
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 14 13:10:44 2002 +0000
- * ./modules/audio_output/esd.c: compilation fix (aout_FormatTo is obsolete).
- * ./src/audio_output/audio_output.c, ./src/audio_output/mixer.c: fixed a
- horrible sound issue by making sure internal buffers have a size multiple
- of 4 bytes. Waiting for a real fix made in Meuuh, of course.
- commit d24f1af688790c05e9983e05033807fa87d45289
- Author: Arnaud de Bossoreille de Ribou <bozo@videolan.org>
- Date: Wed Aug 14 10:50:12 2002 +0000
- ALSA audio output v3.01 is out !
- commit ad830330decee89bcdb89283bfeccaaed885c902
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Wed Aug 14 10:18:40 2002 +0000
- * compilation fix (by sam)
- commit 68a142e33b9e49455120e770a21682f58db52dff
- Author: Tristan Leteurtre <tooney@videolan.org>
- Date: Wed Aug 14 08:50:33 2002 +0000
- . Simple RTP access module : only supports TS payload.
- This first draft is made to read RTP streamed by the vls.
- commit c250844e76d20c0b4c1caa6d190d59a8e4608f35
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 14 08:17:24 2002 +0000
- * ./modules/control/rc/rc.c: 'l' outputs a list of all allocated objects,
- just as 'd' displayed a tree of attached objects.
- * ./src/misc/modules.c: added a missing header.
- commit 2f1be4f3e563c2bcfe8b51bda25ce804546f8748
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Aug 14 00:43:52 2002 +0000
- * Added a third argument to aout_OutputNextBuffer. In case the buffer
- received does not start exactly at the given date, it indicates if the
- output plug-in is able to compensate for the drift (for instance on
- startup, or with S/PDIF packets), or if we need the aout core to
- resample the coming buffers. It is currently unimplemented.
- commit eb93d56d8d76be74193a77ee163462c14af92959
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Aug 14 00:23:59 2002 +0000
- * Changed aout_FormatTo* ; aout_FormatToSize does no longer exist.
- p_buffer now has a i_nb_bytes member. It is possible to indicate for a
- format its byterate (necessary for AC3 and SPDIF).
- * S/PDIF output seems to be working at last (tested with the file output).
- commit 321841006c653a16649202899df357f15e49ea64
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Aug 13 22:42:23 2002 +0000
- * New float32to* converter modules, courtesy of Xavier Maillard
- <zedek@fxgsproject.org>.
- * Fixed a bug in float32tos16, where gcc over-optimized a little and
- caused problems on some platforms (eg. solaris).
- commit 8456ba1c47321a0c885bbc6f7a61548f5fd7d1c1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Aug 13 20:28:56 2002 +0000
- * clean up some code, add "mp3" short cut.
- And now if this demux has been forced it will (try) to play the whole
- file even if the stream is heavily corrupted (like PS demux).
- But now, it makes less assumptions on the stream, so report any
- problem if it mis-recognizes others files as mpeg audio (specially PS file).
- commit 2f67ba3cf2648ad9913d5cc1797266c5e3b7046e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Aug 13 16:11:15 2002 +0000
- * ./modules/audio_output/arts.c: ported the aRts module to aout3.
- * ./modules/audio_filter/converter/*: fixed a bug in all the converters
- test routines (thx Meuuh).
- commit eefc863b234a657dc7c4f87769f5add9f216c17f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Aug 13 14:53:46 2002 +0000
- * ./modules/audio_output/esd.c: we now properly use the esd_get_latency()
- return value to avoid audio starvation.
- * ./modules/audio_filter/converter/*: a little loop optimization trick.
- * ./src/audio_output/aout_ext-dec.c: removed this deprecated file.
- commit a6ef9bbb9dd08a41eae2e68e292c8a91e1df7230
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Tue Aug 13 13:15:14 2002 +0000
- ./modules/control/rc/rc.c: fixed a segfault when pressing 'i' with no
- input
- commit 5a64fbd73a07be599b133b8acf703df7d12110c3
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Aug 13 11:59:36 2002 +0000
- * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die
- instead of our own variable.
- * ./modules/audio_filter/converter/a52tospdif.c, ./modules/codec/a52.c: added
- <unistd.h>, required for bswap.
- * ./modules/demux/mp4/libmp4.c: removed an unneccessary semicolon in a
- macro definition.
- * ./modules/audio_output/esd.c: first attempt at getting esd to work.
- * ./modules/video_output/*: split sdl.so into a video and an audio plugin,
- and removed useless subdirectories.
- * ./modules/audio_output/sdl.c: compilation fix.
- commit f1d40d7e8c1b497cca2521d1d5c7356d390ad426
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Aug 12 22:48:18 2002 +0000
- * Fixed miscellaneous bugs.
- * Fixed an endianness issue in S/PDIF.
- * Added a walken optimization of float32tos16.
- commit 89332ee5b2c19caa612aa1e58d2d2542e57f127b
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Mon Aug 12 22:30:07 2002 +0000
- ./modules/demux/mpeg/ps.c: this module never fails the probe and should
- therefore have capability 0
- commit 8d5c85f26f79ef0853bb5f23ff33809a8999716c
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Aug 12 22:12:51 2002 +0000
- * Fixed a variable overflow bug in the audio output.
- * Prepared for some advances in the aout3 clock management.
- * Added the first stone of the forthcoming stream output.
- commit a39d90778548b945d7712debdec7ae9d93212398
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Mon Aug 12 21:43:28 2002 +0000
- ./configure.in: fix linking of i420_rgb
- commit 228be8594226e24461a3e26a891199742ceb77d5
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Aug 12 21:40:40 2002 +0000
- This conversion should make more sense.
- commit 0220726f875614dc6369d89e6875792f7199a98c
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Aug 12 20:43:27 2002 +0000
- - Updated configure to build fixed32tos16 and fixed32tofloat32.
- Desperately need a fixed32 mixer for testing the conversions.
- - Uncommented unused functions in libmad.
- commit ac4a6e1fe702b2a098c72e160bc375ff6aa2264f
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Aug 12 20:38:19 2002 +0000
- Support for browsing local media (not finished).
- commit ce39823647da59185ab3a5624d2d61d6f03d9047
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Aug 12 20:35:55 2002 +0000
- Updated Makefile to include fixed32tos16 and fixed32tofloat32 conversions.
- commit 4975bffed16c51c08c18af6a1d5a5db3d96cc527
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Aug 12 20:35:18 2002 +0000
- Added fixed32tofloat32 conversion.
- commit 12f0b20089c821cbd2a2604ca0d675feb6c0eb7e
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Aug 12 20:34:56 2002 +0000
- Added fixed32tos16 filter based upon libmad downscale functionality.
- commit c95d91b4cf158a2497d4b1cfb2ab7ba493a584b1
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Mon Aug 12 17:38:10 2002 +0000
- ALL: added GPL headers to my files. Some of the files from the original
- author does still not contain this header.
- commit 856c3c047a316e2249bf6ed5a5c051d7ecee549e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Aug 12 17:00:36 2002 +0000
- * all : enable aac demux by default.
- commit 77f8e25e5d95327fca7e5734733265217022d628
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Aug 12 16:59:15 2002 +0000
- * all : a demux for aac stream ( raw aac with adts headers ). For now
- it has a capability equal to 0 because it conflicts with PS, so you need
- to force it.
- commit ac354f204d8638940d588cb1cb8e1db422d1b5d9
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Mon Aug 12 15:56:57 2002 +0000
- ./Doxyfile: a sample doxygen configuration file. Have a look at
- http://s253c.studby.ntnu.no/vlc/html/index.html to see what doxygen can
- do.
- ./doc/doxygen: a place for doxygen to put it's files
- commit 6e8f9504cb15556b811badce004b806f69aadb5e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 12 09:34:15 2002 +0000
- * ./src/misc/objects.c: two big changes in the object API: now objects can
- only have one parent, because I don't want to deal with cycles, and each
- created object is indexed in a global array. This feature is unused yet,
- but it will speed up vlc_object_find(FIND_ANYWHERE).
- * ./debian/rules: activated the faad codec.
- * ./doc/fortunes.txt: new fortune cookies.
- * ./modules/codec/mpeg_video/headers.c: reduced the use of attach/detach.
- * ./modules/audio_output/oss.c: fixed two compilation warnings.
- commit 2e448ef8ddd59d81aa28e207bda0bd2b4fcdf1b7
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Aug 12 07:40:23 2002 +0000
- Fixed a S/PDIF bug.
- commit 0ef062c72149bc5d6c359c4eb7845bf25fcc1b56
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Aug 11 23:26:28 2002 +0000
- S/PDIF fixes.
- commit ff840042a29121f697b6721f3b3a8e8f7cbd997c
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Aug 11 22:46:34 2002 +0000
- Definition of vlc_fixed_t.
- commit fec0d40b5e937a4bd6e646b897703d0b6369fc9f
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Aug 11 22:36:35 2002 +0000
- * S/PDIF output should now be working (untested, though).
- commit 19457f20af565bf034f270fe5ef7543668a3541c
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Aug 11 21:59:46 2002 +0000
- Ported fix from STABLE.
- commit 63d7e3c262c0b99585be6f968220567884d1631a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Aug 11 12:27:11 2002 +0000
- * ./modules/misc/memcpy/memcpyaltivec.c: added a missing AltiVec requirement.
- commit f688e667064d42a7a6f4a5be62a3ceb48c1d1557
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Aug 11 08:30:01 2002 +0000
- * src/misc/configuration.c: bugfix (don't initialize and free p_module->object_lock
- twice).
- * src/misc/win32_specific.c: missing initializations.
- * modules/demux/mp4/libmp4.c: was missing an #ifdef HAVE_ZLIB_H
- commit 9a9f8a1e7abcf6638a03fa8e6b095917d0d423fc
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Aug 11 01:27:01 2002 +0000
- More S/PDIF fixes.
- commit a29bce0ba1d8c1d414e821d6ed7def30ecc31823
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat Aug 10 23:22:45 2002 +0000
- Imported 0.4.4 Changelog.
- commit 37e30b124b64abc0eb521a009392e059fa940177
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Aug 10 20:05:21 2002 +0000
- * modules/codec/faad : an AAC decoder module using libfaad library
- (faad2).
- * modules/demux/mp4/libmp4.c : could compile without zlib.
- * modules/codec/ffmpeg/* : set error resilience to -1 by default.(in
- order to decode more files, but it could produce segfaults ... )
- * Makefile.*, configure.in : enable mp4 by default, add faad
- module (disabled by default ).
- commit 7acb51f93a1bd870a3cc12e4836ef485bb465105
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat Aug 10 20:01:00 2002 +0000
- * Fixed a bug triggering the trivial resampler when it was unnecessary.
- commit eb8abe0a868e9fd77711e8a7654c37b0efe56703
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Aug 10 19:23:06 2002 +0000
- * ./src/misc/messages.c: fixed an extremely old buffer overflow.
- commit 5fa75a1f3342a6bee33242d381d136806e621e05
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Aug 10 19:22:45 2002 +0000
- * ./Makefile: fixed "make package-win32".
- commit 5bbe0409fc6745f56384e87c703914bbbee4a1a8
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Aug 10 18:17:06 2002 +0000
- * modules/video_output/directx/aout.c: adapted the directx audio plugin to aout3.
- * modules/audio_output/waveout.c: adapted the waveout audio plugin to aout3 and
- decreased its score so the directx plugin is selected by default.
- * configure.in: re-enabled the waveout plugin
- It's really amazing how much aout3 simplifies these plugins :)
- commit f8ec38017a7535b41e2a30c308bae8be1035fd81
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Aug 10 17:54:49 2002 +0000
- Allocation of New buffers seems alright now.
- commit 8e11bef57ed1afa1244c9ad0f5d1c265c30d642a
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Aug 10 17:53:37 2002 +0000
- Enabled mad plugin again.
- commit 8252b141bebbed7b3e047e468c801f3c13c2b4e7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Aug 10 16:17:14 2002 +0000
- * ./modules/gui/win32/Makefile: fixed the Win32 interface compilation.
- * ./modules/gui/win32/win32.cpp: merged intfwin.cpp into this file.
- commit 302020cce36c78c372225b49cbf78662c529dafa
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Aug 10 13:40:46 2002 +0000
- Adapted mad codec plugin to new aout3. Not tested yet.`
- Plugin is not being build by new built structure, this needs to be fixed first.
- commit d1aefb4d6814074d51ba4380b09d5d242ebaa2b8
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Aug 10 11:35:31 2002 +0000
- Preparation for Qt embedded support.
- commit 4c2c599e0ac1a4094ae48cd47f43892135ba1938
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Aug 9 23:52:31 2002 +0000
- * ./include/audio_output.h: small compilation fix.
- commit 9000920a11f07bbb88ce12e0efff65f2f0c8cf5c
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Aug 9 23:47:23 2002 +0000
- * Trivial resampler plug-in (resampling still non-functional)
- * Begun writing some hooks for forthcoming S/PDIF support
- * ./modules/access/vcd/cdrom.c: compile fix for Darwin
- commit 7ba73a88cb1eb800e840573744a65416d8c0cdcc
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Aug 9 22:25:36 2002 +0000
- * Removed the plugins/ directory.
- commit a46b30014c1b8a71af701738c8064d2609377e71
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Aug 9 16:39:08 2002 +0000
- * ./src/libvlc.c: p_vlc->pf_memset is now usable (it's always the libc
- default though).
- commit be0b42d9fc90e3acb22a1d00f0f00319cd1c12a5
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Aug 9 16:38:27 2002 +0000
- * ./Makefile: fixed a sed command syntax.
- commit 05e3077cc5f7e73b99a36e0ffccbcc26224bfa21
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Aug 8 22:28:23 2002 +0000
- * ./include/modules_inner.h: support for several modules with the same
- name but with different directory names.
- * ./Makefile: plugins get installed in different directory names.
- * ALL: additional -ansi -pedantic fixes.
- commit 58c63dc9508b1662fc9fc0ffe91694900baa1bc2
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Aug 8 22:26:56 2002 +0000
- Added another level of directory in audio_filter/.
- commit 7689bc9224e3d9516c56126980cb68eadca6fcaf
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Aug 8 00:35:11 2002 +0000
- * ./modules/audio_output/oss.c: compilation fixes.
- * ALL: lots of -ansi -pedantic fixes.
- commit 123b3214ec0802b2c8d1ce6c693dd3b79e1ada31
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Aug 7 21:36:56 2002 +0000
- Audio output 3. Expect major breakages.
- commit cd7a6631a91eee7a22259923d88f94a043f82f7d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 7 00:31:09 2002 +0000
- * added a .cvsignore file.
- commit 66c62b438630d3836cfe5c15226ae0a9db89a342
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Aug 7 00:29:37 2002 +0000
- * ./modules/demux/mpeg/system.c: added a helper plugin for MPEG-related
- demux plugins (ps, ts, but also dvd*).
- * ./src/input/mpeg_system.c: removed MPEG-related stuff from the vlc core.
- * ./src/misc/modules.c: max recursion level is now 5.
- * ./modules/access/dvdplay/es.c: fixed a buffer overflow.
- commit d669f1c3260b1db796372a63daee2fd221cf294a
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Tue Aug 6 23:43:58 2002 +0000
- * ./modules/gui/macosx/open.m: compile fix
- commit bc45ea42f1cb6c101dad712c643afd258a2ee958
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Aug 6 20:04:26 2002 +0000
- Removed the MODULES file, because on case-insensitive filesystems, it
- conflicts with the modules/ directory.
- commit f3d5e97b897b8fd1589996983d447179c070044c
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Aug 6 19:31:18 2002 +0000
- Sam I hate you ;-)
- commit f66d8124c99fd0c3aa7d81ef7419ff09018f8a7b
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Aug 6 19:12:07 2002 +0000
- Playing video from within the interface works.
- commit 9c383652e896856a0f0b6e1994074250def894e0
- Author: Tony Castley <tcastley@videolan.org>
- Date: Tue Aug 6 10:54:34 2002 +0000
- Fixed include call. Now compiles and BeOS version runs :)
- commit 50b8a062abf436a5dde7bdd11bf07b09db86a205
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Aug 6 00:26:48 2002 +0000
- * ./Makefile, ./mozilla/Makefile: make uninstall removes vlc-specific dirs.
- * ./src/misc/modules.c: the directory browsing should be more portable now,
- we use stat(2) instead of file->d_type.
- commit 2ce0ff5d232e7a8e3a38e825d2eca249701057fc
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 5 16:27:49 2002 +0000
- * ./Makefile: fixed directory browsing with "clean" and "distclean" rules.
- commit 6b9376dbe610d639e3b35958ec6e852c8ebff6a7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 5 15:16:18 2002 +0000
- * ./modules/codec/dv/dv.c: decoder for the DV format, uses libdv.
- commit ec435327da71a13bad8e1daa6d6f58600925bca1
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Aug 5 11:48:56 2002 +0000
- * ./Makefile.opts.in: fixed the builtins_LDFLAGS regexp so that it works
- with the Solaris sed.
- * ./src/misc/modules.c: fixed a warning caused by misuse of const.
- commit f29bc259d238e10652e98f8567d8d3a13808e218
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Aug 4 23:03:10 2002 +0000
- * oups, removed 'include vdec_ext-plugins.h'. And I set
- ffmpeg-error-resilience to -1 by default ( I've found to many files that
- didn't like error resilience...)
- commit b1c4cebb564871adfe97a84ada5faa3b706a9208
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Aug 4 22:16:28 2002 +0000
- * add compilation of postprocessing modules for ffmpeg.
- commit d25c5e06f0d064ac6bb7ee1bf77c92cf3946decd
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Aug 4 22:13:06 2002 +0000
- * add post processing modules.( As defined in MPEG4 ISO) There are C,
- mmx, mmxext version, but only mmxext is really usable (other need a
- _lot_ of CPU power).
- There are new options for ffmpeg plugins :
- --ffmpeg-pp to choose postprocessing module( c, mmx, mmext or mmx2 )
- --ffmpeg-pp-q to choose quality( 0..6 )
- --ffmpeg-db-?? ( where first ? is for y or c, and the other ? for v or h )
- to force deblocking on luminance(y)/chrominance(c) horizontally or
- vertically.
- --ffmpeg-dr-? ( where ? is y or c ) to force dering on ...
- commit 25235c6d1b20e04092ced48179f7f35cceea7dce
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Aug 4 21:29:08 2002 +0000
- * ./Makefile: make clean works again.
- commit d860bddfc2c3abea5bfb3cffe0a65ed91863c27e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Aug 4 20:04:11 2002 +0000
- * ./src/misc/modules.c: if a module name starts with "$", vlc calls
- config_GetPsz and uses the result instead.
- commit 5db40ebfa4e1ab5cfc0f751f62b2704b410bc4ae
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Aug 4 18:39:41 2002 +0000
- * ./include/vdec_ext-plugins.h: removed this public header and put it
- in ./modules/codec/mpeg_video/.
- commit f512682c9780b10e3460705d38556d64bbfc3f1a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Aug 4 17:40:49 2002 +0000
- * ./modules/misc/dummy/decoder.c: the dummy codec now uses GetChunk instead
- of GetBits and doesn't get stuck on high bitrate movies (thanks fenrir).
- commit 19ea8feb6db01c1deafb19f35ecee8eff81aeb02
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Aug 4 17:23:44 2002 +0000
- * ./modules/*: moved plugins to the new tree. Yet untested builds include
- waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules.
- * ALL: removed mention of AC3 in favour of A52.
- * ./configure.in, ./Makefile*: modules can now be built deeper than 1
- directory. As a consequence, the build is even slower (but I'm fixing
- this) and make clean doesn't work anymore.
- commit e5a6cfeafb19d8a97eda682c9fb853af68d1df56
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Aug 4 12:18:41 2002 +0000
- * ./src/misc/modules.c: we now recursively parse directories when
- looking for plugins.
- commit 981dcc18ab20bb7f12fac5939bc2b01c37418be7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Aug 4 08:45:35 2002 +0000
- * ./configure.in, ./mozilla/Makefile: we link the Mozilla plugin with libXt.
- commit 934d98e3b9788c02d18afa1430aba90451458118
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Aug 4 08:28:22 2002 +0000
- * ./plugins/memcpy/memcpy.c: fixed an include position which prevented
- fast_memcpy to be exported with its proper builtin symbol name.
- commit 4ad5af5c4b4948634c1c0101d3e8d3267b724c26
- Author: Tony Castley <tcastley@videolan.org>
- Date: Fri Aug 2 04:31:03 2002 +0000
- Forgot new file in Makefile :)
- commit 04f8a699c74367adf6836a1d4c26f788a6c48587
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Thu Aug 1 22:58:38 2002 +0000
- * ./plugins/idct/idctaltivec.c: compile fix
- commit d049dd48cba1c533049e54846ced92050492193b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Aug 1 17:55:31 2002 +0000
- avi.c: remove an old debug purpose printf :)
- commit 81d100989b8eed13ac32d24a048ec8e640b5603c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Aug 1 12:58:38 2002 +0000
- * Added a --dvd-css-method config option to the dvd plugin. This is implemented with
- putenv() and is IMHO a quick hack (leads to memory leaks) as libdvdcss should rather
- allow us to change this value using the API!
- commit 9d176b9bf044c18689279f4f0f63390a4fbd04dc
- Author: Tony Castley <tcastley@videolan.org>
- Date: Thu Aug 1 12:36:26 2002 +0000
- Compilation fixes.
- commit bbe70b81a082f6abb87250ea101419ae0368cc0d
- Author: Tony Castley <tcastley@videolan.org>
- Date: Thu Aug 1 11:04:46 2002 +0000
- Compilation fixes for C++ environments like BeOS.
- commit 1f327d873229279968801eacfa15265278fd0550
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jul 31 22:54:21 2002 +0000
- * ./include/configuration.h, ./include/modules_inner.h: compilation fix for
- compilers which don't support constructor expressions. I hate Borland.
- commit b3845b528238e6a913e755fa7fedb11ff4ba4612
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jul 31 22:37:28 2002 +0000
- * ./plugins/win32/*, ./plugins/directx/*: Win32 compilation fixes (but
- still not working under Borland).
- commit 976dfc3eb46069ea3b920dec899e0c13ccf17c96
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jul 31 20:56:53 2002 +0000
- * ALL: new module API. Makes a few things a lot simpler, and we gain
- about 2000 lines of code.
- I could not test everything on every architecture, so please report
- any module breakage (especially on BeOS, OSX and QNX).
- commit 8a8c1fcacec94e91b635b4a6827949772a81c16f
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jul 30 17:14:33 2002 +0000
- * plugins/directx/vout_directx.h: removed unused variables.
- * plugins/directx/vout_events.c: fixed resizing bug.
- commit 3460709974c4f5b49b0c33ad7a8a25c6d7616ce4
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jul 30 07:56:40 2002 +0000
- * include/vlc_threads.h: fixed the --fast-mutex option.
- commit d6052740f4b47a767d499e0f77c9e7213a80db34
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jul 29 19:07:00 2002 +0000
- * plugins/directx/vout_directx.*: the directx vout plugin now uses the
- IID_IDirectDrawSurface2 interface, this shouldn't break anything and we should now
- support WinNT4+DirectX3.
- Some code cleanup too.
- * plugins/directx/vout_events.c: small bugfix.
- commit 7152ccea2f749906239863f826910169e0e2fad9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jul 29 19:05:47 2002 +0000
- * include/vlc_threads.h,include/main.h,src/misc/threads.c,src/misc/win32_specific.c:
- reverted Win32 pthread implementation to the old code. Fixed vlc_cond_broadcast() for
- WinNT/2K/XP. Additional vlc_cond_* implementations for Win9x.
- * src/libvlc.h: renamed --fast_pthread option into --fast-mutex. Added a
- --win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.
- commit 1a72379607a0d5b07718a84e13dfbd0fb65a9db1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Jul 29 19:01:27 2002 +0000
- * plugins/network/ipv6.c: attempt to fix the win32 implementation. Multicast should even
- work (untested) although we'll need to find a way to replace if_nametoindex() to have a
- fully functionnal win32 port.
- commit 8d54c1f792cceda7ff91833afd133d9711c7a75b
- Author: Tony Castley <tcastley@videolan.org>
- Date: Sun Jul 28 01:46:26 2002 +0000
- Fixed lockup on some overlay enabled cards.
- Fixed on top function.
- commit 5ef12c635d700b2ca7e2ea44ee1139f3d1c83892
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Jul 26 00:03:37 2002 +0000
- Haven't thought that maybe people don't want their email to appear on the
- Web :p.
- commit 926c569e4297a0fe398187f89fbdc256116c764a
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jul 25 22:48:56 2002 +0000
- * ./README.MacOSX.rtf : updated README.
- * ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
- David Eldred <skipper@apple.com>.
- commit e80140af07e31e359f417225b2a8f80b55beaae3
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jul 25 22:48:56 2002 +0000
- * ./README.MacOSX.rtf : updated README.
- * ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
- David Eldred <*******@apple.com>.
- commit 67e0e7953ead7430db676c6997476082dec2fec7
- Author: Loïc Minier <lool@videolan.org>
- Date: Thu Jul 25 22:34:37 2002 +0000
- * ./FAQ: removed QT6 / QT6 Preview "bug"
- commit 41caeb7533819845f5808420654a3a2a37573903
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jul 25 22:14:21 2002 +0000
- * Updated Changelog for 0.4.3 release.
- commit 7d4f8eb4371dd03261f3687756e79bbd2003d0f8
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Thu Jul 25 21:53:53 2002 +0000
- plugin/access/http.c: cosmetic fixes in an error message
- src/input/*: removed some testcode and some unnecessary debug messages
- commit f168630004ea8f401c3cf035035486dc73c0d82b
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jul 25 21:51:12 2002 +0000
- Ported QuickTime 6 fix.
- commit 0f1de50e835c2f1fb21d812bfab9ef3d7ad4ec4f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jul 25 21:02:40 2002 +0000
- * Updated ChangeLog.
- commit cf1164faba5e9c7cf8c05d32c1ab6373cb1095a4
- Author: Stéphane Borel <stef@videolan.org>
- Date: Thu Jul 25 20:34:35 2002 +0000
- *Use dvdplay after it has completed initialisation. It should avoid
- some corruption leading to evil crash :)
- commit 44ed9d3c02dfa173cf3996a9512f4e8b82691e8a
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jul 24 23:11:55 2002 +0000
- * ./configure : better detection of IPv6, fixed solaris handling
- * ./src/input/* : fixed a memory leak
- commit 30b91066e585c07ea9532162455506410affa41a
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Jul 24 20:46:08 2002 +0000
- Working on functionality.
- commit 368b29b13db3c61b2a28f0c92dc6364f0f8d4a71
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Wed Jul 24 18:31:24 2002 +0000
- * ./plugins/access/http.c: we are now parsing the http return code and
- failing cleanly if it is >= 400
- commit 9ecfdd4bcaedf3f55f36a7c5bfa9e4c626a4a398
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jul 24 16:21:46 2002 +0000
- * ./plugins/mpeg_system/mpeg_es.c: reverted an unnecessary fix.
- commit ee62b5911264408f6e119d874851a187be8eaf58
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Jul 24 15:59:02 2002 +0000
- Used buttons instead of pixmaps. Just looks a lot better ;-).
- commit 5ce8ea5d2063eb9f2710bce161905a86e26ef681
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Jul 24 15:58:24 2002 +0000
- XPM version of VideoLAN logo.
- commit 347c0fec445debf826f6194aca3fec9aeddd6db0
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jul 24 15:21:47 2002 +0000
- * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault when no decoder was
- found (p_fifo might be NULL).
- * ./plugins/mpeg_system/mpeg_es.c, ./src/input/input_ext-dec.c: fixed
- a deadlock issue with demuxers waiting on p_fifo->data_lock.
- commit bd0431f64f0b1f41777f5eb4aaad5cf575a6858c
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Jul 23 23:22:28 2002 +0000
- Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se>
- (incomplete and untested).
- commit 71f0ea694a90784a5fa95c01d36f0b616fa2e304
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jul 23 22:42:20 2002 +0000
- * ffmpeg : add a new fourcc, ( 3IV2 you shoudln't be able to decode it
- but sometimes it's in fact MPEG-4, thx titer ).
- * mp4 : add capability to read mov with mp3 track. But it seems that
- mad doesn't like too much fragmented data packets, and thus breaks the
- audio.( since with '--codec dummy' I'm able to read resulting audio file
- without any problem :)
- commit e42c8d0f78945163df1dc25fdeed1115cb1a65be
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Jul 23 20:50:05 2002 +0000
- Fixed a compile issue.
- commit d8ce56a17caf61da6d2880c9d53373c542f6a8cd
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Jul 23 20:32:55 2002 +0000
- Fixed a bug with HTTP/1.0 servers (thanks sigmund !)
- commit 33889bca06bc74ea321576df9e261765d88c018a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jul 23 20:16:36 2002 +0000