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

7683 Commits

Author SHA1 Message Date
Laurent Aimar
92777ea181 * input.c: set access2->b_die. 2004-05-30 19:35:32 +00:00
Laurent Aimar
82e174bcbc * access2: support for demuxer access provided.
* http: converted to access2.
2004-05-30 19:28:35 +00:00
Derk-Jan Hartman
58cdead84a * Added a filebrowser (B)
* Messages now uses 'L' as hotkey
2004-05-30 18:39:29 +00:00
Derk-Jan Hartman
ffed58d4a4 * ahum. == on a mask instead of & 2004-05-30 18:20:57 +00:00
Laurent Aimar
1b8e481a96 * access,demux: fixed parsing. 2004-05-30 18:11:55 +00:00
Laurent Aimar
66fa4d5ccc * input: warning fix (int ->byte_t*). 2004-05-30 17:59:20 +00:00
Gildas Bazin
ec70a047e2 * modules/access/directory.c: minor fix. 2004-05-30 17:22:09 +00:00
Sigmund Augdal Helberg
685eb12a61 modules/codec/ffmpeg/chroma.c: resize properly if destination chroma is in a
format ffmpeg likes
2004-05-30 16:57:55 +00:00
Anil Daoud
74915476a1 * wizard.cpp: compilation fixes 2004-05-30 16:38:44 +00:00
Clément Stenac
3edc65f5e2 Move streaming data to a separate file (will have to be moved to /include) 2004-05-30 16:21:43 +00:00
Laurent Aimar
c02badf8f1 * access2: access2 <-> access1 wrapper (untested). 2004-05-30 15:38:11 +00:00
Laurent Aimar
4ac573f7b6 * ninput: typo. 2004-05-30 15:33:57 +00:00
Laurent Aimar
1188d45af3 * ninput: more access2 things. 2004-05-30 15:31:59 +00:00
Clément Stenac
accde29a21 Missing icons 2004-05-30 14:44:00 +00:00
Laurent Aimar
cbf5a0231c * access: implement access2_nEw (untested). 2004-05-30 14:43:40 +00:00
Clément Stenac
26603c8547 * New wizard is now about usable, yet unfinished
Todo
	- Heavy testing
	- Missing sanity checks
	- Extra options
	- Fix layout bugs

* playlist.cpp : Smaller layout, icons to do...

* timer.cpp : show the name and not the URI in status bar

