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

15 years agoDon't use var_CreateGetString to create a variable.
Rémi Duraffort [Wed, 20 Aug 2008 18:09:48 +0000 (20:09 +0200)]
Don't use var_CreateGetString to create a variable.

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

15 years agoFix memleaks and one potential memleak (and move a test where it might be)
Rémi Duraffort [Wed, 20 Aug 2008 17:53:59 +0000 (19:53 +0200)]
Fix memleaks and one potential memleak (and move a test where it might be)

15 years agoFix warnings.
Rémi Duraffort [Wed, 20 Aug 2008 17:45:27 +0000 (19:45 +0200)]
Fix warnings.

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

15 years agoMake the buildbot happy by fixing some of the warnings.
Rémi Duraffort [Wed, 20 Aug 2008 17:12:33 +0000 (19:12 +0200)]
Make the buildbot happy by fixing some of the warnings.

15 years agomjpeg demux: When looking trough the data for EOI, also check for SOIs and skip the...
Derk-Jan Hartman [Wed, 20 Aug 2008 14:42:37 +0000 (16:42 +0200)]
mjpeg demux: When looking trough the data for EOI, also check for SOIs and skip the next EOI if we do find a SOI. This is to handle JPEG images which have JPEG thumbnails in their EXIF data.

15 years agocore chroma: fix [6702c30413175ff91adcf4cfb9585134d1ab7213] Restore YUV422 and YUV420...
Derk-Jan Hartman [Wed, 20 Aug 2008 14:10:06 +0000 (16:10 +0200)]
core chroma: fix [6702c30413175ff91adcf4cfb9585134d1ab7213] Restore YUV422 and YUV420 type formats to original values.

15 years agocore chroma: Add support for YUV440 and YUVJ440. These are a rotated version of YUV42...
Derk-Jan Hartman [Wed, 20 Aug 2008 13:56:19 +0000 (15:56 +0200)]
core chroma: Add support for YUV440 and YUVJ440. These are a rotated version of YUV422 and used with rotated JPEGs mostly.

15 years agoffmpeg chroma: fix [079fdd3f33560bfc2b36181ac367649fc0c12f9f]. copy paste error ...
Derk-Jan Hartman [Wed, 20 Aug 2008 12:09:56 +0000 (14:09 +0200)]
ffmpeg chroma: fix [079fdd3f33560bfc2b36181ac367649fc0c12f9f]. copy paste error :D. Thanks xtophe

15 years agoffmpeg chroma: This follows up on [0034fbab5587b1197b0458ab3af20ea2644e12bc] by provi...
Derk-Jan Hartman [Wed, 20 Aug 2008 12:01:51 +0000 (14:01 +0200)]
ffmpeg chroma: This follows up on [0034fbab5587b1197b0458ab3af20ea2644e12bc] by providing defaults in case no mask values were set.

15 years agoFixes bad error checking on read errors.
Eric Petit [Wed, 20 Aug 2008 07:15:50 +0000 (09:15 +0200)]
Fixes bad error checking on read errors.
Don't use "p_block->i_buffer = read(...)", i_buffer is unsigned so you
won't catch read errors and will end up crashing using a 4GB buffer
instead. This fixes a DVB segv I was seeing.

15 years agomacosx: In bookmarks's dealloc, we shouldn't release the p_old_input ptr, as we have...
Pierre d'Herbemont [Wed, 20 Aug 2008 06:58:57 +0000 (08:58 +0200)]
macosx: In bookmarks's dealloc, we shouldn't release the p_old_input ptr, as we have already released it.

This should fix a crash reported in our bugreport ml.

15 years agoUpgrade mandatory version for matroska to 0.8.0 and ebml to 0.7.7.
Laurent Aimar [Wed, 20 Aug 2008 00:31:33 +0000 (02:31 +0200)]
Upgrade mandatory version for matroska to 0.8.0 and ebml to 0.7.7.

15 years agoFix mkv track checking in blockget (TrackNum() != our track index).
Laurent Aimar [Wed, 20 Aug 2008 00:16:56 +0000 (02:16 +0200)]
Fix mkv track checking in blockget (TrackNum() != our track index).

15 years agoDon't restart playlist after converting current item to node
Przemyslaw Fiala [Tue, 19 Aug 2008 19:47:57 +0000 (21:47 +0200)]
Don't restart playlist after converting current item to node

Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
15 years agocontribs: update libpng patch for OSX
Derk-Jan Hartman [Tue, 19 Aug 2008 23:59:37 +0000 (01:59 +0200)]
contribs: update libpng patch for OSX

15 years agoIgnore invalid blocks (on broken files).
Laurent Aimar [Tue, 19 Aug 2008 22:50:20 +0000 (00:50 +0200)]
Ignore invalid blocks (on broken files).
workarounds a bug in KaxBlockVirtual implementation (close #1079).

15 years agoCheck asprintf return value.
Rémi Duraffort [Tue, 19 Aug 2008 22:07:21 +0000 (00:07 +0200)]
Check asprintf return value.

15 years agoFix warnings.
Rémi Duraffort [Tue, 19 Aug 2008 22:01:08 +0000 (00:01 +0200)]
Fix warnings.