]> git.sesse.net Git - vlc/log
vlc
15 years agoVLC_OBJECT_DIALOGS: remove
Rémi Denis-Courmont [Sat, 28 Jun 2008 18:36:02 +0000 (21:36 +0300)]
VLC_OBJECT_DIALOGS: remove

15 years agovlc_object_create: assert that the object type is known
Rémi Denis-Courmont [Sat, 28 Jun 2008 18:34:42 +0000 (21:34 +0300)]
vlc_object_create: assert that the object type is known

15 years agoUse sizeof(vlc_object_t) as appropriate
Rémi Denis-Courmont [Sat, 28 Jun 2008 18:31:20 +0000 (21:31 +0300)]
Use sizeof(vlc_object_t) as appropriate

15 years agovout: use vlc_custom_create
Rémi Denis-Courmont [Sat, 28 Jun 2008 18:22:24 +0000 (21:22 +0300)]
vout: use vlc_custom_create

15 years agovlc_pthread_fatal: fix error message
Rémi Denis-Courmont [Sat, 28 Jun 2008 17:43:51 +0000 (20:43 +0300)]
vlc_pthread_fatal: fix error message

The error message was overriden to "Illegal seek"

15 years agoTypo
Rémi Denis-Courmont [Sat, 28 Jun 2008 17:25:33 +0000 (20:25 +0300)]
Typo

15 years agoRemove completely useless mutex
Rémi Denis-Courmont [Sat, 28 Jun 2008 17:23:37 +0000 (20:23 +0300)]
Remove completely useless mutex

15 years agoAvoid dummy error
Rémi Denis-Courmont [Sat, 28 Jun 2008 17:15:07 +0000 (20:15 +0300)]
Avoid dummy error

15 years agoRemove unused variable
Rémi Denis-Courmont [Sat, 28 Jun 2008 17:15:01 +0000 (20:15 +0300)]
Remove unused variable

15 years agoWe don't need the vlc_mutex_lock here.
Rémi Duraffort [Sat, 28 Jun 2008 17:00:05 +0000 (19:00 +0200)]
We don't need the vlc_mutex_lock here.

15 years agoMove intf-popupmenu and video-on-top variables from playlist to libvlc.
Antoine Cellerier [Sat, 28 Jun 2008 17:02:05 +0000 (19:02 +0200)]
Move intf-popupmenu and video-on-top variables from playlist to libvlc.
Should fix assertion errors.

15 years agoSmall fixes for ts_mux
Kaloyan Kovachev [Fri, 27 Jun 2008 11:00:49 +0000 (14:00 +0300)]
Small fixes for ts_mux

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoFix a few bugs in mosaic bridge.
Antoine Cellerier [Sat, 28 Jun 2008 14:09:05 +0000 (16:09 +0200)]
Fix a few bugs in mosaic bridge.

15 years agoRemove abusive error message
Rémi Denis-Courmont [Sat, 28 Jun 2008 12:36:38 +0000 (15:36 +0300)]
Remove abusive error message

15 years agoChunkFind: fix skipping very large chunks
Rémi Denis-Courmont [Sat, 28 Jun 2008 10:32:07 +0000 (13:32 +0300)]
ChunkFind: fix skipping very large chunks

15 years agouint is not standard (and breaks Win32) - use unsigned
Rémi Denis-Courmont [Sat, 28 Jun 2008 10:07:02 +0000 (13:07 +0300)]
uint is not standard (and breaks Win32) - use unsigned

15 years agoRemove unused parameter
Rémi Denis-Courmont [Sat, 28 Jun 2008 09:56:26 +0000 (12:56 +0300)]
Remove unused parameter

15 years agoFix format string
Rémi Denis-Courmont [Sat, 28 Jun 2008 09:53:35 +0000 (12:53 +0300)]
Fix format string

15 years agoFix function name clash
Rémi Denis-Courmont [Sat, 28 Jun 2008 09:49:56 +0000 (12:49 +0300)]
Fix function name clash

15 years agoABI break
Rémi Denis-Courmont [Sat, 28 Jun 2008 09:46:56 +0000 (12:46 +0300)]
ABI break

15 years agoUse the Scaletempo audio filter
Rov Juvano [Sun, 22 Jun 2008 16:09:27 +0000 (12:09 -0400)]
Use the Scaletempo audio filter

Scaletempo maintains the audio pitch when playback rate != 1.0 (i.e.
no chipmunk effect).  This fixes the pitch scaling caused by using the
resampler to handle playback rate.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoAdd Scaletempo audio filter
Rov Juvano [Sun, 22 Jun 2008 16:09:27 +0000 (12:09 -0400)]
Add Scaletempo audio filter

