]> git.sesse.net Git - vlc/log
vlc
15 years agomacosx: Use autoconf to handle version strings
Christophe Mutricy [Sun, 27 Jul 2008 00:11:47 +0000 (01:11 +0100)]
macosx: Use autoconf to handle version strings

15 years agoHack to take care of qt strings with ampersand
Christophe Mutricy [Sat, 26 Jul 2008 23:10:51 +0000 (00:10 +0100)]
Hack to take care of qt strings with ampersand

We will need to reapply this diff when we upgrade Makefile.in.in from a
newer gettext

15 years agoAdd a POTFILES.skip for people using intltool-update
Christophe Mutricy [Sat, 26 Jul 2008 17:24:37 +0000 (18:24 +0100)]
Add a POTFILES.skip for people using intltool-update

And add bindings/ to the translations as there is a few strings in the
pytjon bindings

15 years agoReduce schroedinger verbosity (at compil time).
Laurent Aimar [Sat, 26 Jul 2008 19:26:26 +0000 (21:26 +0200)]
Reduce schroedinger verbosity (at compil time).

15 years agoplaylist: don't set current_status to NULL when a file or the playlist ends. It is...
Derk-Jan Hartman [Sat, 26 Jul 2008 18:48:47 +0000 (20:48 +0200)]
playlist: don't set current_status to NULL when a file or the playlist ends. It is our starting point for the next play.

Fixes #1748
Was broken in [7f717d69f39e3be46972fb9a462748424b09d0c3]

15 years agoWrite OSD out in the toolbar's comment. Closes #1699
Felix Paul Kühne [Sat, 26 Jul 2008 17:57:18 +0000 (19:57 +0200)]
Write OSD out in the toolbar's comment. Closes #1699

15 years agoRevert "Fix #1761: open directory plays."
Jean-Baptiste Kempf [Sat, 26 Jul 2008 16:52:31 +0000 (09:52 -0700)]
Revert "Fix #1761: open directory plays."

This reverts commit 84091c6692d4e22e6082ecf692c4df6e9e292b2f.

15 years agoRemove trailing space.
Jean-Baptiste Kempf [Sat, 26 Jul 2008 16:41:35 +0000 (09:41 -0700)]
Remove trailing space.

15 years agoFix configure hotkeys behaviour on keyboard seection.
Jean-Baptiste Kempf [Sat, 26 Jul 2008 16:33:12 +0000 (09:33 -0700)]
Fix configure hotkeys behaviour on keyboard seection.
Close #1773

15 years agoFixed timestamp.
Laurent Aimar [Sat, 26 Jul 2008 16:06:55 +0000 (18:06 +0200)]
Fixed timestamp.
Fixed an infinite loop.
Fixed aspect ratio extraction.

15 years agoFix leakage in FS controller (part 2)
Jean-Baptiste Kempf [Sat, 26 Jul 2008 07:01:13 +0000 (00:01 -0700)]
Fix leakage in FS controller (part 2)

15 years agoFix the leak caused by the QGridLayout of the FS controller, since it isn't a child...
Jean-Baptiste Kempf [Sat, 26 Jul 2008 06:10:23 +0000 (23:10 -0700)]
Fix the leak caused by the QGridLayout of the FS controller, since it isn't a child of FullScreenController, and therefore not destroyed at exit.
Should fix #1677

15 years agoSmall memory leak fix.
Jean-Baptiste Kempf [Sat, 26 Jul 2008 06:10:10 +0000 (23:10 -0700)]
Small memory leak fix.

15 years agoFix Extended Panel Preset comboBox.
Jean-Baptiste Kempf [Sat, 26 Jul 2008 05:32:29 +0000 (22:32 -0700)]
Fix Extended Panel Preset comboBox.
First part of #1740

15 years agoCosmetic: don't access the same configuration item twice.
Jean-Baptiste Kempf [Sat, 26 Jul 2008 05:32:00 +0000 (22:32 -0700)]
Cosmetic: don't access the same configuration item twice.

15 years agoFix #1761: open directory plays.
Jean-Baptiste Kempf [Sat, 26 Jul 2008 04:38:06 +0000 (21:38 -0700)]
Fix #1761: open directory plays.

This needs double-check.

