1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Commit Graph

1044 Commits

Author SHA1 Message Date
Gildas Bazin
8db09e718e * NEWS: support for theora alpha3 and hotkeys in the wxwin interface. 2004-05-01 10:51:24 +00:00
Gildas Bazin
76e67e8c53 * modules/demux/avi/avi.c: Fixed infinite loop in the AVI demux on broken/incomplete files 2004-04-29 14:43:12 +00:00
Derk-Jan Hartman
066564714d * punctuation and spelling fixes 2004-04-26 21:14:02 +00:00
Clément Stenac
a6d67949e9 Updated 2004-04-25 16:07:15 +00:00
Derk-Jan Hartman
1ce23b854f * extras/contrib/src
- fix goom location
  - some small url improvements. please test the contrib system.
* modules/gui/macosx/*
  - autodetect Quartz Extreme. Use OpenGL vout if present.
  - --macosx-vout auto|quartz|opengl to force a vout.
* Makefile.am: add share/http/vlm to target.
* NEWS: small updates
* AUTHORS: updated my email address.
2004-04-20 01:00:29 +00:00
Gildas Bazin
aff2275604 * NEWS: few changes. 2004-04-19 23:00:57 +00:00
Gildas Bazin
77caf181d7 * NEWS: updated with all the changes since the last release. 2004-04-19 19:34:15 +00:00
Clément Stenac
fab59c05a4 * ALL: Better announce system
- The SAP handler now runs in a separate thread.
  - RTP sessions can be announced with sap (sdp=sap://,name=...)
	TODO: Make this more configurable
  - Better SDP generation (the timestamp problem is not resolved)
	About this, there is a problem : as, for a RTP session, the URI
        is the complete SDP, if the session is recreated, as the URI has 
        changed, a new item is added to the playlist
  - Experimental flow control algorithm :
       It does not follow the "Recommended" implementation, as it needs
       to count the sessions (to achieve this, we should make this work
       together with the SAP listener)
       It is disabled by default (use --sap-flow-control to enable).
       When it is disabled, sap announcement interval is set by --sap-interval

* src/misc/net.c : created net_ReadNonBlock
* sap.c : Fixed memory problem
2004-04-18 18:21:09 +00:00
Derk-Jan Hartman
9e6bc99cc8 * updated NEWS for 0.7.1a 2004-03-02 23:49:38 +00:00
Gildas Bazin
1dc68507f1 * NEWS: updated. 2004-02-29 19:12:00 +00:00
Gildas Bazin
f982997d88 * ALL: preparation for 0.7.1-test2. 2004-02-22 00:15:33 +00:00
Gildas Bazin
dcc4cf2f72 * configure.ac, NEWS: added mod and pva plugins. 2004-02-10 17:36:45 +00:00
Gildas Bazin
9dec8bef6d * ALL: bumped version number to 0.7.1 in preparation for the release. 2004-02-08 21:36:39 +00:00
Alexis de Lattre
f73d3dd225 * ipv4.c: IGMPv3 support (IP_ADD_SOURCE_MEMBERSHIP) for Win32
* udp.c: restored the old syntax udp:server_addr@destination_addr
 * libvlc.h: updated 'vlc --help'

 To do an IGMPv3 query under Windows XP do:
 vlc udp:<source_addr>@<multicast_addr>
 Note: under previous versions of Windows, it will fail to join the group.
2004-01-31 18:02:32 +00:00
Rocky Bernstein
77b003f2ba Time to note completion of SVCD (Philips OGT) and CVD subtitles. 2004-01-23 11:54:48 +00:00
Sigmund Augdal Helberg
076be835ae NEWS:
* Begin updating news for a 0.7.1
2004-01-17 13:47:57 +00:00
Rocky Bernstein
d0104ec8c8 Updated. 2003-12-13 15:28:41 +00:00
Gildas Bazin
1ce2e9f70a * NEWS: updated. 2003-12-13 11:22:15 +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
Gildas Bazin
2b015a6e57 * NEWS: updated with new stuff. 2003-11-23 14:28:15 +00:00
Clément Stenac
929113ae53 Improved the list (all ports at the end, reworked order) 2003-11-23 11:02:39 +00:00
Gildas Bazin
7d0dc9c466 * NEWS: updated with new features. 2003-11-18 18:45:33 +00:00
Derk-Jan Hartman
1672cb91be * THANKS: hungarian translator and designer of OSX intf controller added
* modules/LIST: updated
 * Makefile.am: include new OS X art in the dist.
 * NEWS: updated
 * */.cvsignore: added and improved some of these.
 * modules/gui/macosx/prefs_widgets.?:
   - new config controls much like in the wxwindows module. not yet in use.
   - beware not tested irl. but it compiles :)
