]> git.sesse.net Git - vlc/log
vlc
15 years agol10n: Finnish update by Otto Kekäläinen
Christophe Mutricy [Sat, 23 Aug 2008 23:26:09 +0000 (00:26 +0100)]
l10n: Finnish update by Otto Kekäläinen

15 years agol10n:Galician update by Iván Seoane Pardo
Christophe Mutricy [Sat, 23 Aug 2008 23:22:46 +0000 (00:22 +0100)]
l10n:Galician update by Iván Seoane Pardo

15 years agol10n: Romanian update by Cristian Secară
Christophe Mutricy [Sat, 23 Aug 2008 18:30:05 +0000 (19:30 +0100)]
l10n: Romanian update by Cristian Secară

15 years agoQt: hide record button when the record access-filter is not present
Jean-Philippe Andre [Sat, 23 Aug 2008 22:38:11 +0000 (18:38 -0400)]
Qt: hide record button when the record access-filter is not present
If this stays too counter-intuitive, revert this commit, 672c3f35c4e4
and 7fe659bf364.
IMHO, the user who enables the record access-filter knows what he does.

15 years agotelnet: Fix crash when the telnet port cannot be bound
Aurelien Nephtali [Sat, 23 Aug 2008 22:08:45 +0000 (00:08 +0200)]
telnet: Fix crash when the telnet port cannot be bound

Fixes #1902

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agots demux: fix potential crash in EIT events
Derk-Jan Hartman [Sat, 23 Aug 2008 22:03:33 +0000 (00:03 +0200)]
ts demux: fix potential crash in EIT events

15 years agomacosx: fixed distribution of the *.mo files *coughcough*
Felix Paul Kühne [Sat, 23 Aug 2008 21:58:09 +0000 (23:58 +0200)]
macosx: fixed distribution of the *.mo files *coughcough*

15 years agomacosx: compilation fix for the 10.4u SDK and removal of a hack
Felix Paul Kühne [Sat, 23 Aug 2008 21:37:21 +0000 (23:37 +0200)]
macosx: compilation fix for the 10.4u SDK and removal of a hack

Note that all NS*Integer types were introduced on 10.5 only. They can tollfree bridged with the respective plain ints. They are undocumented anyway...

15 years agomacosx: Fix compilation. (NSUInteger) is 10.5 api change ???
Derk-Jan Hartman [Sat, 23 Aug 2008 21:29:51 +0000 (23:29 +0200)]
macosx: Fix compilation. (NSUInteger) is 10.5 api change ???

15 years agoFix double free on mkv files with V_QUICKTIME track
Sigmund Augdal [Sat, 23 Aug 2008 18:12:00 +0000 (20:12 +0200)]
Fix double free on mkv files with V_QUICKTIME track

15 years agomacosx: Make sure VLCIntf gets NULL-ify when VLC ends.
Pierre d'Herbemont [Sat, 23 Aug 2008 17:56:09 +0000 (19:56 +0200)]
macosx: Make sure VLCIntf gets NULL-ify when VLC ends.

15 years agomacosx: Don't use a textured Window if we have the leopard window style.
Pierre d'Herbemont [Sat, 23 Aug 2008 17:36:28 +0000 (19:36 +0200)]
macosx: Don't use a textured Window if we have the leopard window style.

Proposed by Georg Seifert.

15 years agol10n: Gerogian translation update by Alexander Didebulidze
Christophe Mutricy [Sat, 23 Aug 2008 17:09:22 +0000 (18:09 +0100)]
l10n: Gerogian translation update by Alexander Didebulidze

15 years agol10n: New Bulgarian translation by Ivo Ivanov
Christophe Mutricy [Sat, 23 Aug 2008 17:08:34 +0000 (18:08 +0100)]
l10n: New Bulgarian translation by Ivo Ivanov

15 years agoDon't send failure messages when probing filter. (It unfortunately seems impossible...
Antoine Cellerier [Sat, 23 Aug 2008 17:07:19 +0000 (19:07 +0200)]
Don't send failure messages when probing filter. (It unfortunately seems impossible to check if a filter is being probed or asked for explicitly)

