]> git.sesse.net Git - vlc/log
vlc
11 years agoQt: use explicit constructor for the xpm
Ludovic Fauvet [Mon, 15 Jul 2013 09:38:11 +0000 (11:38 +0200)]
Qt: use explicit constructor for the xpm

11 years agoQt: reset() within a QAbstractItemModel has been deprecated in Qt5
Ludovic Fauvet [Mon, 15 Jul 2013 09:23:17 +0000 (11:23 +0200)]
Qt: reset() within a QAbstractItemModel has been deprecated in Qt5

11 years agoQt: setClickable has been deprecated in Qt5
Ludovic Fauvet [Mon, 15 Jul 2013 08:47:21 +0000 (10:47 +0200)]
Qt: setClickable has been deprecated in Qt5

11 years agoQt: setResizeMode has been deprecated in Qt5
Ludovic Fauvet [Mon, 15 Jul 2013 08:44:59 +0000 (10:44 +0200)]
Qt: setResizeMode has been deprecated in Qt5

11 years agoQt: QProxyStyle is the new way to extend styles in Qt5
Ludovic Fauvet [Mon, 15 Jul 2013 08:40:13 +0000 (10:40 +0200)]
Qt: QProxyStyle is the new way to extend styles in Qt5

11 years agoQt: setMovable has been deprecated in Qt5
Ludovic Fauvet [Mon, 15 Jul 2013 08:35:49 +0000 (10:35 +0200)]
Qt: setMovable has been deprecated in Qt5

11 years agoQt: QString::fromAscii has been deprecated in Qt5
Ludovic Fauvet [Mon, 15 Jul 2013 08:22:55 +0000 (10:22 +0200)]
Qt: QString::fromAscii has been deprecated in Qt5

11 years agoQt: qFindChild has been deprecated in Qt5
Ludovic Fauvet [Mon, 15 Jul 2013 08:18:26 +0000 (10:18 +0200)]
Qt: qFindChild has been deprecated in Qt5

11 years agoSpecify nosignal picture with an image file
Rafaël Carré [Mon, 15 Jul 2013 12:43:28 +0000 (14:43 +0200)]
Specify nosignal picture with an image file

11 years agodecklink output: black out video if no new pictures are coming
Rafaël Carré [Tue, 9 Jul 2013 12:29:37 +0000 (14:29 +0200)]
decklink output: black out video if no new pictures are coming

Default delay 5 seconds, configurable with --decklink-vout-nosignal-delay

