]> git.sesse.net Git - vlc/log
vlc
16 years ago* NEWS: sync with 0.8.6d
Dennis van Amerongen [Fri, 30 Nov 2007 17:35:54 +0000 (17:35 +0000)]
* NEWS: sync with 0.8.6d

16 years agoMacOSX/Framework/VLCMediaList.m: Don't lock in initMediaListInternal, we risk double...
Pierre d'Herbemont [Fri, 30 Nov 2007 15:23:31 +0000 (15:23 +0000)]
MacOSX/Framework/VLCMediaList.m: Don't lock in initMediaListInternal, we risk double lock.

16 years agoYet another one from Philipp Weissenbacher.
Jean-Baptiste Kempf [Fri, 30 Nov 2007 08:33:39 +0000 (08:33 +0000)]
Yet another one from Philipp Weissenbacher.

16 years agoTypo spotted by Philipp Weisenbacher.
Jean-Baptiste Kempf [Fri, 30 Nov 2007 08:14:10 +0000 (08:14 +0000)]
Typo spotted by Philipp Weisenbacher.

16 years agoTypo
Christophe Mutricy [Thu, 29 Nov 2007 22:36:59 +0000 (22:36 +0000)]
Typo

16 years agoNo need to have overlay twice in the preferences
Christophe Mutricy [Thu, 29 Nov 2007 22:30:34 +0000 (22:30 +0000)]
No need to have overlay twice in the preferences

16 years agoImprove stability of the preferences dialog. Patch by Andre Weber
Christophe Mutricy [Thu, 29 Nov 2007 22:22:40 +0000 (22:22 +0000)]
Improve stability of the preferences dialog. Patch by Andre Weber

16 years agoTypo
Rémi Denis-Courmont [Thu, 29 Nov 2007 18:39:24 +0000 (18:39 +0000)]
Typo

16 years agov4l2: Experimental ALSA input support. Currently non functional. Still defaults...
Richard Hosking [Thu, 29 Nov 2007 16:07:22 +0000 (16:07 +0000)]
v4l2: Experimental ALSA input support.  Currently non functional.  Still defaults to OSS.

16 years agoFix devision by zero in spu_RenderSubpictures.
Jean-Paul Saman [Thu, 29 Nov 2007 15:16:37 +0000 (15:16 +0000)]
Fix devision by zero in spu_RenderSubpictures.

16 years agoRemove stray character after testing for enable-libgcrypt and enable_gnutls.
Jean-Paul Saman [Thu, 29 Nov 2007 15:16:35 +0000 (15:16 +0000)]
Remove stray character after testing for enable-libgcrypt and enable_gnutls.

16 years agoBe more carefull on when rtpInfo timestamps should be set.
Jean-Paul Saman [Thu, 29 Nov 2007 15:16:32 +0000 (15:16 +0000)]
Be more carefull on when rtpInfo timestamps should be set.

16 years agoqt4 update: don't crash if there was a problem with update_New()
Rafaël Carré [Thu, 29 Nov 2007 02:20:36 +0000 (02:20 +0000)]
qt4 update: don't crash if there was a problem with update_New()

16 years agosrc/libvlc-common.c: Only print a piece of Info about cvlc if we are using 'vlc'.
Pierre d'Herbemont [Wed, 28 Nov 2007 23:33:24 +0000 (23:33 +0000)]
src/libvlc-common.c: Only print a piece of Info about cvlc if we are using 'vlc'.

16 years agoMacOSX/Framework: Minimizes Package Size. only copy the libraries that the vlc module...
Pierre d'Herbemont [Wed, 28 Nov 2007 23:22:01 +0000 (23:22 +0000)]
MacOSX/Framework: Minimizes Package Size. only copy the libraries that the vlc modules need. (Patch by Enrique Osuna).

16 years agoAvoid C++ comments be compatible with C ANSI
Rafaël Carré [Wed, 28 Nov 2007 20:28:55 +0000 (20:28 +0000)]
Avoid C++ comments be compatible with C ANSI

16 years agoRemove silly m4 file. I'd rather use UPTODATE version on my system than some crap...
Rémi Denis-Courmont [Wed, 28 Nov 2007 19:02:43 +0000 (19:02 +0000)]
Remove silly m4 file. I'd rather use UPTODATE version on my system than some crap from VLC tree