Scaletempo maintains the audio pitch when playback rate != 1.0 (i.e.
no chipmunk effect).  This fixes the pitch scaling caused by using the
resampler to handle playback rate.

Ported from GStreamer.  Inspired by SoundTouch library by Olli Parviainen.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years ago__EVEN: expansion-safety
Rémi Denis-Courmont [Sat, 28 Jun 2008 09:37:05 +0000 (12:37 +0300)]
__EVEN: expansion-safety

15 years agoNo reason to not use $(HOSTCONF) when possible.
Jean-Baptiste Kempf [Sat, 28 Jun 2008 06:48:14 +0000 (23:48 -0700)]
No reason to not use $(HOSTCONF) when possible.

15 years agoFix previous commit.
Jean-Baptiste Kempf [Sat, 28 Jun 2008 06:10:52 +0000 (23:10 -0700)]
Fix previous commit.

Stop the drinking... Sorry about that.

15 years agoHeaders for newer libdvdread have moved :D
Jean-Baptiste Kempf [Sat, 28 Jun 2008 06:00:52 +0000 (23:00 -0700)]
Headers for newer libdvdread have moved :D

15 years agodvdread headers can be in libdvdread now...
Jean-Baptiste Kempf [Sat, 28 Jun 2008 04:57:29 +0000 (06:57 +0200)]
dvdread headers can be in libdvdread now...

15 years agoDon't use a revision of FFmpeg with broken .pc... HEAD .pc seems to be
Jean-Baptiste Kempf [Sat, 28 Jun 2008 03:56:17 +0000 (05:56 +0200)]
Don't use a revision of FFmpeg with broken .pc... HEAD .pc seems to be
fixed.

15 years agoDon't make liba52 inside ffmpeg. What is the point.
Jean-Baptiste Kempf [Sat, 28 Jun 2008 03:54:30 +0000 (05:54 +0200)]
Don't make liba52 inside ffmpeg. What is the point.

15 years agoMrraaaah at dirac 0.10 when crosscompiling. A bit sharp but works.
Jean-Baptiste Kempf [Sat, 28 Jun 2008 00:48:55 +0000 (02:48 +0200)]
Mrraaaah at dirac 0.10 when crosscompiling. A bit sharp but works.

15 years agoLibdvdnav using HEAD.
Jean-Baptiste Kempf [Fri, 27 Jun 2008 23:56:59 +0000 (01:56 +0200)]
Libdvdnav using HEAD.

15 years agoLibdvdread compile fix.
Jean-Baptiste Kempf [Fri, 27 Jun 2008 23:40:18 +0000 (01:40 +0200)]
Libdvdread compile fix.

15 years agoUse libdvdread fork on the libdvdnav SVN.
Jean-Baptiste Kempf [Fri, 27 Jun 2008 23:32:50 +0000 (01:32 +0200)]
Use libdvdread fork on the libdvdnav SVN.

15 years agoContrib: add libschroedinger. Add some patches that would be dropped on next
Pavlov Konstantin [Mon, 23 Jun 2008 20:31:48 +0000 (00:31 +0400)]
Contrib: add libschroedinger. Add some patches that would be dropped on next
libschroedinger release.
Contrib: fix fluidsynth distclean target.

15 years agoNEWS: tell users about glide removal.
Pavlov Konstantin [Fri, 20 Jun 2008 20:56:04 +0000 (00:56 +0400)]
NEWS: tell users about glide removal.

15 years agouse strcasestr in input_MetaMatch too, so search is really case insensitive.
Ilkka Ollakka [Fri, 27 Jun 2008 14:23:54 +0000 (17:23 +0300)]
use strcasestr in input_MetaMatch too, so search is really case insensitive.

15 years agoCheck some invalid uses of pl_Yield()
Rémi Denis-Courmont [Fri, 27 Jun 2008 15:43:15 +0000 (18:43 +0300)]
Check some invalid uses of pl_Yield()

15 years agoRemove video output when input stops - fixes #1637
Rémi Denis-Courmont [Fri, 27 Jun 2008 15:31:27 +0000 (18:31 +0300)]
Remove video output when input stops - fixes #1637

15 years agoAdd dirac to the list of ffmpeg codecs (enabled decoding of raw dirac video).
Antoine Cellerier [Fri, 27 Jun 2008 14:03:58 +0000 (16:03 +0200)]
Add dirac to the list of ffmpeg codecs (enabled decoding of raw dirac video).

