]> git.sesse.net Git - vlc/log
vlc
17 years agoAdded strnlen replacement (Untested)
Laurent Aimar [Mon, 28 May 2007 20:59:43 +0000 (20:59 +0000)]
Added strnlen replacement (Untested)
Revert back mp4 r20330 !

17 years ago* prefer playlist item's meta title over its name, if available. This work-arounds...
Felix Paul Kühne [Mon, 28 May 2007 20:59:00 +0000 (20:59 +0000)]
* prefer playlist item's meta title over its name, if available. This work-arounds a rare bug: VLC sometimes tends to show a previous item's name instead of the current one.

17 years agobootstrap: Warn if contrib hasn't been built (on Mac OS X). (good for new comers).
Pierre d'Herbemont [Mon, 28 May 2007 18:27:44 +0000 (18:27 +0000)]
bootstrap: Warn if contrib hasn't been built (on Mac OS X). (good for new comers).

17 years agoconfigure.ac: Properly enabled Mac OS X default features.
Pierre d'Herbemont [Mon, 28 May 2007 18:24:15 +0000 (18:24 +0000)]
configure.ac: Properly enabled Mac OS X default features.

17 years agoQt4 - Open: accept more than one file.
Jean-Baptiste Kempf [Mon, 28 May 2007 17:42:05 +0000 (17:42 +0000)]
Qt4 - Open: accept more than one file.