15 years agoHACK for minimalView to go around a Qt bug/feature
Jean-Baptiste Kempf [Sat, 26 Jul 2008 04:20:59 +0000 (21:20 -0700)]
HACK for minimalView to go around a Qt bug/feature
that doesn't update the QAction checked state when QMenu is hidden

Fix #1742

15 years agoNEWS: Fraps works on 0.9.0
Jean-Baptiste Kempf [Sat, 26 Jul 2008 02:26:37 +0000 (19:26 -0700)]
NEWS: Fraps works on 0.9.0

15 years agoFix #1744 in Qt menus.
Jean-Baptiste Kempf [Sat, 26 Jul 2008 01:57:44 +0000 (18:57 -0700)]
Fix #1744 in Qt menus.

15 years agoHid the ask-privacy option for Qt from the preferences.
Jean-Baptiste Kempf [Sat, 26 Jul 2008 01:52:15 +0000 (18:52 -0700)]
Hid the ask-privacy option for Qt from the preferences.

15 years agoExplain what "OSD" is in the title (not in the button, however)
Jean-Baptiste Kempf [Sat, 26 Jul 2008 01:45:19 +0000 (18:45 -0700)]
Explain what "OSD" is in the title (not in the button, however)
Close #1699 for Qt.

15 years agoqt: i18n fix
Christophe Mutricy [Thu, 24 Jul 2008 21:50:48 +0000 (22:50 +0100)]
qt: i18n fix

Spotted-by: Cristian Secară
15 years agoAdded support for multiple SPS and/or PPS.
Laurent Aimar [Fri, 25 Jul 2008 21:31:11 +0000 (23:31 +0200)]
Added support for multiple SPS and/or PPS.

15 years agoClean up and check sps/pps id validity.
Laurent Aimar [Fri, 25 Jul 2008 21:15:24 +0000 (23:15 +0200)]
Clean up and check sps/pps id validity.

15 years agoAdded a few missing const.
Laurent Aimar [Fri, 25 Jul 2008 21:05:42 +0000 (23:05 +0200)]
Added a few missing const.

15 years agoAdd missing aspect ratio (from a h264 revision).
Laurent Aimar [Fri, 25 Jul 2008 21:01:28 +0000 (23:01 +0200)]
Add missing aspect ratio (from a h264 revision).
Correctly detect unsupported AR.

15 years agoCosmetics.
Laurent Aimar [Fri, 25 Jul 2008 20:57:21 +0000 (22:57 +0200)]
Cosmetics.

15 years agoSplit up ParseNALBlock into smaller functions.
Laurent Aimar [Fri, 25 Jul 2008 20:51:52 +0000 (22:51 +0200)]
Split up ParseNALBlock into smaller functions.
Fix the output order on new slice.

15 years agoOutput a gathered picture before parsing the next SPS/PPS.
Laurent Aimar [Fri, 25 Jul 2008 20:38:20 +0000 (22:38 +0200)]
Output a gathered picture before parsing the next SPS/PPS.

15 years agoRemoved dead code + added a check against allocation errors.
Laurent Aimar [Fri, 25 Jul 2008 20:28:43 +0000 (22:28 +0200)]
Removed dead code + added a check against allocation errors.

15 years agoCosmetic (turned a big macro into a function).
Laurent Aimar [Fri, 25 Jul 2008 20:26:53 +0000 (22:26 +0200)]
Cosmetic (turned a big macro into a function).

15 years agoAdded missing VLC_OBJECT...
Laurent Aimar [Fri, 25 Jul 2008 18:31:07 +0000 (20:31 +0200)]
Added missing VLC_OBJECT...

15 years agoCosmetics (factorize code).
Laurent Aimar [Fri, 25 Jul 2008 18:06:03 +0000 (20:06 +0200)]
Cosmetics (factorize code).

15 years agojvlc: only log if the media player event is not handled
Filippo Carone [Fri, 25 Jul 2008 11:06:05 +0000 (13:06 +0200)]
jvlc: only log if the media player event is not handled

15 years agoUse pl_Release with the right argument.
Rémi Duraffort [Fri, 25 Jul 2008 08:52:29 +0000 (10:52 +0200)]
Use pl_Release with the right argument.

