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

3787 Commits

Author SHA1 Message Date
Cyril Deguet
8a3ab17990 * better window size 2003-04-14 18:05:35 +00:00
Emmanuel Puig
200595dc03 * Controls coordinate are available 2003-04-14 17:56:45 +00:00
Sam Hocevar
197edbfffa * ./debian/rules: we now build the static objects twice: once the normal
way before we link them with VLC, and once with -fPIC so that they can
    be linked to the Mozilla plugin. Don't worry, it's Debian-specific, and
    we don't need it on x86.
2003-04-14 17:16:26 +00:00
Cyril Deguet
9447bce6d6 * get the size of a bitmap 2003-04-14 17:03:42 +00:00
Cyril Deguet
df909d84d7 * bad directory 2003-04-14 10:18:25 +00:00
Emmanuel Puig
bfdcf83785 * Added use of channel server for skins: still experimental 2003-04-14 10:00:39 +00:00
Laurent Aimar
0c212dbcb8 * all: correctly set p_payload_end when using input_NewPacket.(But
we should perhaps change the behavour of input_NewPacket).
2003-04-14 03:23:30 +00:00
Laurent Aimar
e60df5e403 * transcode.c: removed an absolute header path... 2003-04-14 03:13:30 +00:00
Laurent Aimar
cc93f625ab * display.c: fixed decoding problem with mpeg1/2. (input_NewPacket doesn't
set p_payload_end to the good value -> some packets are bigger than
requested).
2003-04-14 02:26:49 +00:00
Cyril Deguet
36449bd0d7 * at last an image !! 2003-04-13 22:55:15 +00:00
Clément Stenac
e8f95f3483 * the file generated is not article1.html anymore but faq.html. This should fix the 404 problems with the builds.
* /doc/faq/Makefile: now use "onehtml" output.
* /doc/faq/faq-alone.sgml: added id="faq" to make generated files coherent
2003-04-13 22:15:14 +00:00
Cyril Deguet
3075f6a403 * something will be visible soon, be patient...
(this silly GDK doesn't know BMP images :(
2003-04-13 20:07:34 +00:00
Laurent Aimar
4dec9682f6 * all: new sout scheme. Now a chain of module are created that can
modify/apply on all streams, --sout has the same behavour expect when
starting with a '#'.

 With a starting '#' you can specify a chain of modules, it's still
unstable but a lot more powerfull.
 You have access to duplicate(that duplicate all stream), transcode
(using only ffmpeg), standard/std and es (that apply muxers and access),
and display. You could chain them with ':' and specify options with
{option1=value,option2=value[,...]}.

ex: * to stream and see the stream to udp/ts:ip
 --sout '#duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
    * to transcode,see and stream
 --sout '#transcode{acodec=mpga}:duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'

 Without a starting '#', the url is converted into '#std{acces=,mux=,url}'
Test and report bugs :)
2003-04-13 20:00:21 +00:00
Cyril Deguet
1bab4d1788 * should have repaired win32 skins 2003-04-13 19:09:59 +00:00
Cyril Deguet
db008d07e2 * Gtk2 skins: it doesn't work but it runs without any segfault, so
I commit ;)
  (I probably broke skins under windows....)
2003-04-13 17:46:23 +00:00
Cyril Deguet
eb3609cdde * now the skin module compiles AND links !
(and segfaults... ;)
2003-04-12 22:50:42 +00:00
Cyril Deguet
f3bcd927cd * at last made the skin module compile under linux !
It does absolutely nothing, but it compiles ;)
2003-04-12 21:43:27 +00:00
Cyril Deguet
84b3b12b3b * renamed "kernel" into "vlc" ;) 2003-04-12 13:17:48 +00:00
Cyril Deguet
9f63626090 * added libraries to please Bill ;) 2003-04-12 13:06:55 +00:00
Cyril Deguet
5023130108 * fixed dependencies and added options 2003-04-12 10:34:08 +00:00
Cyril Deguet
8ece92bae7 * fixed a typo 2003-04-12 10:01:41 +00:00
Cyril Deguet
4ec9d7c868 * more options in menuconfig script
Only tested under linux; please give feedback if something is wrong
  Some help should be written in doc/Configure.help; if you know what
  to write there, please contribute !
2003-04-12 09:57:38 +00:00
VideoLAN
44c1d4ca14 * New message: VLC_NET_ADDUDP, to add an UDP stream to the playlist. Still
experimental
2003-04-11 22:08:07 +00:00
VideoLAN
9b4e33b440 * Fixed bug: When button or checkbox are disabled, the previous control can't
take the hand
2003-04-11 21:19:49 +00:00
Cyril Deguet
c31926a048 * user-friendly(?) build system, based on linux Menuconfig script.
Just run ./menuconfig and ./build-vlc (or just ./build-vlc)
  It's actually a wrapper which calls configure, but only a small number
  of vlc functionalities has been implemented at the moment.
  Please try it however ;)
  (you must have libncurses-dev installed)