15 years agoFix forced audio filter2 usage in transcode (when using afilter=). Downmixing now...
Antoine Cellerier [Sat, 23 Aug 2008 17:01:07 +0000 (19:01 +0200)]
Fix forced audio filter2 usage in transcode (when using afilter=). Downmixing now works with channels=1 (auto probed filter) or afilter=mono.

15 years agoFix divide by 0 when repacketizing a Flac stream of known rate
David Flynn [Sat, 23 Aug 2008 16:17:24 +0000 (16:17 +0000)]
Fix divide by 0 when repacketizing a Flac stream of known rate

Before setting end_date, remember to initialize the divider for future
calculations.

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
15 years agoPrefer mono over trivial (in case trivial somehow wants to work).
Antoine Cellerier [Sat, 23 Aug 2008 16:44:07 +0000 (18:44 +0200)]
Prefer mono over trivial (in case trivial somehow wants to work).

15 years agoRe-enable mono, it works fine. Example command line:
Antoine Cellerier [Sat, 23 Aug 2008 16:38:38 +0000 (18:38 +0200)]
Re-enable mono, it works fine. Example command line:
18:36 antoine@macbook ~/videolan/vlc-build% ./vlc ~/media/music/Greenday/American\ Idiot/01\ -\ American\ Idiot.mp3 --sout '#transcode{acodec=mpga,ab=32,channels=1}:std{access=file,mux=raw,dst=/tmp/a.mp3}' -vvv -I dummy --no-media-library

(with pre 9107e1e0bcfa6b31cedeafd3dea257b14dbffd67 builds you need to add --sout-mono-downmix to the command line)

15 years agoAdd debug message and quit if channel or rate conversion failed.
Antoine Cellerier [Sat, 23 Aug 2008 16:37:45 +0000 (18:37 +0200)]
Add debug message and quit if channel or rate conversion failed.

15 years agoPrefer downmixing from channel extracting.
Antoine Cellerier [Sat, 23 Aug 2008 16:36:52 +0000 (18:36 +0200)]
Prefer downmixing from channel extracting.

15 years agoFix error message.
Antoine Cellerier [Sat, 23 Aug 2008 16:24:34 +0000 (18:24 +0200)]
Fix error message.

15 years agoOops.
Antoine Cellerier [Sat, 23 Aug 2008 15:49:06 +0000 (17:49 +0200)]
Oops.

15 years agoConsistency fixes.
Antoine Cellerier [Sat, 23 Aug 2008 15:47:52 +0000 (17:47 +0200)]
Consistency fixes.

15 years agoUse the same order for buttons in the fullscreen interface than in the normal interfa...
Antoine Cellerier [Sat, 23 Aug 2008 15:39:48 +0000 (17:39 +0200)]
Use the same order for buttons in the fullscreen interface than in the normal interface (there's still an extra space between the next and fullscreen toggle buttons ... don't know how to remove it)

15 years agoRemove some files without translations
Rémi Denis-Courmont [Sat, 23 Aug 2008 15:25:36 +0000 (18:25 +0300)]
Remove some files without translations

