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

1139 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
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
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
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
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
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
bf4a4eec93 * ./modules/gui/kde/preferences.cpp: KDE 2 backport. 2003-04-09 12:03:44 +00:00
Eric Petit
e61faec486 v4l.c: compile fix 2003-04-09 09:59:59 +00:00
Gildas Bazin
8e2410ecb5 * modules/audio_output/waveout.c: compilation fix for builtins only build. 2003-04-08 21:26:22 +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
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
Gildas Bazin
57823d1059 * po/fr.po: small update.
* modules/codec/libmpeg2.c: we now bypass libmpeg2 buffer management. As a nice side effect, still pictures in dvd menus are working now :)
2003-04-07 17:35:01 +00:00
Gildas Bazin
a8b6aa3724 * modules/audio_output/directx.c, modules/audio_output/waveout.c:
cosmetic changes.
2003-04-07 16:02:08 +00:00
Gildas Bazin
e6c27e246a * modules/gui/wxwindows/interface.cpp: removed debug message. 2003-04-07 09:25:54 +00:00
Christophe Massiot
11eecc2e6f * Bumped up revision number to 0.5.3
* po/* : run --update-po before the release
* ChangeLog : run --update-changelog
* toolbox : ChangeLog is UTC
* OS X : fixed a bug with the deinterlace menu and localizations (thanks
  Felix)
2003-04-06 23:21:14 +00:00
Sigmund Augdal Helberg
ef21c6440d Support files that are called .asx and .pls but really are just .m3u files 2003-04-06 20:08:11 +00:00
Olivier Teulière
158bb3ed1c - modules/gui/skins/skin_main.cpp: Try to open the default XML file first 2003-04-06 17:57:11 +00:00
Gildas Bazin
e6e6a0ef0c * modules/demux/mp4/mp4.c: fixed an off by one error in array access. 2003-04-06 17:48:06 +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
Sigmund Augdal Helberg
0c512e55ad expand info categories by default 2003-04-06 13:18:26 +00:00
Christophe Massiot
e0cde63a7d * OS X : create dummy fr.lproj etc. directories, so that the Apple menu and standard file dialogs be translated too
* modules/gui/wxwindows/open.cpp: fixed a string
* src/misc/configuration.c: don't yell when a config variable disappears
* po/de.po po/it.po: new translations by maintainers
2003-04-06 01:00:07 +00:00
Gildas Bazin
69f1de09c1 * modules/codec/libmpeg2.c: hack to keep libmpeg2 from stealing pictures from the vout when the decoder is closed. 2003-04-05 12:43:39 +00:00
Gildas Bazin
56a2f55181 * modules/access/dvdplay/access.c: fixed a bug in dvdNewArea() when i_angle == 0.
* install-win32: misc improvements to the nsis installer script.
2003-04-05 12:32:19 +00:00
Christophe Massiot
6bb1594871 * Added a new kfir: access module, designed to work around a bug in the
kfir driver.
2003-04-02 23:16:30 +00:00
Sigmund Augdal Helberg
fa2aca3d0c Fixed a bug when trying to set 4 channel output 2003-04-02 21:21:57 +00:00
Christophe Massiot
1140d88b70 * Fixed a bug with the stream: input plug-in when receiving no data. 2003-04-02 15:20:12 +00:00
Christophe Massiot
5158f316b5 * Bumped up revision number to 0.5.3-test2
* modules/access_output/udp.c: Now supports IPv6 IP addresses (patch
  courtesy of Alexis Guillard)
* po/*: Updated po files to send out to the translators
* Mac OS X port: Cosmetics
2003-04-01 22:29:42 +00:00
Gildas Bazin
5cc093863e * modules/gui/wxwindows/*: misc small improvements and fixes. 2003-04-01 16:11:43 +00:00
Gildas Bazin
fd76cffdae * modules/gui/skins/src/event.cpp: Event::CreateEvent() was trying to free
statically allocated strings.
2003-04-01 12:24:54 +00:00
Christophe Massiot
bda8037252 * TS demux patches, courtesy of Andy Lindsay <andy_vl@ananam.com>. 2003-04-01 10:46:35 +00:00
Gildas Bazin
67a25acda7 * modules/gui/wxwindows/*: few modifications to the strings. 2003-04-01 00:18:29 +00:00
Sigmund Augdal Helberg
e829402d5a made a format-only string untranslateable 2003-03-31 23:37:36 +00:00
Sigmund Augdal Helberg
4960578299 Changed a duplicate string, and removed an info string that isn't really
useful
2003-03-31 23:32:44 +00:00
Christophe Massiot
bae3f95d86 * modules/codec/*: Fixed a PTS bug at the initialization of some codecs
* modules/audio_filter/resampler/coreaudio.c: Set score to 0
2003-03-31 22:39:28 +00:00
Laurent Aimar
20b1d95da9 * v4l: forgot a munmap. 2003-03-31 04:26:17 +00:00
Laurent Aimar
8c1b605094 * v4l: updated, now it should grab (and compress if you want) the video.
Audio grabbing part is commented out and untested.
 The syntax is like that:
  v4l:<device>[:option=value:...]
 options: channel,norm (pal, ntsc,secam), frequency (not really there is
          a factor), audio, size (WxH or subqcif,qsif,qcif,sif,cif,vga),
          codec (optional, mpeg1 or mpeg4 and need to have compiled the
          encoders modules)
 ex: v4l:/dev/video:channel=0:frequency=8052:norm=secam:size=vga
 Please test.
 * rawvideo.c: a pseudo decoder for raw video (I420).
 * packetizer/*, mux/*, stream_output.c: fixed (I hope) audio/video
synchro problems.
2003-03-31 03:46:11 +00:00
Jon Lech Johansen
f3dd07bb1f * ALL: Move CoreAudio aout into seperate module. 2003-03-30 23:35:06 +00:00