1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Commit Graph

103 Commits

Author SHA1 Message Date
Rocky Bernstein
ce491a51b8 Add me. 2004-02-08 16:43:17 +00:00
Eric Petit
2e29fe8778 macosx/vout* : OpenGL VRAM texturing finaly works correctly now. 2004-02-03 13:00:27 +00:00
Jon Lech Johansen
051ce627e6 * ./modules/demux/mp4: DRMS support. 2004-01-05 12:37:52 +00:00
Jon Lech Johansen
d7dce9113e * ./AUTHORS: updated my country entry. 2004-01-05 12:24:51 +00:00
Jean-Paul Saman
b5e444eda2 Updating AUTHORS list for me. 2003-12-06 22:42:45 +00:00
Clément Stenac
11aaa3f7ef * NEWS : added a few missing things
* AUTHORS: updated sam's, sigmund's, garf's, gibalou's and fenrir's records
2003-11-23 16:02:56 +00:00
Boris Dorès
eead432338 - anti-spam 2003-08-20 19:36:28 +00:00
Jean-Paul Saman
97973a8e56 Updated my entry. 2003-08-06 12:01:06 +00:00
Sam Hocevar
cbeedaded1 * AUTHORS: Added Olivier Aubert.
* HACKING: Elaborated on how to add a new module as suggested by Joe Kraft.
2003-07-07 17:01:16 +00:00
Gildas Bazin
65db108e24 * ALL: bumped version number to 0.6.0-test3 + po updates 2003-06-11 22:46:42 +00:00
Derk-Jan Hartman
a99dcf71d1 * All : added an about VLC panel. It scrolls the names and the work of the
AUTHORS file.

