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

14 years agoDebug audio output lock ordering
Rémi Denis-Courmont [Sun, 29 Nov 2009 10:38:39 +0000 (12:38 +0200)]
Debug audio output lock ordering

14 years agosmem should only start when explicitly requested
Rémi Denis-Courmont [Sun, 29 Nov 2009 09:31:20 +0000 (11:31 +0200)]
smem should only start when explicitly requested

14 years agoWin32: add VLC to the "Set program access and computer defaults" dialog
Geoffroy Couprie [Sat, 28 Nov 2009 20:14:53 +0000 (21:14 +0100)]
Win32: add VLC to the "Set program access and computer defaults" dialog

The file associations need to be implemented

14 years agoWin32: add some metadata to vlc.exe
Geoffroy Couprie [Mon, 16 Nov 2009 13:16:22 +0000 (14:16 +0100)]
Win32: add some metadata to vlc.exe

14 years agoPOTFILES: remove non-distributed files
Rémi Denis-Courmont [Sat, 28 Nov 2009 16:29:37 +0000 (18:29 +0200)]
POTFILES: remove non-distributed files

14 years agosubtitles/hotkeys: hotkey accessible subtitle position adjustment
Jakob Leben [Sat, 28 Nov 2009 12:16:44 +0000 (13:16 +0100)]
subtitles/hotkeys: hotkey accessible subtitle position adjustment

14 years agoCosmetics.
Laurent Aimar [Sat, 28 Nov 2009 10:45:57 +0000 (11:45 +0100)]
Cosmetics.

14 years agoImproved consecutives seeks behaviour.
Laurent Aimar [Sat, 28 Nov 2009 10:43:24 +0000 (11:43 +0100)]
Improved consecutives seeks behaviour.

The execution of a seek command will be postpone until the decoder has finished
its bufferisation (or until 125ms has elapsed since the last seek).

14 years agoImproved input requests merging.
Laurent Aimar [Fri, 27 Nov 2009 22:21:38 +0000 (23:21 +0100)]
Improved input requests merging.

14 years agoCosmetics.
Laurent Aimar [Fri, 27 Nov 2009 22:10:41 +0000 (23:10 +0100)]
Cosmetics.

14 years agoTS demux: fix memory leak using ACCESS_SET_PRIVATE_ID_CA
Rémi Denis-Courmont [Sat, 28 Nov 2009 10:13:38 +0000 (12:13 +0200)]
TS demux: fix memory leak using ACCESS_SET_PRIVATE_ID_CA

