- 04 Nov, 2003 5 commits
-
-
Sam Hocevar authored
+ Build-depend on fixed dvb-dev packages.
-
Laurent Aimar authored
-
Eric Petit authored
fixed a link issue on BeOS + modules/demux/util/sub.c: gcc != 3 fix + modules/gui/beos/*: compile fixes; never replace int32 with int32_t, these are not the same on BeOS (long/int)
-
Laurent Aimar authored
* hotkeys: never _never_ use demux_Control outside of src/input/ (it's completely broken, there is a lot more things to do), all interfaces have to use var_Get/Set (time(-offset), position(-offset), state, rate(-slower|-faster)... ). Btw, input_SetStatus, input_Seek, input_Tell, input_ChangeArea, input_ToggleES, will be quickly obsolete and removed(at least unavailable for intf), so we should convert remaining interfaces (ie all except wx, osx, rc, http, hotkeys). * avi: implemented DEMUX_SET_TIME (not yet used).
-
Laurent Aimar authored
-
- 03 Nov, 2003 7 commits
-
-
Laurent Aimar authored
-
Sam Hocevar authored
-
Laurent Aimar authored
I have not kept the compatibility with older faad version (but check is still be done in configure.ac). (I didn't like it as old version are really buggy).
-
Gildas Bazin authored
* modules/access/dshow/*: attempt at supporting DV inputs (completely untested).
-
Derk-Jan Hartman authored
* ALL: bring the project files to XCode. 10.2 users should revert the change in Makefile.am or they won't be able to build VLC on their machine. Editing the project files will probably also not be possible for them.
-
Gildas Bazin authored
* modules/demux/mpeg/*: added support for ISO/IEC 13818-7 Audio with ADTS transport syntax to the TS demux.
-
Simon Latapie authored
* http.c,index.html: add seek function in http interface. Also added "stream_position", "stream_length", and "stream_time" which could be usefull later (for a slider, for example :) ) * changed http interface more "neutral" colors
-
- 02 Nov, 2003 12 commits
-
-
Clément Stenac authored
-
Gildas Bazin authored
* modules/control/http.c: cough cough.
-
Gildas Bazin authored
* Makefile.am: small change to the package-win32 target.
-
Gildas Bazin authored
* modules/gui/wxwindows/preferences_widgets.cpp: show the current value when using sliders.
-
Gildas Bazin authored
* modules/demux/util/id3.c, modules/demux/util/id3tag.c: don't use input_Peek() to read an id3 tag as these tags can be bigger than what input_Peek() can read.
-
Gildas Bazin authored
* Makefile.am: include the .css file from the html interface into the win32 package.
-
Gildas Bazin authored
* modules/control/http.c: delete command supports a list of items. * doc/intf-http.txt: update for delete command. * share/http/index.html: added the possibility to delete playlist items.
-
Sigmund Augdal Helberg authored
* proper fix for timing with vobsub tracks ( and possibly some other cases )
-
Sigmund Augdal Helberg authored
* fix a segfault on close caused by setting default language
-
Gildas Bazin authored
* src/audio_output/input.c: on-the-fly visualization changes. * modules/gui/wxwindows/menus.cpp: added a visualization entry.
-
Derk-Jan Hartman authored
Visualizations menu (is this the right location?) Problems currently are: Doesn't work on the fly. where to start? For that reason it now also uses config options instead of variables. * modules/visualization/visual/visual.c: small adaptions * modules/gui/macosx/controls.m: fix warnings.
-
Derk-Jan Hartman authored
The parsing of lines should of course be moved to the decoder level.
-
- 01 Nov, 2003 9 commits
-
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
-
Sam Hocevar authored
+ Build-depend on a newer wxwindows version to avoid incompatibilities. + Build-depend on linux-kernel-headers and build-conflict on dvb-dev because these packages cannot be installed together. * debian/rules: + Temporarily disabled the framebuffer video output plugin because of current code errors in linux-kernel-headers.
-
Laurent Aimar authored
transcode).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
PS will work if there is only one stream as the muxer doesn't set correctly dts/length for muxed packets. (so pretty useless ;) - added mpeg1/2 video. (how overcomplicated is rfc2250), tested with mplayer+live.com (but I'm not sure that my ES parsing is ok.) - btw, there is a ttl option.
-
Laurent Aimar authored
from perfect) Use udp raw mode. Generate a SDP file (for now it is just fprintf to stderr). The streams produced work under gmp4player. (mpeg4ip)
-
Laurent Aimar authored
fill packet send to mtu size, needed by rtp)
-
- 31 Oct, 2003 5 commits
-
-
Sam Hocevar authored
-
Derk-Jan Hartman authored
we can now read the .idx file. TODO: - create a structure to store subinfo in (like WAVEFORMATEX and BITMAPINFO - allow for multiple tracks in the sub demux - open the .sub vobsub file, remove the mpeg crud and prepare a packet for spudec.
-
Gildas Bazin authored
* modules/control/hotkeys.c: use demux_Control( p_input, DEMUX_SET_TIME, ...) to seek, for better precision. * modules/video_output/directx/events.c: fix to catch the Alt key.
-
Laurent Aimar authored
TODO: (a lot of work) - gather multiple small frames in one packets (not really important). - add mpeg 1/2 video - export a sdp file (needed for all next codecs). - add mpeg4 audio/video - add ts/ps over RTP. - perhaps ogg over RTP if something is abled to read that. command: #rtp{dst=ip,port=port,[mux=muxer]} (mux not yet implemented) It automaticaly uses ip:port, ip:port+2, ip:port+4 ... (port should be odd btw)
-
Derk-Jan Hartman authored
* modules/gui/macosx/vout.m: removed debug * modules/gui/macosx/open.m: Panther compilation fixes * modules/gui/macosx/controls.m: OSDMessages :)
-
- 30 Oct, 2003 2 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
location by any module. * added a OSD config option to the Video options. this will allow you to disable the messages printed by OSDMessage. Subtitles will still be shown however. * src/audio_output/intf.c: volumeSet sets the intf-change variable. * modules/gui/macosx/vout.m: fix the modifier detection.
-