- 09 Nov, 2003 3 commits
-
-
Simon Latapie authored
in css.
-
Simon Latapie authored
looks like a time/length)
-
Rocky Bernstein authored
-
- 08 Nov, 2003 11 commits
-
-
Sigmund Augdal Helberg authored
(mp3) as payload type
-
Sigmund Augdal Helberg authored
-
Jean-Paul Saman authored
* simplefied network tabpage
-
Eric Petit authored
+ modules/gui/beos/*: use hotkeys + include/vlc_keys.h, src/misc/configuration.c: renamed modifiers into vlc_modifiers so it does not conflict with BeOS' modifiers()
-
Jean-Paul Saman authored
* Network tabpage works * cleanup of code
-
Derk-Jan Hartman authored
-
Christophe Massiot authored
compiling.
-
Sigmund Augdal Helberg authored
* support sap announces that use dos style linebreaks
-
Laurent Aimar authored
-
Laurent Aimar authored
- added X-QT and X-QUICKTIME video support. - first try for seek and position display support. (position is buggy, and seek won't really work as long as wx try to seek each time the slider is moved)
-
Laurent Aimar authored
-
- 07 Nov, 2003 21 commits
-
-
Gildas Bazin authored
* configure.aci, modules/demux/livedotcom.cpp: win32 compilation fixes.
-
Laurent Aimar authored
-
Laurent Aimar authored
(--with-livedotcom-tree is mandatory when using --enable-livedotcom, so livedotcom isn't compiled by default)
-
Christophe Massiot authored
code from www.metakine.com. CAUTION : the code is currently very ugly, with static variables, no code convention, etc. I check it in "as is" because it may be useful to some people. Don't expect a bitrate reduction of more than 30 % with acceptable quality. * modules/demux/mpeg/ts.c: Useful debug message
-
Christophe Massiot authored
pthread systems (activate with --rt-priority) * modules/access_output/udp.c: Only discard packets which are _very_ late
-
Christophe Massiot authored
- By default send PCRs every 90 ms, because the upper limit is 100 ms - New pid-video and pid-audio sout variables
-
Laurent Aimar authored
-
Laurent Aimar authored
* announce.c: fixed a warning.
-
Laurent Aimar authored
- improve a lot pts handling. - added --rtsp-caching. - implemented DEMUX_GET_TIME and declared the input as seekable to make the interface displaying the time. Now I can read rtp stream from VLC using http export for sdp :) (MPEG4 video, MPEG 1/2 video and mp3 audio tested successfully)
-
Laurent Aimar authored
(It could avoid a lot of duplicated code...)
-
Laurent Aimar authored
options: #rtp{dst=ip,port=port,[sdp=http://ip:port/file],[mux=]}
-
Christophe Massiot authored
corrupt packets. Also flag GOP headers with SOUT_BUFFER_FLAGS_GOP.
-
Jean-Paul Saman authored
* cleanup code * cleanup interface
-
Christophe Massiot authored
-
Christophe Massiot authored
- ability to select between different tuners if the board has several tuners - abitility to select between different demux if the board has several demuxes - if frequency isn't specified, do not try to tune the tuner and assume some other software already did it - set a bigger buffer size to avoid packet losses - do not filter too many PIDs since some board only have 8 filters - kludged so that the module works perfectly well with the demuxstream demuxer - use DMX_PES_OTHER all the time because some boards do not have a decoder chip (this may be a problem for you) This changeset is part of the Dreambox port of VLC.
-
Jean-Paul Saman authored
* Directory browsing works * Coredump is solved * Adding files or entire directories to the playlist GUI control works.
-
Laurent Aimar authored
over tcp doesn't really work yet). - fixed bad usage of delete vs delete[] (using --rtsp-tcp still leads to segfault)
-
Rocky Bernstein authored
reading the extended PSD. Given that area-highlighting and features in the extended PSD haven't been implemented, best then to not try to read this at all.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Laurent Aimar authored
lot of mandatory fields missing, like v, o, and s)
-
- 06 Nov, 2003 5 commits
-
-
Clément Stenac authored
-
Laurent Aimar authored
TODO: - handle PTS (for now, I just use mdate() :) - support TS/PS (hard as it needs a lot of work on TS/PS demuxers). - support X-QT and X-QUICKTIME. (I don't know if it's really used). - implement pause, seek ... - clean up/bugs fixes... - ...
-
Gildas Bazin authored
* modules/demux/mpeg/ts.c: compilation fix for old libdvbpsi.
-
Damien Lucas authored
-
Derk-Jan Hartman authored
-