]> git.sesse.net Git - vlc/log
vlc
9 years agodsm: refactor
Thomas Guillem [Wed, 7 Jan 2015 10:06:11 +0000 (10:06 +0000)]
dsm: refactor

merge browser.c into access.c.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoModify fourcc to accept DXSA subtitles
Alexandre Perraud [Thu, 8 Jan 2015 16:34:22 +0000 (16:34 +0000)]
Modify fourcc to accept DXSA subtitles

but VLC still can't decode these subtitles

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agozsh completion: add $BUILDDIR/lib/.libs to LD_LIBRARY_PATH
Sebastian Ramacher [Sat, 10 Jan 2015 22:01:04 +0000 (22:01 +0000)]
zsh completion: add $BUILDDIR/lib/.libs to LD_LIBRARY_PATH

zsh_gen is linked against libvlc from $BUILDDIR/lib/.libs and needs it in
LD_LIBRARY_PATH to run.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoopus: remove dead code
Tristan Matthews [Mon, 12 Jan 2015 18:01:24 +0000 (13:01 -0500)]
opus: remove dead code

opus_prepare_header is "too small to fail"

9 years agolive555: remove dead fallback for speex
Tristan Matthews [Mon, 12 Jan 2015 17:58:17 +0000 (12:58 -0500)]
live555: remove dead fallback for speex

Rate will never be 0 here.