15 years agoDon't segfault when looking for art with the lua scripts. Thanks to ILEoo for spoting...
Antoine Cellerier [Fri, 27 Jun 2008 11:29:10 +0000 (13:29 +0200)]
Don't segfault when looking for art with the lua scripts. Thanks to ILEoo for spoting the bug.

15 years agoDon't release vout if it ain't present (eg. when audio is playing and
Ilkka Ollakka [Fri, 27 Jun 2008 11:29:41 +0000 (14:29 +0300)]
Don't release vout if it ain't present (eg. when audio is playing and
background image is only visible).

15 years agogive playlist to vlclua_playlist_add_internal instead of NULL, core doesn't like
Ilkka Ollakka [Fri, 27 Jun 2008 11:15:36 +0000 (14:15 +0300)]
give playlist to vlclua_playlist_add_internal instead of NULL, core doesn't like
NULL as playlist. fixes eg. youtube usage for me. Thou not sure if this
could be done some better way.

15 years agoFix warning
Rémi Denis-Courmont [Thu, 26 Jun 2008 16:05:13 +0000 (19:05 +0300)]
Fix warning

15 years agoWarn about buggy X11 connections
Rémi Denis-Courmont [Thu, 26 Jun 2008 16:00:37 +0000 (19:00 +0300)]
Warn about buggy X11 connections

15 years agoRemove unused variable
Rémi Denis-Courmont [Thu, 26 Jun 2008 15:54:05 +0000 (18:54 +0300)]
Remove unused variable

15 years agoBump version
Rémi Denis-Courmont [Thu, 26 Jun 2008 15:39:38 +0000 (18:39 +0300)]
Bump version

15 years agoRemove dummy $Id$
Rémi Denis-Courmont [Thu, 26 Jun 2008 15:38:55 +0000 (18:38 +0300)]
Remove dummy $Id$

15 years agoMerge branch 'master' of git@git.videolan.org:vlc
Ilkka Ollakka [Thu, 26 Jun 2008 07:38:53 +0000 (10:38 +0300)]
Merge branch 'master' of git@git.videolan.org:vlc

15 years agoSet strict-rc functionality as default if user hasn't
Ilkka Ollakka [Thu, 26 Jun 2008 07:32:52 +0000 (10:32 +0300)]
Set strict-rc functionality as default if user hasn't
defined quality based encoding, and remove strict-rc option
because it's not needed ( thou maybe someone needs vbr-transcoding
with some hint of bitrate without quality-based encoding ? )

Should fix transcoding bitrate bug and close ticket #1463

15 years agoFix hidding of fullscreen controller after leaving fullscreen
Lukas Durfina [Wed, 25 Jun 2008 12:25:44 +0000 (14:25 +0200)]
Fix hidding of fullscreen controller after leaving fullscreen

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoA few OS X related clarifications and updates
Felix Paul Kühne [Wed, 25 Jun 2008 23:53:46 +0000 (01:53 +0200)]
A few OS X related clarifications and updates

15 years agoRemove Unicows.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 20:54:04 +0000 (13:54 -0700)]
Remove Unicows.

If you don't like it, repair it or fork it :D
Or install debian. :D

15 years agoWin98 is dead.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 20:52:55 +0000 (13:52 -0700)]
Win98 is dead.

15 years agoFix the update system now we can't close vlc and stop the download correctly.
Rémi Duraffort [Wed, 25 Jun 2008 20:38:44 +0000 (22:38 +0200)]
Fix the update system now we can't close vlc and stop the download correctly.
Should fixe #1635

15 years agoFix the update system, based on funman patch + some modifications.
Rémi Duraffort [Wed, 25 Jun 2008 19:54:20 +0000 (21:54 +0200)]
Fix the update system, based on funman patch + some modifications.

15 years agoWindows 98 is dead.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 19:53:43 +0000 (12:53 -0700)]
Windows 98 is dead.

If you are unpleased about that, fix the core (threading and networking).

15 years agoMerge branch 'master' of git@git.videolan.org:vlc
Jean-Baptiste Kempf [Wed, 25 Jun 2008 19:49:51 +0000 (12:49 -0700)]
Merge branch 'master' of git@git.videolan.org:vlc

15 years agoNEWS and THANKS.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 19:48:09 +0000 (12:48 -0700)]
NEWS and THANKS.

Mentions of FS controller and dropping support of old platform.

15 years agoAllow more than one use of the video widget
Rémi Denis-Courmont [Wed, 25 Jun 2008 19:29:49 +0000 (22:29 +0300)]
Allow more than one use of the video widget

However, I suspect the Qt4 interface will break if there is more than
one video output _at_the_same_time_