15 years agoChange the fullscreen button in the fullscreen controller (since clicking it switches...
Antoine Cellerier [Sat, 23 Aug 2008 15:13:25 +0000 (17:13 +0200)]
Change the fullscreen button in the fullscreen controller (since clicking it switches from fullscreen and not to fullscreen).

15 years agoDisable fast install for now due to libtool brain damage
Rémi Denis-Courmont [Sat, 23 Aug 2008 15:12:51 +0000 (18:12 +0300)]
Disable fast install for now due to libtool brain damage

15 years agoMove the executables out of src/
Rémi Denis-Courmont [Sat, 23 Aug 2008 15:12:40 +0000 (18:12 +0300)]
Move the executables out of src/

15 years agoProperly handle input state in InputSourceInit.
Laurent Aimar [Sat, 23 Aug 2008 14:51:39 +0000 (16:51 +0200)]
Properly handle input state in InputSourceInit.

15 years agoRevert "Keep p_input->i_state when adding a subtitle on the fly.
Laurent Aimar [Sat, 23 Aug 2008 14:50:53 +0000 (16:50 +0200)]
Revert "Keep p_input->i_state when adding a subtitle on the fly.

I will properly fix it.

This reverts commit 1e6d10864e1887856f6bf0e9e59b7603a52f9b79.

15 years agoMove libvlccore test to their dir
Rémi Denis-Courmont [Sat, 23 Aug 2008 14:50:25 +0000 (17:50 +0300)]
Move libvlccore test to their dir

15 years agoKeep p_input->i_state when adding a subtitle on the fly. This prevents i_state from...
Antoine Cellerier [Sat, 23 Aug 2008 14:33:54 +0000 (16:33 +0200)]
Keep p_input->i_state when adding a subtitle on the fly. This prevents i_state from being changed to BUFFERING_S (which would in turn prevent the input from being paused). This should close #1904. (Should be backported in 0.8.6 if we keep that branch)

15 years agoFix gettext syntax
Rémi Denis-Courmont [Sat, 23 Aug 2008 14:33:35 +0000 (17:33 +0300)]
Fix gettext syntax

15 years agomacosx: Save avi-index.
Pierre d'Herbemont [Sat, 23 Aug 2008 13:23:24 +0000 (15:23 +0200)]
macosx: Save avi-index.

Reported by Georg Seifert.

15 years agomacosx: Remove some #define abuses and assert() when casting a type.
Pierre d'Herbemont [Sat, 23 Aug 2008 13:21:43 +0000 (15:21 +0200)]
macosx: Remove some #define abuses and assert() when casting a type.

15 years agomacosx: Save a reference to the view in the voutgl.
Pierre d'Herbemont [Sat, 23 Aug 2008 11:33:48 +0000 (13:33 +0200)]
macosx: Save a reference to the view in the voutgl.

15 years agomacosx: fixed non-localised main menu item
Felix Paul Kühne [Sat, 23 Aug 2008 10:19:07 +0000 (12:19 +0200)]
macosx: fixed non-localised main menu item

15 years agoMono downmix is broken - document it
Rémi Denis-Courmont [Sat, 23 Aug 2008 09:52:13 +0000 (12:52 +0300)]
Mono downmix is broken - document it

Most likely due to the late and incomplete filter rework

15 years agoFix #1896
Jean-Baptiste Kempf [Sat, 23 Aug 2008 06:36:43 +0000 (23:36 -0700)]
Fix #1896

15 years agoQt: by default resize main interface so that it shows all MenuBar entries
Jean-Philippe Andre [Sat, 23 Aug 2008 06:04:34 +0000 (02:04 -0400)]
Qt: by default resize main interface so that it shows all MenuBar entries

15 years agoTry to close ticket '#1775' (Qt intf startup size is too big)
Jean-Philippe Andre [Sat, 23 Aug 2008 05:59:08 +0000 (01:59 -0400)]
Try to close ticket '#1775' (Qt intf startup size is too big)
Simply resize to sizeHint() on startup.

15 years agoThis is an attempt to close '#1716' (zoom has to be clicked twice)
Jean-Philippe Andre [Sat, 23 Aug 2008 05:53:07 +0000 (01:53 -0400)]
This is an attempt to close '#1716' (zoom has to be clicked twice)
The only thing it does is re-calculating the sizeHint for MainInterface,
using videoWidget's sizeHint() instead of size().

15 years agoImplement 'record' button in Qt intf
Jean-Philippe Andre [Sat, 23 Aug 2008 00:34:01 +0000 (20:34 -0400)]
Implement 'record' button in Qt intf

15 years agoAdd a variable + callback to toggle the record status.
Jean-Philippe Andre [Sat, 23 Aug 2008 00:33:27 +0000 (20:33 -0400)]
Add a variable + callback to toggle the record status.

15 years agoRevert b1cea0a301d6bc partially (bad warning fix)
Jean-Philippe Andre [Fri, 22 Aug 2008 22:57:00 +0000 (18:57 -0400)]
Revert b1cea0a301d6bc partially (bad warning fix)

Sorry I pushed this.

15 years agoFix demuxdump MRL generation in Sout (Qt part of #1853 )
Jean-Baptiste Kempf [Fri, 22 Aug 2008 23:58:43 +0000 (16:58 -0700)]
Fix demuxdump MRL generation in Sout (Qt part of #1853 )

15 years agoUpdate modules/LIST
Rémi Duraffort [Fri, 22 Aug 2008 23:14:40 +0000 (01:14 +0200)]
Update modules/LIST

15 years agoAdd tree-view for SD only
Geoffroy Couprie [Fri, 22 Aug 2008 13:12:35 +0000 (15:12 +0200)]
Add tree-view for SD only

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoMenu order after protests.
Jean-Baptiste Kempf [Fri, 22 Aug 2008 21:55:48 +0000 (14:55 -0700)]
Menu order after protests.

There is a logic in this order:
A video item has most of the time an audio track
An item with navigation has most of the time a video item
As you don't want to show empty menus=> audio, then video then navigation.

15 years agoFix #1768
Rémi Duraffort [Fri, 22 Aug 2008 21:50:13 +0000 (23:50 +0200)]
Fix #1768

15 years agoDon't move an item to the middle of nowhere.
Rémi Duraffort [Thu, 21 Aug 2008 18:57:00 +0000 (20:57 +0200)]
Don't move an item to the middle of nowhere.

15 years agoForgottent "fix warning".
Rémi Duraffort [Wed, 20 Aug 2008 21:28:33 +0000 (23:28 +0200)]
Forgottent "fix warning".

15 years agoUse FIND_CHILD when possible to look for the vout as suggested by dionoea and nefrir
Jean-Baptiste Kempf [Fri, 22 Aug 2008 21:50:07 +0000 (14:50 -0700)]
Use FIND_CHILD when possible to look for the vout as suggested by dionoea and nefrir

15 years agoMerge branch 'master' of git.videolan.org:vlc
Loïc Minier [Fri, 22 Aug 2008 21:50:02 +0000 (23:50 +0200)]
Merge branch 'master' of git.videolan.org:vlc

15 years agoFix #if WIN32_TRICK to be an #ifdef
Loïc Minier [Fri, 22 Aug 2008 21:49:36 +0000 (23:49 +0200)]
Fix #if WIN32_TRICK to be an #ifdef

15 years agomacosx: fixed download URL for the eyetv plugin
Felix Paul Kühne [Fri, 22 Aug 2008 21:17:56 +0000 (23:17 +0200)]
macosx: fixed download URL for the eyetv plugin

15 years agoFind correctly the Vout.
Jean-Baptiste Kempf [Fri, 22 Aug 2008 20:31:34 +0000 (13:31 -0700)]
Find correctly the Vout.

My error of using FIND_CHILD. Close #1771

15 years agoClose #1717 (windows only )
Jean-Baptiste Kempf [Fri, 22 Aug 2008 20:15:50 +0000 (13:15 -0700)]
Close #1717 (windows only )

15 years agoUse the input_MRLSplit to open containing folder for directory and files only.
Jean-Baptiste Kempf [Fri, 22 Aug 2008 18:53:54 +0000 (11:53 -0700)]
Use the input_MRLSplit to open containing folder for directory and files only.

15 years agoFix man page syntax errors
Loïc Minier [Fri, 22 Aug 2008 17:53:43 +0000 (19:53 +0200)]
Fix man page syntax errors

15 years agoqt4: Fix hotkey i for FS controller
Jean-Baptiste Kempf [Fri, 22 Aug 2008 16:52:40 +0000 (09:52 -0700)]
qt4: Fix hotkey i for FS controller

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Conflicts:

15 years agoFixed input slave reading of a52/dts/flac/m4a/mpga (close #1818).
Laurent Aimar [Fri, 22 Aug 2008 15:57:59 +0000 (17:57 +0200)]
Fixed input slave reading of a52/dts/flac/m4a/mpga (close #1818).

Input slave method needs that PCR of master and slave input use the same origin.

15 years agoFix warnings. Note that seeking is not enabled with timeshift.
Jean-Philippe Andre [Fri, 22 Aug 2008 05:46:15 +0000 (01:46 -0400)]
Fix warnings. Note that seeking is not enabled with timeshift.

15 years agoRemove two compilation warnings (unused variables).
Jean-Philippe Andre [Fri, 22 Aug 2008 05:30:37 +0000 (01:30 -0400)]
Remove two compilation warnings (unused variables).

15 years agoQt: don't save A to B state when the input item changes. Also go to A if before curre...
Jean-Philippe Andre [Fri, 22 Aug 2008 04:30:34 +0000 (00:30 -0400)]
Qt: don't save A to B state when the input item changes. Also go to A if before current time is before A

15 years agoQt: Implement Stream/Save in playlist popup menu
Jean-Philippe Andre [Fri, 22 Aug 2008 02:54:52 +0000 (22:54 -0400)]
Qt: Implement Stream/Save in playlist popup menu

15 years agoFix #1884
Jean-Baptiste Kempf [Fri, 22 Aug 2008 02:21:31 +0000 (04:21 +0200)]
Fix #1884

15 years agoQt: don't call SeparateEntries twice
Jean-Philippe Andre [Fri, 22 Aug 2008 02:07:54 +0000 (22:07 -0400)]
Qt: don't call SeparateEntries twice

15 years agoSmall invertion in the menu.
Jean-Baptiste Kempf [Fri, 22 Aug 2008 02:04:42 +0000 (19:04 -0700)]
Small invertion in the menu.

15 years agoImplement 'i' hotkey to show FSC.
Jean-Baptiste Kempf [Fri, 22 Aug 2008 02:00:34 +0000 (19:00 -0700)]
Implement 'i' hotkey to show FSC.

Close #1783 ( rest is 1646 duplicate)

15 years agoFix some Sout dialog resizing issues.
Jean-Baptiste Kempf [Fri, 22 Aug 2008 01:06:26 +0000 (18:06 -0700)]
Fix some Sout dialog resizing issues.

15 years agoRestore MediaInfo size after launch.
Jean-Baptiste Kempf [Fri, 22 Aug 2008 00:32:28 +0000 (17:32 -0700)]
Restore MediaInfo size after launch.

15 years agoExport input_SplitMRL helper.
Laurent Aimar [Fri, 22 Aug 2008 00:23:43 +0000 (02:23 +0200)]
Export input_SplitMRL helper.

15 years agoqt4: Fix wrong hidding FS controller caused by disabling input slider, fixes #1874
Lukas Durfina [Thu, 21 Aug 2008 19:27:19 +0000 (21:27 +0200)]
qt4: Fix wrong hidding FS controller caused by disabling input slider, fixes #1874

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoFix typo.
Jean-Baptiste Kempf [Fri, 22 Aug 2008 00:02:43 +0000 (17:02 -0700)]
Fix typo.

15 years agoFix a segfault regression introduced in [f9b25cf4378f25164f7b4bebef7cb03876144309]
Jean-Baptiste Kempf [Thu, 21 Aug 2008 23:58:51 +0000 (16:58 -0700)]
Fix a segfault regression introduced in [f9b25cf4378f25164f7b4bebef7cb03876144309]

15 years agoFixed h264 aspect ratio overflow.
Laurent Aimar [Thu, 21 Aug 2008 23:54:31 +0000 (01:54 +0200)]
Fixed h264 aspect ratio overflow.

15 years agoOpen a file location. Very dumb and incomplete.
Jean-Baptiste Kempf [Thu, 21 Aug 2008 23:45:37 +0000 (16:45 -0700)]
Open a file location. Very dumb and incomplete.

Close #1459

15 years agoQt: Save/Convert dialog should not show any streaming features.
Jean-Philippe Andre [Thu, 21 Aug 2008 22:06:51 +0000 (18:06 -0400)]
Qt: Save/Convert dialog should not show any streaming features.

This hides all stream features from the Stream/Save dialog (Sout)
This resolves a little bug too: the dialog did not refresh correctly when switching between stream and save.

15 years agol10n: Catalan update by Xènia Albà Cantero
Christophe Mutricy [Thu, 21 Aug 2008 21:37:05 +0000 (22:37 +0100)]
l10n: Catalan update by Xènia Albà Cantero

15 years agoFix the "No such slot PLModel::popupExplore()" on win32...
Jean-Baptiste Kempf [Thu, 21 Aug 2008 21:54:56 +0000 (14:54 -0700)]
Fix the "No such slot PLModel::popupExplore()" on win32...

15 years agoForgotten file in previous commit.
Jean-Baptiste Kempf [Thu, 21 Aug 2008 21:39:23 +0000 (14:39 -0700)]
Forgotten file in previous commit.

15 years agoBookmarks: close #1661
Jean-Baptiste Kempf [Thu, 21 Aug 2008 21:18:31 +0000 (14:18 -0700)]
Bookmarks: close #1661

15 years agodvdnav: switch to the activated color sooner
Derk-Jan Hartman [Thu, 21 Aug 2008 20:54:19 +0000 (22:54 +0200)]
dvdnav: switch to the activated color sooner

Switch to active button color before making the actual activation. This gives us a small chance to actually SEE the button be activated before the menu continues.

15 years agoQt: Fix "chapter buttons not hiding when stop is clicked" issue
Jean-Baptiste Kempf [Thu, 21 Aug 2008 19:12:15 +0000 (12:12 -0700)]
Qt: Fix "chapter buttons not hiding when stop is clicked" issue

http://forum.videolan.org/viewtopic.php?f=14&t=49386

15 years agoFix typo
Rémi Denis-Courmont [Thu, 21 Aug 2008 18:35:17 +0000 (21:35 +0300)]
Fix typo

15 years agoRemove the mono filter - not working as per ml (lack of) discussion
Rémi Denis-Courmont [Thu, 21 Aug 2008 18:25:29 +0000 (21:25 +0300)]
Remove the mono filter - not working as per ml (lack of) discussion

15 years agoReorder the menus items.
Jean-Baptiste Kempf [Thu, 21 Aug 2008 18:07:31 +0000 (11:07 -0700)]
Reorder the menus items.

15 years agoClean up and more panoramix fixes.
Laurent Aimar [Thu, 21 Aug 2008 17:10:38 +0000 (19:10 +0200)]
Clean up and more panoramix fixes.

I won't say the code is bad, we are way beyond that.

15 years agoSend an end of sequence after a still frame.
Laurent Aimar [Thu, 21 Aug 2008 17:06:54 +0000 (19:06 +0200)]
Send an end of sequence after a still frame.

It is some sort of workaround for some DVD menu.

15 years agoAdded BLOCK_FLAG_END_OF_SEQUENCE and use it for mpeg2.
Laurent Aimar [Thu, 21 Aug 2008 17:06:21 +0000 (19:06 +0200)]
Added BLOCK_FLAG_END_OF_SEQUENCE and use it for mpeg2.

15 years agoCheck a few mp4 mallocs.
Laurent Aimar [Thu, 21 Aug 2008 16:22:41 +0000 (18:22 +0200)]
Check a few mp4 mallocs.

15 years agoFixed a few segfaults with broken mp4 files and fixed large file support (#1876).
Laurent Aimar [Thu, 21 Aug 2008 16:02:03 +0000 (18:02 +0200)]
Fixed a few segfaults with broken mp4 files and fixed large file support (#1876).

15 years agoAdd help string for vout-filter option.
Antoine Cellerier [Thu, 21 Aug 2008 13:30:51 +0000 (15:30 +0200)]
Add help string for vout-filter option.

15 years agoFinal update of the German translation
Felix Paul Kühne [Thu, 21 Aug 2008 11:54:46 +0000 (13:54 +0200)]
Final update of the German translation

includes last-minute string additions to the OSX and Qt4 interfaces

15 years agoRemoved stupid debug message.
Laurent Aimar [Wed, 20 Aug 2008 23:48:27 +0000 (01:48 +0200)]
Removed stupid debug message.

15 years agoFixed YUVP blending (my bad for not testing it).
Laurent Aimar [Wed, 20 Aug 2008 23:45:57 +0000 (01:45 +0200)]
Fixed YUVP blending (my bad for not testing it).

15 years agoIt seems needed to have exact symbols order.
Laurent Aimar [Wed, 20 Aug 2008 22:54:41 +0000 (00:54 +0200)]
It seems needed to have exact symbols order.

15 years agoswscale: prefer swscale over our own chroma modules,
Derk-Jan Hartman [Wed, 20 Aug 2008 22:22:51 +0000 (00:22 +0200)]
swscale: prefer swscale over our own chroma modules,

Now that swscale can handle RGB chroma's, let's try to use is where we can, it is likely a lot faster.