]> git.sesse.net Git - vlc/log
vlc
14 years agoQt: make the search box take less space.
Jean-Baptiste Kempf [Fri, 4 Dec 2009 13:08:06 +0000 (14:08 +0100)]
Qt: make the search box take less space.

14 years agoContribs: update libpng-osx.patch.
Konstantin Pavlov [Fri, 4 Dec 2009 12:07:27 +0000 (15:07 +0300)]
Contribs: update libpng-osx.patch.

14 years agoWin32 Contribs: now with CDDB, SQLite3 and projectM
Jean-Baptiste Kempf [Fri, 4 Dec 2009 11:57:25 +0000 (12:57 +0100)]
Win32 Contribs: now with CDDB, SQLite3 and projectM

14 years agoSQL/SQLite: Fix GetColumn functions in SQLite and implement a GetColumnSize function
Srikanth Raju [Mon, 30 Nov 2009 08:58:00 +0000 (14:28 +0530)]
SQL/SQLite: Fix GetColumn functions in SQLite and implement a GetColumnSize function

Add a GetColumnSize function in the SQL API.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoqt4: kill some reallocations.
Rémi Duraffort [Fri, 4 Dec 2009 11:02:59 +0000 (12:02 +0100)]
qt4: kill some reallocations.

14 years agoMerge FFmpeg on Windows
Jean-Baptiste Kempf [Fri, 4 Dec 2009 10:45:19 +0000 (11:45 +0100)]
Merge FFmpeg on Windows

14 years agoConfigure: fix typo
Jean-Baptiste Kempf [Fri, 4 Dec 2009 10:45:08 +0000 (11:45 +0100)]
Configure: fix typo

14 years agodc1394: fix memleaks.
Rémi Duraffort [Fri, 4 Dec 2009 10:38:58 +0000 (11:38 +0100)]
dc1394: fix memleaks.

14 years agodc1394: fix potential memleak.
Rémi Duraffort [Fri, 4 Dec 2009 10:33:46 +0000 (11:33 +0100)]
dc1394: fix potential memleak.

14 years agodc1394: fix debug messages
Rémi Duraffort [Fri, 4 Dec 2009 10:31:09 +0000 (11:31 +0100)]
dc1394: fix debug messages