16 years agoDefault DVD to NULL for autodetection (hmm...)
Rémi Denis-Courmont [Wed, 28 Nov 2007 19:00:12 +0000 (19:00 +0000)]
Default DVD to NULL for autodetection (hmm...)

16 years agoAdds some missing files to dist target (blaming j-b & dionoea)
Rafaël Carré [Wed, 28 Nov 2007 18:58:06 +0000 (18:58 +0000)]
Adds some missing files to dist target (blaming j-b & dionoea)
Adds libgcrypt.m4 for systems running autotools without libgcrypt-dev installed
Prefers tabs over spaces in Makefiles

16 years agoTypo
Rémi Denis-Courmont [Wed, 28 Nov 2007 18:52:19 +0000 (18:52 +0000)]
Typo

16 years agoSet default DVD defice
Rémi Denis-Courmont [Wed, 28 Nov 2007 18:38:36 +0000 (18:38 +0000)]
Set default DVD defice

16 years agoCompile fix
Rémi Denis-Courmont [Wed, 28 Nov 2007 18:05:08 +0000 (18:05 +0000)]
Compile fix

16 years agoOrdering
Rémi Denis-Courmont [Wed, 28 Nov 2007 18:01:32 +0000 (18:01 +0000)]
Ordering

16 years agoFix screensaver deadlock if terminating as soon the interface is created - closes...
Rémi Denis-Courmont [Wed, 28 Nov 2007 17:50:22 +0000 (17:50 +0000)]
Fix screensaver deadlock if terminating as soon the interface is created - closes #1363

16 years agorevert [23385]. make sure the object is locked when we enter the thread
Rafaël Carré [Wed, 28 Nov 2007 17:29:27 +0000 (17:29 +0000)]
revert [23385]. make sure the object is locked when we enter the thread

16 years agoLets assume glibc 2.8 will work properly when it's out (though I doubt it)
Rémi Denis-Courmont [Wed, 28 Nov 2007 17:23:39 +0000 (17:23 +0000)]
Lets assume glibc 2.8 will work properly when it's out (though I doubt it)

16 years ago* automagically assume --with-macosx-sdk
Felix Paul Kühne [Wed, 28 Nov 2007 15:20:56 +0000 (15:20 +0000)]
* automagically assume --with-macosx-sdk

16 years agoDefines nvlc aliases in all cases
Christophe Mutricy [Tue, 27 Nov 2007 22:55:37 +0000 (22:55 +0000)]
Defines nvlc aliases in all cases

16 years agoFix segfault when canceling the open dialog. Patch by Rémi Duraffort.
Christophe Mutricy [Tue, 27 Nov 2007 21:33:52 +0000 (21:33 +0000)]
Fix segfault when canceling the open dialog. Patch by Rémi Duraffort.

16 years agoHorrific kludge to prevent awfully crappy glibc from crashing VLC all the time.
Rémi Denis-Courmont [Tue, 27 Nov 2007 20:11:16 +0000 (20:11 +0000)]
Horrific kludge to prevent awfully crappy glibc from crashing VLC all the time.

16 years agofix make check
Rafaël Carré [Tue, 27 Nov 2007 19:47:57 +0000 (19:47 +0000)]
fix make check

16 years agotypo
Rémi Denis-Courmont [Tue, 27 Nov 2007 19:39:23 +0000 (19:39 +0000)]
typo

16 years agoBetter error handling
Rémi Denis-Courmont [Tue, 27 Nov 2007 19:39:05 +0000 (19:39 +0000)]
Better error handling

16 years agoDon't use MAP_POPULATE
Rémi Denis-Courmont [Tue, 27 Nov 2007 18:17:13 +0000 (18:17 +0000)]
Don't use MAP_POPULATE

16 years agoFix EOF check and remove fprintf
Rémi Denis-Courmont [Tue, 27 Nov 2007 18:08:25 +0000 (18:08 +0000)]
Fix EOF check and remove fprintf

