]> git.sesse.net Git - vlc/log
vlc
18 years ago * modules/access/dvb: Fixed link-level CAM API.
Christophe Massiot [Wed, 21 Dec 2005 15:50:58 +0000 (15:50 +0000)]
 * modules/access/dvb: Fixed link-level CAM API.

18 years agoPreliminary interaction framework for Mac OS X. Not finished, since core changes...
Derk-Jan Hartman [Wed, 21 Dec 2005 01:18:40 +0000 (01:18 +0000)]
Preliminary interaction framework for Mac OS X. Not finished, since core changes should be made to better match wxwidgets vs. Mac OS X style dialogs and concepts. part-2

18 years agoPreliminary interaction framework for Mac OS X. Not finished, since core changes...
Derk-Jan Hartman [Wed, 21 Dec 2005 01:18:23 +0000 (01:18 +0000)]
Preliminary interaction framework for Mac OS X. Not finished, since core changes should be made to better match wxwidgets vs. Mac OS X style dialogs and concepts.

18 years agoSet original framesize on the spu format for nero vobsubs in mp4, so that rescaling...
Derk-Jan Hartman [Tue, 20 Dec 2005 02:32:27 +0000 (02:32 +0000)]
Set original framesize on the spu format for nero vobsubs in mp4, so that rescaling will work for videos in a cropped resolution compared to the vobsubs

18 years agoremove unneeded includes
Antoine Cellerier [Mon, 19 Dec 2005 22:49:36 +0000 (22:49 +0000)]
remove unneeded includes

18 years ago * src/input/es_out.c: New --no-spu and --no-sout-spu options to disable
Christophe Massiot [Mon, 19 Dec 2005 16:46:48 +0000 (16:46 +0000)]
 * src/input/es_out.c: New --no-spu and --no-sout-spu options to disable
   processing of SPU elementary streams.

18 years ago * src/input/es_out.c: New --audio-track-id and --sub-track-id options
Christophe Massiot [Mon, 19 Dec 2005 16:36:30 +0000 (16:36 +0000)]
 * src/input/es_out.c: New --audio-track-id and --sub-track-id options
   to select a precise track by its ID.
 * modules/demux/ts.c: Enable --ts-es-id-pid by default since I see no
   drawback to it.

18 years agobindings/python/setup.py: Mac OS X build fixes (link parameters)
Olivier Aubert [Mon, 19 Dec 2005 14:23:25 +0000 (14:23 +0000)]
bindings/python/setup.py: Mac OS X build fixes (link parameters)

18 years agoOlder OSX versions need more includes to work with rootwrap
Derk-Jan Hartman [Mon, 19 Dec 2005 14:17:19 +0000 (14:17 +0000)]
Older OSX versions need more includes to work with rootwrap

18 years agoBrightness threshold patch by Enrico Gueli (with some modifications)
Antoine Cellerier [Sun, 18 Dec 2005 21:41:35 +0000 (21:41 +0000)]
Brightness threshold patch by Enrico Gueli (with some modifications)

18 years agoadd MSN "now playing" windows plugin
Antoine Cellerier [Sun, 18 Dec 2005 21:20:17 +0000 (21:20 +0000)]
add MSN "now playing" windows plugin

18 years ago* Apply changed made to the 0.8.5 branch to trunk.
Benjamin Pracht [Sun, 18 Dec 2005 18:54:28 +0000 (18:54 +0000)]
* Apply changed made to the 0.8.5 branch to trunk.
* Embedded Vout should work now
* To create an embedded vout, just create a custom view of type VLCEmbeddedVoutView in interface builder
* Just make sure you define the view as resizeable
* Hotkeys and mose events should work
* Tests with the mozilla plugin are welcome

18 years agoRemove unusefull variable and test
Christophe Mutricy [Sun, 18 Dec 2005 12:01:15 +0000 (12:01 +0000)]
Remove unusefull variable and test