15 years agoQt4: small memory leak
Rémi Denis-Courmont [Wed, 25 Jun 2008 19:10:27 +0000 (22:10 +0300)]
Qt4: small memory leak

15 years agoRevert "Disable embedded window by default"
Rémi Denis-Courmont [Wed, 25 Jun 2008 19:06:07 +0000 (22:06 +0300)]
Revert "Disable embedded window by default"

This reverts commit 6214852830f1efc761af1181f5d777732efbc758.

15 years agoQt4: restore the fullscreen controller
Rémi Denis-Courmont [Wed, 25 Jun 2008 19:05:44 +0000 (22:05 +0300)]
Qt4: restore the fullscreen controller

15 years agoUse QPointer and QMutexLocker so we don't crash at Qt4 interface exit
Rémi Denis-Courmont [Wed, 25 Jun 2008 18:59:53 +0000 (21:59 +0300)]
Use QPointer and QMutexLocker so we don't crash at Qt4 interface exit

15 years agovariables use are thread safe. No need for nested locking.
Rémi Denis-Courmont [Wed, 25 Jun 2008 18:44:47 +0000 (21:44 +0300)]
variables use are thread safe. No need for nested locking.

15 years agoRemove useless variable
Rémi Denis-Courmont [Wed, 25 Jun 2008 18:42:05 +0000 (21:42 +0300)]
Remove useless variable

15 years agoQt4 window: use a proper condition variable instead of msleep()
Rémi Denis-Courmont [Wed, 25 Jun 2008 18:38:23 +0000 (21:38 +0300)]
Qt4 window: use a proper condition variable instead of msleep()

15 years agoRemove out-of-date comments
Rémi Denis-Courmont [Wed, 25 Jun 2008 18:21:48 +0000 (21:21 +0300)]
Remove out-of-date comments

15 years agoBreak compilation on Qt4.2
Jean-Baptiste Kempf [Wed, 25 Jun 2008 18:35:55 +0000 (11:35 -0700)]
Break compilation on Qt4.2

Man QEventLoop and man QxtSignalWait can help fix that.

15 years agoFix typo.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 06:26:07 +0000 (23:26 -0700)]
Fix typo.

15 years agoAdd OMA to the interface
Jean-Baptiste Kempf [Wed, 25 Jun 2008 05:36:48 +0000 (22:36 -0700)]
Add OMA to the interface

Since ffplay can read those files now :D

15 years agoVery small fixes on UI.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 04:34:28 +0000 (21:34 -0700)]
Very small fixes on UI.

15 years agoForgotten tooltip :D
Jean-Baptiste Kempf [Wed, 25 Jun 2008 04:33:53 +0000 (21:33 -0700)]
Forgotten tooltip :D

15 years agoFix Ok/Cancel button position in advanced capture properties.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 01:49:07 +0000 (18:49 -0700)]
Fix Ok/Cancel button position in advanced capture properties.

15 years agoCode Cosmetics
Jean-Baptiste Kempf [Wed, 25 Jun 2008 01:45:42 +0000 (18:45 -0700)]
Code Cosmetics

15 years agoAdd RTMP option on the panel.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 01:37:42 +0000 (18:37 -0700)]
Add RTMP option on the panel.

15 years agoFix network panel behaviour (comboBox and adress generation especially )
Jean-Baptiste Kempf [Wed, 25 Jun 2008 01:34:06 +0000 (18:34 -0700)]
Fix network panel behaviour (comboBox and adress generation especially )

15 years agoFix permissions
Christophe Mutricy [Mon, 23 Jun 2008 21:27:55 +0000 (22:27 +0100)]
Fix permissions

15 years agoIncrease videowidget size priority over the others.
Christophe Mutricy [Wed, 25 Jun 2008 00:04:21 +0000 (01:04 +0100)]
Increase videowidget size priority over the others.

At the moment it is redumbdant with 6ec764aec733da
(QSizePolicy::Expanding) but it will be needed when the docked playlist
is re-implemented

15 years agoCosmetics
Jean-Baptiste Kempf [Tue, 24 Jun 2008 23:59:37 +0000 (16:59 -0700)]
Cosmetics

15 years agoDon't expand the bar, but the video during resizing...
Jean-Baptiste Kempf [Tue, 24 Jun 2008 23:41:45 +0000 (16:41 -0700)]
Don't expand the bar, but the video during resizing...

15 years agoResize the video to the normal size on launch
Jean-Baptiste Kempf [Tue, 24 Jun 2008 23:31:12 +0000 (16:31 -0700)]
Resize the video to the normal size on launch

