Clément Stenac
4785ff416c
Few modifs
21 years ago
Clément Stenac
dfedddf334
Who said I'm bored ?
21 years ago
Filippo Carone
dae0444f7c
Emacs mode for Videolan Coding style.
21 years ago
Rémi Denis-Courmont
20e745510a
- Add brackets around IPv6 address automatically if needed
- Some cleanup
21 years ago
Antoine Cellerier
782faf1d5a
ooops
21 years ago
Antoine Cellerier
8df58e5c0b
Change the http password request message.
21 years ago
Antoine Cellerier
d9ae9e50ef
add automatic casts to vlc_object_t
21 years ago
Clément Stenac
eff4f52a11
Minor cleanup
21 years ago
Clément Stenac
dc09f863f9
Remove unused structures from vlc_common.h
Minor headers cleanup
21 years ago
Clément Stenac
bf50e13bd2
Update VIM syntax file, originally written by fenrir
21 years ago
Olivier Aubert
1fb54fc49d
python bindings: formatted to VLC coding style
21 years ago
Clément Stenac
9992f3424a
Use a wxDialog rather than a wxFrame
21 years ago
Clément Stenac
6c79c8e6f8
Don't put a progress bar behing each input box
21 years ago
Olivier Aubert
0984909d71
src/control/core.c: fix start-time handling in start + coding style fixes
21 years ago
Derk-Jan Hartman
06ecc0b066
* - This should fix the "crash upon quit" issue with VLC Mac OS X.
- It should also no longer crash if you select macosx as an extraintf. This is not allowed. It is the cause of the NSDictionary crash reported often in the forums. Notice however that if you have selected a primary interface that is not macosx, you might end up with a "blank application" forcing you to reset the preferences manually (your fault for mocking with them in the first place).
- Should fix clivlc mode. (this mode allows you to run VLC on OSX while no user is logged in, in the GUI).
Thanks to Jean-Michel Vallat for kicking my ass. :D
21 years ago
Antoine Cellerier
d91bba21e9
fix comments
21 years ago
Filippo Carone
99af6d2915
File description fixed and propset done.
21 years ago
Antoine Cellerier
7d7dc16969
typo fix
21 years ago
Filippo Carone
9ce752b7df
<vlc/control_structures.h> header is installed by make.
21 years ago
Christophe Mutricy
481e3b67ab
small remark
21 years ago
Derk-Jan Hartman
404777401c
* Free scandir results when we are done with them. Issue pointed out by jmvallat_vlc at mac dot com.
21 years ago
Derk-Jan Hartman
20993cf238
* Enable liveMedia's RTSP over HTTP mode. This is something first used by QuickTime, and useful to get around annoying and dense NAT/firewall/proxy setups.
--rtsp-http enables the HTTP tunneling. --rtsp-http-port allows you to choose which port. The default port is 80.
21 years ago
Christophe Mutricy
35f91481cc
Typo
21 years ago
Clément Stenac
095cd049a8
Don't keep mutex locked if we bail out
21 years ago
Clément Stenac
f6f0e8efc3
Fix no
21 years ago
Clément Stenac
c854d8e8f0
Progress bar for AVI index creation
21 years ago
Clément Stenac
b1bf144c07
build fix
21 years ago
Clément Stenac
25368dcd56
Use input_Read in shoutcast and display a progress dialog
21 years ago
Clément Stenac
eff1f159b6
WX support for progressbar dialog. Still need some layout work
21 years ago
Clément Stenac
7224b1db92
Add support for progress bars
21 years ago
Clément Stenac
8244767634
Playlist can be ANYWHERE
21 years ago
Filippo Carone
21e5f396d4
Python bindings fixed for the new mediacontrol headers
21 years ago
Clément Stenac
5918009da6
Update symbols
21 years ago
Filippo Carone
56439bf091
Mediacontrol interface changes to detach use of vlc/control.h
header from internal headers.
Patch elaborated with Olivier Aubert.
21 years ago
Clément Stenac
064023b0fc
Make input_Read return the input object id
21 years ago
Damien Fouilleul
34b42b0b86
test.html: updated example HTML code for activex plugin
21 years ago
Damien Fouilleul
8328bbf1cb
vlc.win32.nsi: activex plugin is now selected by default
21 years ago
Damien Fouilleul
4c747e4b37
Makefile.am: target 'package-win32-base-exe' is now a bit smarter when looking for makensis, which also cover cygwin. Hence, target 'package-win32-base-exe-cygwin' is now redundant
21 years ago
Olivier Aubert
bb2476fb5b
src/control/core.c: correctly set start-time through playlist_ItemAddOption
21 years ago
Derk-Jan Hartman
1077bd592d
* Support the "pcm " WAV fourcc. it's equal to "araw".
Tested against the WAV 6ch Speaker Test from SeeMoreDigital.net (Validated against QuickTime Player)
21 years ago
Damien Fouilleul
2579d74e24
configure.ac: fixed "header present but cannot be compiled" warning for dshow.h and objsafe.h
21 years ago
Derk-Jan Hartman
a21093777a
* Don't upmix the channels if we only have Stereo or Mono audio. Let the device setup take care of that.
21 years ago
Derk-Jan Hartman
3f9d14bbdb
* Fix directory.c on WinCE (which has neither DT_DIR nor S_ISDIR)
21 years ago
Felix Paul Kühne
7aca6e90f7
* hmm, you should use a clean tree for this... sorry
21 years ago
Felix Paul Kühne
a4388bcc53
* ran 'make update-po' to get everything in sync again (the previous commit was targetted for 0.8.4a, but the translation was a bit too slow)
21 years ago
Felix Paul Kühne
fb02902198
* Updated Chinese translation by Wei Mingzhi
21 years ago
Derk-Jan Hartman
c905b7187b
* patch to generalize our debian .desktop file so it is suited for the gentoo distribution.
patch by Diego 'Flameeyes' Petteno < flameeyes at gentoo dot org >
21 years ago
Derk-Jan Hartman
3a6533473b
Fix a crash in stream_ReadLine
21 years ago
Jean-Paul Saman
b587e9ff10
Fix crash when no IEEE1394/Firewire device is present
21 years ago
Jean-Paul Saman
68af308e15
Fix --enable-dv detection
21 years ago