17 years ago modules/gui/wxwidgets/*: bunch of fixes.
Gildas Bazin [Mon, 28 May 2007 14:56:09 +0000 (14:56 +0000)]
 modules/gui/wxwidgets/*: bunch of fixes.

17 years ago* revert the rewrite of MP4_GETSTRINGZ in the previous commit, as strnlen is a GNU...
Felix Paul Kühne [Mon, 28 May 2007 11:13:48 +0000 (11:13 +0000)]
* revert the rewrite of MP4_GETSTRINGZ in the previous commit, as strnlen is a GNU-extension and therefore unavailable on Mac OS X and other platforms. I think this way is easier than writing an own implementation for OSX, but feel free to tell me otherwise. (closes #1213)

17 years agoQt4 - Open: Try to repair Open File. Add the beginning of DirectShow.
Jean-Baptiste Kempf [Mon, 28 May 2007 06:46:34 +0000 (06:46 +0000)]
Qt4 - Open: Try to repair Open File. Add the beginning of DirectShow.

17 years agoDo not unset b_seekable on 401 error.
Laurent Aimar [Sun, 27 May 2007 22:18:37 +0000 (22:18 +0000)]
Do not unset b_seekable on 401 error.

17 years agoQt4 - Open: fix a broken CONNECT, found by Trax.
Jean-Baptiste Kempf [Sun, 27 May 2007 21:06:30 +0000 (21:06 +0000)]
Qt4 - Open: fix a broken CONNECT, found by Trax.

17 years ago* modules/gui/wxwidgets/dialogs/playlist.cpp: use the category view by default.
Gildas Bazin [Sun, 27 May 2007 20:27:33 +0000 (20:27 +0000)]
* modules/gui/wxwidgets/dialogs/playlist.cpp: use the category view by default.

17 years agoCompilation warning fixes.
Laurent Aimar [Sun, 27 May 2007 17:19:07 +0000 (17:19 +0000)]
Compilation warning fixes.

17 years agoFixed compilation warnings.
Laurent Aimar [Sun, 27 May 2007 16:50:56 +0000 (16:50 +0000)]
Fixed compilation warnings.

17 years agoCompilation warnings fixes.
Laurent Aimar [Sun, 27 May 2007 16:30:22 +0000 (16:30 +0000)]
Compilation warnings fixes.

17 years agoFlush ES before deleting it (improves a bit a few mms/ogg/mp4)
Laurent Aimar [Sun, 27 May 2007 16:26:59 +0000 (16:26 +0000)]
Flush ES before deleting it (improves a bit a few mms/ogg/mp4)

17 years agoImplemented GPAC chapter support (but not apple ones).
Laurent Aimar [Sun, 27 May 2007 16:18:08 +0000 (16:18 +0000)]
Implemented GPAC chapter support (but not apple ones).
Fixed a few invalid access on broken files.
Fixed compilation warnings.

17 years agoqt4 - Open: various fixes.
Jean-Baptiste Kempf [Sun, 27 May 2007 13:00:21 +0000 (13:00 +0000)]
qt4 - Open: various fixes.

17 years ago* updated to current live version
Felix Paul Kühne [Sun, 27 May 2007 12:19:28 +0000 (12:19 +0000)]
* updated to current live version

17 years agoQt4 - BDA: set increment for frequency by 1000.
Jean-Baptiste Kempf [Sat, 26 May 2007 23:17:14 +0000 (23:17 +0000)]
Qt4 - BDA: set increment for frequency by 1000.

17 years agobda: fix bandwidth labels
Ken Self [Sat, 26 May 2007 22:58:01 +0000 (22:58 +0000)]
bda: fix bandwidth labels

17 years ago* modules/gui/wxwidgets/*: fix a bunch of warnings.
Gildas Bazin [Sat, 26 May 2007 22:28:21 +0000 (22:28 +0000)]
*  modules/gui/wxwidgets/*: fix a bunch of warnings.

17 years agoQt4 - Open Capture Panel and file Panel: Don't build by hand the ComboChoices...
Jean-Baptiste Kempf [Sat, 26 May 2007 22:26:03 +0000 (22:26 +0000)]
Qt4 - Open Capture Panel and file Panel: Don't build by hand the ComboChoices...
Make it automatic.

17 years ago* configure.ac: allow compilation of wxwidget module with wxwidgets 2.8.x
Gildas Bazin [Sat, 26 May 2007 21:53:17 +0000 (21:53 +0000)]
* configure.ac: allow compilation of wxwidget module with wxwidgets 2.8.x

17 years agobda qt4 gui: add combobox to select bandwidth on dvb-t
Ken Self [Sat, 26 May 2007 17:18:35 +0000 (17:18 +0000)]
bda qt4 gui: add combobox to select bandwidth on dvb-t

17 years agoFixed stream_Block() comment (close #1208)
Laurent Aimar [Fri, 25 May 2007 19:34:40 +0000 (19:34 +0000)]
Fixed stream_Block() comment (close #1208)

17 years agoFixed possible overflow in duration parsing.
Laurent Aimar [Fri, 25 May 2007 19:25:25 +0000 (19:25 +0000)]
Fixed possible overflow in duration parsing.

17 years agoFixed input_ItemNewExt* prototype (mtime_t for duration, close #1205)
Laurent Aimar [Fri, 25 May 2007 19:21:10 +0000 (19:21 +0000)]
Fixed input_ItemNewExt* prototype (mtime_t for duration, close #1205)

17 years agoCompilation warning fix.
Laurent Aimar [Fri, 25 May 2007 19:18:50 +0000 (19:18 +0000)]
Compilation warning fix.

17 years agoCompilation warning fix.
Laurent Aimar [Fri, 25 May 2007 19:18:12 +0000 (19:18 +0000)]
Compilation warning fix.

17 years agoCompilation warning fixes.
Laurent Aimar [Fri, 25 May 2007 19:14:34 +0000 (19:14 +0000)]
Compilation warning fixes.

17 years agoAdded meta parsing (close #624)
Laurent Aimar [Fri, 25 May 2007 18:37:45 +0000 (18:37 +0000)]
Added meta parsing (close #624)

17 years agoImplemented GET_TIME/GET_LENGTH/SET_TIME (close #1207)
Laurent Aimar [Fri, 25 May 2007 18:21:35 +0000 (18:21 +0000)]
Implemented GET_TIME/GET_LENGTH/SET_TIME (close #1207)

17 years agogui/wx: i18n fixes pointed by Cristi Secara
Christophe Mutricy [Fri, 25 May 2007 18:01:31 +0000 (18:01 +0000)]
gui/wx: i18n fixes pointed by Cristi Secara

17 years agoBDA fixes: no dvb-adapter, hide srate for dvb-t, freq always in kHz
Ken Self [Fri, 25 May 2007 17:52:42 +0000 (17:52 +0000)]
BDA fixes: no dvb-adapter, hide srate for dvb-t, freq always in kHz

17 years agoTypo
Christophe Mutricy [Fri, 25 May 2007 15:41:59 +0000 (15:41 +0000)]
Typo

17 years ago- qt4: retrict FileDialog changes to win32
Damien Fouilleul [Fri, 25 May 2007 15:12:10 +0000 (15:12 +0000)]
- qt4: retrict FileDialog changes to win32

17 years agoqt4: improve the layout of files in file open dialog
Damien Fouilleul [Fri, 25 May 2007 14:49:17 +0000 (14:49 +0000)]
qt4: improve the layout of files in file open dialog

17 years agoRomanian l10n by Cristian Secara
Christophe Mutricy [Fri, 25 May 2007 14:12:48 +0000 (14:12 +0000)]
Romanian l10n by Cristian Secara

17 years ago- libmpeg2 codec: uses Y plane pitch rather then picture width as stride, hopefully...
Damien Fouilleul [Thu, 24 May 2007 21:27:14 +0000 (21:27 +0000)]
- libmpeg2 codec: uses Y plane pitch rather then picture width as stride, hopefully closes #1184

17 years agoArgh i will manage it one day
Christophe Mutricy [Wed, 23 May 2007 23:39:37 +0000 (23:39 +0000)]
Argh i will manage it one day

17 years agoMakefile.am: s/version.c/revision.c/ in update-po code
Christophe Mutricy [Wed, 23 May 2007 22:28:19 +0000 (22:28 +0000)]
Makefile.am: s/version.c/revision.c/ in update-po code
POTFILES.in: Refresh it

17 years agoqt4 - Capture: Show Srate for DVB-C AND DVB-S
Jean-Baptiste Kempf [Wed, 23 May 2007 20:55:16 +0000 (20:55 +0000)]
qt4 - Capture: Show Srate for DVB-C AND DVB-S

17 years agoFFmpeg, update description and help.
Jean-Baptiste Kempf [Wed, 23 May 2007 17:25:34 +0000 (17:25 +0000)]
FFmpeg, update description and help.

17 years agoQt4 - Open Capture: Don't limit yourself to 99kHz
Jean-Baptiste Kempf [Wed, 23 May 2007 17:13:12 +0000 (17:13 +0000)]
Qt4 - Open Capture: Don't limit yourself to 99kHz

17 years agovout: attach picture heap to temporary picture, so that modules (such as blend) have...
Damien Fouilleul [Wed, 23 May 2007 16:09:26 +0000 (16:09 +0000)]
vout: attach picture heap to temporary picture, so that modules (such as blend) have access to the extra info in heap

17 years agovlc.c: small fix in use of __wgetmainargs
Damien Fouilleul [Wed, 23 May 2007 14:56:11 +0000 (14:56 +0000)]
vlc.c: small fix in use of __wgetmainargs

17 years ago- win32: retire --fast-mutex and --win-cv-method completely
Damien Fouilleul [Wed, 23 May 2007 14:48:08 +0000 (14:48 +0000)]
- win32: retire --fast-mutex and --win-cv-method completely

17 years agoFix make dist
Christophe Mutricy [Wed, 23 May 2007 12:33:44 +0000 (12:33 +0000)]
Fix make dist

17 years agoDon't use gettext on src/modules/builtin.h
Christophe Mutricy [Wed, 23 May 2007 12:33:06 +0000 (12:33 +0000)]
Don't use gettext on src/modules/builtin.h

17 years ago* Slovenian l10n update by Matej Urbancic.
Christophe Mutricy [Tue, 22 May 2007 22:53:50 +0000 (22:53 +0000)]
* Slovenian l10n update by Matej Urbancic.
* Some files have been renamed -> update POTFILES.in

17 years agoQt4 - when cancel was pressed in the open directory dialog, an empty directory
Jean-Baptiste Kempf [Tue, 22 May 2007 21:41:01 +0000 (21:41 +0000)]
Qt4 - when cancel was pressed in the open directory dialog, an empty directory
string was being added to the playlist, which resulted in an error. Patch  by Nick Vercammen.

17 years agoQt4 - Preferences: Remove Apply button, and fix a few segfaults with Hannes Domani...
Jean-Baptiste Kempf [Tue, 22 May 2007 21:38:44 +0000 (21:38 +0000)]
Qt4 - Preferences: Remove Apply button, and fix a few segfaults with Hannes Domani patches and help

17 years ago- win32 vouts: fiex potential crash (SIGFPE) if the output window geometry is empty
Damien Fouilleul [Tue, 22 May 2007 21:06:49 +0000 (21:06 +0000)]
- win32 vouts: fiex potential crash (SIGFPE) if the output window geometry is empty

17 years ago- blend.c: fix for BlendRV24, needs testing, dionoea ?
Damien Fouilleul [Tue, 22 May 2007 18:50:11 +0000 (18:50 +0000)]
- blend.c: fix for BlendRV24, needs testing, dionoea ?

17 years agoqt4 - Open Dialog: Resize behaviour should be a bit better, still not optimal, but...
Jean-Baptiste Kempf [Mon, 21 May 2007 22:49:06 +0000 (22:49 +0000)]
qt4 - Open Dialog: Resize behaviour should be a bit better, still not optimal, but well :D

17 years agoQt4 - Open Dialog: Make Slave text open only when needed. Fix a bit the subtitles...
Jean-Baptiste Kempf [Mon, 21 May 2007 22:31:59 +0000 (22:31 +0000)]
Qt4 - Open Dialog: Make Slave text open only when needed. Fix a bit the subtitles size when shown.

17 years agoQt4 - Add an advanced option for whiners to have by default the open dialog extended.
Jean-Baptiste Kempf [Mon, 21 May 2007 22:09:44 +0000 (22:09 +0000)]
Qt4 - Add an advanced option for whiners to have by default the open dialog extended.

17 years ago* playlist.c, asx.c: add new --playlist-skip-ads option (default enabled) to skip...
Antoine Cellerier [Mon, 21 May 2007 21:58:42 +0000 (21:58 +0000)]
* playlist.c, asx.c: add new --playlist-skip-ads option (default enabled) to skip autodetected ads. Test playlist: "http://www.zoomin.tv/asx/dsp_asxplaylist.cfm?id=251350&pid=lefigaro&quality=2&WMCache=0&iebr=0". Assumption is: if the playlist states that an item shouldn't be skipped or can't be seeked in, then it's an ad.

17 years agoQt4 - Open Dialog: BDA basic support.
Jean-Baptiste Kempf [Mon, 21 May 2007 21:55:30 +0000 (21:55 +0000)]
Qt4 - Open Dialog: BDA basic support.

17 years ago* include/vlc_url.h: vlc_UrlParse(): forbid use of '/' in login or password. Fixes...
Antoine Cellerier [Mon, 21 May 2007 20:37:23 +0000 (20:37 +0000)]
* include/vlc_url.h: vlc_UrlParse(): forbid use of '/' in login or password. Fixes use of URLs like "http://www.lemonde.fr/web/video/0,47-0@2-3210,54-913109@51-891944,0.html".

17 years agoImplement GET_TIME/LENGTH/POSITION when reading from a dvb device with eit support.
Laurent Aimar [Mon, 21 May 2007 20:28:40 +0000 (20:28 +0000)]
Implement GET_TIME/LENGTH/POSITION when reading from a dvb device with eit support.
(It has to be improved to get the time from the tdt/tot and not from time())

17 years agoReimplemented libvlc_vlm functions (untested)
Laurent Aimar [Mon, 21 May 2007 19:15:54 +0000 (19:15 +0000)]
Reimplemented libvlc_vlm functions (untested)
Not yet implemented: libvlc_vlm_show_media and libvlc_vlm_get_media_title/chapter/seekable.
Is libvlc_vlm_show_media usefull ?

17 years ago- bye, bye "fast-mutex" and "win9x-cv-method" variables
Damien Fouilleul [Mon, 21 May 2007 16:41:45 +0000 (16:41 +0000)]
- bye, bye "fast-mutex" and "win9x-cv-method" variables

17 years agoNo need to use vlc_global here.
Rémi Denis-Courmont [Mon, 21 May 2007 14:50:52 +0000 (14:50 +0000)]
No need to use vlc_global here.

17 years ago* release-howto.txt: mention wiki latest_version template
Yoann Peronneau [Mon, 21 May 2007 14:43:48 +0000 (14:43 +0000)]
* release-howto.txt: mention wiki latest_version template

17 years ago .aclocal should be the last one
Jean-Baptiste Kempf [Sun, 20 May 2007 21:04:31 +0000 (21:04 +0000)]
 .aclocal should be the last one

17 years ago* subtitles.c: case insensitive search for subtitle file extensions.
Antoine Cellerier [Sun, 20 May 2007 20:43:00 +0000 (20:43 +0000)]
* subtitles.c: case insensitive search for subtitle file extensions.

17 years agoQt4 - Open Dialog: Continue Capture tab, and implement the MRL updates. Slots and...
Jean-Baptiste Kempf [Sun, 20 May 2007 19:14:36 +0000 (19:14 +0000)]
Qt4 - Open Dialog: Continue Capture tab, and implement the MRL updates. Slots and signals should be ok. Advanced Properties are not done (any volunteer ?), and Win32 are not done either.

17 years agolibvlc events related functions renamed
Filippo Carone [Sun, 20 May 2007 18:00:54 +0000 (18:00 +0000)]
libvlc events related functions renamed

17 years ago* xspf.c: initializes identifier to 0 and free pp_tracklist
Yoann Peronneau [Sun, 20 May 2007 17:58:51 +0000 (17:58 +0000)]
* xspf.c: initializes identifier to 0 and free pp_tracklist

17 years ago* Fix configure.ac
Antoine Cellerier [Sun, 20 May 2007 17:35:54 +0000 (17:35 +0000)]
* Fix configure.ac

17 years agocallback.c renamed to event.c
Filippo Carone [Sun, 20 May 2007 17:29:55 +0000 (17:29 +0000)]
callback.c renamed to event.c

17 years ago* made the method names humanally readable, fixed a minor bug and slightly reduced...
Felix Paul Kühne [Sun, 20 May 2007 17:28:15 +0000 (17:28 +0000)]
* made the method names humanally readable, fixed a minor bug and slightly reduced the panel's size

17 years agostatic handle_callback
Filippo Carone [Sun, 20 May 2007 17:27:44 +0000 (17:27 +0000)]
static handle_callback

17 years ago* xspf.c: export item description as <annotation>
Yoann Peronneau [Sun, 20 May 2007 17:23:28 +0000 (17:23 +0000)]
* xspf.c: export item description as <annotation>

17 years ago* xspf.c: add XSPF annotation element as description
Yoann Peronneau [Sun, 20 May 2007 17:13:25 +0000 (17:13 +0000)]
* xspf.c: add XSPF annotation element as description

17 years agovolumelistener moved to listener package
Filippo Carone [Sun, 20 May 2007 16:59:22 +0000 (16:59 +0000)]
volumelistener moved to listener package

17 years agoUse oldval and newval in libvlc_event_t
Filippo Carone [Sun, 20 May 2007 16:58:44 +0000 (16:58 +0000)]
Use oldval and newval in libvlc_event_t

17 years ago* fixed previous commit
Felix Paul Kühne [Sun, 20 May 2007 16:54:17 +0000 (16:54 +0000)]
* fixed previous commit

17 years ago* configure.ac: also try lua51
Antoine Cellerier [Sun, 20 May 2007 16:47:14 +0000 (16:47 +0000)]
* configure.ac: also try lua51

17 years ago* prefer wget over curl
Felix Paul Kühne [Sun, 20 May 2007 16:37:58 +0000 (16:37 +0000)]
* prefer wget over curl

17 years agoQt4 - open dialogs: Capture tab, DVB, PVR and V4L. main design is done. NEeds to...
Jean-Baptiste Kempf [Sun, 20 May 2007 16:23:48 +0000 (16:23 +0000)]
Qt4 - open dialogs: Capture tab, DVB, PVR and V4L. main design is done. NEeds to be checked by people who actually use that kind of device.

17 years ago* default enable Interface Interactions
Felix Paul Kühne [Sun, 20 May 2007 16:17:35 +0000 (16:17 +0000)]
* default enable Interface Interactions

17 years agoMac OS X: Make sure luaplaylist folder is in the distribution.
Pierre d'Herbemont [Sun, 20 May 2007 15:36:55 +0000 (15:36 +0000)]
Mac OS X: Make sure luaplaylist folder is in the distribution.

17 years ago* Force cast to vlc_object_t when calling config_GetDataDir.
Antoine Cellerier [Sun, 20 May 2007 15:17:54 +0000 (15:17 +0000)]
* Force cast to vlc_object_t when calling config_GetDataDir.

17 years agopython bindings: allow to pass values in the vlc.Position constructor:
Olivier Aubert [Sun, 20 May 2007 15:08:53 +0000 (15:08 +0000)]
python bindings: allow to pass values in the vlc.Position constructor:
 p = vlc.Position(value=16, origin=vlc.RelativePosition)
Defaults to value=0, origin=AbsolutePosition, key=MediaTime

17 years agoAdd lua to win32 contribs.
Jean-Baptiste Kempf [Sun, 20 May 2007 14:47:32 +0000 (14:47 +0000)]
Add lua to win32 contribs.

17 years ago* libvlc.h: hopefully fix a few warnings.
Antoine Cellerier [Sun, 20 May 2007 14:42:13 +0000 (14:42 +0000)]
* libvlc.h: hopefully fix a few warnings.
* win32_specific.c, threads.c: fix win32 compilation.

17 years ago* add missing includes (trying to fix compilation errors in buildbot :D)
Antoine Cellerier [Sun, 20 May 2007 14:21:07 +0000 (14:21 +0000)]
* add missing includes (trying to fix compilation errors in buildbot :D)

17 years agothe object pointer is null in the handler, so use null here
Filippo Carone [Sun, 20 May 2007 14:12:57 +0000 (14:12 +0000)]
the object pointer is null in the handler, so use null here

17 years ago* Yet another p_libvlc_global compile fix (BeOS)
Antoine Cellerier [Sun, 20 May 2007 14:08:44 +0000 (14:08 +0000)]
* Yet another p_libvlc_global compile fix (BeOS)

17 years ago* Some more fixes (+ don't redefine a function that already existed, reverts part...
Antoine Cellerier [Sun, 20 May 2007 14:04:46 +0000 (14:04 +0000)]
* Some more fixes (+ don't redefine a function that already existed, reverts part of previous commit).

17 years ago* Fix non linux compilation round 2.
Antoine Cellerier [Sun, 20 May 2007 13:54:17 +0000 (13:54 +0000)]
* Fix non linux compilation round 2.

17 years ago* src/modules/modules.c: hopefully fix compilation for non linux builds.
Antoine Cellerier [Sun, 20 May 2007 13:38:53 +0000 (13:38 +0000)]
* src/modules/modules.c: hopefully fix compilation for non linux builds.

17 years agoWhen you cut / paste code from another file, you should also copy / paste the copyrig...
Antoine Cellerier [Sun, 20 May 2007 13:35:37 +0000 (13:35 +0000)]
When you cut / paste code from another file, you should also copy / paste the copyright info.

17 years agoqt4 - playlist_model, check if p_item is not null before using it. Patch from Ilkka...
Jean-Baptiste Kempf [Sun, 20 May 2007 11:53:32 +0000 (11:53 +0000)]
qt4 - playlist_model, check if p_item is not null before using it. Patch from Ilkka Ollakka

17 years agoHide libvlc_global_data_t from plugins
Rémi Denis-Courmont [Sun, 20 May 2007 10:03:51 +0000 (10:03 +0000)]
Hide libvlc_global_data_t from plugins

17 years agoRemove obsolete stuff
Rémi Denis-Courmont [Sun, 20 May 2007 08:40:04 +0000 (08:40 +0000)]
Remove obsolete stuff

17 years agoRevert wrongfully commited file
Rémi Denis-Courmont [Sun, 20 May 2007 08:39:35 +0000 (08:39 +0000)]
Revert wrongfully commited file

17 years agoFix SVN revision handling.
Rémi Denis-Courmont [Sun, 20 May 2007 08:38:20 +0000 (08:38 +0000)]
Fix SVN revision handling.
It is by design flawed to have phony built source.