* open.cpp : Bugfix for modal mode
2004-05-30 14:43:12 +00:00
Sigmund Augdal Helberg
2f6ba22be6 modules/audio_output/alsa.c: fixed an utterly nonsensial if-block. Should
have no functional impact.
2004-05-30 13:00:27 +00:00
Gildas Bazin
fdf8f67b7a * src/misc/modules.c: avoid name collisions on win32. 2004-05-30 11:54:08 +00:00
Sigmund Augdal Helberg
1b95a829ce share/http/index.html: output valid xhtml, even with an empty playlist. Show
a message in the playlist area if the playlist is empty.
2004-05-30 10:52:02 +00:00
Gildas Bazin
07c5cedcf9 * modules/gui/gtk/*: got rid of --search-path option and created --gtk-search-path and --gnome-search-path instead. 2004-05-30 09:18:59 +00:00
Laurent Aimar
3d8994ab9a * ninput, access: compilation fix. 2004-05-30 00:14:30 +00:00
Laurent Aimar
22c36814c2 * Makefile.am: added acces.c (for people still using make ;) 2004-05-29 23:56:41 +00:00
Laurent Aimar
41c38426ee * all: begin to introduce access_t (nothing working yet). 2004-05-29 23:52:49 +00:00
Gildas Bazin
6cdc967159 * src/misc/modules.c: small cleanup. 2004-05-29 21:51:22 +00:00
Gildas Bazin
e7abe37c63 * include/*,src/*: New plugins cache feature for faster load times.
This is still experimental so isn't enabled by default (use --plugins-cache).
   There are also a few issues that aren't dealt with yet:
     - translation of module strings.
     - config options callbacks and actions.
     - a few memory leaks.
     - and likely other things ;)
   You can easily reset the plugins cache with --reset-plugins-cache.
2004-05-29 21:41:57 +00:00
Yoann Peronneau
cda630441a * modules/gui/ncurses.c: Fixed a bug due to the new 'Volume' line. 2004-05-29 17:47:30 +00:00
Yoann Peronneau
7b5e02f66b Added a Mute OSD icon. 2004-05-29 17:04:53 +00:00
Laurent Aimar
dd57adf971 * rtp: use dynamique RTP payload type for h263-1998. (bug found by Ross
Finlayson)
2004-05-29 14:06:50 +00:00
Laurent Aimar
4cec267e22 * ts: added 14496-17 (text sub) support. It assumes that input is utf8
(wrong as long as we don't have a real subtitle packetizer).
 It doesn't work very well, the syncho is a broken (subs are late by more
than 1s).
2004-05-29 14:02:50 +00:00
Laurent Aimar
90665d70ab * copy: low latency for subt.
TODO: move subtitle paquetizer to subsdec.c to convert all subs to UTF-8.
2004-05-29 14:00:32 +00:00
Laurent Aimar
fac21f4c6f ts: ooops, debug messages removed. 2004-05-29 13:55:33 +00:00
Laurent Aimar
032b7f8814 * ts.c: - send PES as soon as possible to decoder (and not waiting the
next one).
         - added partial 14496-17 support, in other words mpeg4 text
           subtitles.
2004-05-29 13:54:22 +00:00
Derk-Jan Hartman
0833e08868 * Let's enable folks to bootstrap 2004-05-28 22:46:00 +00:00
Derk-Jan Hartman
d24d65d8bf * ncurses intf
- Moved one dir higher
  - Fixed the Quit function
  - Added Volume Controls
  - Added Repeat/Loop/Random
  - Fixed the info box
  - Added Fullscreen remark to help box

It is now the perfect remote controller if I use my 'bedside terminal'.
ssh/screen/ncurses is like magic.
2004-05-28 22:23:38 +00:00
Derk-Jan Hartman
3ccd149567 * Fix some small potential crashes 2004-05-28 22:19:54 +00:00
Derk-Jan Hartman
76fe19c8dc * src/input/input.c: As soon as we know the length of a file, set
the playlist item duration. Now mpeg files will show their duration.
2004-05-28 22:07:04 +00:00
Laurent Aimar
8077c568b2 * rtp: h263 support (untested).
Patch by Callan, Wilson <wcallan AT starentnetworks DOT com>
2004-05-28 20:20:50 +00:00
Laurent Aimar
ef1c5bcfb2 * copy: don't break the length for subtitle packet. 2004-05-28 19:55:01 +00:00
Laurent Aimar
b289607fd1 * mp4: first try to add text subtitle muxing support. They are added
like it is done in .mov (and not like .mp4 as I failed to find any
samples)
 VLC is able to play them. I don't think QT will like them for now.
2004-05-28 19:54:23 +00:00
Laurent Aimar
763f49fb92 * mp4: convert all \r to \n in subt. 2004-05-28 19:51:37 +00:00
Felix Paul Kühne
416831180a * fixed broken translation of 2 buttons of the info-window 2004-05-28 16:01:26 +00:00
Derk-Jan Hartman
fcda0753a0 * bootstrap fix for corba module
make dist might still be broken? This makefile could use some sam power.
2004-05-28 12:04:06 +00:00
Gildas Bazin
baaf53c705 * configure.ac: netsync needs to be linked with ws2_32 on win32. 2004-05-28 06:29:13 +00:00
Laurent Aimar
3633449efb * mp4: added text track support. (there is a problem with the encoding). 2004-05-27 22:30:12 +00:00
Gildas Bazin
e7e6e9df50 * modules/video_chroma/i422_yuy2.c: fixed the I422 MMX conversion routines. The fix also doubles the speed of the conversion :) 2004-05-27 21:06:16 +00:00
Gildas Bazin
8f5a3ddc82 * Makefile.am: added include/snapshot.h. 2004-05-27 20:31:22 +00:00
Gildas Bazin
add687c54f * modules/control/netsync.c: test before you commit. 2004-05-27 19:17:33 +00:00
Gildas Bazin
e584575d94 * video_output/snapshot.c, control/netsync.c: added svn:keywords Id prop.
* control/netsync.c: small fix.
2004-05-27 19:12:09 +00:00
Sigmund Augdal Helberg
d52bc16367 remove debug messages along the success path 2004-05-27 16:18:35 +00:00
Gildas Bazin
841903a63e * modules/demux/mjpeg.c: fixed small memleak. 2004-05-27 15:52:42 +00:00