2003-11-17 06:31:22 +00:00
Christophe Massiot
c986d9702c * Updated documentation. 2003-11-07 13:31:26 +00:00
Clément Stenac
1250236d84 Sync with latest changes 2003-11-06 22:23:27 +00:00
Gildas Bazin
0ca852db5d * NEWS, modules/LIST: updated with the new features. 2003-10-22 21:08:15 +00:00
Clément Stenac
d97791f211 * modules/misc/sap.c: Fixed a stupid option (no-ipv4-sap)
* NEWS: added some more stuff
2003-10-13 05:48:08 +00:00
Derk-Jan Hartman
d3a29a550f * Updated the pt_BR translation
* Added the new es language to the preferences
* Updated same stuff in the NEWS file, new release will still take a long time
* Updated the subtitle info in the README file.
2003-10-12 23:28:36 +00:00
Derk-Jan Hartman
c4c3e73700 * NEWS: updated some entries
* po/pt_BR.po: Updated by Andr� de Barros Martins Ribeiro <andrerib at_ajato.com.br>
* src/libvlc.h: Added es (Spanish) to the list of choices.
2003-09-20 02:47:41 +00:00
Gildas Bazin
55bfbe6131 * NEWS: keeping track of the new features. 2003-08-24 17:24:33 +00:00
Gildas Bazin
38b5689a8f * modules/access/dvdplay/*: support for dvd menus navigation ("dvd_menus" object variable).
* modules/gui/wxwindows/menus.cpp: support for dvd menus navigation.
* src/input/input_programs.c: programs object var was not reset correctly.
2003-08-13 01:45:13 +00:00
Gildas Bazin
ae141f9a5e * ALL: preparing for a 0.6.2 release 2003-08-10 21:26:07 +00:00
Jean-Paul Saman
dce7d833c3 The familiar interface is now officially removed from VLC. The interface is superseeded by the PDA interface for handhelds. It uses Gtk+2 and can be built using the configure option '--enable-pda'. 2003-08-05 11:54:11 +00:00
Gildas Bazin
da8662892e * ALL: bumped version number to 0.6.2-cvs
* modules/video_output/x11/xcommon.c: closing the video window or using the escape key doesn't exit VLC anymore but stop the input instead.
2003-08-02 14:06:23 +00:00
Jean-Paul Saman
769e4f6725 Added NEWS for iPaq port. 2003-07-28 20:23:58 +00:00
Christophe Massiot
e1dd3aab6b * modules/video_output/x11/xcommon.*: endianness patch + arrow keys are
now used to browse through the DVD menus.
2003-07-28 18:02:06 +00:00
Christophe Massiot
b1bd5cc0bd * src/input/input_clock.c: Fixed two long-standing (> 2 years) bugs
- there should be fewer resampling, particularly on DVD chapter changes
- when you unpause a DVD, VLC will wait for the drive to spin up, so you
won't lose several seconds of movies

* modules/gui/macosx/controls.m: Seeking in paused mode resumes the play
mode, make the interface take that into account.
2003-07-27 14:10:02 +00:00
Sigmund Augdal Helberg
3512590ae6 alsa is only available on linux 2003-07-19 15:25:47 +00:00
Derk-Jan Hartman
63f76f94f3 * NEWS: added some more stuff for the upcoming 0.6.1
* vlc.ebuild: removed xvid and added the debug USE variable. Also some formatting fixes.
2003-07-19 00:02:35 +00:00
Gildas Bazin
28de87ba8d * modules/gui/wxwindows/streamout.cpp, wxwindows.h: added an audio channels combobox for transcoding.
* NEWS: update in preparation for 0.6.1.
2003-07-11 23:36:01 +00:00
Clément Stenac
0c0ca771b8 * Stream output now support IPv6 SAP announces
* Code cleanup in SAP
2003-06-23 11:41:26 +00:00
Gildas Bazin
6bac5d0123 * NEWS: added an entry for the experimental matroska demux. 2003-06-22 18:07:23 +00:00
Derk-Jan Hartman
6ddcf95676 * NEWS: Checked the NEWS file. added some missing items. Fixed a couple of spelling errors etc.
* vlc.ebuild: Set the correct urls for ffmpeg and mpeg2dec snapshots
2003-06-22 15:03:33 +00:00
Sigmund Augdal Helberg
a0f89f4d92 removed a duplicate entry from the NEWS file 2003-06-21 17:26:16 +00:00
Derk-Jan Hartman
e08927e56b * NEWS: small corrections
* modules/codec/ffmpeg: I had disabled IV31 support on intel instead of on ppc
* modules/codec/quicktime.c: cosmetic fix
2003-06-15 22:32:06 +00:00
Christophe Massiot
a9f5da3f59 * Removed the ugly dependancy on glibc in the ipv6 module.
* po/fr.po: French translation courtesy of Jean-Pierre Kuypers.
* Miscellaneous clean-ups.
2003-06-15 01:23:31 +00:00
Gildas Bazin
bfc8578e98 * NEWS: updated. 2003-06-11 18:45:41 +00:00
Christophe Massiot
a87a516830 * OS X users can now browse the DVD menus with the arrow keys. 2003-06-03 23:17:43 +00:00
Gildas Bazin
8e9d90a130 * ALL: bumped version to 0.6.0-test2
* Makefile.am: got rid of the faq in the package-win32 target.
2003-05-27 21:48:45 +00:00
Derk-Jan Hartman
f383fb399b * ALL: added a quicktime module.
- This module provides QDM2 and QDMC sound support on OSX by linking to
    the native QT libraries. We now have FULL QT trailer support on OSX.
  - The video part of this decoder is not yet working on OSX.
  - This can be used for a future win32dll loader system as well.
2003-05-20 21:35:52 +00:00
Derk-Jan Hartman
fa95d6e996 * NEWS: updated some OSX info
* ALL:
  - added CDDA support
  - added a "Online Documentation" item to the Help menu
  - removed some debugging strings
2003-05-20 18:53:03 +00:00
Clément Stenac
b8443a2c70 All: Support for SAP advertising in stream output
add sap, or sap="Name" in the stream output options
2003-05-20 16:20:33 +00:00
Derk-Jan Hartman
76c5819d70 * fixed a few spelling errors, and added a note about QDM2 sound which is still unsupported 2003-05-18 18:56:57 +00:00
Gildas Bazin
3a0e5d284f * INSTALL.win32: finally updated the instructions on how to build vlc for win32 :)
* install-win32, Makefile.am: updates for the win32 package.
* NEWS: added a few missing things.
2003-05-17 23:57:35 +00:00
Derk-Jan Hartman
1d67494d49 * Went trough my maillogs and filled out large parts of the NEWS file.
please check and add your own. (i was bored ;)
* Updated the README.MacOSX.rtf with some more pointers and changed version
  to 0.6.0
2003-05-15 02:02:13 +00:00
Eric Petit
5596bb7bf9 Updated NEWS for 0.5.4 release 2003-05-05 13:15:06 +00:00
Derk-Jan Hartman
fee6852ad2 NEWS: preparing for 0.5.4 release. Please update the NEWS file everyone.
README.MacOSX.rtf: clarified some things.
2003-05-05 13:03:23 +00:00
Christophe Massiot
406929a429 * Fixed the translation option with Mac OS X. 2003-04-08 08:36:00 +00:00
Derk-Jan Hartman
46fb8aff5d * some small changes/fixes 2003-04-06 23:00:24 +00:00
Gildas Bazin
2719605819 * modules/gui/wxwindows/messages.cpp: added a verbose checkbox which enables the warning and debug messages (disabled by default).
* NEWS: updated the NEWS file.
2003-04-06 16:30:43 +00:00
Christophe Massiot
540bc1491e * Updated French and German translations courtesy of their maintainers
* THANKS: added Jean-Pierre Kuypers, French translator
* NEWS: updated for 0.5.3 release. Please check.
2003-04-06 15:43:02 +00:00
Derk-Jan Hartman
d066ac365c * INSTALL: added reference to online info on compiling on MacOSX and BeOS
* NEWS: bringing the file to 0.5.3. i have added my work (and some things
  that I remembered). i trust everyone will enter his own stuff ;)

* README.MacOSX.rtf: fixed some errors

* THANKS: added Olivier Aubert for his vout-clone-list patch
2003-03-19 15:44:44 +00:00
Christophe Massiot
780ba1b903 * Bumped up version number to 0.5.2
* Fix for the "lock-up" problem under MacOS X. Removed the rt-priority
  configuration variable.
2003-03-10 00:04:14 +00:00
Gildas Bazin
03fc820be1 * configure.ac.in: fixed my previous commit.
* NEWS: added an entry about fixes in the dvd menu support.
2003-03-09 19:44:16 +00:00
Sigmund Augdal Helberg
de6f151f15 NEWS: added note about .pls handeling and the http audio fix 2003-03-06 23:52:31 +00:00
Derk-Jan Hartman
9940fc7b6a ALL: fixed: http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425
having two close buttons in one window goes against Apple's UIG.
2003-03-06 12:05:05 +00:00
Sigmund Augdal Helberg
3658e6a17c added not that gestures are now supported on osx and windows, with a comment
telling that this isn't really useful yet.
2003-03-05 00:05:23 +00:00
Gildas Bazin
4cc138893f * modules/audio_filter/resampler/bandlimited.c: small bug-fixes.
* NEWS: added a note for the fixed MSVC project files.
2003-03-04 22:08:33 +00:00
Derk-Jan Hartman
8e8c87dd11 * NEWS:
- added item on fix of 'clicking' sound between stream changes.
  - added item on new bandlimited resampler
* ALL:
  - bumped up revision number to 0.5.2-test3
2003-03-04 21:54:03 +00:00
Derk-Jan Hartman
851a8aacad * NEWS:
- added remarks on m-audio fixes and other OSX specific fixes.
  - added improved ID3 detection item
* README.MacOSX.rtf
  - updated to reflect M-Audio fixes.
* ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
  - widened the Browse.. button to allow for the german word: durchsuchen.
2003-03-03 19:39:48 +00:00
Gildas Bazin
d28a1087e8 * NEWS: started filling in the NEWS file for the 0.5.2 release. 2003-03-02 12:10:46 +00:00
Derk-Jan Hartman
e95c82a62a * NEWS: added info about the new 0.5.1a release for OSX.
* extras/MacOSX/vlc.pbproj/project.pbxproj: bumped revision #
2003-02-17 18:58:46 +00:00
Christophe Massiot
47054eed04 Now 0.5.2-cvs (estimated release date in two weeks from now). 2003-02-17 14:43:37 +00:00
Sam Hocevar
9da450db42 * Updated NEWS and ChangeLog. 2003-02-17 06:15:21 +00:00
Derk-Jan Hartman
e1522ec48c * Added an info panel to show movie info, etc. 2003-02-16 23:32:06 +00:00
Eric Petit
c4f86070c2 NEWS: updated BeOS info for 0.5.1 2003-02-16 01:38:36 +00:00
Christophe Massiot
d0588ae7fe * modules/gui/macosx/open.m: Removed channel server support
* po/*: Updated po files just before the 0.5.1 release
* modules/audio_filter/resampler/linear.c: fixed an initialization bug
2003-02-16 01:29:40 +00:00
Jean-Paul Saman
89c82172f0 Update iPaq packaging description files for:
- GPE port
- Opie port
- Zaurus
Updated NEWS file with OPIE port.
2003-02-15 20:02:16 +00:00
Christophe Massiot
10a9347189 Updated NEWS file for 0.5.1. PLEASE do your share and add what you think is
meaningful.
2003-02-13 21:53:25 +00:00
Sam Hocevar
52118c5d9d * ./NEWS: a few updates from gibalou. 2003-02-02 16:08:08 +00:00
Johan Bilien
9284620b6f * NEWS: readded deleted entries, sorry about that. 2003-02-02 01:23:36 +00:00
Johan Bilien
6ef66c8b5e * NEWS: VCD entry points and iso files
* include/audio_output.h: more proper freebsd compilation fix
    * modules/audio_output/oss.c: if /dev/dsp is used, use another output.
2003-02-02 00:57:21 +00:00
Sam Hocevar
1c6d1bdcfc * ./NEWS: a few updates (translations, mozilla plugin). 2003-02-02 00:05:00 +00:00
Sigmund Augdal Helberg
cb912b61d3 NEWS: we did support .mp3 in 0.4.x. Added that we support .asx and .html
with embedded wmp
2003-02-01 23:28:58 +00:00
Boris Dorès
c11c394388 - Win32 preference dialog box 2003-02-01 22:03:42 +00:00
Olivier Teulière
b376268307 * Win32 port 2003-02-01 21:39:21 +00:00
Eric Petit
fd1c30c490 BeOS news. 2003-02-01 21:24:06 +00:00
Christophe Massiot
f7f797c9e9 Tarkin, Tremor and Theora are only available when compiling from sources. 2003-02-01 21:20:33 +00:00
Christophe Massiot
04af7ab44e Forgot Tremor. 2003-02-01 21:10:19 +00:00
Jean-Paul Saman
fc354b2018 Updated for iPaq port 2003-02-01 20:59:37 +00:00
Christophe Massiot
7a68b37172 * configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X
* Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules
* src/misc/darwin_specific.m: more generic language detection
* NEWS: summarized changes from 0.4.6 to 0.5.0
2003-02-01 20:34:55 +00:00
Sam Hocevar
6d68e3437f * ./NEWS: added an empty NEWS file.
* ./bootstrap: now that we have the NEWS file, --foreign is no longer
    required when calling automake.
2003-02-01 18:41:09 +00:00
Sam Hocevar
af22a4b58c * fixed a dumb bug in the Makefile that prevented inclusion of the
-march=pentium directive. thanks Meuuh, blame sam.
  * fixed a warning in main.c.
  * separate Debian packages.
  * added request for ALSA support in the TODO list.
2000-08-15 23:35:31 +00:00
Sam Hocevar
12422fe0b1 Premiers fichiers n�cessaires � autoconf 2000-03-08 10:22:45 +00:00