18 years agoWork around bu^unexpected behaviour in wxTreeCtrl (Closes:#468)
Clément Stenac [Sun, 18 Dec 2005 11:55:27 +0000 (11:55 +0000)]
Work around bu^unexpected behaviour in wxTreeCtrl (Closes:#468)

18 years agoSupport CHUNK_TYPE_RESET for mmsh. (Patch by Gregory Hartman: bap0se _at_ adelphia...
Jean-Paul Saman [Sat, 17 Dec 2005 23:01:46 +0000 (23:01 +0000)]
Support CHUNK_TYPE_RESET for mmsh. (Patch by Gregory Hartman: bap0se _at_ adelphia _dot_ net)

18 years agoRelease playlist
Clément Stenac [Sat, 17 Dec 2005 18:39:28 +0000 (18:39 +0000)]
Release playlist

18 years agoUpdate NEWS
Clément Stenac [Sat, 17 Dec 2005 18:38:45 +0000 (18:38 +0000)]
Update NEWS

18 years agoImprove the open box layout
Clément Stenac [Sat, 17 Dec 2005 18:19:05 +0000 (18:19 +0000)]
Improve the open box layout
 * Present the simple options first
 * Put the subtitles file option in the main panel

18 years agouse vlc_object_exists -> the messages queue isn't filled with warnings
Antoine Cellerier [Fri, 16 Dec 2005 17:47:05 +0000 (17:47 +0000)]
use vlc_object_exists -> the messages queue isn't filled with warnings
anymore.

18 years agoadd vlc_object_exist rpn function that checks if an object of ST(1) type exists
Antoine Cellerier [Fri, 16 Dec 2005 17:46:26 +0000 (17:46 +0000)]
add vlc_object_exist rpn function that checks if an object of ST(1) type exists

18 years agoHousekeeping
Christophe Mutricy [Fri, 16 Dec 2005 17:34:15 +0000 (17:34 +0000)]
Housekeeping

18 years agoFix dirac detection
Christophe Mutricy [Fri, 16 Dec 2005 17:29:03 +0000 (17:29 +0000)]
Fix dirac detection

18 years agoRefill stream when seeking near of end of track.
Clément Stenac [Fri, 16 Dec 2005 17:28:36 +0000 (17:28 +0000)]
Refill stream when seeking near of end of track.
Needs testing and review

+ allow enabling of debug through #define STREAM_DEBUG

18 years agoAccept UID 0 as a valid though dangerous user
Rémi Denis-Courmont [Fri, 16 Dec 2005 14:50:11 +0000 (14:50 +0000)]
Accept UID 0 as a valid though dangerous user

18 years agoDon't crash
Clément Stenac [Fri, 16 Dec 2005 14:19:06 +0000 (14:19 +0000)]
Don't crash

18 years agoAdd multi-item support to cdda module (default enabled) - Refs:#459
Clément Stenac [Fri, 16 Dec 2005 13:46:42 +0000 (13:46 +0000)]
Add multi-item support to cdda module (default enabled) - Refs:#459

18 years agoMatch doxygen \todo marker
Clément Stenac [Fri, 16 Dec 2005 12:47:30 +0000 (12:47 +0000)]
Match doxygen \todo marker

18 years agoMissing includes
Rémi Denis-Courmont [Fri, 16 Dec 2005 11:51:44 +0000 (11:51 +0000)]
Missing includes

18 years agoAdd SVN properties
Rémi Denis-Courmont [Fri, 16 Dec 2005 11:32:19 +0000 (11:32 +0000)]
Add SVN properties

18 years agoImplement root wrapper to allow using privileged TCP ports
Rémi Denis-Courmont [Fri, 16 Dec 2005 11:18:38 +0000 (11:18 +0000)]
Implement root wrapper to allow using privileged TCP ports
while not running the whole VLC as root - closes #440

18 years agoBordel de saloperie de merde
Clément Stenac [Fri, 16 Dec 2005 10:12:26 +0000 (10:12 +0000)]
Bordel de saloperie de merde

18 years agoGrmbl
Clément Stenac [Fri, 16 Dec 2005 09:47:15 +0000 (09:47 +0000)]
Grmbl

18 years agoRevert
Clément Stenac [Fri, 16 Dec 2005 09:46:03 +0000 (09:46 +0000)]
Revert

18 years agoMove cddax to access/cddax
Clément Stenac [Fri, 16 Dec 2005 09:26:34 +0000 (09:26 +0000)]
Move cddax to access/cddax

18 years ago* fixed breakage introduced in [13766]
Felix Paul Kühne [Thu, 15 Dec 2005 18:36:46 +0000 (18:36 +0000)]
* fixed breakage introduced in [13766]

18 years ago * extras/contrib/src/Makefile: Cosmetic.
Christophe Massiot [Thu, 15 Dec 2005 18:16:28 +0000 (18:16 +0000)]
 * extras/contrib/src/Makefile: Cosmetic.

18 years ago * modules/control/http/mvar.c: Handle file extensions case-insensitively.
Christophe Massiot [Thu, 15 Dec 2005 18:11:58 +0000 (18:11 +0000)]
 * modules/control/http/mvar.c: Handle file extensions case-insensitively.

18 years agoo.O (refs [13767])
Felix Paul Kühne [Thu, 15 Dec 2005 17:49:05 +0000 (17:49 +0000)]
o.O (refs [13767])

18 years ago* unify the Time-To-Live string and fix its Spanish translation (thanks to the forum...
Felix Paul Kühne [Thu, 15 Dec 2005 17:45:02 +0000 (17:45 +0000)]
* unify the Time-To-Live string and fix its Spanish translation (thanks to the forum user martintxo)

18 years ago* fixed the compilation of libmpcdec, so INSTALL_NAME runs finely. Please check wheth...
Felix Paul Kühne [Thu, 15 Dec 2005 17:32:45 +0000 (17:32 +0000)]
* fixed the compilation of libmpcdec, so INSTALL_NAME runs finely. Please check whether this script should run on win32/linux/BeOS as well.

18 years agoUse libdir to determine PLUGIN_PATH - should fix #474
Rémi Denis-Courmont [Thu, 15 Dec 2005 16:57:38 +0000 (16:57 +0000)]
Use libdir to determine PLUGIN_PATH - should fix #474

18 years agoRemove unused & broken AC_DEFINE
Rémi Denis-Courmont [Thu, 15 Dec 2005 16:51:38 +0000 (16:51 +0000)]
Remove unused & broken AC_DEFINE

18 years agoMakefile works for both i386 and amd64 platforms
Filippo Carone [Thu, 15 Dec 2005 16:00:44 +0000 (16:00 +0000)]
Makefile works for both i386 and amd64 platforms

18 years agoFew modifs
Clément Stenac [Thu, 15 Dec 2005 15:51:59 +0000 (15:51 +0000)]
Few modifs

18 years agoWho said I'm bored ?
Clément Stenac [Thu, 15 Dec 2005 14:36:49 +0000 (14:36 +0000)]
Who said I'm bored ?

18 years agoEmacs mode for Videolan Coding style.
Filippo Carone [Thu, 15 Dec 2005 14:12:58 +0000 (14:12 +0000)]
Emacs mode for Videolan Coding style.

18 years ago- Add brackets around IPv6 address automatically if needed
Rémi Denis-Courmont [Thu, 15 Dec 2005 13:51:05 +0000 (13:51 +0000)]
- Add brackets around IPv6 address automatically if needed
- Some cleanup

18 years agoooops
Antoine Cellerier [Thu, 15 Dec 2005 13:10:50 +0000 (13:10 +0000)]
ooops

18 years agoChange the http password request message.
Antoine Cellerier [Thu, 15 Dec 2005 12:53:22 +0000 (12:53 +0000)]
Change the http password request message.

18 years agoadd automatic casts to vlc_object_t
Antoine Cellerier [Thu, 15 Dec 2005 12:52:14 +0000 (12:52 +0000)]
add automatic casts to vlc_object_t

18 years agoMinor cleanup
Clément Stenac [Thu, 15 Dec 2005 11:45:08 +0000 (11:45 +0000)]
Minor cleanup

18 years agoRemove unused structures from vlc_common.h
Clément Stenac [Thu, 15 Dec 2005 11:37:45 +0000 (11:37 +0000)]
Remove unused structures from vlc_common.h
Minor headers cleanup

18 years agoUpdate VIM syntax file, originally written by fenrir
Clément Stenac [Thu, 15 Dec 2005 11:14:49 +0000 (11:14 +0000)]
Update VIM syntax file, originally written by fenrir

18 years agopython bindings: formatted to VLC coding style
Olivier Aubert [Thu, 15 Dec 2005 10:14:42 +0000 (10:14 +0000)]
python bindings: formatted to VLC coding style

18 years agoUse a wxDialog rather than a wxFrame
Clément Stenac [Thu, 15 Dec 2005 09:37:57 +0000 (09:37 +0000)]
Use a wxDialog rather than a wxFrame

18 years agoDon't put a progress bar behing each input box
Clément Stenac [Thu, 15 Dec 2005 09:15:03 +0000 (09:15 +0000)]
Don't put a progress bar behing each input box

18 years agosrc/control/core.c: fix start-time handling in start + coding style fixes
Olivier Aubert [Thu, 15 Dec 2005 09:00:28 +0000 (09:00 +0000)]
src/control/core.c: fix start-time handling in start + coding style fixes

18 years ago* - This should fix the "crash upon quit" issue with VLC Mac OS X.
Derk-Jan Hartman [Thu, 15 Dec 2005 01:44:00 +0000 (01:44 +0000)]
* - 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

18 years agofix comments
Antoine Cellerier [Thu, 15 Dec 2005 01:16:30 +0000 (01:16 +0000)]
fix comments

18 years agoFile description fixed and propset done.
Filippo Carone [Thu, 15 Dec 2005 01:11:38 +0000 (01:11 +0000)]
File description fixed and propset done.

18 years agotypo fix
Antoine Cellerier [Thu, 15 Dec 2005 00:58:04 +0000 (00:58 +0000)]
typo fix

18 years ago<vlc/control_structures.h> header is installed by make.
Filippo Carone [Thu, 15 Dec 2005 00:40:53 +0000 (00:40 +0000)]
<vlc/control_structures.h> header is installed by make.

18 years agosmall remark
Christophe Mutricy [Wed, 14 Dec 2005 22:57:31 +0000 (22:57 +0000)]
small remark

18 years ago* Free scandir results when we are done with them. Issue pointed out by jmvallat_vlc...
Derk-Jan Hartman [Wed, 14 Dec 2005 22:26:55 +0000 (22:26 +0000)]
* Free scandir results when we are done with them. Issue pointed out by jmvallat_vlc at mac dot com.

18 years ago* Enable liveMedia's RTSP over HTTP mode. This is something first used by QuickTime...
Derk-Jan Hartman [Wed, 14 Dec 2005 22:01:24 +0000 (22:01 +0000)]
* 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.

18 years agoTypo
Christophe Mutricy [Wed, 14 Dec 2005 19:39:01 +0000 (19:39 +0000)]
Typo

18 years agoDon't keep mutex locked if we bail out
Clément Stenac [Wed, 14 Dec 2005 19:13:43 +0000 (19:13 +0000)]
Don't keep mutex locked if we bail out

18 years agoFix no
Clément Stenac [Wed, 14 Dec 2005 19:10:46 +0000 (19:10 +0000)]
Fix no

18 years agoProgress bar for AVI index creation
Clément Stenac [Wed, 14 Dec 2005 19:04:40 +0000 (19:04 +0000)]
Progress bar for AVI index creation

18 years agobuild fix
Clément Stenac [Wed, 14 Dec 2005 18:29:29 +0000 (18:29 +0000)]
build fix

18 years agoUse input_Read in shoutcast and display a progress dialog
Clément Stenac [Wed, 14 Dec 2005 18:10:27 +0000 (18:10 +0000)]
Use input_Read in shoutcast and display a progress dialog

18 years agoWX support for progressbar dialog. Still need some layout work
Clément Stenac [Wed, 14 Dec 2005 18:10:07 +0000 (18:10 +0000)]
WX support for progressbar dialog. Still need some layout work

18 years agoAdd support for progress bars
Clément Stenac [Wed, 14 Dec 2005 18:09:50 +0000 (18:09 +0000)]
Add support for progress bars

18 years agoPlaylist can be ANYWHERE
Clément Stenac [Wed, 14 Dec 2005 18:08:08 +0000 (18:08 +0000)]
Playlist can be ANYWHERE

18 years agoPython bindings fixed for the new mediacontrol headers
Filippo Carone [Wed, 14 Dec 2005 17:52:33 +0000 (17:52 +0000)]
Python bindings fixed for the new mediacontrol headers

18 years agoUpdate symbols
Clément Stenac [Wed, 14 Dec 2005 16:42:00 +0000 (16:42 +0000)]
Update symbols

18 years agoMediacontrol interface changes to detach use of vlc/control.h
Filippo Carone [Wed, 14 Dec 2005 16:40:56 +0000 (16:40 +0000)]
Mediacontrol interface changes to detach use of vlc/control.h
header from internal headers.
Patch elaborated with Olivier Aubert.

18 years agoMake input_Read return the input object id
Clément Stenac [Wed, 14 Dec 2005 16:34:46 +0000 (16:34 +0000)]
Make input_Read return the input object id

18 years agotest.html: updated example HTML code for activex plugin
Damien Fouilleul [Wed, 14 Dec 2005 14:08:16 +0000 (14:08 +0000)]
test.html: updated example HTML code for activex plugin

18 years agovlc.win32.nsi: activex plugin is now selected by default
Damien Fouilleul [Wed, 14 Dec 2005 13:56:01 +0000 (13:56 +0000)]
vlc.win32.nsi: activex plugin is now selected by default

18 years agoMakefile.am: target 'package-win32-base-exe' is now a bit smarter when looking for...
Damien Fouilleul [Wed, 14 Dec 2005 13:53:36 +0000 (13:53 +0000)]
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

18 years agosrc/control/core.c: correctly set start-time through playlist_ItemAddOption
Olivier Aubert [Wed, 14 Dec 2005 10:14:20 +0000 (10:14 +0000)]
src/control/core.c: correctly set start-time through playlist_ItemAddOption

18 years ago* Support the "pcm " WAV fourcc. it's equal to "araw".
Derk-Jan Hartman [Wed, 14 Dec 2005 00:04:43 +0000 (00:04 +0000)]
* Support the "pcm " WAV fourcc. it's equal to "araw".
  Tested against the WAV 6ch Speaker Test from SeeMoreDigital.net (Validated against QuickTime Player)

18 years agoconfigure.ac: fixed "header present but cannot be compiled" warning for dshow.h and...
Damien Fouilleul [Tue, 13 Dec 2005 23:38:19 +0000 (23:38 +0000)]
configure.ac: fixed "header present but cannot be compiled" warning for dshow.h and objsafe.h

18 years ago* Don't upmix the channels if we only have Stereo or Mono audio. Let the device setup...
Derk-Jan Hartman [Tue, 13 Dec 2005 23:12:38 +0000 (23:12 +0000)]
* Don't upmix the channels if we only have Stereo or Mono audio. Let the device setup take care of that.

18 years ago* Fix directory.c on WinCE (which has neither DT_DIR nor S_ISDIR)
Derk-Jan Hartman [Tue, 13 Dec 2005 20:16:47 +0000 (20:16 +0000)]
* Fix directory.c on WinCE (which has neither DT_DIR nor S_ISDIR)

18 years ago* hmm, you should use a clean tree for this... sorry
Felix Paul Kühne [Tue, 13 Dec 2005 20:08:57 +0000 (20:08 +0000)]
* hmm, you should use a clean tree for this... sorry

18 years ago* ran 'make update-po' to get everything in sync again (the previous commit was targe...
Felix Paul Kühne [Tue, 13 Dec 2005 20:06:13 +0000 (20:06 +0000)]
* 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)

18 years ago* Updated Chinese translation by Wei Mingzhi
Felix Paul Kühne [Tue, 13 Dec 2005 20:02:22 +0000 (20:02 +0000)]
* Updated Chinese translation by Wei Mingzhi

18 years ago* patch to generalize our debian .desktop file so it is suited for the gentoo distrib...
Derk-Jan Hartman [Tue, 13 Dec 2005 14:50:36 +0000 (14:50 +0000)]
* 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 >

18 years agoFix a crash in stream_ReadLine
Derk-Jan Hartman [Mon, 12 Dec 2005 22:15:20 +0000 (22:15 +0000)]
Fix a crash in stream_ReadLine

18 years agoFix crash when no IEEE1394/Firewire device is present
Jean-Paul Saman [Mon, 12 Dec 2005 21:11:59 +0000 (21:11 +0000)]
Fix crash when no IEEE1394/Firewire device is present

18 years agoFix --enable-dv detection
Jean-Paul Saman [Mon, 12 Dec 2005 20:56:53 +0000 (20:56 +0000)]
Fix --enable-dv detection

18 years agoUse standard buttons
Clément Stenac [Mon, 12 Dec 2005 20:25:21 +0000 (20:25 +0000)]
Use standard buttons

18 years agofreetype.c: BeOS fix (c++ism) and cosmetic
Christophe Mutricy [Mon, 12 Dec 2005 19:58:12 +0000 (19:58 +0000)]
freetype.c: BeOS fix (c++ism) and cosmetic

18 years agoSupport interaction in skins2
Clément Stenac [Mon, 12 Dec 2005 19:56:23 +0000 (19:56 +0000)]
Support interaction in skins2

18 years agoDon't recurse in symbolic link - fixes #375
Rémi Denis-Courmont [Mon, 12 Dec 2005 19:24:55 +0000 (19:24 +0000)]
Don't recurse in symbolic link - fixes #375

18 years agoMinor changes to release howto
Clément Stenac [Mon, 12 Dec 2005 18:14:23 +0000 (18:14 +0000)]
Minor changes to release howto

18 years agoHandle all types of buttons and fix layouts
Clément Stenac [Mon, 12 Dec 2005 18:13:18 +0000 (18:13 +0000)]
Handle all types of buttons and fix layouts

18 years agoClean up and remove unnused internal parameter
Rémi Denis-Courmont [Mon, 12 Dec 2005 18:11:26 +0000 (18:11 +0000)]
Clean up and remove unnused internal parameter