15 years agoqtcapture: don't release an item that is in the autorelease pool
Derk-Jan Hartman [Fri, 25 Jul 2008 01:31:16 +0000 (03:31 +0200)]
qtcapture: don't release an item that is in the autorelease pool
Fixes a crash in Close() of the module.

15 years agometa engine: add checks to verify that we indeed have the inputitem and it's dir...
Derk-Jan Hartman [Fri, 25 Jul 2008 01:28:15 +0000 (03:28 +0200)]
meta engine: add checks to verify that we indeed have the inputitem and it's dir when we use it.

15 years agomacosx: Make sure we animate the embedded window in a non blocking way.
Pierre d'Herbemont [Thu, 24 Jul 2008 23:47:31 +0000 (01:47 +0200)]
macosx: Make sure we animate the embedded window in a non blocking way.

15 years agoFixed dvd menu highlight (close #1709)
Laurent Aimar [Thu, 24 Jul 2008 21:41:25 +0000 (23:41 +0200)]
Fixed dvd menu highlight (close #1709)
Properly lock spu variable inside UpdateSPU.

No, locking is NOT something you can just igore !

15 years agoCheck for dvdnav_get_highlight_area error.
Laurent Aimar [Thu, 24 Jul 2008 21:10:40 +0000 (23:10 +0200)]
Check for dvdnav_get_highlight_area error.

15 years agovlc_thread_set_priority: don't mess up the thread_id
Rémi Denis-Courmont [Thu, 24 Jul 2008 19:04:53 +0000 (22:04 +0300)]
vlc_thread_set_priority: don't mess up the thread_id

15 years agoRemove the main thread hack on platforms with non-idiotic toolkits
Rémi Denis-Courmont [Thu, 24 Jul 2008 19:00:26 +0000 (22:00 +0300)]
Remove the main thread hack on platforms with non-idiotic toolkits

15 years agoKill potential unused variable warning
Rémi Denis-Courmont [Thu, 24 Jul 2008 18:09:31 +0000 (21:09 +0300)]
Kill potential unused variable warning

15 years agoFixed completely broken video filter 2 chain in vout. Now they have a
Laurent Aimar [Thu, 24 Jul 2008 17:58:05 +0000 (19:58 +0200)]
Fixed completely broken video filter 2 chain in vout. Now they have a
chance to get a frame when they ask (close #1738).

Decoders and filters share the same pool of video frames. But the
decoders try to decode as fast as possible, using all buffers. Then it
s pure luck if the filter can grab a frame...

15 years agoDo not ResumeThread an invalid thread handle
Rémi Denis-Courmont [Thu, 24 Jul 2008 17:25:00 +0000 (20:25 +0300)]
Do not ResumeThread an invalid thread handle

15 years agoThe playlist is locked here : should fix #1751 (patch by marcolz)
Rémi Duraffort [Thu, 24 Jul 2008 16:55:54 +0000 (18:55 +0200)]
The playlist is locked here : should fix #1751 (patch by marcolz)

15 years agoUse pl_Yield and pl_Release instead of vlc_object_find.
Rémi Duraffort [Thu, 24 Jul 2008 10:54:21 +0000 (12:54 +0200)]
Use pl_Yield and pl_Release instead of vlc_object_find.

15 years agowin installer: partially revert [902be08a04ac4d05c280a99a9c0149292301a969]. That...
Derk-Jan Hartman [Thu, 24 Jul 2008 13:31:41 +0000 (15:31 +0200)]
win installer: partially revert [902be08a04ac4d05c280a99a9c0149292301a969]. That option is saved, and I agree with courmisch that the question needs to be asked again.

15 years agodocumentation: Another instance of vlc: -> vlc://
Derk-Jan Hartman [Thu, 24 Jul 2008 12:42:17 +0000 (14:42 +0200)]
documentation: Another instance of vlc: -> vlc://

15 years agoshoutcast sd: Change French TV section to use vlc://nop instead of vlc:skip (like...
Derk-Jan Hartman [Thu, 24 Jul 2008 12:39:15 +0000 (14:39 +0200)]
shoutcast sd: Change French TV section to use vlc://nop instead of vlc:skip (like XSPF was changed).

15 years agodummy: change vlc: comments to vlc:// comments
Derk-Jan Hartman [Thu, 24 Jul 2008 12:37:19 +0000 (14:37 +0200)]
dummy: change vlc: comments to vlc:// comments

15 years agowin32 installer: Fix the shortcuts in the Start menu.
Derk-Jan Hartman [Thu, 24 Jul 2008 12:11:47 +0000 (14:11 +0200)]
win32 installer: Fix the shortcuts in the Start menu.

* change vlc:quit -> vlc://quit
* add --no-qt-privacy-ask to the reset shortcut
* change the wxwin shortcut to qt.

15 years agoFixed a potential deadlock.
Laurent Aimar [Wed, 23 Jul 2008 22:07:18 +0000 (00:07 +0200)]
Fixed a potential deadlock.

15 years agovout: Fix a long standing typo 1.85:1 -> 185:100.
Pierre d'Herbemont [Wed, 23 Jul 2008 18:26:14 +0000 (20:26 +0200)]
vout: Fix a long standing typo 1.85:1 -> 185:100.

15 years agovariables: Don't sort the choice list here. Because, the algo is bad and because...
Pierre d'Herbemont [Wed, 23 Jul 2008 18:23:06 +0000 (20:23 +0200)]
variables: Don't sort the choice list here. Because, the algo is bad and because we can't set the order of the list ourselves then.

15 years agovout: Given that 16:10 is the most common display ratio, put it first.
Pierre d'Herbemont [Wed, 23 Jul 2008 17:59:13 +0000 (19:59 +0200)]
vout: Given that 16:10 is the most common display ratio, put it first.

15 years agomacosx: Make sure we create non existing variables.
Pierre d'Herbemont [Wed, 23 Jul 2008 17:47:55 +0000 (19:47 +0200)]
macosx: Make sure we create non existing variables.

15 years agomacosx: In detached mode don't fade out all screens when switching to fullscreen...
Pierre d'Herbemont [Wed, 23 Jul 2008 17:45:53 +0000 (19:45 +0200)]
macosx: In detached mode don't fade out all screens when switching to fullscreen with multiple displays.

15 years agoAdd some translations. Picked from the Ubuntu patch
Christophe Mutricy [Wed, 23 Jul 2008 21:28:28 +0000 (22:28 +0100)]
Add some translations. Picked from the Ubuntu patch

15 years agoThe playlist is not dockable at the moment
Christophe Mutricy [Wed, 23 Jul 2008 21:24:13 +0000 (22:24 +0100)]
The playlist is not dockable at the moment

15 years agoWe don't want the & and ... in the title
Christophe Mutricy [Wed, 23 Jul 2008 21:22:22 +0000 (22:22 +0100)]
We don't want the & and ... in the title

15 years agoNo need for --with-tree options as the contribs are installed
Christophe Mutricy [Mon, 21 Jul 2008 22:40:58 +0000 (23:40 +0100)]
No need for --with-tree options as the contribs are installed

15 years agoFixed filter_chain for vout hack.
Laurent Aimar [Wed, 23 Jul 2008 21:45:49 +0000 (23:45 +0200)]
Fixed filter_chain for vout hack.

15 years agoRemove misleading comment
Rémi Denis-Courmont [Wed, 23 Jul 2008 19:01:00 +0000 (22:01 +0300)]
Remove misleading comment

Funky byte sexes are supported here.
However they are not supported by VLC_FOURCC.

15 years agoDo not use a macro to clip integer to uint8 (2x faster YUVA->RV32)
Laurent Aimar [Wed, 23 Jul 2008 18:17:53 +0000 (20:17 +0200)]
Do not use a macro to clip integer to uint8 (2x faster YUVA->RV32)

15 years agotheora: simplify theora's copypicture. All "visible area" logic is now handled by...
Derk-Jan Hartman [Wed, 23 Jul 2008 16:55:36 +0000 (18:55 +0200)]
theora: simplify theora's copypicture. All "visible area" logic is now handled by the core. (including offset).

This fixes display of the 322x242_not-divisible-by-sixteen-framesize.ogg sample of the theora testsuite.

15 years agodon't release before unlock, thanks to ivoire for spotting this
Ilkka Ollakka [Wed, 23 Jul 2008 12:42:08 +0000 (15:42 +0300)]
don't release before unlock, thanks to ivoire for spotting this

15 years agoadd vlc_object_lock/unlock to playlist-handling, fixes locking_assert for me
Ilkka Ollakka [Wed, 23 Jul 2008 12:34:27 +0000 (15:34 +0300)]
add vlc_object_lock/unlock to playlist-handling, fixes locking_assert for me
in lua-http interface, but if someone could double check it would be nice.

15 years agoreplace & -> &, quick fix for status working with fileinfos with & in them.
Ilkka Ollakka [Wed, 23 Jul 2008 12:33:57 +0000 (15:33 +0300)]
replace & -> &, quick fix for status working with fileinfos with & in them.

15 years agosmall typo in requests/status.xml in lua
Ilkka Ollakka [Wed, 23 Jul 2008 12:17:13 +0000 (15:17 +0300)]
small typo in requests/status.xml in lua

15 years agoRemove stupid test commited by error (pointed out by jb)
Rémi Duraffort [Wed, 23 Jul 2008 06:25:59 +0000 (08:25 +0200)]
Remove stupid test commited by error (pointed out by jb)

15 years agotheora: Add support for YUV422 and YUV444 output of libtheora . This fixes sample
Derk-Jan Hartman [Wed, 23 Jul 2008 00:39:18 +0000 (02:39 +0200)]
theora: Add support for YUV422 and YUV444 output of libtheora . This fixes sample
http://v2v.cc/~j/theora_testsuite/mobile_itu601_i_422.ogg in ticket #1456

15 years ago* Set visible width height when decoding theora. This fixes #1439
Derk-Jan Hartman [Wed, 23 Jul 2008 00:16:40 +0000 (02:16 +0200)]
* Set visible width height when decoding theora. This fixes #1439

15 years agovideo_output: Forgotten Close.
Pierre d'Herbemont [Tue, 22 Jul 2008 23:39:14 +0000 (01:39 +0200)]
video_output: Forgotten Close.

15 years agoquartztext: Make default options settings.
Pierre d'Herbemont [Tue, 22 Jul 2008 22:32:30 +0000 (00:32 +0200)]
quartztext: Make default options settings.

15 years agosimple_prefs: Use quartztext, not freetype.
Pierre d'Herbemont [Tue, 22 Jul 2008 22:31:54 +0000 (00:31 +0200)]
simple_prefs: Use quartztext, not freetype.

15 years agomacosx: protect against NULL string in simple_prefs.
Pierre d'Herbemont [Tue, 22 Jul 2008 22:09:31 +0000 (00:09 +0200)]
macosx: protect against NULL string in simple_prefs.

15 years agomacosx: Make sure we don't see a grey flash in float-on-top mode in embedded window.
Pierre d'Herbemont [Tue, 22 Jul 2008 21:49:44 +0000 (23:49 +0200)]
macosx: Make sure we don't see a grey flash in float-on-top mode in embedded window.

15 years agomacosx: Make sure that the fspanel shows up in Float-On-Top mode.
Pierre d'Herbemont [Tue, 22 Jul 2008 21:43:55 +0000 (23:43 +0200)]
macosx: Make sure that the fspanel shows up in Float-On-Top mode.

15 years agomacosx: in detached window set the min value of i_mouse_hide_timeout to 100ms. Else...
Pierre d'Herbemont [Tue, 22 Jul 2008 21:31:25 +0000 (23:31 +0200)]
macosx: in detached window set the min value of i_mouse_hide_timeout to 100ms. Else it is unusable.

15 years agocanalplus: Fix.
Pierre d'Herbemont [Tue, 22 Jul 2008 21:09:43 +0000 (23:09 +0200)]
canalplus: Fix.

15 years agoQt: fix a deadlock in the information panel.
Rémi Duraffort [Tue, 22 Jul 2008 20:59:13 +0000 (22:59 +0200)]
Qt: fix a deadlock in the information panel.

15 years agoUse pl_Yield and pl_Release everywhere.
Rémi Duraffort [Mon, 21 Jul 2008 16:40:02 +0000 (18:40 +0200)]
Use pl_Yield and pl_Release everywhere.

15 years agosap: Don't release when not needed.
Pierre d'Herbemont [Tue, 22 Jul 2008 20:44:58 +0000 (22:44 +0200)]
sap: Don't release when not needed.

15 years agosap: Don't use the playlist.
Pierre d'Herbemont [Tue, 22 Jul 2008 20:38:03 +0000 (22:38 +0200)]
sap: Don't use the playlist.

This should fix a crash reported by ivoire.

15 years agoCheck for file size change at every read (improve reading of downloading
Laurent Aimar [Tue, 22 Jul 2008 20:30:47 +0000 (22:30 +0200)]
Check for file size change at every read (improve reading of downloading
files).

15 years agoAuto hide "VLC ZOOM SHOW" with mouse timeout.
Laurent Aimar [Tue, 22 Jul 2008 19:59:25 +0000 (21:59 +0200)]
Auto hide "VLC ZOOM SHOW" with mouse timeout.

15 years agoTypo - fix #1737
Rémi Denis-Courmont [Tue, 22 Jul 2008 20:14:31 +0000 (23:14 +0300)]
Typo - fix #1737

15 years agomacosx: Remove a warning that happen way too much.
Pierre d'Herbemont [Tue, 22 Jul 2008 20:06:39 +0000 (22:06 +0200)]
macosx: Remove a warning that happen way too much.

15 years agomacosx: Don't wrongly set an item for the update panel.
Pierre d'Herbemont [Tue, 22 Jul 2008 19:53:34 +0000 (21:53 +0200)]
macosx: Don't wrongly set an item for the update panel.

This fix right-clicking->info on an item while an other is playing.

15 years agoUse image_Convert for upscaling the picture (2x faster).
Laurent Aimar [Tue, 22 Jul 2008 19:46:22 +0000 (21:46 +0200)]
Use image_Convert for upscaling the picture (2x faster).
Clean up and use picture_*
Properly lock state variable. Grrrr, nearly all filters do not
lock their state when implementing callbacks ...

15 years agoplaylist: Fix the return value of playlist_ItemToNode when the node has to be created.
Pierre d'Herbemont [Tue, 22 Jul 2008 19:27:05 +0000 (21:27 +0200)]
playlist: Fix the return value of playlist_ItemToNode when the node has to be created.

Fixes asserts in directory module.

15 years agoplaylist: Never delete the playlist_item directly. We don't know who might need it.
Pierre d'Herbemont [Tue, 22 Jul 2008 19:26:20 +0000 (21:26 +0200)]
playlist: Never delete the playlist_item directly. We don't know who might need it.

We need to rework modules/playlist and implement refcounting or proper id management.

15 years agodirectory: assert() at critical places.
Pierre d'Herbemont [Tue, 22 Jul 2008 19:24:23 +0000 (21:24 +0200)]
directory: assert() at critical places.

15 years agoservices_discovery: Make sure we kill also object created by the input.
Pierre d'Herbemont [Tue, 22 Jul 2008 18:27:55 +0000 (20:27 +0200)]
services_discovery: Make sure we kill also object created by the input.

This commit bother me. I don't see why we don't do it for all objects.

15 years agoaccess_filter: memory leak
Rémi Denis-Courmont [Tue, 22 Jul 2008 07:30:54 +0000 (10:30 +0300)]
access_filter: memory leak

Pointed-out-by: Rémi Duraffort
15 years agoFixed scaled output mouse tracking in remoteosd.
Laurent Aimar [Mon, 21 Jul 2008 22:25:00 +0000 (00:25 +0200)]
Fixed scaled output mouse tracking in remoteosd.

15 years agoFixed an invalid msg_Err format (potential segfault).
Laurent Aimar [Mon, 21 Jul 2008 21:18:12 +0000 (23:18 +0200)]
Fixed an invalid msg_Err format (potential segfault).

15 years agoAdded a missing const qualifier.
Laurent Aimar [Mon, 21 Jul 2008 21:17:53 +0000 (23:17 +0200)]
Added a missing const qualifier.

15 years agoFixed a memory leak in aspect-ratio/crop/zoom/deinterlace hotkeys.
Laurent Aimar [Mon, 21 Jul 2008 21:15:52 +0000 (23:15 +0200)]
Fixed a memory leak in aspect-ratio/crop/zoom/deinterlace hotkeys.