* AUTHORS: updated my own info
2003-04-09 20:53:28 +00:00
Marc Ariberti
ec556fc428 * updates for the YOPY ports (thx to Sebastien Chaumat !) 2003-02-27 12:44:01 +00:00
Sam Hocevar
54247ab58f * ./AUTHORS: added Garf and updated entries. 2003-02-01 23:15:27 +00:00
Sam Hocevar
27975a94c8 * ./debian/vlc.docs, ./Makefile.am: added THANKS to the distributed files. 2003-01-31 22:35:44 +00:00
Sam Hocevar
baa789f384 * split AUTHORS into AUTHORS and THANKS, removed STATUS which wasn't
kept up to date (and almost everything advertised in it was done).
2003-01-31 22:34:07 +00:00
Sam Hocevar
61411b1c84 * ./po/de.po: full german translation, courtesy of Felix K�hne. 2003-01-31 11:38:06 +00:00
Christophe Massiot
bed89e05ec Derk-Jan Hartman. 2003-01-23 13:54:59 +00:00
Loïc Minier
72fac693ab * configure.ac.in, modules/access/slp.c: New SLP access module,
see <http://www.openslp.org/>
2003-01-10 04:58:23 +00:00
Christophe Massiot
5361fc7d3e * New VLC brush-metal interface, courtesy of David Weber <david_weber@gmx.de>
* Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>
2003-01-08 00:41:25 +00:00
Christophe Massiot
99f0761d7a Audio output. 2002-12-27 09:57:23 +00:00
Christophe Massiot
d8befd24d1 Added Bruno Vella <allevb@tin.it>, author of the Italian localization. 2002-12-27 09:47:55 +00:00
Yves Duret
fc92de91a6 fixed my entry. 2002-12-20 07:35:56 +00:00
Laurent Aimar
89ee60c17a * modules/mux/mpeg/*: should fix builtin compilation
* modules/access/ftp.c : an ftp access, buggy but it begins to work.
The main issue is about password confidentiality so you must know
what you are doing :((
2002-12-15 23:39:41 +00:00
Boris Dorès
84ae579e4f - new headphone channel mixer with virtual spatialization effect : This
effect should give you the feeling that you stands in a real room with
  a complete 5.1 speaker set when using only a headphone, providing a
  more realistic sound experience. It should also be more comfortable
  and less tiring when listening to music for long periods of time.It
  works with any source format from mono to 5.1.

  -> please try it and feel free to give me some feedback. Some
     improvements are already planned (adding echo, more configuration
     options, ...).

NB: whereas the filter itself is in a (very first) stable version, the
    way it is integrated to the filter chain is only a _temporary_ hack
    since it's the audio ouput core (input.c actually) which is directly
    responsible for it. Integrating it in a more suitable way will
    probably require some work on the way the filters are selected as
    well as on the configuration level, but I'm working on it :)
2002-12-09 00:52:42 +00:00
Eric Petit
6d1429740d * InterfaceWindow.cpp: removed warnigs
* AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself
2002-12-04 02:16:23 +00:00
Boris Dorès
81ddbebda3 - Enterely new layout for the preference window of the native win32
interface, in order to improve its clarity (the dialog box is now even
  a bit smaller) and to get closer to Windows standards.
  (second part of the job, and hopefully the last for now, begun with
  Ipkiss a few days ago by using CheckListBoxes)

  Still need some work to get the interface compatible with Windows XP
  skins.
2002-11-27 21:51:30 +00:00
Gildas Bazin
85071f3419 * modules/codec/spudec/*: modified the spu decoder to handle text subtitles.
Only one format of text subtitles is supported right now but we should be able
   to expand this by modifying modules/codec/spudec/text.c.
   Most of this work comes from by Andrew Flintham ( thanks a bunch Andrew :).

* share/font-eutopiabold36.rle: new font for the text subtitler, courtesy of
   Andrew Flintham.

* AUTHORS: added Andrew Flintham to the authors file.

* modules/demux/ogg.c: modified the ogg demuxer to handle subtitles.

* modules/codec/ffmpeg/*: modified the ffmpeg decoder to always keep the last decoded
   frame linked.
2002-11-06 21:48:24 +00:00
Gildas Bazin
bfc4f0f588 * ALL: New ogg demux and vorbis codec modules for preliminary support of
ogg/vorbis streams.
2002-10-23 23:17:45 +00:00
Jean-Paul Saman
e0c8e060c2 Updated AUTHOS file. 2002-10-03 20:46:46 +00:00
Christophe Massiot
4f2beec27e * Mac OS X audio device discovery and selection, patch courtesy of
Heiko Panther <heiko.panther@web.de>.
2002-10-02 22:56:53 +00:00
Sam Hocevar
764176f688 * 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 :-)
2002-08-25 23:18:05 +00:00
Sam Hocevar
a3412c816e * ./modules/gui/qnx/*: ported the QNX audio output to the new API, courtesy
of Pascal Levesque.
2002-08-20 21:02:40 +00:00
Christophe Massiot
321841006c * 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).
2002-08-13 22:42:23 +00:00
Sam Hocevar
0010fbbd48 * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John
Paul Lorenti <jpl31@columbia.edu>.
2002-07-17 06:40:49 +00:00
Sam Hocevar
5f7348c093 * ./AUTHORS: removed my entry for lool. /me should go back to school and
learn how to alpha sort.
2002-07-12 23:53:40 +00:00
Christophe Massiot
c974b7b07f * ./AUTHORS : added lool :-p ;
* ./doc/vlc-howto.sgml : Fixed typos ;
* ./include/vlc_common.h : Greatly simplified ntoh*, and U??_AT macros are
  now alignment-safe ;
* ./STATUS : New file indicating who's working on what. Please keep it
  up-to-date ;
* ./MAINTAINERS : New file indicating who has knowledge on which parts.
2002-07-12 21:57:25 +00:00
Sam Hocevar
1f95f0338d * ./po/*: polish translation, courtesy of Arkadiusz Lipiec. 2002-07-12 17:08:52 +00:00
Sam Hocevar
660db6d877 * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
* ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
  * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
    palette.
  * ./plugins/spudec/spu_decoder.c: subtitle transparency support.

   Patches imported from v0_4_1_branch.
2002-06-27 19:46:32 +00:00
Christophe Massiot
d68093864d * IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
* Mac OS X icons and fixes, courtesy of Benjamin Mironer <bmironer@noos.fr>.
2002-06-09 22:57:00 +00:00
Gildas Bazin
bf05a0e1f0 * filters were using memalign but freeing p_data instead of p_data_orig.
* updated MSVC++ project.
* small corrections to the LONGTEXT descriptions in main.c.
2002-05-19 12:57:32 +00:00
Christophe Massiot
c7b4f0cfeb * A few updates. 2002-05-19 12:12:06 +00:00
Christophe Massiot
04fa66cbaa Added quite a few missing names. 2002-05-02 23:02:43 +00:00
Johan Bilien
5a70322c5f * Moved Program Specific Information decoder to the ts demux module
* Added a mpeg_ts_dvbpsi module tha uses libdvbpsi to decode PSIs. It is
  used by default if the lib is found. It shares much code with mpeg_ts
2002-04-25 02:10:33 +00:00
Sam Hocevar
b9d43101ac * ./po/*: re-ran make update-po, fixed a few translations.
* ./po/fr.po: completed the french translation.
  * ./plugins/gtk/gtk.glade, ./plugins/gtk/gnome.glade: synchronized a few
    strings between the Gtk+ and GNOME modules to avoid duplicate translations.
2002-04-21 10:32:21 +00:00
Johan Bilien
1adfba81f1 * in TS demux, a program is selected only if a PMT for it was found.
This should fix the problem that occured when reading a file directly
  extracted from a satellite card.
* UDP access plugin uses input_SetProgram.
2002-04-17 17:00:58 +00:00
Sam Hocevar
db10e796ee * ./AUTHORS: added people locations, just for fun.
* ./configure.in: disabled SSE plugins when using mingw32.
  * ./src/misc/configuration.c: disabled the AltiVec warning message on the
    PowerPC platform because it was misleading.
2002-04-17 11:43:31 +00:00
Olivier Teulière
d94ba35553 * ./AUTHORS: added myself :)
* ./plugins/win32/mainframe.cpp: disabled the "hide interface" menu
    item, not yet implemented.
  * ./plugins/win32/about.dfm: replaced the outdated author list with a
    "VideoLAN Team" entry.
2002-04-04 16:22:39 +00:00
Sam Hocevar
0beab2c2c8 * ALL: removed libdvdcss from the vlc tree.
* ALL: removed libdvdread from the vlc tree.
  * ./acconfig.h: removed this file.
  * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c.
  * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file.
2002-04-03 06:23:08 +00:00
Sam Hocevar
981c5ccad6 * ./po/ja.po: added Japanese translation from Fumio Nakayama
<endymion@ca2.so-net.ne.jp>.
  * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code.
  * ./ChangeLog: how about a nice cup of 870 lines of ChangeLog for the 0.3.0
    release?
2002-04-03 02:43:14 +00:00
Sam Hocevar
8ce5aeea91 * ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal.
* ./configure.in: fixed a few bashisms.
  * ./src/misc/configuration.c: fixed build under Solaris.
  * ./TODO: updated todo list.
2002-03-19 14:00:50 +00:00