9 years agoopus: handle RTP depayloading (fixes #11938)
Tristan Matthews [Fri, 9 Jan 2015 21:55:22 +0000 (21:55 +0000)]
opus: handle RTP depayloading (fixes #11938)

If no header is given, deduce it from the decoder format.

Tested for mono, stereo and with/without --codec avcodec at
8000, 12000, 16000, 24000 and 48000hz.

9 years agodemux: dash: fix win32 build
Francois Cartegnie [Mon, 12 Jan 2015 19:45:59 +0000 (20:45 +0100)]
demux: dash: fix win32 build

9 years agodemux: dash: missing config.h
Francois Cartegnie [Mon, 12 Jan 2015 19:35:18 +0000 (20:35 +0100)]
demux: dash: missing config.h

9 years agodemux: dash: Update MPD
Francois Cartegnie [Sun, 11 Jan 2015 22:22:39 +0000 (23:22 +0100)]
demux: dash: Update MPD

9 years agodemux: dash: add timescale inheritance to timeline
Francois Cartegnie [Mon, 12 Jan 2015 14:59:08 +0000 (15:59 +0100)]
demux: dash: add timescale inheritance to timeline

9 years agodemux: dash: factorize timescales inheritance
Francois Cartegnie [Mon, 12 Jan 2015 11:45:04 +0000 (12:45 +0100)]
demux: dash: factorize timescales inheritance

9 years agodemux: dash: compute timelines boundaries
Francois Cartegnie [Mon, 12 Jan 2015 18:59:03 +0000 (19:59 +0100)]
demux: dash: compute timelines boundaries

9 years agodemux: dash: parse maxSegmentDuration & minUpdatePeriod
Francois Cartegnie [Sat, 10 Jan 2015 20:32:29 +0000 (21:32 +0100)]
demux: dash: parse maxSegmentDuration & minUpdatePeriod

9 years agodemux: dash: add MPD merging for updates
Francois Cartegnie [Sat, 10 Jan 2015 20:23:45 +0000 (21:23 +0100)]
demux: dash: add MPD merging for updates

9 years agodemux: dash: add timelines gathering
Francois Cartegnie [Sat, 10 Jan 2015 20:21:55 +0000 (21:21 +0100)]
demux: dash: add timelines gathering

9 years agodemux: mp4: add sequence id in moof seek
Francois Cartegnie [Sat, 10 Jan 2015 20:11:11 +0000 (21:11 +0100)]
demux: mp4: add sequence id in moof seek

9 years agodemux: mp4: fix inverted trun sample composition time signedness
Francois Cartegnie [Sat, 10 Jan 2015 10:43:28 +0000 (11:43 +0100)]
demux: mp4: fix inverted trun sample composition time signedness

9 years agodemux: mp4: change assertions to warnings
Francois Cartegnie [Thu, 8 Jan 2015 20:26:50 +0000 (21:26 +0100)]
demux: mp4: change assertions to warnings

9 years agodemux: dash: add Timeline merging
Francois Cartegnie [Thu, 8 Jan 2015 19:00:12 +0000 (20:00 +0100)]
demux: dash: add Timeline merging

9 years agodemux: dash: add Timeline pruning
Francois Cartegnie [Sun, 11 Jan 2015 22:58:56 +0000 (23:58 +0100)]
demux: dash: add Timeline pruning

9 years agodemux: dash: compute missing starttime on timeline elements
Francois Cartegnie [Thu, 8 Jan 2015 18:12:55 +0000 (19:12 +0100)]
demux: dash: compute missing starttime on timeline elements

9 years agodemux: dash: handle Period Id
Francois Cartegnie [Thu, 8 Jan 2015 16:46:15 +0000 (17:46 +0100)]
demux: dash: handle Period Id

9 years agodemux: dash: add UniqueNess template
Francois Cartegnie [Thu, 8 Jan 2015 16:42:31 +0000 (17:42 +0100)]
demux: dash: add UniqueNess template

9 years agodemux: dash: simplify MPD set/getters
Francois Cartegnie [Thu, 8 Jan 2015 13:41:14 +0000 (14:41 +0100)]
demux: dash: simplify MPD set/getters

9 years agodemux: dash: add timeline support
Francois Cartegnie [Wed, 7 Jan 2015 20:07:01 +0000 (21:07 +0100)]
demux: dash: add timeline support

9 years agodemux: dash: rename startIndex -> startNumber
Francois Cartegnie [Wed, 7 Jan 2015 14:49:29 +0000 (15:49 +0100)]
demux: dash: rename startIndex -> startNumber

9 years agodemux: dash: parse SegmentTimeline
Francois Cartegnie [Wed, 7 Jan 2015 01:26:18 +0000 (02:26 +0100)]
demux: dash: parse SegmentTimeline

9 years agodemux: dash: fix TimeLine class
Francois Cartegnie [Wed, 7 Jan 2015 01:25:29 +0000 (02:25 +0100)]
demux: dash: fix TimeLine class

9 years agodemux: dash: const correctness
Francois Cartegnie [Wed, 7 Jan 2015 01:12:11 +0000 (02:12 +0100)]
demux: dash: const correctness

9 years agodemux: dash: split templates
Francois Cartegnie [Tue, 6 Jan 2015 19:19:27 +0000 (20:19 +0100)]
demux: dash: split templates

9 years agodemux/subtitle: Fix wrong ASS header parsing
David Fuhrmann [Mon, 12 Jan 2015 07:32:54 +0000 (08:32 +0100)]
demux/subtitle: Fix wrong ASS header parsing

After optimization in 6cccd64dacf431e1c33877e131b09ff906c85972,
complete ASS header was discarded for some subtitles.

close #12733

9 years agomacosx: Add new pseudo-vlc target to Xcode project
David Fuhrmann [Sun, 11 Jan 2015 13:14:55 +0000 (14:14 +0100)]
macosx: Add new pseudo-vlc target to Xcode project

This target mimics a cocoa application and is merely added to
enable autocompletion in the code editors. New interface files
should be added to this target as well.

Do not use this target for compilation, it won't work.

9 years agomacosx: Set all project files as relative to project path
David Fuhrmann [Mon, 5 Jan 2015 23:13:44 +0000 (00:13 +0100)]
macosx: Set all project files as relative to project path

9 years agomacosx: Upgrade xib files from IB 3 to IB 4-6 format
David Fuhrmann [Mon, 5 Jan 2015 23:12:50 +0000 (00:12 +0100)]
macosx: Upgrade xib files from IB 3 to IB 4-6 format

This makes usage of the old Xcode 3 and Interface Builder 3 obsolete.
All further changes need to happen in Xcode >= 4.

BGHUDAppkit elements were preserved, but for further changes the respective
subclass for the views need to be set manually.

Also resyncs all xibs with the source files.

9 years agobpg: add libbpg decoder
Tristan Matthews [Tue, 6 Jan 2015 00:51:58 +0000 (00:51 +0000)]
bpg: add libbpg decoder

9 years agocontrib: add bpg
Tristan Matthews [Tue, 6 Jan 2015 00:51:57 +0000 (00:51 +0000)]
contrib: add bpg

Currently libbpg is only available as a static library.

9 years agohds: avoid NULL dereference (cid #1261992)
Tristan Matthews [Thu, 8 Jan 2015 12:53:40 +0000 (07:53 -0500)]
hds: avoid NULL dereference (cid #1261992)

metadata_packet_len > 0 is equivalent to
metadata_payload_len > 0 && p_metadata_payload

9 years agoWin32: make volume touch less sensitive
Jean-Baptiste Kempf [Thu, 8 Jan 2015 02:43:43 +0000 (03:43 +0100)]
Win32: make volume touch less sensitive

9 years agoQt: space the toolbar items depending on the DPI
Jarrad Whitaker [Thu, 8 Jan 2015 00:54:47 +0000 (01:54 +0100)]
Qt: space the toolbar items depending on the DPI

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agodraw toolbar buttons with DPI-scaled sizes
Jarrad Whitaker [Thu, 6 Nov 2014 11:45:21 +0000 (22:45 +1100)]
draw toolbar buttons with DPI-scaled sizes

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoSupport for LG N1A1 UPnP server
Fabrizio Gennari [Tue, 6 Jan 2015 22:24:30 +0000 (23:24 +0100)]
Support for LG N1A1 UPnP server

Connecting to a LG N1A1 NAS device gave:
upnp services discovery error: browse() response parsing failed

There is a "ugly hack" ("The DIDL document is extracted from the Result tag,
then wrapped into a valid XML header and a new root tag") in the code now.
This actually break parsing the reply by the LG N1A1.

Now, we try parsing the reply as is, and uses the "ugly hack" as a fallback only.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoQt: Changed mnemonic that was inaccessible during play.
Darko Jankovic [Mon, 5 Jan 2015 19:31:14 +0000 (19:31 +0000)]
Qt: Changed mnemonic that was inaccessible during play.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoContribs: update libmatroska to 1.4.2
Jean-Baptiste Kempf [Tue, 6 Jan 2015 21:24:50 +0000 (22:24 +0100)]
Contribs: update libmatroska to 1.4.2

Move to autotools

9 years agoContribs: update libebml 1.3.1
Jean-Baptiste Kempf [Tue, 6 Jan 2015 21:22:33 +0000 (22:22 +0100)]
Contribs: update libebml 1.3.1

Move to autoconf

9 years agorawvid: fix parsing frame and aspect ratii (fixes #13532)
Rémi Denis-Courmont [Tue, 6 Jan 2015 19:46:14 +0000 (21:46 +0200)]
rawvid: fix parsing frame and aspect ratii (fixes #13532)

9 years agofreetype: render Arabic diacritics properly
Salah-Eddin Shaban [Tue, 6 Jan 2015 11:42:08 +0000 (13:42 +0200)]
freetype: render Arabic diacritics properly

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agotranscode: remove unneeded deinit
Rafaël Carré [Tue, 6 Jan 2015 12:43:35 +0000 (13:43 +0100)]
transcode: remove unneeded deinit

9 years agotranscode: avoid double thread join
Rafaël Carré [Tue, 6 Jan 2015 12:43:19 +0000 (13:43 +0100)]
transcode: avoid double thread join

9 years agotranscode: simplify thread init
Rafaël Carré [Tue, 6 Jan 2015 12:42:06 +0000 (13:42 +0100)]
transcode: simplify thread init

9 years agotranscode: whitespace
Rafaël Carré [Tue, 6 Jan 2015 12:41:31 +0000 (13:41 +0100)]
transcode: whitespace

9 years agotranscode: simplify locking in encoder thread
Rafaël Carré [Tue, 6 Jan 2015 12:27:10 +0000 (13:27 +0100)]
transcode: simplify locking in encoder thread

9 years agogather: fix uninitialized value
Rafaël Carré [Tue, 6 Jan 2015 11:03:39 +0000 (12:03 +0100)]
gather: fix uninitialized value

9 years agomacosx: bookmarks: remove byte field from table view and edit dialog
David Fuhrmann [Tue, 6 Jan 2015 12:38:36 +0000 (13:38 +0100)]
macosx: bookmarks: remove byte field from table view and edit dialog

This field is shall not be used anymore. And its rather cubersome
for the user anyway.

9 years agomacosx: fix int overflow when editing bookmarks
David Fuhrmann [Tue, 6 Jan 2015 11:47:31 +0000 (12:47 +0100)]
macosx: fix int overflow when editing bookmarks

This caused incorrect values for larger bookmarks.

9 years agompg123: use VLC_ENOMEM
Ludovic Fauvet [Tue, 6 Jan 2015 09:48:14 +0000 (10:48 +0100)]
mpg123: use VLC_ENOMEM

9 years agosrc: fix broken bookmarks functionality
David Fuhrmann [Tue, 6 Jan 2015 00:40:18 +0000 (01:40 +0100)]
src: fix broken bookmarks functionality

9 years agofreetype: fix extra squares in Arabic subtitles (fixes #6152 #8117)
Salah-Eddin Shaban [Mon, 5 Jan 2015 14:52:33 +0000 (14:52 +0000)]
freetype: fix extra squares in Arabic subtitles (fixes #6152 #8117)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agodemux: mp4: fix regression on smooth streaming
Francois Cartegnie [Mon, 5 Jan 2015 17:52:15 +0000 (18:52 +0100)]
demux: mp4: fix regression on smooth streaming

DemuxFrg was no longer selected

9 years agoQt: fix Windows build
Ludovic Fauvet [Mon, 5 Jan 2015 16:41:50 +0000 (17:41 +0100)]
Qt: fix Windows build

9 years agoCDDA: fix printf format
Jean-Baptiste Kempf [Mon, 5 Jan 2015 16:37:47 +0000 (17:37 +0100)]
CDDA: fix printf format

9 years agoCDDB: display CDDB ID in the right format
Jean-Baptiste Kempf [Mon, 5 Jan 2015 16:36:15 +0000 (17:36 +0100)]
CDDB: display CDDB ID in the right format

Aka a 8 digit hexa number, as used in search engines like
http://www.freedb.org/freedb_discid_check.php

Ref #4370

9 years agoQt: clean up includes and forward declare when possible
Ludovic Fauvet [Mon, 5 Jan 2015 16:11:43 +0000 (17:11 +0100)]
Qt: clean up includes and forward declare when possible

9 years agoQt: remove superfluous forward declarations
Ludovic Fauvet [Mon, 5 Jan 2015 15:26:55 +0000 (16:26 +0100)]
Qt: remove superfluous forward declarations

9 years agocontrib: speex: skip RECONF
Tristan Matthews [Sun, 4 Jan 2015 00:11:33 +0000 (19:11 -0500)]
contrib: speex: skip RECONF

9 years agocontrib: speexdsp: skip RECONF
Tristan Matthews [Sun, 4 Jan 2015 00:10:16 +0000 (19:10 -0500)]
contrib: speexdsp: skip RECONF

9 years agocontrib: use speexdsp 1.2rc3
Tristan Matthews [Sat, 3 Jan 2015 23:58:04 +0000 (18:58 -0500)]
contrib: use speexdsp 1.2rc3

9 years agodemux: dash: detect dash in raw xml with single quotes
Francois Cartegnie [Mon, 5 Jan 2015 15:26:33 +0000 (16:26 +0100)]
demux: dash: detect dash in raw xml with single quotes

9 years agosndio: fix typo in 8-bits audio handling
Rémi Denis-Courmont [Mon, 5 Jan 2015 14:10:21 +0000 (16:10 +0200)]
sndio: fix typo in 8-bits audio handling

9 years agoDsound: add shortcuts
Jean-Baptiste Kempf [Sat, 3 Jan 2015 23:27:46 +0000 (00:27 +0100)]
Dsound: add shortcuts

9 years agoDirect3D9: add a direct3d shortcut for backward compatibility
Jean-Baptiste Kempf [Sat, 3 Jan 2015 23:21:58 +0000 (00:21 +0100)]
Direct3D9: add a direct3d shortcut for backward compatibility

9 years agoWin32: rename directx to directdraw
Jean-Baptiste Kempf [Sat, 3 Jan 2015 23:15:50 +0000 (00:15 +0100)]
Win32: rename directx to directdraw

9 years agodemux: dash: disable seek on live
Francois Cartegnie [Sat, 3 Jan 2015 20:18:30 +0000 (21:18 +0100)]
demux: dash: disable seek on live

9 years agodemux: dash: enable passive seek for templates as well
Francois Cartegnie [Sat, 3 Jan 2015 20:16:08 +0000 (21:16 +0100)]
demux: dash: enable passive seek for templates as well

9 years agovdpau: remove unwarranted assumption on C calling convention
Rémi Denis-Courmont [Sat, 3 Jan 2015 11:37:20 +0000 (13:37 +0200)]
vdpau: remove unwarranted assumption on C calling convention

9 years agomacosx: fix reveal in finder main menu item
David Fuhrmann [Fri, 2 Jan 2015 20:57:38 +0000 (21:57 +0100)]
macosx: fix reveal in finder main menu item

9 years agomacosx: correctly dis/enable cover art menu item
David Fuhrmann [Fri, 2 Jan 2015 20:40:01 +0000 (21:40 +0100)]
macosx: correctly dis/enable cover art menu item

9 years agomacosx: simplify revealInFinder action
David Fuhrmann [Fri, 2 Jan 2015 14:39:00 +0000 (15:39 +0100)]
macosx: simplify revealInFinder action

9 years agomacosx: improve playItem, make sure that the complete pl is queued
David Fuhrmann [Fri, 2 Jan 2015 13:30:38 +0000 (14:30 +0100)]
macosx: improve playItem, make sure that the complete pl is queued

Simplifies the playItem action. For the playlist call, the current
root is taken instead of the parent node. This ensures that
playback does not stop on folder/node boundaries.

9 years agomacosx: cleanup pl data source, do not show file size for directories
David Fuhrmann [Fri, 2 Jan 2015 13:10:50 +0000 (14:10 +0100)]
macosx: cleanup pl data source, do not show file size for directories

9 years agomacosx: fix crash in outline view data source
David Fuhrmann [Fri, 2 Jan 2015 12:47:27 +0000 (13:47 +0100)]
macosx: fix crash in outline view data source

9 years agomacosx: remove dead code, small reformatting
David Fuhrmann [Thu, 1 Jan 2015 16:53:00 +0000 (17:53 +0100)]
macosx: remove dead code, small reformatting

9 years agoqtsound: fix memleak (close #13416)
David Fuhrmann [Wed, 31 Dec 2014 18:52:08 +0000 (19:52 +0100)]
qtsound: fix memleak (close #13416)

9 years agodemux: dash: add Initializable and parse SegmentList init segment
Francois Cartegnie [Fri, 2 Jan 2015 18:26:51 +0000 (19:26 +0100)]
demux: dash: add Initializable and parse SegmentList init segment

Fixes playback where Initilialization Segment is in SegmentList

9 years agodemux: mp4: handle DASH passive seek for now
Francois Cartegnie [Fri, 2 Jan 2015 18:00:50 +0000 (19:00 +0100)]
demux: mp4: handle DASH passive seek for now

9 years agoUse directory browser for record and timeshift folders
Jean-Baptiste Kempf [Fri, 2 Jan 2015 17:44:44 +0000 (18:44 +0100)]
Use directory browser for record and timeshift folders

9 years agodemux: mp4: create dummy sample info for mp4s (fix #13464)
Francois Cartegnie [Fri, 2 Jan 2015 15:45:45 +0000 (16:45 +0100)]
demux: mp4: create dummy sample info for mp4s (fix #13464)

9 years agoContrib: fix crash in CDDB on Windows
Jean-Baptiste Kempf [Fri, 2 Jan 2015 14:56:00 +0000 (15:56 +0100)]
Contrib: fix crash in CDDB on Windows

Close #13465

9 years agoDash: fix compilation for Windows
Jean-Baptiste Kempf [Fri, 2 Jan 2015 14:54:06 +0000 (15:54 +0100)]
Dash: fix compilation for Windows

9 years agoCDDB: add more debug to find the potential issues
Jean-Baptiste Kempf [Fri, 2 Jan 2015 14:30:59 +0000 (15:30 +0100)]
CDDB: add more debug to find the potential issues

Ref #4370

9 years agoCDDB: add the correct pregap for calculation
Jean-Baptiste Kempf [Fri, 2 Jan 2015 14:20:57 +0000 (15:20 +0100)]
CDDB: add the correct pregap for calculation

150sectors or 2 seconds

Should close #4370

9 years agodemux: dash: add basic seeking using next segment
Francois Cartegnie [Thu, 1 Jan 2015 15:47:05 +0000 (16:47 +0100)]
demux: dash: add basic seeking using next segment

Still doesn't control streamDemux

9 years agodemux: dash: remove SegmentInfo
Francois Cartegnie [Thu, 1 Jan 2015 16:04:52 +0000 (17:04 +0100)]
demux: dash: remove SegmentInfo

9 years agodemux: dash: remove unused members
Francois Cartegnie [Thu, 1 Jan 2015 16:01:49 +0000 (17:01 +0100)]
demux: dash: remove unused members

9 years agodemux: dash: add segmentList duration
Francois Cartegnie [Thu, 1 Jan 2015 15:46:19 +0000 (16:46 +0100)]
demux: dash: add segmentList duration

9 years agodemux: dash: remove unused SegmentInfoDefault
Francois Cartegnie [Wed, 31 Dec 2014 15:46:23 +0000 (16:46 +0100)]
demux: dash: remove unused SegmentInfoDefault

9 years agocdrom.h: use static inline instead of macros
Jean-Baptiste Kempf [Fri, 2 Jan 2015 13:51:01 +0000 (14:51 +0100)]
cdrom.h: use static inline instead of macros

9 years agoavcodec: fix ffmpeg version check
Ludovic Fauvet [Fri, 2 Jan 2015 13:37:52 +0000 (14:37 +0100)]
avcodec: fix ffmpeg version check

9 years agocdrom.c: code cosmetic and includes removal
Jean-Baptiste Kempf [Fri, 2 Jan 2015 13:06:07 +0000 (14:06 +0100)]
cdrom.c: code cosmetic and includes removal

9 years agoVCD: clean cdrom.h header
Jean-Baptiste Kempf [Fri, 2 Jan 2015 12:07:07 +0000 (13:07 +0100)]
VCD: clean cdrom.h header

Use the actual definitions from the ColourBooks
Use enums instead of macros

9 years agoAdd includes guards to cdrom.h
Jean-Baptiste Kempf [Fri, 2 Jan 2015 11:47:16 +0000 (12:47 +0100)]
Add includes guards to cdrom.h