2003-04-11 20:45:48 +00:00
Sam Hocevar
180462f5a0 * ./debian/control: changed the libvlc0-dev section to libdevel (to match
the Debian installer's override file).
  * ./debian/woody-buildpackage: updated accordingly.
2003-04-11 19:15:36 +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
Jean-Paul Saman
dbade9bda1 Familiar Linux (GPE/GTK+,OPIE) packaging and building scripts. 2003-04-09 20:07:47 +00:00
Gildas Bazin
1d5ecc2353 * src/libvlc.c: fixed the "color" config option.
* src/misc/messages.c: removed an unnecessary #ifdef WIN32 in PrintMsg().
2003-04-09 19:58:25 +00:00
Sam Hocevar
d9ca68f7ab * ./Makefile.am: we call pbxbuilder with the explicit target name, because
we might have an additional target one day, such as vlcplugin :)
  * ./mozilla/vlc.r: OS X specific resource file for an OS X plugin.
  * ./mozilla/vlcshell.cpp: added required OS X functions.
2003-04-09 17:27:51 +00:00
Sam Hocevar
62ef155640 * ./mozilla/*: moved support files in a separate directory.
* ./mozilla/support/npmac.cpp: added a hacked version of Mozilla's npmac.cpp
    that builds with g++ instead of CodeWarrior.
2003-04-09 16:18:36 +00:00
Sam Hocevar
e0cc8b35f1 * ./toolbox: implemented toolbox --distclean to clean the tree without
having to bootstrap/configure/whatever.
2003-04-09 16:05:58 +00:00
Derk-Jan Hartman
ee40e8a760 * modules/gui/macosx/*:
- when adding multiple files, we sort them alphabetically before adding them.
    stupid finder ;)

* modules/demux/asf/asf.c:
  - avoid a duplicate translation of a string
2003-04-09 14:12:49 +00:00
Sam Hocevar
674dd61583 * ./debian/rules: mouahaha, cutting off the branch I was sitting on. 2003-04-09 12:33:14 +00:00
Sam Hocevar
bf4a4eec93 * ./modules/gui/kde/preferences.cpp: KDE 2 backport. 2003-04-09 12:03:44 +00:00
Sam Hocevar
486ebdb40a * ./debian/woody-buildpackage: additional error checking. 2003-04-09 11:43:03 +00:00
Sam Hocevar
94c7376348 * ./debian/rules: we now remove spurious woody build files in the clean rule. 2003-04-09 10:34:05 +00:00
Sam Hocevar
0523e96b1c * ./debian/rules: fixed a clock skew issue in debian/rules. 2003-04-09 10:17:30 +00:00
Eric Petit
e61faec486 v4l.c: compile fix 2003-04-09 09:59:59 +00:00
Eric Petit
bbebf153fe - fixed my last fix for BeOS/BONE
- fixed v4l detection
2003-04-09 09:40:36 +00:00
Christophe Massiot
08c9b3276f Now 0.5.4-cvs. 2003-04-08 22:38:45 +00:00
Christophe Massiot
056748baea * Updated ChangeLog. 2003-04-08 21:31:52 +00:00
Gildas Bazin
8e2410ecb5 * modules/audio_output/waveout.c: compilation fix for builtins only build. 2003-04-08 21:26:22 +00:00
Sam Hocevar
31a593872c * ./debian/changelog: ready for releasable .deb packages. 2003-04-08 13:22:10 +00:00
Sam Hocevar
3ae01c4d13 * ./configure.ac.in: if CoreAudio is too old, disable the coreaudio_resampler
module for the moment.
2003-04-08 08:59:25 +00:00
Christophe Massiot
406929a429 * Fixed the translation option with Mac OS X. 2003-04-08 08:36:00 +00:00
Sigmund Augdal Helberg
ea6d9b7aa1 modules/video_filter/Modules.am: forgot to add the osdtest module
modules/video_filter/osd_text.c: fixed a bug in size/place calculations.
Support gamma correction of the text.
2003-04-08 07:22:10 +00:00
Alexis de Lattre
7dc78a3230 Update spec file for the 0.5.3 release, courtesy of Jason Luka. 2003-04-08 07:19:57 +00:00
Gildas Bazin
2387d9b41d * modules/gui/skins/src/event.cpp, modules/gui/skins/src/event.h:
fixed 2 nasty buffer overflows. This fixes the last crashes I've got
    with the skins interface.
2003-04-08 02:06:13 +00:00
Christophe Massiot
6bbf004ec5 * Updated ChangeLog
* src/libvlc.c: Darwin doesn't have a "translation" config variable
2003-04-07 21:51:27 +00:00