]> git.sesse.net Git - vlc/log
vlc
11 years agoSimple: fix memleak on quit
Jean-Baptiste Kempf [Sun, 14 Apr 2013 21:32:44 +0000 (23:32 +0200)]
Simple: fix memleak on quit

11 years agoSimple: fix typo
Jean-Baptiste Kempf [Sun, 14 Apr 2013 21:32:34 +0000 (23:32 +0200)]
Simple: fix typo

11 years agomacosx: add option to hide effects button in control bar
David Fuhrmann [Sun, 14 Apr 2013 20:16:33 +0000 (22:16 +0200)]
macosx: add option to hide effects button in control bar

11 years agoinput: query access object before creating stream object (refs #8414)
Rémi Denis-Courmont [Sun, 14 Apr 2013 16:19:04 +0000 (19:19 +0300)]
input: query access object before creating stream object (refs #8414)

11 years agohttp: simplify previous commit
Rémi Denis-Courmont [Sun, 14 Apr 2013 15:20:04 +0000 (18:20 +0300)]
http: simplify previous commit

11 years agohttp: robustify vlc_UrlParse() (fixes #8432)
Rémi Denis-Courmont [Sun, 14 Apr 2013 15:06:24 +0000 (18:06 +0300)]
http: robustify vlc_UrlParse() (fixes #8432)

11 years agoRevert "Qt: add events extender"
Francois Cartegnie [Sun, 14 Apr 2013 14:57:44 +0000 (16:57 +0200)]
Revert "Qt: add events extender"

Candidate user patch takes a different approach.

This reverts commit c38081e5680bb6c35c65ea8de3dfbd7c4e484586.

11 years agomacosx: move Subtitle and Teletext items to a newly created 'Subtitles' menu
Felix Paul Kühne [Sun, 14 Apr 2013 14:20:54 +0000 (16:20 +0200)]
macosx: move Subtitle and Teletext items to a newly created 'Subtitles' menu

More control elements to come

11 years agoUpdate NEWS
Francois Cartegnie [Sun, 14 Apr 2013 12:36:29 +0000 (14:36 +0200)]
Update NEWS

11 years agoauhal: remove write-only code
Felix Paul Kühne [Sun, 14 Apr 2013 10:35:21 +0000 (12:35 +0200)]
auhal: remove write-only code

11 years agoauhal: fix compilation and simplify overly complicated code by adapting to the hotplu...
Felix Paul Kühne [Sun, 14 Apr 2013 10:14:29 +0000 (12:14 +0200)]
auhal: fix compilation and simplify overly complicated code by adapting to the hotplug API

11 years agoavcodec/vda: fixed compilation and warnings
Felix Paul Kühne [Sun, 14 Apr 2013 10:08:07 +0000 (12:08 +0200)]
avcodec/vda: fixed compilation and warnings

11 years agosrc/darwin: reformat code to fit the character limit in place in those code parts
Felix Paul Kühne [Sun, 14 Apr 2013 09:46:59 +0000 (11:46 +0200)]
src/darwin: reformat code to fit the character limit in place in those code parts

11 years agosrc: implement proxy URL support for Darwin
Felix Paul Kühne [Sun, 14 Apr 2013 09:40:32 +0000 (11:40 +0200)]
src: implement proxy URL support for Darwin

Needs some more testing, especially on embedded platforms

11 years agoaout: remove ->device_enum (fixes #8248)
Rémi Denis-Courmont [Sun, 14 Apr 2013 08:50:38 +0000 (11:50 +0300)]
aout: remove ->device_enum (fixes #8248)

11 years agommdevice: adapt to hotplug event
Rémi Denis-Courmont [Sun, 14 Apr 2013 08:48:08 +0000 (11:48 +0300)]
mmdevice: adapt to hotplug event

(However support for IMMNotificationClient remains missing.)

11 years agoPulseAudio: adapt to hotplug event
Rémi Denis-Courmont [Sun, 14 Apr 2013 08:39:55 +0000 (11:39 +0300)]
PulseAudio: adapt to hotplug event

11 years agoOSS: adapt to hotplug event
Rémi Denis-Courmont [Sun, 14 Apr 2013 08:27:18 +0000 (11:27 +0300)]
OSS: adapt to hotplug event

11 years agoALSA: adapt to hotplug event
Rémi Denis-Courmont [Sun, 14 Apr 2013 08:23:03 +0000 (11:23 +0300)]
ALSA: adapt to hotplug event

11 years agoaout: add proper event for device hotplug (refs #8248)
Rémi Denis-Courmont [Sun, 14 Apr 2013 08:13:13 +0000 (11:13 +0300)]
aout: add proper event for device hotplug (refs #8248)

11 years agoDarwin: move specific files to a darwin/ folder
Jean-Baptiste Kempf [Sat, 13 Apr 2013 19:18:01 +0000 (21:18 +0200)]
Darwin: move specific files to a darwin/ folder

11 years agoAndroid: always return an empty proxy
Jean-Baptiste Kempf [Sat, 13 Apr 2013 19:05:50 +0000 (21:05 +0200)]
Android: always return an empty proxy

There are no simple ways to find the right proxy on Android, even in
Java. A proposed "solution" is suggested in the comments, but it would
require JNI. Feel free to implement :)

11 years agoSubsync: added an easier way to sync subtitles
Pascal Thomet [Sat, 13 Apr 2013 18:04:43 +0000 (20:04 +0200)]
Subsync: added an easier way to sync subtitles

Added the following shortcuts (and made them configurable):
 - Shift-H: sets a timestamp bookmark on the audio
 - Shift-J: sets a timestamp bookmark on the subtitle
 - Shift-K: corrects the delay between both bookmarks
 - Command-Shift-K: resets the delay

See http://forum.videolan.org/viewtopic.php?f=7&t=109641 for an
illustration of a possible use

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoRevert "Add SNR and signal level for access_demux"
Rémi Denis-Courmont [Sat, 13 Apr 2013 16:33:29 +0000 (19:33 +0300)]
Revert "Add SNR and signal level for access_demux"

This reverts commit 7a15955acd1adb65a71f17a19b78fa9c545bf37d.
This was never actually used; it was inadequate for V4L.

Conflicts:
include/vlc_demux.h

11 years agoaout: remove packet helper
Rémi Denis-Courmont [Sat, 13 Apr 2013 18:03:29 +0000 (21:03 +0300)]
aout: remove packet helper

11 years agojack: don't use legacy packet API
Tristan Matthews [Fri, 5 Apr 2013 06:35:41 +0000 (02:35 -0400)]
jack: don't use legacy packet API

Instead, use a jack_ringbuffer which is shared between the thread
calling Play() and JACK's audio Process() thread. The ringbuffer is
a lock-free structure, safe for one writer and one reader thread to
use.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoQt: use a complete sentence
Jean-Baptiste Kempf [Sat, 13 Apr 2013 17:40:47 +0000 (19:40 +0200)]
Qt: use a complete sentence

11 years agoAdded a hotkey for playlist deletion.
Martin Zeman [Fri, 12 Apr 2013 12:13:31 +0000 (14:13 +0200)]
Added a hotkey for playlist deletion.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agolive555: forced creation of timeout thread for WMServer rtsp dialects
Andrew Schubert [Fri, 12 Apr 2013 15:14:28 +0000 (11:14 -0400)]
live555: forced creation of timeout thread for WMServer rtsp dialects

GET_PARAMETER isn't reported to be supported by Windows Media Server in its OPTIONS.
However, it is needed to prevent automatic session timeout after 120 seconds.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agovcdx: useless log
Rémi Denis-Courmont [Sat, 13 Apr 2013 16:08:42 +0000 (19:08 +0300)]
vcdx: useless log

11 years agostream: destroy the access object underneath the stream_Access object
Rémi Denis-Courmont [Sat, 13 Apr 2013 16:01:03 +0000 (19:01 +0300)]
stream: destroy the access object underneath the stream_Access object

This simplifies and factors code for stream_Url and input.
Also refs #8414.

11 years agosftp: invalid free()
Rémi Denis-Courmont [Sat, 13 Apr 2013 15:28:08 +0000 (18:28 +0300)]
sftp: invalid free()

11 years agoIntroduce 6.1 channel format for Xiph codecs
Jean-Baptiste Kempf [Sat, 13 Apr 2013 15:04:10 +0000 (17:04 +0200)]
Introduce 6.1 channel format for Xiph codecs

11 years agoSFTP: fix warnings
Jean-Baptiste Kempf [Sat, 13 Apr 2013 15:03:47 +0000 (17:03 +0200)]
SFTP: fix warnings

11 years agolua http: fix current int web intf
Francois Cartegnie [Sat, 13 Apr 2013 13:51:31 +0000 (15:51 +0200)]
lua http: fix current int web intf

11 years agolua intf: fix documentation
Francois Cartegnie [Sat, 13 Apr 2013 13:04:55 +0000 (15:04 +0200)]
lua intf: fix documentation

11 years agolua intf: httprequests: fix current (fix #8314)
Francois Cartegnie [Sat, 13 Apr 2013 13:04:15 +0000 (15:04 +0200)]
lua intf: httprequests: fix current (fix #8314)

Compare items ID, not paths which creates duplicates

11 years agolua http: fix QR Code path separator (fix #8384)
Francois Cartegnie [Sat, 13 Apr 2013 12:16:59 +0000 (14:16 +0200)]
lua http: fix QR Code path separator (fix #8384)

11 years agoQt: StandardPanel: Add spinner on network SD nodes.
Francois Cartegnie [Sat, 13 Apr 2013 11:10:23 +0000 (13:10 +0200)]
Qt: StandardPanel: Add spinner on network SD nodes.

11 years agoQt: PixmapAnimator: fix wrong iterator bound
Francois Cartegnie [Sat, 13 Apr 2013 11:10:32 +0000 (13:10 +0200)]
Qt: PixmapAnimator: fix wrong iterator bound

11 years agoOSS: open device node to list devices if required
Rémi Denis-Courmont [Fri, 12 Apr 2013 20:44:00 +0000 (23:44 +0300)]
OSS: open device node to list devices if required

11 years agomacosx: fix UI freeze when large amount of playlist items are added at once
David Fuhrmann [Fri, 12 Apr 2013 19:44:27 +0000 (21:44 +0200)]
macosx: fix UI freeze when large amount of playlist items are added at once

This happened when selecting radio discovery, for instance.
Probably also fixes #7516.

11 years agoRemove "pcm " pseudo-codec, synonymous with "araw"
Rémi Denis-Courmont [Fri, 12 Apr 2013 17:12:19 +0000 (20:12 +0300)]
Remove "pcm " pseudo-codec, synonymous with "araw"

11 years agowav: use PCM FOURCCs with known bit size
Rémi Denis-Courmont [Fri, 12 Apr 2013 17:09:59 +0000 (20:09 +0300)]
wav: use PCM FOURCCs with known bit size

(so that channel reordering works)

11 years agoaout: fix non-optimized aout_ChannelReorder() variant
Rémi Denis-Courmont [Fri, 12 Apr 2013 17:09:36 +0000 (20:09 +0300)]
aout: fix non-optimized aout_ChannelReorder() variant

11 years agonet: drop trailing new line in proxy URL
Rémi Denis-Courmont [Fri, 12 Apr 2013 16:33:04 +0000 (19:33 +0300)]
net: drop trailing new line in proxy URL

11 years agoconfigure: drop build-time libproxy dependency
Rémi Denis-Courmont [Fri, 12 Apr 2013 16:24:44 +0000 (19:24 +0300)]
configure: drop build-time libproxy dependency

Due to instability and leaks in libproxy, VLC now uses the executable
binary from libproxy-tools instead directly calling the functions.

11 years agoSimple: support 7.x -> 5.x downmixing
Jean-Baptiste Kempf [Fri, 12 Apr 2013 16:24:06 +0000 (18:24 +0200)]
Simple: support 7.x -> 5.x downmixing

11 years agohttp: use vlc_getProxyUrl() (fixes #8340)
Rémi Denis-Courmont [Fri, 12 Apr 2013 16:16:01 +0000 (19:16 +0300)]
http: use vlc_getProxyUrl() (fixes #8340)

11 years agovlc_getProxyUrl: add function to retrieve proxy URL
Rémi Denis-Courmont [Fri, 12 Apr 2013 16:03:54 +0000 (19:03 +0300)]
vlc_getProxyUrl: add function to retrieve proxy URL

11 years agoSimple: use ITU-R BS.775-2 matrices for 5.x downmixing
Jean-Baptiste Kempf [Fri, 12 Apr 2013 15:27:11 +0000 (17:27 +0200)]
Simple: use ITU-R BS.775-2 matrices for 5.x downmixing

To 4.0, 2.0 and 1.0

11 years agoSimple: implement 4.0 to 1.0
Jean-Baptiste Kempf [Fri, 12 Apr 2013 14:42:44 +0000 (16:42 +0200)]
Simple: implement 4.0 to 1.0

11 years agoSimple channel mixer: move the decision logic to the Open function
Jean-Baptiste Kempf [Fri, 25 Jan 2013 23:55:54 +0000 (00:55 +0100)]
Simple channel mixer: move the decision logic to the Open function

There should be no functionnal change here

11 years agomingw: link with static libgcc / libstdc++
Rafaël Carré [Thu, 11 Apr 2013 14:12:38 +0000 (16:12 +0200)]
mingw: link with static libgcc / libstdc++

11 years agojson: mingw knows about int64_t
Rafaël Carré [Thu, 11 Apr 2013 14:05:48 +0000 (16:05 +0200)]
json: mingw knows about int64_t

11 years agocontrib: chromaprint: link with avcodec/avutil
Rafaël Carré [Thu, 11 Apr 2013 14:05:30 +0000 (16:05 +0200)]
contrib: chromaprint: link with avcodec/avutil

11 years agoQt: Menus: Group playlist view options
Francois Cartegnie [Thu, 11 Apr 2013 12:51:25 +0000 (14:51 +0200)]
Qt: Menus: Group playlist view options

11 years agoQt: Menus: Don't repeat context for playlist view modes
Francois Cartegnie [Thu, 11 Apr 2013 12:46:36 +0000 (14:46 +0200)]
Qt: Menus: Don't repeat context for playlist view modes

11 years agoQt: Menu: change icon quit(cross) -> exit
Francois Cartegnie [Thu, 11 Apr 2013 12:13:49 +0000 (14:13 +0200)]
Qt: Menu: change icon quit(cross) -> exit

Cross has a meaning for closing a menu, window.
Quit action closes everything (quits application).

11 years agoQt: rework some type icons and add sources
Francois Cartegnie [Thu, 11 Apr 2013 12:13:06 +0000 (14:13 +0200)]
Qt: rework some type icons and add sources

11 years agoNEWS: add mention to livehttp key-loadfile option
Ilkka Ollakka [Thu, 11 Apr 2013 11:32:38 +0000 (14:32 +0300)]
NEWS: add mention to livehttp key-loadfile option

11 years agoQt: rework most pixmaps/menu icons and add sources
Francois Cartegnie [Wed, 10 Apr 2013 17:25:01 +0000 (19:25 +0200)]
Qt: rework most pixmaps/menu icons and add sources

11 years agoauhal: fix coding style
David Fuhrmann [Wed, 10 Apr 2013 15:32:27 +0000 (17:32 +0200)]
auhal: fix coding style

11 years agoauhal: reorganize listener registration for devices list and physical formats list
David Fuhrmann [Wed, 10 Apr 2013 15:17:20 +0000 (17:17 +0200)]
auhal: reorganize listener registration for devices list and physical formats list

- Fixes detection when spidf is available again, and resumes playing in spdif mode
  if this was selected before
- Fixes audio device list rebuilt if no audio is playing

refs #8286

11 years agovout_macosx: fix prerequisite check in Control() (close #7937)
Felix Paul Kühne [Wed, 10 Apr 2013 15:07:08 +0000 (17:07 +0200)]
vout_macosx: fix prerequisite check in Control() (close #7937)

11 years agomsi: move disc associations on the bottom of the feature list
Ludovic Fauvet [Wed, 10 Apr 2013 14:47:16 +0000 (16:47 +0200)]
msi: move disc associations on the bottom of the feature list

11 years agomsi: install the mozilla plugin by default
Ludovic Fauvet [Wed, 10 Apr 2013 14:20:19 +0000 (16:20 +0200)]
msi: install the mozilla plugin by default

11 years agomsi: group web plugins under a common feature
Ludovic Fauvet [Wed, 10 Apr 2013 14:16:27 +0000 (16:16 +0200)]
msi: group web plugins under a common feature

11 years agomsi: dissociate audio, video and other file associations
Ludovic Fauvet [Wed, 10 Apr 2013 14:09:37 +0000 (16:09 +0200)]
msi: dissociate audio, video and other file associations

11 years agomsi: cleaning and cosmetics
Ludovic Fauvet [Wed, 10 Apr 2013 09:35:02 +0000 (11:35 +0200)]
msi: cleaning and cosmetics

11 years agomisc: acoustid: update json parser.
Francois Cartegnie [Wed, 10 Apr 2013 11:49:34 +0000 (13:49 +0200)]
misc: acoustid: update json parser.

Removes locale fix and conditionally builds fingerprinter.

11 years agomacosx: simple prefs: fix assignment and visualization for space and esc key
David Fuhrmann [Tue, 9 Apr 2013 19:56:03 +0000 (21:56 +0200)]
macosx: simple prefs: fix assignment and visualization for space and esc key

11 years agomacosx: handle space key by core, used as default setting for play / pause
David Fuhrmann [Tue, 9 Apr 2013 19:53:52 +0000 (21:53 +0200)]
macosx: handle space key by core, used as default setting for play / pause

11 years agoUseless #include <poll.h>
Rémi Denis-Courmont [Tue, 9 Apr 2013 19:07:17 +0000 (22:07 +0300)]
Useless #include <poll.h>

11 years agohtcpcp: remove plugin
Rémi Denis-Courmont [Tue, 9 Apr 2013 18:20:14 +0000 (21:20 +0300)]
htcpcp: remove plugin

Shortest ones are the best.

11 years agomsi: blind attempt to support per-user installation
Ludovic Fauvet [Tue, 9 Apr 2013 18:00:53 +0000 (20:00 +0200)]
msi: blind attempt to support per-user installation

11 years agomsi: simplification
Ludovic Fauvet [Tue, 9 Apr 2013 17:58:16 +0000 (19:58 +0200)]
msi: simplification

Directly assign the given subdirectories to the application folder.

11 years agomsi: fix license formatting
Ludovic Fauvet [Tue, 9 Apr 2013 13:49:43 +0000 (15:49 +0200)]
msi: fix license formatting

11 years agomsi: prevent installation on Windows 2000 and older (close #6638)
Ludovic Fauvet [Tue, 9 Apr 2013 13:32:46 +0000 (15:32 +0200)]
msi: prevent installation on Windows 2000 and older (close #6638)

11 years agomsi: launch the application by default when the installer ends
Ludovic Fauvet [Tue, 9 Apr 2013 12:08:45 +0000 (14:08 +0200)]
msi: launch the application by default when the installer ends

11 years agoD2D: remove IID that should now be in all headers
Jean-Baptiste Kempf [Tue, 9 Apr 2013 17:13:09 +0000 (19:13 +0200)]
D2D: remove IID that should now be in all headers

11 years agoChromaprint: build statically for Windows
Jean-Baptiste Kempf [Tue, 9 Apr 2013 16:59:45 +0000 (18:59 +0200)]
Chromaprint: build statically for Windows

11 years agoLink Chromaprint with CXXLD
Jean-Baptiste Kempf [Tue, 9 Apr 2013 16:51:39 +0000 (18:51 +0200)]
Link Chromaprint with CXXLD

11 years agocontrib: blind attempt to fix contrib compilation with Xcode 4.6 and later
Felix Paul Kühne [Tue, 9 Apr 2013 16:48:23 +0000 (18:48 +0200)]
contrib: blind attempt to fix contrib compilation with Xcode 4.6 and later

11 years agolivehttp: add option to read key-uri and key-file from file
Ilkka Ollakka [Tue, 9 Apr 2013 10:30:02 +0000 (13:30 +0300)]
livehttp: add option to read key-uri and key-file from file

File is read when the segment is opened and values from file
are taken in the use. This and previous patch allows to change
encryption key/uri on the fly.

11 years agolivehttp: show segment specific iv/key location if they have changed
Ilkka Ollakka [Tue, 9 Apr 2013 10:29:39 +0000 (13:29 +0300)]
livehttp: show segment specific iv/key location if they have changed

11 years agoContribs: update D2D1 headers extraction
Jean-Baptiste Kempf [Tue, 9 Apr 2013 14:34:15 +0000 (16:34 +0200)]
Contribs: update D2D1 headers extraction

11 years agoCorrect spelling: s/[sS]yncro/[sS]ynchro/
Zoran Turalija [Tue, 9 Apr 2013 09:27:09 +0000 (11:27 +0200)]
Correct spelling: s/[sS]yncro/[sS]ynchro/

There is widespread use of words related to term synchronization
in VLC project. Also, common mistake is dropping letter H from
such words. This commit addresses this issue with exception of
not introducing letter H to word [sS]ync, thou [sS]ynch is also
correct, but really rarely used.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agocontrib: lua: build host luac compiler
Rafaël Carré [Mon, 8 Apr 2013 22:02:29 +0000 (00:02 +0200)]
contrib: lua: build host luac compiler

11 years agoskins2: slider background (some rework)
Erwan Tulou [Mon, 8 Apr 2013 19:53:17 +0000 (21:53 +0200)]
skins2: slider background (some rework)

11 years agoFix typo: priviledge -> privilege
Benjamin Drung [Mon, 8 Apr 2013 20:10:47 +0000 (23:10 +0300)]
Fix typo: priviledge -> privilege

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agomsi: pass the target architecture as parameter to candle
Ludovic Fauvet [Mon, 8 Apr 2013 18:07:02 +0000 (20:07 +0200)]
msi: pass the target architecture as parameter to candle

since the Platform attribute is deprecated.

11 years agoskins2: fix background slider focus problems
Erwan Tulou [Mon, 8 Apr 2013 17:43:52 +0000 (19:43 +0200)]
skins2: fix background slider focus problems

This fixes several skins where focus was hard to obtain, because
the slider area was not properly clipped. For instance, it fixes
the 'Modern' skin with the tiny blue equaliser in the main window.

11 years agomsi: restore compatibility with Windows 8
Ludovic Fauvet [Mon, 8 Apr 2013 17:51:16 +0000 (19:51 +0200)]
msi: restore compatibility with Windows 8

11 years agogettext: remove broken patch that we don't need anymore
Rafaël Carré [Mon, 8 Apr 2013 16:51:05 +0000 (18:51 +0200)]
gettext: remove broken patch that we don't need anymore

11 years agomacosx: set time field and volume slider position to sensical values for startup
David Fuhrmann [Mon, 8 Apr 2013 15:46:30 +0000 (17:46 +0200)]
macosx: set time field and volume slider position to sensical values for startup

Avoids display of nonsensical values for short time on startup.

Also resyncronize xib with xcode 3 project.

fixes #8382

11 years agoMitigate lack of long (>260 chars) paths in WiX
Rafaël Carré [Mon, 8 Apr 2013 14:43:02 +0000 (16:43 +0200)]
Mitigate lack of long (>260 chars) paths in WiX

Symlink actual vlc dir to C:\v before processing

11 years agoinet_pton is only available on Vista and newer
Rafaël Carré [Mon, 8 Apr 2013 14:29:14 +0000 (16:29 +0200)]
inet_pton is only available on Vista and newer

11 years agolua http: fix two xss vulnerabilities
Ludovic Fauvet [Mon, 8 Apr 2013 12:10:50 +0000 (14:10 +0200)]
lua http: fix two xss vulnerabilities

11 years agoHTTP requests: reindent
Jean-Baptiste Kempf [Mon, 8 Apr 2013 13:27:00 +0000 (15:27 +0200)]
HTTP requests: reindent