16 years agov4l2: Support for setting brightness, contrast, saturation and hue (if supported...
Richard Hosking [Tue, 27 Nov 2007 16:44:13 +0000 (16:44 +0000)]
v4l2: Support for setting brightness, contrast, saturation and hue (if supported by device)

16 years agooneliner to fix i_pos updating. works for me.
Ilkka Ollakka [Tue, 27 Nov 2007 12:43:54 +0000 (12:43 +0000)]
oneliner to fix i_pos updating. works for me.

16 years agov4l2: Cosmetics.
Richard Hosking [Tue, 27 Nov 2007 12:13:18 +0000 (12:13 +0000)]
v4l2: Cosmetics.

16 years agoFixed warnings.
Richard Hosking [Tue, 27 Nov 2007 12:06:05 +0000 (12:06 +0000)]
Fixed warnings.

16 years agoDon't bother seeking when using mmap
Rémi Denis-Courmont [Mon, 26 Nov 2007 21:02:27 +0000 (21:02 +0000)]
Don't bother seeking when using mmap

16 years agoFix file position update
Rémi Denis-Courmont [Mon, 26 Nov 2007 21:01:13 +0000 (21:01 +0000)]
Fix file position update

16 years agotypo
Rémi Denis-Courmont [Mon, 26 Nov 2007 20:56:49 +0000 (20:56 +0000)]
typo

16 years agoMemory mapped file input
Rémi Denis-Courmont [Mon, 26 Nov 2007 20:27:15 +0000 (20:27 +0000)]
Memory mapped file input

16 years agoCompile fix
Rémi Denis-Courmont [Mon, 26 Nov 2007 20:26:28 +0000 (20:26 +0000)]
Compile fix

16 years agoCleanup custom block allocation
Rémi Denis-Courmont [Mon, 26 Nov 2007 19:18:23 +0000 (19:18 +0000)]
Cleanup custom block allocation

16 years agoWe've had fun breaking the ABI...
Rémi Denis-Courmont [Mon, 26 Nov 2007 18:53:28 +0000 (18:53 +0000)]
We've had fun breaking the ABI...

16 years agoRemove block_t->p_sys, which is not really needed either.
Rémi Denis-Courmont [Mon, 26 Nov 2007 18:52:41 +0000 (18:52 +0000)]
Remove block_t->p_sys, which is not really needed either.

16 years agoSave one pointer and dereference in the block core
Rémi Denis-Courmont [Mon, 26 Nov 2007 18:40:44 +0000 (18:40 +0000)]
Save one pointer and dereference in the block core

16 years agoRemove the unused manager from block_t
Rémi Denis-Courmont [Mon, 26 Nov 2007 18:37:34 +0000 (18:37 +0000)]
Remove the unused manager from block_t

16 years agoQt4 - Volume slider, move the slider when only clicked on it as ivoire requested.
Jean-Baptiste Kempf [Mon, 26 Nov 2007 18:36:45 +0000 (18:36 +0000)]
Qt4 - Volume slider, move the slider when only clicked on it as ivoire requested.

16 years ago* modules/access_output/shout.c: Remove sleep for reconnect; this does not allow...
Dennis van Amerongen [Mon, 26 Nov 2007 18:28:56 +0000 (18:28 +0000)]
* modules/access_output/shout.c: Remove sleep for reconnect; this does not allow for a graceful exit during the wait. A reconnect interval which increments x2 every failed reconnect still needs to be implemented (and eventually errors out after a max interval if upstream server doesn't come back).

16 years agoUse (s)size_t in block_t.
Rémi Denis-Courmont [Mon, 26 Nov 2007 16:30:25 +0000 (16:30 +0000)]
Use (s)size_t in block_t.
/!\ This breaks the plugin ABI on LP64 platforms

16 years agoaudioscrobbler: use psz_md5_hash()
Rafaël Carré [Mon, 26 Nov 2007 14:23:07 +0000 (14:23 +0000)]
audioscrobbler: use psz_md5_hash()

16 years agoforget a parameter in msg_Err
Rafaël Carré [Mon, 26 Nov 2007 14:18:57 +0000 (14:18 +0000)]
forget a parameter in msg_Err

16 years agofix compilation on Linux
Rafaël Carré [Mon, 26 Nov 2007 14:10:30 +0000 (14:10 +0000)]
fix compilation on Linux

16 years agoupdate: performs size and m5 checksum verification (untested)
Rafaël Carré [Mon, 26 Nov 2007 14:00:39 +0000 (14:00 +0000)]
update: performs size and m5 checksum verification (untested)

16 years agoQt4 - Cleaning trailing spaces...
Jean-Baptiste Kempf [Mon, 26 Nov 2007 08:17:23 +0000 (08:17 +0000)]
Qt4 - Cleaning trailing spaces...

16 years agoQt4 - saving size, position for the playlist and the extended panels.
Jean-Baptiste Kempf [Mon, 26 Nov 2007 08:10:01 +0000 (08:10 +0000)]
Qt4 - saving size, position for the playlist and the extended panels.
Be careful, if you have a config file, you may need to clean it.

16 years agoQt4 - pixmap update.
Jean-Baptiste Kempf [Mon, 26 Nov 2007 08:08:33 +0000 (08:08 +0000)]
Qt4 - pixmap update.

16 years agoQt4 - Avoid segfault on exist if the playlist was never called, during the saving...
Jean-Baptiste Kempf [Mon, 26 Nov 2007 07:09:30 +0000 (07:09 +0000)]
Qt4 - Avoid segfault on exist if the playlist was never called, during the saving before exit. Bug re-introduced in 23333.

16 years agoQt4 - Make the gradient fit INSIDE the boundaries...
Jean-Baptiste Kempf [Mon, 26 Nov 2007 06:58:18 +0000 (06:58 +0000)]
Qt4 - Make the gradient fit INSIDE the boundaries...

16 years agoQt4 - Did you really think I couldn't do more ugly ????
Jean-Baptiste Kempf [Mon, 26 Nov 2007 06:45:58 +0000 (06:45 +0000)]
Qt4 - Did you really think I couldn't do more ugly ????

16 years agoQt4 - MainInterface, correct the resizing when docking the playlist for the first...
Jean-Baptiste Kempf [Mon, 26 Nov 2007 06:21:54 +0000 (06:21 +0000)]
Qt4 - MainInterface, correct the resizing when docking the playlist for the first time. Remove some dead code... Not finished yet... Feel free to fix, but not to break :D

16 years agoAvoid segfault
Christophe Mutricy [Sun, 25 Nov 2007 16:04:21 +0000 (16:04 +0000)]
Avoid segfault

16 years agoHide nodes which don't match the search string and don't have any children matching...
Antoine Cellerier [Sun, 25 Nov 2007 15:48:47 +0000 (15:48 +0000)]
Hide nodes which don't match the search string and don't have any children matching the search string when performing a playlist search.

16 years agoSplit i422->packed YUV and i422->planar YUV. Add i422->YUVA. This still needs some...
Antoine Cellerier [Sun, 25 Nov 2007 13:32:20 +0000 (13:32 +0000)]
Split i422->packed YUV and i422->planar YUV. Add i422->YUVA. This still needs some testing.

16 years ago* modules/access_output/shout.c: automatic reconnect to server at startup.
Dennis van Amerongen [Sun, 25 Nov 2007 12:40:20 +0000 (12:40 +0000)]
* modules/access_output/shout.c: automatic reconnect to server at startup.

16 years ago* modules/access_output/shout.c: let this be a lesson for all you kids out there...
Dennis van Amerongen [Sun, 25 Nov 2007 10:26:42 +0000 (10:26 +0000)]
* modules/access_output/shout.c: let this be a lesson for all you kids out there - think before.. ehr.. sync before you shout! (in case the buffer isn't empty after reconnect approach, allows for smoother transition).

16 years agoQt4 - small cosmetic for the playlist.
Jean-Baptiste Kempf [Sun, 25 Nov 2007 09:33:08 +0000 (09:33 +0000)]
Qt4 - small cosmetic for the playlist.

16 years agoQt4 - lame attempt for the resizing of the interface.
Jean-Baptiste Kempf [Sun, 25 Nov 2007 09:18:25 +0000 (09:18 +0000)]
Qt4 - lame attempt for the resizing of the interface.

16 years ago* modules/codec/dmo/dmo.c: add some missing fourcc capitalization
Dennis van Amerongen [Sun, 25 Nov 2007 05:34:58 +0000 (05:34 +0000)]
* modules/codec/dmo/dmo.c: add some missing fourcc capitalization

16 years agoTry to protect more than one instance of FontBuilder from running at a time -
Bernie Purcell [Sun, 25 Nov 2007 05:05:09 +0000 (05:05 +0000)]
Try to protect more than one instance of FontBuilder from running at a time -
attempt to fix issues with segfault reported on list

16 years agoQt4 - Extended: manage correctly the margin.
Jean-Baptiste Kempf [Sun, 25 Nov 2007 00:56:41 +0000 (00:56 +0000)]
Qt4 - Extended: manage correctly the margin.

16 years agoWave and ripple should now behave correctly for chromas where pixels can take more...
Antoine Cellerier [Sat, 24 Nov 2007 23:20:47 +0000 (23:20 +0000)]
Wave and ripple should now behave correctly for chromas where pixels can take more than 1 byte in a row (like RV32).

16 years agov4l2: Since the frame size and frame intervals ioctls are new in Linux 2.6.19, add...
Antoine Cellerier [Sat, 24 Nov 2007 22:24:34 +0000 (22:24 +0000)]
v4l2: Since the frame size and frame intervals ioctls are new in Linux 2.6.19, add some ifdef stuff to make sure that this still compiles on older kernels.

16 years agov4l2: Display supported frame interval (inverse frame rate) for chosen chroma and...
Antoine Cellerier [Sat, 24 Nov 2007 22:17:27 +0000 (22:17 +0000)]
v4l2: Display supported frame interval (inverse frame rate) for chosen chroma and resolution in debug output.

16 years agov4l2: Display supported framesizes in debug.
Antoine Cellerier [Sat, 24 Nov 2007 21:57:33 +0000 (21:57 +0000)]
v4l2: Display supported framesizes in debug.

16 years agoqt4: no more calculateInterfaceSize, but sizeHint() stuff for
Ilkka Ollakka [Sat, 24 Nov 2007 21:30:50 +0000 (21:30 +0000)]
qt4: no more calculateInterfaceSize, but sizeHint() stuff for
widget-size, 1. try from me

16 years agoQt4 - Extended dialog, group audio things under an Audio Tab. put the audio and video...
Jean-Baptiste Kempf [Sat, 24 Nov 2007 20:57:42 +0000 (20:57 +0000)]
Qt4 - Extended dialog, group audio things under an Audio Tab. put the audio and video tabs on the left.

16 years agoOops, forgot this file.
Antoine Cellerier [Sat, 24 Nov 2007 19:00:16 +0000 (19:00 +0000)]
Oops, forgot this file.

16 years agoChanges to the lua module's declaration: add luahttp alias and don't make it accept...
Antoine Cellerier [Sat, 24 Nov 2007 18:59:50 +0000 (18:59 +0000)]
Changes to the lua module's declaration: add luahttp alias and don't make it accept the luameta alias for all capabilities.

16 years agoSome more NEWS (vlm scheduling on linux and EXTVLCOPT)
Antoine Cellerier [Sat, 24 Nov 2007 18:53:11 +0000 (18:53 +0000)]
Some more NEWS (vlm scheduling on linux and EXTVLCOPT)

16 years agoRe-enable EXTVLCOPT: parsing in m3u playlists. You'll need to append the --m3u-extvlc...
Antoine Cellerier [Sat, 24 Nov 2007 18:50:35 +0000 (18:50 +0000)]
Re-enable EXTVLCOPT: parsing in m3u playlists. You'll need to append the --m3u-extvlcopt option to you command line if you want it.

16 years agoQt4 - privacy dialog... What about saving those options ?
Jean-Baptiste Kempf [Sat, 24 Nov 2007 18:06:14 +0000 (18:06 +0000)]
Qt4 - privacy dialog... What about saving those options ?

16 years agoDQ buffers using correct io method for mmap.
Richard Hosking [Sat, 24 Nov 2007 17:28:48 +0000 (17:28 +0000)]
DQ buffers using correct io method for mmap.

16 years ago* modules/access_output/shout.c: Remove unneeded var in previous commit
Dennis van Amerongen [Sat, 24 Nov 2007 16:30:26 +0000 (16:30 +0000)]
* modules/access_output/shout.c: Remove unneeded var in previous commit

16 years ago* modules/access_output/shout.c: Implement automatic reconnection on server disconnec...
Dennis van Amerongen [Sat, 24 Nov 2007 16:27:12 +0000 (16:27 +0000)]
* modules/access_output/shout.c: Implement automatic reconnection on server disconnect - closes #1167

16 years agoQt4 - Add a dialog at firststart to ask about the privacy policy.
Jean-Baptiste Kempf [Sat, 24 Nov 2007 04:25:33 +0000 (04:25 +0000)]
Qt4 - Add a dialog at firststart to ask about the privacy policy.

16 years agoCosmetic.
Jean-Baptiste Kempf [Sat, 24 Nov 2007 04:24:47 +0000 (04:24 +0000)]
Cosmetic.

16 years agoChange the meta information fetcher TEXT
Jean-Baptiste Kempf [Sat, 24 Nov 2007 04:08:56 +0000 (04:08 +0000)]
Change the meta information fetcher TEXT

16 years agoInclusion guards for vlc_keys.h
Jean-Baptiste Kempf [Sat, 24 Nov 2007 03:01:54 +0000 (03:01 +0000)]
Inclusion guards for vlc_keys.h
Why don't we use an enum in that file ???

16 years agoSpecial Xtophe request ( Bday! ), add a new --no-qt-blingbling option to use native...
Jean-Baptiste Kempf [Sat, 24 Nov 2007 01:28:44 +0000 (01:28 +0000)]
Special Xtophe request ( Bday! ), add a new --no-qt-blingbling option to use native widgets...
Inheritance rules...

16 years agosrc/libvlc-common.c: Print a msg_Info on how to launch VLC without interface.
Pierre d'Herbemont [Sat, 24 Nov 2007 00:58:45 +0000 (00:58 +0000)]
src/libvlc-common.c: Print a msg_Info on how to launch VLC without interface.

16 years agoAdd a few shortcuts, cvlc, nvlc, rvlc for cli, ncurses and rc
Jean-Baptiste Kempf [Sat, 24 Nov 2007 00:57:42 +0000 (00:57 +0000)]
Add a few shortcuts, cvlc, nvlc, rvlc for cli, ncurses and rc

16 years agoMacOSX/Framework/VLC_app: Use the bindings a little bit more. Demo the search feature...
Pierre d'Herbemont [Fri, 23 Nov 2007 21:40:20 +0000 (21:40 +0000)]
MacOSX/Framework/VLC_app: Use the bindings a little bit more. Demo the search feature. Uses shoutcasttv by default to have some content by default.

16 years agoMacOSX/Framework/VLCMediaListAspect.m: Update the cachedMedia array.
Pierre d'Herbemont [Fri, 23 Nov 2007 20:32:35 +0000 (20:32 +0000)]
MacOSX/Framework/VLCMediaListAspect.m: Update the cachedMedia array.

16 years agoMacOSX/Framework: No more rely on media_descriptor_(get/set)_user_data, now that...
Pierre d'Herbemont [Fri, 23 Nov 2007 20:28:26 +0000 (20:28 +0000)]
MacOSX/Framework: No more rely on media_descriptor_(get/set)_user_data, now that we cache the media decriptor. (We may want to revert that back one day, but right now this doesn't work, and trigger some strange bugs here).

16 years agoMacOSX/Framework/VLCMediaListAspect.m: Use @"media" binding key, instead of @"Media".
Pierre d'Herbemont [Fri, 23 Nov 2007 20:24:51 +0000 (20:24 +0000)]
MacOSX/Framework/VLCMediaListAspect.m: Use @"media" binding key, instead of @"Media".

16 years agoMacOSX/Framework/Sources/VLCMediaList.m: Use @"media" binding key instead of @"Media".
Pierre d'Herbemont [Fri, 23 Nov 2007 20:23:51 +0000 (20:23 +0000)]
MacOSX/Framework/Sources/VLCMediaList.m: Use @"media" binding key instead of @"Media".

16 years agoMacOSX/Framework/VLCMediaListAspect.h: Don't forget to define cachedMedia variable.
Pierre d'Herbemont [Fri, 23 Nov 2007 20:22:35 +0000 (20:22 +0000)]
MacOSX/Framework/VLCMediaListAspect.h: Don't forget to define cachedMedia variable.