]> git.sesse.net Git - vlc/log
vlc
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.

15 years agoRemoved video_format_FixRgb from blend.c
Laurent Aimar [Wed, 20 Aug 2008 21:52:32 +0000 (23:52 +0200)]
Removed video_format_FixRgb from blend.c

15 years agoUse video_format_FixRgb.
Laurent Aimar [Wed, 20 Aug 2008 22:00:11 +0000 (00:00 +0200)]
Use video_format_FixRgb.

15 years agoUninlined es_format_t functions and added video_format_FixRgb helper.
Laurent Aimar [Wed, 20 Aug 2008 21:47:07 +0000 (23:47 +0200)]
Uninlined es_format_t functions and added video_format_FixRgb helper.

15 years agoCosmetics.
Laurent Aimar [Wed, 20 Aug 2008 21:29:12 +0000 (23:29 +0200)]
Cosmetics.

15 years agol10n: Italian update by Vincenzo Reale
Christophe Mutricy [Wed, 20 Aug 2008 21:24:27 +0000 (22:24 +0100)]
l10n: Italian update by Vincenzo Reale

15 years agol10n: Traditional chinese update by Hsi-Ching Chao
Christophe Mutricy [Wed, 20 Aug 2008 21:01:36 +0000 (22:01 +0100)]
l10n: Traditional chinese update by Hsi-Ching Chao

15 years agoFix linking of live555 module
Christophe Mutricy [Wed, 20 Aug 2008 20:58:27 +0000 (21:58 +0100)]
Fix linking of live555 module

As live555 provides only static lib and we build a plugin, we need to use p$
This partially revert [7b0dd84fff6c300cab5e0bdbf2a29fb1b3618e62]

15 years agoLast part of blend.c cleanup, added RV15 and fixed RV16 blending support.
Laurent Aimar [Wed, 20 Aug 2008 21:20:28 +0000 (23:20 +0200)]
Last part of blend.c cleanup, added RV15 and fixed RV16 blending support.

I have tested that RGBA blending to I420/YUY2/RV32/RV16 have the right colors.

15 years agoMore blend clean up.
Laurent Aimar [Thu, 7 Aug 2008 19:53:01 +0000 (21:53 +0200)]
More blend clean up.

15 years agoBegin clean up of giant blend ctl-c ctl-v.
Laurent Aimar [Thu, 7 Aug 2008 19:06:44 +0000 (21:06 +0200)]
Begin clean up of giant blend ctl-c ctl-v.

15 years agoSimplify code and remove unneeded tests.
Rémi Duraffort [Wed, 20 Aug 2008 21:14:49 +0000 (23:14 +0200)]
Simplify code and remove unneeded tests.

15 years agoCheck malloc return value and fix warnings.
Rémi Duraffort [Wed, 20 Aug 2008 21:03:42 +0000 (23:03 +0200)]
Check malloc return value and fix warnings.

15 years agoCheck malloc return value and avoid memleaks.
Rémi Duraffort [Wed, 20 Aug 2008 20:55:04 +0000 (22:55 +0200)]
Check malloc return value and avoid memleaks.

15 years agoCheck malloc return value.
Rémi Duraffort [Wed, 20 Aug 2008 20:45:24 +0000 (22:45 +0200)]
Check malloc return value.

15 years agoFix a memleak when a connection is closed.
Rémi Duraffort [Wed, 20 Aug 2008 20:42:19 +0000 (22:42 +0200)]
Fix a memleak when a connection is closed.

15 years agoFix potential memleak.
Rémi Duraffort [Wed, 20 Aug 2008 20:13:13 +0000 (22:13 +0200)]
Fix potential memleak.

15 years agoFix potential memleaks and remove stupid tests.
Rémi Duraffort [Wed, 20 Aug 2008 19:58:37 +0000 (21:58 +0200)]
Fix potential memleaks and remove stupid tests.

15 years agoFix potential memleaks (free the module if it can't be loaded)
Rémi Duraffort [Wed, 20 Aug 2008 19:42:15 +0000 (21:42 +0200)]
Fix potential memleaks (free the module if it can't be loaded)

15 years agoCorrectly set rgb mask for xvideo output too.
Laurent Aimar [Wed, 20 Aug 2008 21:18:00 +0000 (23:18 +0200)]
Correctly set rgb mask for xvideo output too.

15 years agoFactorize and correctly set rgb shifts.
Laurent Aimar [Wed, 20 Aug 2008 21:09:19 +0000 (23:09 +0200)]
Factorize and correctly set rgb shifts.

15 years agoFixed a bit panoramix.
Laurent Aimar [Wed, 20 Aug 2008 21:06:13 +0000 (23:06 +0200)]
Fixed a bit panoramix.

Fix var_CreateGetBool/Integer mix up.
Fix an in valid free.
Fix an out of bound read.
Fix uninitialized variables.
(It may help with #1879)

15 years agoKill a warning and put i_datalength as an uint32_t
Jean-Baptiste Kempf [Wed, 20 Aug 2008 21:09:27 +0000 (14:09 -0700)]
Kill a warning and put i_datalength as an uint32_t

15 years agoTTA: Sanity check to avoid overflow and typo
Jean-Baptiste Kempf [Wed, 20 Aug 2008 20:56:05 +0000 (13:56 -0700)]
TTA: Sanity check to avoid overflow and typo

i_rate can go up to 2^32-1.
If you * 1.044 it is going to not fit in a int (_framelength)

15 years agoTTA: robustify and avoid one memcpy/allocation
Rémi Denis-Courmont [Wed, 20 Aug 2008 20:32:49 +0000 (23:32 +0300)]
TTA: robustify and avoid one memcpy/allocation

15 years agoTTA: potential 0 divider
Rémi Denis-Courmont [Wed, 20 Aug 2008 20:06:32 +0000 (23:06 +0300)]
TTA: potential 0 divider

15 years agolibvlc: Fix media_player stop.
Pierre d'Herbemont [Wed, 20 Aug 2008 19:55:45 +0000 (21:55 +0200)]
libvlc: Fix media_player stop.

15 years agoRTP: priority zero - do not load the module needlessly
Rémi Denis-Courmont [Wed, 20 Aug 2008 19:19:37 +0000 (22:19 +0300)]
RTP: priority zero - do not load the module needlessly

There is no point in loading the RTP access_demux if the MRL scheme
is not explicitly supported - it would fail in Open anyway.

15 years agoFix potential memleaks.
Rémi Duraffort [Wed, 20 Aug 2008 18:13:39 +0000 (20:13 +0200)]
Fix potential memleaks.