If the access does not support CAM, we need to free the PMT
(closes #3163)

14 years agojack: correct requested buffer date
Jakob Leben [Sat, 28 Nov 2009 09:21:44 +0000 (10:21 +0100)]
jack: correct requested buffer date

+ remove a dead line & kill a warning

14 years agoRemove duplicate and buggy --enable-sqlite
Rémi Denis-Courmont [Sat, 28 Nov 2009 09:53:47 +0000 (11:53 +0200)]
Remove duplicate and buggy --enable-sqlite

It's already in the pkg-config helper, and there was a syntax error
in the fallback case.

14 years agoSqlite Module
Srikanth Raju [Tue, 15 Sep 2009 20:45:52 +0000 (02:15 +0530)]
Sqlite Module

This is a sql module for VLC which connects the SQLite library to VLC.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoSql: Rollback should return void
Srikanth Raju [Thu, 26 Nov 2009 02:51:45 +0000 (08:21 +0530)]
Sql: Rollback should return void

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoi18n: remove deleted files
Pierre Ynard [Fri, 27 Nov 2009 20:59:36 +0000 (21:59 +0100)]
i18n: remove deleted files

14 years agoFix [a68b3396]
Rafaël Carré [Fri, 27 Nov 2009 13:23:13 +0000 (14:23 +0100)]
Fix [a68b3396]

14 years agovlc_va_NewDxva2() : unused parameters
Rafaël Carré [Fri, 27 Nov 2009 13:13:49 +0000 (14:13 +0100)]
vlc_va_NewDxva2() : unused parameters

14 years agoOSX specific hack to remove "-psnXXX" from args
Rafaël Carré [Thu, 26 Nov 2009 19:03:14 +0000 (20:03 +0100)]
OSX specific hack to remove "-psnXXX" from args

Move it from libvlc where it didn't work to vlc binary where it really
should be

Now VLC can be started from dock again after [13d838b64]

14 years agoRTP: over UDP, assume we have the destination if there is no @
Rémi Denis-Courmont [Thu, 26 Nov 2009 17:34:00 +0000 (19:34 +0200)]
RTP: over UDP, assume we have the destination if there is no @

Previously, we'd assume we have the source address, which was confusing.

14 years agoBuild fix
Rémi Denis-Courmont [Thu, 26 Nov 2009 17:33:09 +0000 (19:33 +0200)]
Build fix

14 years agoRemove linear resampler
Rémi Denis-Courmont [Sun, 22 Nov 2009 09:46:51 +0000 (11:46 +0200)]
Remove linear resampler

It is computationally more expensive than the ugly one (and has higher
priority). Yet, in my opinion, it sounds even worse.

14 years agoRemove the trivial "resampler"
Rémi Denis-Courmont [Sun, 22 Nov 2009 09:45:41 +0000 (11:45 +0200)]
Remove the trivial "resampler"

The ugly resampler is almost as fast yet way better.

14 years agoQt4: fix default port numbers in streaming wizard
Rémi Denis-Courmont [Thu, 26 Nov 2009 15:24:06 +0000 (17:24 +0200)]
Qt4: fix default port numbers in streaming wizard

14 years agoshout: default to port 8000, try to improve URL parsing (untested)
Rémi Denis-Courmont [Thu, 26 Nov 2009 15:23:41 +0000 (17:23 +0200)]
shout: default to port 8000, try to improve URL parsing (untested)

14 years agoaout: lock output fifo later
Jakob Leben [Thu, 26 Nov 2009 10:58:46 +0000 (11:58 +0100)]
aout: lock output fifo later

14 years agoi18n: moved file
Pierre Ynard [Wed, 25 Nov 2009 23:27:31 +0000 (00:27 +0100)]
i18n: moved file

14 years agoFixed build under linux (avcodec).
Laurent Aimar [Wed, 25 Nov 2009 22:00:00 +0000 (23:00 +0100)]
Fixed build under linux (avcodec).

14 years agoContrib: patch FFmpeg on Win32 to support DxVA
Jean-Baptiste Kempf [Wed, 25 Nov 2009 22:13:44 +0000 (23:13 +0100)]
Contrib: patch FFmpeg on Win32 to support DxVA

14 years agoContribs: DxVA2 headers are now port of out dshow headers
Jean-Baptiste Kempf [Wed, 25 Nov 2009 21:49:57 +0000 (22:49 +0100)]
Contribs: DxVA2 headers are now port of out dshow headers

14 years agoContrib cleanup
Jean-Baptiste Kempf [Wed, 25 Nov 2009 21:30:27 +0000 (22:30 +0100)]
Contrib cleanup

14 years agoImproved performance when copying video surface in dxva2.
Laurent Aimar [Tue, 17 Nov 2009 00:09:43 +0000 (01:09 +0100)]
Improved performance when copying video surface in dxva2.

14 years agoCalled vlc_va_Setup as soon as possible (avcodec).
Laurent Aimar [Sat, 14 Nov 2009 21:17:47 +0000 (22:17 +0100)]
Called vlc_va_Setup as soon as possible (avcodec).

14 years agoFixed vlc_va_Setup (vaapi).
Laurent Aimar [Sat, 14 Nov 2009 21:16:12 +0000 (22:16 +0100)]
Fixed vlc_va_Setup (vaapi).

14 years agoDisabled ffmpeg hardware acceleration support by default.
Laurent Aimar [Sat, 14 Nov 2009 10:20:20 +0000 (11:20 +0100)]
Disabled ffmpeg hardware acceleration support by default.

For both vaapi and dxva2, not enough testing has been done.

14 years agoAdded DXVA2 support to our avcodec wrapper.
Laurent Aimar [Sat, 14 Nov 2009 10:19:04 +0000 (11:19 +0100)]
Added DXVA2 support to our avcodec wrapper.

It is not yet activated (the build system part is missing).

14 years agoInitial work for DXVA2 support.
Geoffroy Couprie [Sat, 14 Nov 2009 10:08:46 +0000 (11:08 +0100)]
Initial work for DXVA2 support.

14 years agoContribs: cosmetics
Jean-Baptiste Kempf [Wed, 25 Nov 2009 21:26:32 +0000 (22:26 +0100)]
Contribs: cosmetics

14 years agoContribs: Sqlite3
Jean-Baptiste Kempf [Wed, 25 Nov 2009 13:36:05 +0000 (14:36 +0100)]
Contribs: Sqlite3

14 years agoMore NEWS
Jean-Baptiste Kempf [Tue, 24 Nov 2009 22:06:03 +0000 (23:06 +0100)]
More NEWS

14 years agoQt4: add dccp as a known protocol
Rémi Denis-Courmont [Wed, 25 Nov 2009 20:49:39 +0000 (22:49 +0200)]
Qt4: add dccp as a known protocol

14 years agoQt4: make sure the running VLC has a module implementing the protocol
Rémi Denis-Courmont [Wed, 25 Nov 2009 20:37:29 +0000 (22:37 +0200)]
Qt4: make sure the running VLC has a module implementing the protocol

This avoids "*-caching variable does not exist" errors

14 years agoQt4: remove proto combo from open net tab
Rémi Denis-Courmont [Wed, 25 Nov 2009 20:35:23 +0000 (22:35 +0200)]
Qt4: remove proto combo from open net tab

Now, we get the URL directly. This is much simpler and much less
confusing. Also a few missing network protocols.

14 years agoQt: remove port from open network tab
Rémi Denis-Courmont [Wed, 25 Nov 2009 20:06:49 +0000 (22:06 +0200)]
Qt: remove port from open network tab

14 years agoXCB-XVideo: warn if picture resolution is not supported
Rémi Denis-Courmont [Wed, 25 Nov 2009 19:00:34 +0000 (21:00 +0200)]
XCB-XVideo: warn if picture resolution is not supported

14 years agoQt4: position slider: send seek events at regular intervals
Jakob Leben [Wed, 25 Nov 2009 14:25:18 +0000 (15:25 +0100)]
Qt4: position slider: send seek events at regular intervals

Improves seeking experience by sending less seek requests and actually allowing output to update between them.

14 years agotranscode: cosmetics
Rafaël Carré [Wed, 25 Nov 2009 09:20:50 +0000 (10:20 +0100)]
transcode: cosmetics

indent comments screwed by copy-pasting

14 years agojack: replace deprecated jack_client_new with jack_client_open
Jakob Leben [Wed, 25 Nov 2009 07:44:58 +0000 (08:44 +0100)]
jack: replace deprecated jack_client_new with jack_client_open

14 years agojack: missing lock
Jakob Leben [Wed, 25 Nov 2009 07:41:13 +0000 (08:41 +0100)]
jack: missing lock

14 years agoDTS: fix mono and dual-mono samples playback
Jean-Baptiste Kempf [Tue, 24 Nov 2009 21:42:39 +0000 (22:42 +0100)]
DTS: fix mono and dual-mono samples playback

14 years agoContrib: Tiff and gnutls minor updates
Jean-Baptiste Kempf [Sat, 14 Nov 2009 16:39:56 +0000 (17:39 +0100)]
Contrib: Tiff and gnutls minor updates

14 years agodc1394: update to v2 API
Jean-Baptiste Kempf [Tue, 10 Nov 2009 10:00:01 +0000 (11:00 +0100)]
dc1394: update to v2 API

This patch needs more testing, I think.

14 years agoQt: recents factorization.
Jean-Baptiste Kempf [Wed, 4 Nov 2009 00:15:53 +0000 (01:15 +0100)]
Qt: recents factorization.

14 years agoDon't display any OSD when --no-osd is asked.
Jean-Baptiste Kempf [Tue, 3 Nov 2009 19:09:57 +0000 (20:09 +0100)]
Don't display any OSD when --no-osd is asked.

14 years agoRemove unused define
Rémi Denis-Courmont [Tue, 24 Nov 2009 21:54:36 +0000 (23:54 +0200)]
Remove unused define

14 years agoMake INPUT_FSTAT_NB_READS a power of two to ease division
Rémi Denis-Courmont [Tue, 24 Nov 2009 21:53:34 +0000 (23:53 +0200)]
Make INPUT_FSTAT_NB_READS a power of two to ease division

Some instruction sets can't divide (e.g. ARM), but pretty much all of
them can shift bits.

14 years agoSource files must not be executable.
Rémi Duraffort [Tue, 24 Nov 2009 21:10:34 +0000 (22:10 +0100)]
Source files must not be executable.

14 years agoMAC -> UTF-8
Rémi Denis-Courmont [Tue, 24 Nov 2009 21:06:27 +0000 (23:06 +0200)]
MAC -> UTF-8

14 years agoLatin-1 -> UTF-8
Rémi Denis-Courmont [Tue, 24 Nov 2009 21:04:34 +0000 (23:04 +0200)]
Latin-1 -> UTF-8

14 years agotdestroy: fix encoding.
Rémi Duraffort [Tue, 24 Nov 2009 21:05:11 +0000 (22:05 +0100)]
tdestroy: fix encoding.

14 years agocompat: implement tdestroy (GNU extension not available on OpenBSD).
Rémi Duraffort [Tue, 24 Nov 2009 20:57:00 +0000 (21:57 +0100)]
compat: implement tdestroy (GNU extension not available on OpenBSD).