14 years agodc1394: We must quit the function if the file handler is -1 (and not continue like...
Rémi Duraffort [Fri, 4 Dec 2009 10:16:01 +0000 (11:16 +0100)]
dc1394: We must quit the function if the file handler is -1 (and not continue like if that's ok).

14 years agodc1394: factorize.
Rémi Duraffort [Fri, 4 Dec 2009 09:55:23 +0000 (10:55 +0100)]
dc1394: factorize.

14 years agoActivate projectM for windows
Jean-Baptiste Kempf [Fri, 4 Dec 2009 10:06:51 +0000 (11:06 +0100)]
Activate projectM for windows

14 years agoContrib: various fixes to hope fixing projectM compilation
Jean-Baptiste Kempf [Fri, 4 Dec 2009 08:14:31 +0000 (09:14 +0100)]
Contrib: various fixes to hope fixing projectM compilation

14 years agoContrib: update taglib to 1.6.1
Jean-Baptiste Kempf [Fri, 4 Dec 2009 00:00:16 +0000 (01:00 +0100)]
Contrib: update taglib to 1.6.1

14 years agoFix DirectSound spdif audio output
Jeff Lu [Wed, 2 Dec 2009 18:50:17 +0000 (10:50 -0800)]
Fix DirectSound spdif audio output

DirectSound spdif-mode audio output was garbled because buffer calculations
were using always pcm-mode size values.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoContrib: minor update for theora and libpng
Jean-Baptiste Kempf [Thu, 3 Dec 2009 22:53:42 +0000 (23:53 +0100)]
Contrib: minor update for theora and libpng

14 years agolibprojectM 2.0.0 update for Win32
Jean-Baptiste Kempf [Thu, 3 Dec 2009 22:48:26 +0000 (23:48 +0100)]
libprojectM 2.0.0 update for Win32

14 years agoContrib: add Glew for projectM
Jean-Baptiste Kempf [Thu, 3 Dec 2009 21:33:13 +0000 (22:33 +0100)]
Contrib: add Glew for projectM

This stupid library with only 1 file to compile has won, by far, to be awarded the MOST STUPID config/Makefile system... Seriously, autotools is bad, but if you do stuff like that, please go and stop using a computer

14 years agoForce projectM to be static
Jean-Baptiste Kempf [Thu, 3 Dec 2009 20:58:39 +0000 (21:58 +0100)]
Force projectM to be static

14 years agoContribs: use projectM 2.0.0
Jean-Baptiste Kempf [Thu, 3 Dec 2009 20:56:31 +0000 (21:56 +0100)]
Contribs: use projectM 2.0.0

14 years agoContrib bootstrap: ready cmake crosscompilation
Jean-Baptiste Kempf [Thu, 3 Dec 2009 22:39:17 +0000 (23:39 +0100)]
Contrib bootstrap: ready cmake crosscompilation

14 years agoQt: remove unnecessary macro
Jean-Baptiste Kempf [Tue, 1 Dec 2009 01:04:59 +0000 (02:04 +0100)]
Qt: remove unnecessary macro

14 years agoQt: rename panels.hpp to standardpanel.hpp
Jean-Baptiste Kempf [Sun, 29 Nov 2009 23:44:01 +0000 (00:44 +0100)]
Qt: rename panels.hpp to standardpanel.hpp

We don't have anymore 2 types of panels.

14 years agoQt: Remove the gotoPlaying button, as noone understood it.
Jean-Baptiste Kempf [Sun, 29 Nov 2009 23:39:50 +0000 (00:39 +0100)]
Qt: Remove the gotoPlaying button, as noone understood it.

14 years agoQt: playlist, remove the bar of buttons at the bottom
Jean-Baptiste Kempf [Sun, 29 Nov 2009 23:37:10 +0000 (00:37 +0100)]
Qt: playlist, remove the bar of buttons at the bottom

It just changes the layout, but not much more yet.

14 years agoQt: playlist code cosmetics
Jean-Baptiste Kempf [Sun, 29 Nov 2009 23:26:43 +0000 (00:26 +0100)]
Qt: playlist code cosmetics

14 years agoQt: remove random and repeat buttons from playlist
Jean-Baptiste Kempf [Sun, 29 Nov 2009 23:21:56 +0000 (00:21 +0100)]
Qt: remove random and repeat buttons from playlist

And clean the code.

14 years agoQt: Remove PLPanel upper class
Jean-Baptiste Kempf [Sun, 29 Nov 2009 23:17:36 +0000 (00:17 +0100)]
Qt: Remove PLPanel upper class

14 years agoQt: add repeat and random button to the default toolbar
Jean-Baptiste Kempf [Sun, 29 Nov 2009 22:37:08 +0000 (23:37 +0100)]
Qt: add repeat and random button to the default toolbar

14 years agoNEWS: XvMC was removed
Jean-Baptiste Kempf [Sun, 29 Nov 2009 22:16:49 +0000 (23:16 +0100)]
NEWS: XvMC was removed

14 years agoQt: allow loop/repeat button to be in a toolbar (part 2)
Jean-Baptiste Kempf [Sun, 29 Nov 2009 22:16:16 +0000 (23:16 +0100)]
Qt: allow loop/repeat button to be in a toolbar (part 2)

Action and states consistency

14 years agoHotkeys: add missing break in switch
Jean-Baptiste Kempf [Sun, 29 Nov 2009 20:24:24 +0000 (21:24 +0100)]
Hotkeys: add missing break in switch

14 years agoQt: allow loop/repeat button to be in a toolbar (part 1)
Jean-Baptiste Kempf [Sun, 29 Nov 2009 16:47:09 +0000 (17:47 +0100)]
Qt: allow loop/repeat button to be in a toolbar (part 1)

14 years agoQt: make sure the random buttons states are consistent
Jean-Baptiste Kempf [Sun, 29 Nov 2009 17:20:24 +0000 (18:20 +0100)]
Qt: make sure the random buttons states are consistent

with the core and between themselves

14 years agoQt: code cosmetic
Jean-Baptiste Kempf [Sun, 29 Nov 2009 16:48:23 +0000 (17:48 +0100)]
Qt: code cosmetic

14 years agoQt: actually activate random action
Jean-Baptiste Kempf [Sun, 29 Nov 2009 16:13:07 +0000 (17:13 +0100)]
Qt: actually activate random action

14 years agoQt: moving Random to the normal toolbars
Jean-Baptiste Kempf [Sat, 28 Nov 2009 13:09:35 +0000 (14:09 +0100)]
Qt: moving Random to the normal toolbars

14 years agoQt: factorize again
Jean-Baptiste Kempf [Sat, 28 Nov 2009 13:29:07 +0000 (14:29 +0100)]
Qt: factorize again

14 years agoQt: factorize
Jean-Baptiste Kempf [Sat, 28 Nov 2009 13:24:06 +0000 (14:24 +0100)]
Qt: factorize

14 years agoQt: fix tab order
Jean-Baptiste Kempf [Fri, 27 Nov 2009 17:51:11 +0000 (18:51 +0100)]
Qt: fix tab order

14 years agoQt: add the hw-accel to simple preferences
Jean-Baptiste Kempf [Fri, 27 Nov 2009 17:50:14 +0000 (18:50 +0100)]
Qt: add the hw-accel to simple preferences

14 years agoQt: first run dialog is never asked again if --no-qt-privacy-ask was passed on the...
Jean-Baptiste Kempf [Fri, 27 Nov 2009 17:41:02 +0000 (18:41 +0100)]
Qt: first run dialog is never asked again if --no-qt-privacy-ask was passed on the first run.

This will help deployment.
And Close #1834.
I believe that it will work on Maemo now.

14 years agoQt4: firstRun dialog is now separated
Jean-Baptiste Kempf [Fri, 27 Nov 2009 17:28:29 +0000 (18:28 +0100)]
Qt4: firstRun dialog is now separated

14 years agoBlacklist Qt 4.5.0 as promised
Jean-Baptiste Kempf [Fri, 27 Nov 2009 14:09:28 +0000 (15:09 +0100)]
Blacklist Qt 4.5.0 as promised

I know this is annoying, but it is too difficult to maintain.
If you are a maintainer, you can revert this commit, but this isn't advised

14 years agoQt: remove unnecessary includes
Jean-Baptiste Kempf [Fri, 27 Nov 2009 14:08:10 +0000 (15:08 +0100)]
Qt: remove unnecessary includes

14 years agoUpdate NEWS and LIST
Jean-Baptiste Kempf [Fri, 27 Nov 2009 14:07:48 +0000 (15:07 +0100)]
Update NEWS and LIST

14 years agoChange debug
Jean-Baptiste Kempf [Thu, 15 Oct 2009 20:00:35 +0000 (22:00 +0200)]
Change debug

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoQt: code cosmetics
Jean-Baptiste Kempf [Wed, 14 Oct 2009 20:02:45 +0000 (22:02 +0200)]
Qt: code cosmetics

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoQt: use a single state variable and debug
Jean-Baptiste Kempf [Wed, 14 Oct 2009 20:00:29 +0000 (22:00 +0200)]
Qt: use a single state variable and debug

This also fixes the non returning to the correct size because of too high minimumSize();

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoQt: move to Stack Widget, part 2
Jean-Baptiste Kempf [Tue, 13 Oct 2009 13:19:29 +0000 (15:19 +0200)]
Qt: move to Stack Widget, part 2

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoQt: change mainLayout
Jean-Baptiste Kempf [Thu, 8 Oct 2009 08:58:43 +0000 (10:58 +0200)]
Qt: change mainLayout

And use a QStackedWidget.
This will be usefull in the future to:
 - simplify the code about states and video-resize
 - support Qt Animations

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agobandlimited: check input format more thoroughly (closes #3171)
Rémi Denis-Courmont [Thu, 3 Dec 2009 21:49:52 +0000 (23:49 +0200)]
bandlimited: check input format more thoroughly (closes #3171)

14 years agoCode factor
Rémi Denis-Courmont [Thu, 3 Dec 2009 21:49:31 +0000 (23:49 +0200)]
Code factor

14 years agocontribs: updated binary package for all Darwin flavours including SQLite 3.6.20...
Felix Paul Kühne [Thu, 3 Dec 2009 20:43:29 +0000 (21:43 +0100)]
contribs: updated binary package for all Darwin flavours including SQLite 3.6.20 and the usual round of updates for the other libraries

14 years agocontribs: make sure regex and SQLite get only compiled once per release
Felix Paul Kühne [Thu, 3 Dec 2009 20:41:46 +0000 (21:41 +0100)]
contribs: make sure regex and SQLite get only compiled once per release

14 years agocontribs: added SQLite 3.6.20 to the OS X contribs
Felix Paul Kühne [Thu, 3 Dec 2009 20:29:23 +0000 (21:29 +0100)]
contribs: added SQLite 3.6.20 to the OS X contribs

14 years agodc1394: cleanings (no need to set p_sys to NULL and some other stuffs).
Rémi Duraffort [Thu, 3 Dec 2009 19:30:34 +0000 (20:30 +0100)]
dc1394: cleanings (no need to set p_sys to NULL and some other stuffs).

14 years agodc1394: factorize.
Rémi Duraffort [Wed, 25 Nov 2009 14:32:10 +0000 (15:32 +0100)]
dc1394: factorize.

14 years agojack: use real latency for buffer date
Jakob Leben [Thu, 3 Dec 2009 13:54:41 +0000 (14:54 +0100)]
jack: use real latency for buffer date

14 years agoFix win32 package generation - thanks to linkfanel
Rafaël Carré [Thu, 3 Dec 2009 10:29:36 +0000 (11:29 +0100)]
Fix win32 package generation - thanks to linkfanel

14 years agoMAINTAINERS is gone
Rafaël Carré [Thu, 3 Dec 2009 10:06:40 +0000 (11:06 +0100)]
MAINTAINERS is gone

14 years agowindows: Convert vlc directory path to UTF8
Rafaël Carré [Thu, 3 Dec 2009 04:44:31 +0000 (05:44 +0100)]
windows: Convert vlc directory path to UTF8

14 years agorc: make sure return value is set
Rafaël Carré [Wed, 2 Dec 2009 15:27:22 +0000 (16:27 +0100)]
rc: make sure return value is set

14 years agoncurses contrib
Rafaël Carré [Wed, 2 Dec 2009 00:55:22 +0000 (01:55 +0100)]
ncurses contrib

update to 5.7
only build & install library & headers
configure with --prefix=/usr so library (newterm() at least) will look
at installed terminfo database (ncurses interface wouldn't work on OSX)

14 years agoRevert accidental chunk
Rémi Denis-Courmont [Tue, 1 Dec 2009 20:45:47 +0000 (22:45 +0200)]
Revert accidental chunk

14 years agoQt4: implement SAP in the streaming wizard
Rémi Denis-Courmont [Tue, 1 Dec 2009 20:42:14 +0000 (22:42 +0200)]
Qt4: implement SAP in the streaming wizard

14 years agorc module: fix snapshot command
Erwan Tulou [Tue, 1 Dec 2009 18:30:49 +0000 (19:30 +0100)]
rc module: fix snapshot command

type is void and not boolean (assert failed in var_SetChecked)

14 years agoi18n: remove deleted files
Pierre Ynard [Tue, 1 Dec 2009 00:00:15 +0000 (01:00 +0100)]
i18n: remove deleted files

14 years agoQt4: separate native RTP from RTP/TS
Rémi Denis-Courmont [Mon, 30 Nov 2009 20:50:09 +0000 (22:50 +0200)]
Qt4: separate native RTP from RTP/TS

14 years agoCode factorization
Rémi Denis-Courmont [Mon, 30 Nov 2009 20:31:12 +0000 (22:31 +0200)]
Code factorization

14 years agoQt4: remove (no-)sout-keep option
Rémi Denis-Courmont [Mon, 30 Nov 2009 20:21:56 +0000 (22:21 +0200)]
Qt4: remove (no-)sout-keep option

This is not really relevant as long as we have only one item.
However, sout-keep should really always be on anyway when streaming.
Most protocols would terminate client connections when the item
changes, and the file output would overwrite the file.

(sout_gather would be more problematic. We should use it too, but it
has always made sout_display crash.)

14 years agoRTP out: convert s16l to s16b on the fly
Rémi Denis-Courmont [Mon, 30 Nov 2009 17:47:28 +0000 (19:47 +0200)]
RTP out: convert s16l to s16b on the fly

14 years agoQt4: add profile for raw CD audio quality
Rémi Denis-Courmont [Mon, 30 Nov 2009 17:35:17 +0000 (19:35 +0200)]
Qt4: add profile for raw CD audio quality

14 years agoKill a few relocations
Rémi Denis-Courmont [Mon, 30 Nov 2009 17:34:54 +0000 (19:34 +0200)]
Kill a few relocations

14 years agoQt4: let the compiler figure the number of profiles
Rémi Denis-Courmont [Mon, 30 Nov 2009 17:32:24 +0000 (19:32 +0200)]
Qt4: let the compiler figure the number of profiles

14 years agoQt4: try to improve sout protocol names
Rémi Denis-Courmont [Mon, 30 Nov 2009 17:13:35 +0000 (19:13 +0200)]
Qt4: try to improve sout protocol names

14 years agoQt4: missing qtr
Rémi Denis-Courmont [Mon, 30 Nov 2009 17:10:28 +0000 (19:10 +0200)]
Qt4: missing qtr

14 years agoQt4: remove audio/video port from RTP streaming wizard
Rémi Denis-Courmont [Mon, 30 Nov 2009 17:03:25 +0000 (19:03 +0200)]
Qt4: remove audio/video port from RTP streaming wizard

14 years agoQt4: reset playlist columns settings in transition to 1.1.0
Jakob Leben [Mon, 30 Nov 2009 15:48:45 +0000 (16:48 +0100)]
Qt4: reset playlist columns settings in transition to 1.1.0

Reusing settings from before 1.1.0 results in a mess.

14 years agoRemove Xsp
Rémi Denis-Courmont [Sun, 29 Nov 2009 21:58:20 +0000 (23:58 +0200)]
Remove Xsp

We don't use GLX with Xomap (rather XV or X11)

14 years agoXlib: remove (most) non-GLX stuff
Rémi Denis-Courmont [Sun, 29 Nov 2009 21:57:02 +0000 (23:57 +0200)]
Xlib: remove (most) non-GLX stuff

14 years agoRemove the XvMC plugin
Rémi Denis-Courmont [Sun, 29 Nov 2009 21:48:51 +0000 (23:48 +0200)]
Remove the XvMC plugin

In 0.9, the output refuses to work and the codec just segfaults.
In 1.0, it is inoperant due to the removal of the forked libmpeg2.
In 1.1, we would anyway need to rewrite it to the new vout API.

14 years agoGLX: remove silly --glx-shm option
Rémi Denis-Courmont [Sun, 29 Nov 2009 20:25:41 +0000 (22:25 +0200)]
GLX: remove silly --glx-shm option

14 years agoGLX: remove MIT-SHM support infrastructure
Rémi Denis-Courmont [Sun, 29 Nov 2009 20:22:46 +0000 (22:22 +0200)]
GLX: remove MIT-SHM support infrastructure

GLX does not use SysV shared memory directly.

14 years agoGLX: remove nonsensical glx-adaptor
Rémi Denis-Courmont [Sun, 29 Nov 2009 20:14:39 +0000 (22:14 +0200)]
GLX: remove nonsensical glx-adaptor

This smells like fishy cut&paste from the former XV plugin.

14 years agoXCB/window: remove duplicate setting (already in XCB/x11)
Rémi Denis-Courmont [Sun, 29 Nov 2009 20:07:56 +0000 (22:07 +0200)]
XCB/window: remove duplicate setting (already in XCB/x11)

14 years agoXCB/screen: support windows on other non-default screens
Rémi Denis-Courmont [Sun, 29 Nov 2009 18:21:51 +0000 (20:21 +0200)]
XCB/screen: support windows on other non-default screens

14 years agoFix previous commit
Rémi Denis-Courmont [Sun, 29 Nov 2009 16:22:51 +0000 (18:22 +0200)]
Fix previous commit

14 years agoFix another potential audio output dead lock
Rémi Denis-Courmont [Sun, 29 Nov 2009 16:10:33 +0000 (18:10 +0200)]
Fix another potential audio output dead lock

14 years agovout: better correction for wrong subtitle positioning
Jakob Leben [Sun, 29 Nov 2009 13:44:40 +0000 (14:44 +0100)]
vout: better correction for wrong subtitle positioning

Keeps previous behavior when subtitles overlapped in time,
except when trying to move subtitles below the bottom picture edge
-> they start to visually overlap because of bounding.

14 years agoRevert "vout: avoid applying subtitle offset twice and modify behavior when subtitles...
Jakob Leben [Sun, 29 Nov 2009 12:50:07 +0000 (13:50 +0100)]
Revert "vout: avoid applying subtitle offset twice and modify behavior when subtitles overlap"

This reverts commit 4c627dc613cfc9d740691baefdf1fe74108b4a63.

14 years agovout: initialize subtitle position correctly
Jakob Leben [Sun, 29 Nov 2009 12:48:44 +0000 (13:48 +0100)]
vout: initialize subtitle position correctly

14 years agoFix potential deadlock when changing audio channels (fixes #2240)
Rémi Denis-Courmont [Sun, 29 Nov 2009 11:16:51 +0000 (13:16 +0200)]
Fix potential deadlock when changing audio channels (fixes #2240)

14 years agoFix warning
Rémi Denis-Courmont [Sun, 29 Nov 2009 11:13:16 +0000 (13:13 +0200)]
Fix warning

14 years agoComplete audio locking rules
Rémi Denis-Courmont [Sun, 29 Nov 2009 11:13:28 +0000 (13:13 +0200)]
Complete audio locking rules

14 years agovout: avoid applying subtitle offset twice and modify behavior when subtitles overlap
Jakob Leben [Sun, 29 Nov 2009 11:08:36 +0000 (12:08 +0100)]
vout: avoid applying subtitle offset twice and modify behavior when subtitles overlap

Fixes the glitch when displaying subtitles and subtitle position != 0.
Modifies behavior when subtitles overlap: newer subtitles push older ones higher

14 years agoAbort on invalid lock transition
Rémi Denis-Courmont [Sun, 29 Nov 2009 11:07:16 +0000 (13:07 +0200)]
Abort on invalid lock transition

14 years agoLock order fix
Rémi Denis-Courmont [Sun, 29 Nov 2009 11:06:53 +0000 (13:06 +0200)]
Lock order fix

14 years agoAdjust rules, output FIFO after input FIFOs
Rémi Denis-Courmont [Sun, 29 Nov 2009 11:06:31 +0000 (13:06 +0200)]
Adjust rules, output FIFO after input FIFOs