15 years agoForce dialog to be shown when automatic updates are made.
Jean-Baptiste Kempf [Tue, 24 Jun 2008 22:34:21 +0000 (15:34 -0700)]
Force dialog to be shown when automatic updates are made.

15 years agoFix a double vlc_object_release (partially fix the update system)
Rémi Duraffort [Tue, 24 Jun 2008 20:54:52 +0000 (22:54 +0200)]
Fix a double vlc_object_release (partially fix the update system)

15 years agoWe actually need to deliver the signal synchronously here
Rémi Denis-Courmont [Tue, 24 Jun 2008 20:25:02 +0000 (23:25 +0300)]
We actually need to deliver the signal synchronously here

Otherwise I sometimes get:
[????????] x11 video output error: X11 request 2.0 failed with error
code 3:
 BadWindow (invalid Window parameter)
 X Error of failed request:  BadWindow (invalid Window parameter)
 Major opcode of failed request:  2 (X_ChangeWindowAttributes)
 Resource id in failed request:  0x1000027
 Serial number of failed request:  26
 Current serial number in output stream:  27

15 years agoFix vout_ReleaseWindow invocation
Rémi Denis-Courmont [Tue, 24 Jun 2008 18:26:18 +0000 (21:26 +0300)]
Fix vout_ReleaseWindow invocation

15 years agoFix/workaround for #1633 (input rate not set)
Rémi Denis-Courmont [Tue, 24 Jun 2008 18:02:50 +0000 (21:02 +0300)]
Fix/workaround for #1633 (input rate not set)

Someone still needs to fix this properly though...

15 years agolibvlc_InternalDestroy: remove dead code
Rémi Denis-Courmont [Tue, 24 Jun 2008 16:23:41 +0000 (19:23 +0300)]
libvlc_InternalDestroy: remove dead code

15 years agoAvoid potential problems with bad saved value
Lukas Durfina [Mon, 23 Jun 2008 17:33:21 +0000 (19:33 +0200)]
Avoid potential problems with bad saved value

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoDistribute images for telx functionality.
Jean-Paul Saman [Tue, 24 Jun 2008 11:49:07 +0000 (13:49 +0200)]
Distribute images for telx functionality.

15 years agofixed compilation on debian etch.
Yohann Martineau [Mon, 23 Jun 2008 22:19:07 +0000 (00:19 +0200)]
fixed compilation on debian etch.

config.h is now included first, before any other header.

Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
15 years agoRenumber event number in order to debug better.
Jean-Baptiste Kempf [Tue, 24 Jun 2008 06:27:22 +0000 (23:27 -0700)]
Renumber event number in order to debug better.

This doesn't change any functionnality.

15 years agoFix DVD menu button. Fix metadata name displaying.
Jean-Baptiste Kempf [Tue, 24 Jun 2008 06:23:52 +0000 (23:23 -0700)]
Fix DVD menu button. Fix metadata name displaying.

This needs more checks, because we might have unneeded stuffs left.

15 years agoFix compiling warning.
Rémi Duraffort [Mon, 23 Jun 2008 19:58:23 +0000 (21:58 +0200)]
Fix compiling warning.

15 years agoRemove unneeded msg_Err and check malloc return value.
Rémi Duraffort [Mon, 23 Jun 2008 19:57:54 +0000 (21:57 +0200)]
Remove unneeded msg_Err and check malloc return value.

15 years agoMalloc return value.
Rémi Duraffort [Mon, 23 Jun 2008 19:39:19 +0000 (21:39 +0200)]
Malloc return value.

15 years agoClose file in all cases.
Rémi Duraffort [Mon, 23 Jun 2008 19:25:57 +0000 (21:25 +0200)]
Close file in all cases.

15 years agoFortunes update
Mirsal Ennaime [Mon, 23 Jun 2008 19:10:48 +0000 (21:10 +0200)]
Fortunes update

15 years agoFixes a leftover in [eb691987575a7fd877da56d5c8c1219795e02347]
Eric Petit [Mon, 23 Jun 2008 16:59:48 +0000 (18:59 +0200)]
Fixes a leftover in [eb691987575a7fd877da56d5c8c1219795e02347]

15 years agoSet i_visible_width/height, some video filters need it (e.g. croppadd)
Eric Petit [Mon, 23 Jun 2008 16:55:14 +0000 (18:55 +0200)]
Set i_visible_width/height, some video filters need it (e.g. croppadd)

15 years agoFixes the input format for the video user filter chain
Eric Petit [Mon, 23 Jun 2008 16:33:51 +0000 (18:33 +0200)]
Fixes the input format for the video user filter chain