11 years agomacosx: respect 'playlist-autostart' (close #7272)
Felix Paul Kühne [Mon, 15 Jul 2013 10:35:42 +0000 (12:35 +0200)]
macosx: respect 'playlist-autostart' (close #7272)

11 years agopodcast: be more tolerant with faulty feeds, so just ignore invalid items instead...
Felix Paul Kühne [Mon, 15 Jul 2013 09:43:41 +0000 (11:43 +0200)]
podcast: be more tolerant with faulty feeds, so just ignore invalid items instead of refusing to the list the entire feed (close #8970)

11 years agocontrib: gettext: update to latest release 0.18.3
Rafaël Carré [Mon, 15 Jul 2013 08:03:48 +0000 (10:03 +0200)]
contrib: gettext: update to latest release 0.18.3

drop patch not needed anymore

11 years agovdpau: fix leak on picture pool error
Rémi Denis-Courmont [Sun, 14 Jul 2013 20:08:47 +0000 (23:08 +0300)]
vdpau: fix leak on picture pool error

(same problem as XCB)

11 years agovdpau: use custom picture destroy callback
Rémi Denis-Courmont [Sun, 14 Jul 2013 20:08:14 +0000 (23:08 +0300)]
vdpau: use custom picture destroy callback

11 years agoXCB/XVideo: fix long-standing massive leak on error
Rémi Denis-Courmont [Sun, 14 Jul 2013 19:43:54 +0000 (22:43 +0300)]
XCB/XVideo: fix long-standing massive leak on error

11 years agoXCB/X11: fix long-standing massive leak on error
Rémi Denis-Courmont [Sun, 14 Jul 2013 19:43:42 +0000 (22:43 +0300)]
XCB/X11: fix long-standing massive leak on error

11 years agoXCB: use custom picture destroy callback, simplify
Rémi Denis-Courmont [Sun, 14 Jul 2013 19:30:57 +0000 (22:30 +0300)]
XCB: use custom picture destroy callback, simplify

11 years agopicture: assert that there is a destroy callback
Rémi Denis-Courmont [Sun, 14 Jul 2013 19:20:08 +0000 (22:20 +0300)]
picture: assert that there is a destroy callback

Pictures without destroy callback are allocated on the stack and never
explicitly released.

11 years agopicture: add pf_destroy to picture_resource_t
Rémi Denis-Courmont [Sun, 14 Jul 2013 19:03:08 +0000 (22:03 +0300)]
picture: add pf_destroy to picture_resource_t

11 years agoXCB: rework picture allocation, fix a memory leak in case of error
Rémi Denis-Courmont [Sun, 14 Jul 2013 17:18:29 +0000 (20:18 +0300)]
XCB: rework picture allocation, fix a memory leak in case of error

11 years agoMSW/WinGDI: remove no-op
Rémi Denis-Courmont [Sun, 14 Jul 2013 17:05:45 +0000 (20:05 +0300)]
MSW/WinGDI: remove no-op

free(NULL)

11 years agoMSW/DirectX: keep only picture_sys_t * instead of picture_resource_t
Rémi Denis-Courmont [Sun, 14 Jul 2013 17:04:05 +0000 (20:04 +0300)]
MSW/DirectX: keep only picture_sys_t * instead of picture_resource_t

11 years agoMSW/Direct3D: retain only picture_sys_t* instead of picture_resource_t
Rémi Denis-Courmont [Sun, 14 Jul 2013 16:54:22 +0000 (19:54 +0300)]
MSW/Direct3D: retain only picture_sys_t* instead of picture_resource_t

11 years agokva: fix double free on error, and remove useless struct member
Rémi Denis-Courmont [Sun, 14 Jul 2013 16:31:02 +0000 (19:31 +0300)]
kva: fix double free on error, and remove useless struct member

11 years agoandroidsurface: remove useless member
Rémi Denis-Courmont [Sun, 14 Jul 2013 16:25:00 +0000 (19:25 +0300)]
androidsurface: remove useless member

11 years agoandroidsurface: fix double free on error
Rémi Denis-Courmont [Sun, 14 Jul 2013 16:21:57 +0000 (19:21 +0300)]
androidsurface: fix double free on error

11 years agoXCB/XVideo: keep only SysV segment base address
Rémi Denis-Courmont [Sun, 14 Jul 2013 15:36:49 +0000 (18:36 +0300)]
XCB/XVideo: keep only SysV segment base address

...rather than the whole picture resource structure.

11 years agoXCB/X11: keep SysV segment pointer only
Rémi Denis-Courmont [Sun, 14 Jul 2013 15:33:17 +0000 (18:33 +0300)]
XCB/X11: keep SysV segment pointer only

...rather than the whole picture resource structure.

11 years agoXCB: develop picture free function
Rémi Denis-Courmont [Sun, 14 Jul 2013 15:36:54 +0000 (18:36 +0300)]
XCB: develop picture free function

11 years agoomx: fix memory leak on error
Rémi Denis-Courmont [Sun, 14 Jul 2013 15:06:36 +0000 (18:06 +0300)]
omx: fix memory leak on error

11 years agoomx: remove no-op
Rémi Denis-Courmont [Sun, 14 Jul 2013 15:04:09 +0000 (18:04 +0300)]
omx: remove no-op

These values are already zeroed a few lines above.

11 years agodemux: don't link against IOKit and CoreFoundation since this isn't needed
Felix Paul Kühne [Sun, 14 Jul 2013 14:05:27 +0000 (16:05 +0200)]
demux: don't link against IOKit and CoreFoundation since this isn't needed

11 years agoaccess: don't link against Cocoa since this isn't needed
Felix Paul Kühne [Sun, 14 Jul 2013 14:05:07 +0000 (16:05 +0200)]
access: don't link against Cocoa since this isn't needed

11 years agotest: add coverage for audio output and device functions
Rémi Denis-Courmont [Sun, 14 Jul 2013 12:07:39 +0000 (15:07 +0300)]
test: add coverage for audio output and device functions

11 years agoskins2: fix wrong qualifier (cid #1049814)
Rémi Duraffort [Sat, 13 Jul 2013 21:28:40 +0000 (23:28 +0200)]
skins2: fix wrong qualifier (cid #1049814)

11 years agoFix potential NULL pointer deref (cid #1049834)
Rémi Duraffort [Sat, 13 Jul 2013 21:20:41 +0000 (23:20 +0200)]
Fix potential NULL pointer deref (cid #1049834)

11 years agoskins2: remove self assignment (cid #1049841)
Rémi Duraffort [Sat, 13 Jul 2013 21:16:18 +0000 (23:16 +0200)]
skins2: remove self assignment (cid #1049841)

11 years agoFix potential memleak (cid #1049846)
Rémi Duraffort [Sat, 13 Jul 2013 21:09:55 +0000 (23:09 +0200)]
Fix potential memleak (cid #1049846)

11 years agoFix file descriptor leak (cid #1049847)
Rémi Duraffort [Sat, 13 Jul 2013 21:07:09 +0000 (23:07 +0200)]
Fix file descriptor leak (cid #1049847)

11 years agoskins2: fix wrong break (cid #1049865)
Rémi Duraffort [Sat, 13 Jul 2013 21:01:30 +0000 (23:01 +0200)]
skins2: fix wrong break (cid #1049865)

11 years agoaccess_jack: cleaning
Rémi Duraffort [Sat, 13 Jul 2013 17:30:01 +0000 (19:30 +0200)]
access_jack: cleaning

11 years agopicture: remove invalidated assertion
Rémi Denis-Courmont [Sat, 13 Jul 2013 20:34:53 +0000 (23:34 +0300)]
picture: remove invalidated assertion

gc.p_sys can now be NULL, if the picture has no planes.

11 years agoXCB/X11: pre-allocate and reuse shared memory segment XID
Rémi Denis-Courmont [Sat, 13 Jul 2013 20:09:13 +0000 (23:09 +0300)]
XCB/X11: pre-allocate and reuse shared memory segment XID

The X server supplies a large but nevertheless finite range of XID for
the X client to use. So lets reuse our handles.

11 years agoXCB: pass shared memory segment XID as parameter of picture allocation
Rémi Denis-Courmont [Sat, 13 Jul 2013 20:01:50 +0000 (23:01 +0300)]
XCB: pass shared memory segment XID as parameter of picture allocation

11 years agomacosx: fix 10.6 runtime support
Felix Paul Kühne [Sat, 13 Jul 2013 19:15:48 +0000 (21:15 +0200)]
macosx: fix 10.6 runtime support

11 years agoqtcapture: fix 10.6 runtime support
Felix Paul Kühne [Sat, 13 Jul 2013 19:15:38 +0000 (21:15 +0200)]
qtcapture: fix 10.6 runtime support

11 years agoQt4: simplify Makefile
Rémi Denis-Courmont [Sat, 13 Jul 2013 10:40:16 +0000 (13:40 +0300)]
Qt4: simplify Makefile

11 years agoconfigured: inverted LIBS and LDFLAGS
Rémi Denis-Courmont [Sat, 13 Jul 2013 09:52:00 +0000 (12:52 +0300)]
configured: inverted LIBS and LDFLAGS

11 years agomodules: removed unused Makefile variables
Rémi Denis-Courmont [Sat, 13 Jul 2013 09:51:31 +0000 (12:51 +0300)]
modules: removed unused Makefile variables

11 years agonotify: use Makefile.am directly
Rémi Denis-Courmont [Sat, 13 Jul 2013 09:49:46 +0000 (12:49 +0300)]
notify: use Makefile.am directly

11 years agoFix missing unlock (cid #1047146)
Rémi Duraffort [Sat, 13 Jul 2013 08:37:30 +0000 (10:37 +0200)]
Fix missing unlock (cid #1047146)

11 years agobluray: fix missing unlock (cid #1047147)
Rémi Duraffort [Sat, 13 Jul 2013 08:21:16 +0000 (10:21 +0200)]
bluray: fix missing unlock (cid #1047147)

11 years agomkv: fix missing unlock (cid #1047148)
Rémi Duraffort [Sat, 13 Jul 2013 08:18:36 +0000 (10:18 +0200)]
mkv: fix missing unlock (cid #1047148)

11 years agoFix missing unlock (cid #1047149)
Rémi Duraffort [Sat, 13 Jul 2013 08:16:24 +0000 (10:16 +0200)]
Fix missing unlock (cid #1047149)

11 years agoFix potential missing unlock (cid #1047153)
Rémi Duraffort [Sat, 13 Jul 2013 08:13:18 +0000 (10:13 +0200)]
Fix potential missing unlock (cid #1047153)

11 years agoFix missing unlock (cid #1047154)
Rémi Duraffort [Sat, 13 Jul 2013 08:11:05 +0000 (10:11 +0200)]
Fix missing unlock (cid #1047154)

11 years agorc: fix previous commit (wrong C&P)
Rémi Duraffort [Sat, 13 Jul 2013 08:05:14 +0000 (10:05 +0200)]
rc: fix previous commit (wrong C&P)

11 years agoFix missing unlock (cid #1047159)
Rémi Duraffort [Sat, 13 Jul 2013 07:58:43 +0000 (09:58 +0200)]
Fix missing unlock (cid #1047159)

11 years agolibvlc_audio_output_device_list_get: fix spelling (fixes #8955)
Rémi Denis-Courmont [Sat, 13 Jul 2013 08:00:56 +0000 (11:00 +0300)]
libvlc_audio_output_device_list_get: fix spelling (fixes #8955)

11 years agoPlaylist: fx missing unlocks (cid #1047159 and #1047160)
Rémi Duraffort [Sat, 13 Jul 2013 07:56:38 +0000 (09:56 +0200)]
Playlist: fx missing unlocks (cid #1047159 and #1047160)

11 years agoFix assignment instead of compare
Rémi Duraffort [Sat, 13 Jul 2013 07:44:29 +0000 (09:44 +0200)]
Fix assignment instead of compare

11 years agoFix printf formats
Rémi Duraffort [Sat, 13 Jul 2013 07:42:24 +0000 (09:42 +0200)]
Fix printf formats

11 years agoFix allocation size mismatch (cid #1047373)
Rémi Duraffort [Sat, 13 Jul 2013 06:52:03 +0000 (08:52 +0200)]
Fix allocation size mismatch (cid #1047373)

11 years agoAllocation size mismatch (cid #1047372)
Rémi Duraffort [Sat, 13 Jul 2013 06:45:19 +0000 (08:45 +0200)]
Allocation size mismatch (cid #1047372)

11 years agoFix potential use-after-free (cid #1047503)
Rémi Duraffort [Sat, 13 Jul 2013 06:40:46 +0000 (08:40 +0200)]
Fix potential use-after-free (cid #1047503)

psz_realhost is an alias to psz_socks when using socks.

11 years agoFix use-after-free (cid #1047498 and #1047499)
Rémi Duraffort [Sat, 13 Jul 2013 06:37:54 +0000 (08:37 +0200)]
Fix use-after-free (cid #1047498 and #1047499)

11 years agoFix potential memleak (cid #1047282)
Rémi Duraffort [Sat, 13 Jul 2013 06:33:57 +0000 (08:33 +0200)]
Fix potential memleak (cid #1047282)

11 years agoFix potential double free (#cid 403064)
Rémi Duraffort [Sat, 13 Jul 2013 06:24:26 +0000 (08:24 +0200)]
Fix potential double free (#cid 403064)

11 years agoFix potential double free (cid #1047501 and #1047502))
Rémi Duraffort [Sat, 13 Jul 2013 06:17:56 +0000 (08:17 +0200)]
Fix potential double free (cid #1047501 and #1047502))

11 years agoFix potential double free (cid #1047496 and #1047497)
Rémi Duraffort [Sat, 13 Jul 2013 06:13:35 +0000 (08:13 +0200)]
Fix potential double free (cid #1047496 and #1047497)

11 years agoContribs: build crystalhd SDK on Win32
Jean-Baptiste Kempf [Fri, 12 Jul 2013 15:28:24 +0000 (17:28 +0200)]
Contribs: build crystalhd SDK on Win32

11 years agocontrib: vncserver: update config.*
Rafaël Carré [Fri, 12 Jul 2013 11:21:21 +0000 (13:21 +0200)]
contrib: vncserver: update config.*

11 years agocontrib: vncserver: fix compilation outside of windows
Rafaël Carré [Thu, 11 Jul 2013 20:30:44 +0000 (22:30 +0200)]
contrib: vncserver: fix compilation outside of windows

11 years agopodcasts SD: fix variable handling and minor cleanup (close #8947)
Felix Paul Kühne [Thu, 11 Jul 2013 20:12:02 +0000 (22:12 +0200)]
podcasts SD: fix variable handling and minor cleanup (close #8947)

11 years agomacosx: fix runtime exception when deleting a podcast (close #8948)
Felix Paul Kühne [Thu, 11 Jul 2013 19:36:42 +0000 (21:36 +0200)]
macosx: fix runtime exception when deleting a podcast (close #8948)

11 years agopackage/macosx: dump outdated meta data and bump OS requirement as enforced by the OS
Felix Paul Kühne [Thu, 11 Jul 2013 18:40:15 +0000 (20:40 +0200)]
package/macosx: dump outdated meta data and bump OS requirement as enforced by the OS

11 years agocontribs: disable nls in gnutls
Felix Paul Kühne [Thu, 11 Jul 2013 18:21:27 +0000 (20:21 +0200)]
contribs: disable nls in gnutls

11 years agomacosx: fix some strdup memleaks
David Fuhrmann [Thu, 11 Jul 2013 18:17:04 +0000 (20:17 +0200)]
macosx: fix some strdup memleaks

11 years agomacosx: advanced prefs: save the default value if Default is selected, not NULL
David Fuhrmann [Thu, 11 Jul 2013 18:13:24 +0000 (20:13 +0200)]
macosx: advanced prefs: save the default value if Default is selected, not NULL

fixes #8942. Default value for avcodec-hw is none, but NULL was saved, so
hardware decoding got enabled unintentionally.

11 years agomacosx: fix simple prefs http-password if user just hits enter
David Fuhrmann [Thu, 11 Jul 2013 18:07:18 +0000 (20:07 +0200)]
macosx: fix simple prefs http-password if user just hits enter

11 years agoDual license fdkaac module under BSD 2-clause
Sergio Ammirata [Thu, 11 Jul 2013 15:48:42 +0000 (17:48 +0200)]
Dual license fdkaac module under BSD 2-clause

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoQt: recents: hide the file:// scheme from the MRL
Ludovic Fauvet [Thu, 11 Jul 2013 14:55:57 +0000 (16:55 +0200)]
Qt: recents: hide the file:// scheme from the MRL

11 years agoQt: recents: don't create an accelerator for MRL containing '&'
Ludovic Fauvet [Thu, 11 Jul 2013 14:53:53 +0000 (16:53 +0200)]
Qt: recents: don't create an accelerator for MRL containing '&'

11 years agoRevert with correct fix "Qt: split the track number/total for now"
Francois Cartegnie [Thu, 11 Jul 2013 14:38:12 +0000 (16:38 +0200)]
Revert with correct fix "Qt: split the track number/total for now"

This reverts commit 81a1b751bbd64e35f9f0d323d2acb87b9063f934.
This reverts commit b74a7b1a177f9d610b021fdefe1963c0f1752151.

11 years agoContribs: vncserver depends on gcrypt, jpeg and png
Jean-Baptiste Kempf [Thu, 11 Jul 2013 13:30:53 +0000 (15:30 +0200)]
Contribs: vncserver depends on gcrypt, jpeg and png

Thanks funman and thresh for the heads-up

We don't use jpeg-turbo though...

11 years agoContribs: add mfx dispatcher (Media SDK) for Win32
Jean-Baptiste Kempf [Thu, 11 Jul 2013 13:23:02 +0000 (15:23 +0200)]
Contribs: add mfx dispatcher (Media SDK) for Win32

11 years agoContribs: fix compilation of vncclient with libjpeg on some MingW env
Jean-Baptiste Kempf [Thu, 11 Jul 2013 12:55:38 +0000 (14:55 +0200)]
Contribs: fix compilation of vncclient with libjpeg on some MingW env

If you don't include basetsd.h, you don't get the right defines
for jmorecfg.h

11 years agoQt: simple_prefs: fix crash when reading psz_aout
Ludovic Fauvet [Thu, 11 Jul 2013 12:38:45 +0000 (14:38 +0200)]
Qt: simple_prefs: fix crash when reading psz_aout

11 years agoContrib: vncserver, just compile the client part to speed up compilation
Jean-Baptiste Kempf [Thu, 11 Jul 2013 12:42:30 +0000 (14:42 +0200)]
Contrib: vncserver, just compile the client part to speed up compilation

11 years agoContribs: add VNCServer, GPLv2+
Jean-Baptiste Kempf [Thu, 11 Jul 2013 12:35:01 +0000 (14:35 +0200)]
Contribs: add VNCServer, GPLv2+

We just use the libvncclient part though :)

11 years agoOMX: Add Tegra3 OMX IL to the list of probed cores.
Sergey Bolshakov [Wed, 26 Dec 2012 11:22:00 +0000 (15:22 +0400)]
OMX: Add Tegra3 OMX IL to the list of probed cores.

Signed-off-by: Konstantin Pavlov <thresh@videolan.org>
11 years agoNSIS: use 64bits registry for uninstaller too
Rafaël Carré [Thu, 11 Jul 2013 06:04:38 +0000 (08:04 +0200)]
NSIS: use 64bits registry for uninstaller too

Fixes #7409

11 years agoUpdate NEWS
Denis Charmet [Wed, 10 Jul 2013 22:57:12 +0000 (00:57 +0200)]
Update NEWS

11 years agoCheck element size before reading it
Denis Charmet [Wed, 10 Jul 2013 21:09:59 +0000 (23:09 +0200)]
Check element size before reading it

This should avoid integer overflows inside the libebml causing heap buffer overflow. Since new called by the lib is limited to SIZE_MAX bytes.

11 years agoALSA: only set channels that are actually mapped (fixes #8934)
Rémi Denis-Courmont [Wed, 10 Jul 2013 20:24:47 +0000 (23:24 +0300)]
ALSA: only set channels that are actually mapped (fixes #8934)

The code failed to clear unmapped channels present in the input.

11 years agoavcodec: allow codec NONE in the table (refs #8887)
Rémi Denis-Courmont [Wed, 10 Jul 2013 16:52:36 +0000 (19:52 +0300)]
avcodec: allow codec NONE in the table (refs #8887)

11 years agoavformat: add codec ID in debug info
Rémi Denis-Courmont [Wed, 10 Jul 2013 16:37:09 +0000 (19:37 +0300)]
avformat: add codec ID in debug info

11 years agoQt: unused parameter
Ludovic Fauvet [Wed, 10 Jul 2013 16:13:02 +0000 (18:13 +0200)]
Qt: unused parameter

11 years agoQt: fix .ui names conflicts and warnings
Ludovic Fauvet [Wed, 10 Jul 2013 16:06:42 +0000 (18:06 +0200)]
Qt: fix .ui names conflicts and warnings