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

9 years agoVCD: avoid macro redefinition
Jean-Baptiste Kempf [Fri, 2 Jan 2015 11:39:25 +0000 (12:39 +0100)]
VCD: avoid macro redefinition

9 years agoconfigure: require libarchive 3.1.0 for the archive plugin
Sean McGovern [Thu, 1 Jan 2015 20:25:03 +0000 (15:25 -0500)]
configure: require libarchive 3.1.0 for the archive plugin

archive_seek_data() was not introduced until this version.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agocontrib: Fix x265.pc on osx
Rafaël Carré [Wed, 31 Dec 2014 16:06:49 +0000 (17:06 +0100)]
contrib: Fix x265.pc on osx

Works around cmake

9 years agodemux: dash: handle format string min width in segment number
Francois Cartegnie [Wed, 31 Dec 2014 15:08:45 +0000 (16:08 +0100)]
demux: dash: handle format string min width in segment number

9 years agolive555: avoid NULL dereference if codec undefined
Tristan Matthews [Wed, 31 Dec 2014 04:39:57 +0000 (23:39 -0500)]
live555: avoid NULL dereference if codec undefined

Refs #11938

9 years agoRename Direct3D video output module to Direct3D9
Martell Malone [Tue, 23 Dec 2014 17:35:28 +0000 (17:35 +0000)]
Rename Direct3D video output module to Direct3D9

We will probably need a Direct3d11 one

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agodemux: mpeg: add support for lame's replaygain extension
Anatoliy Anischovich [Tue, 30 Dec 2014 14:25:06 +0000 (14:25 +0000)]
demux: mpeg: add support for lame's replaygain extension

See http://gabriel.mp3-tech.org/mp3infotag.html#replaygain

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agodemux: mp4: fix divbyzero with broken audio stsd
Francois Cartegnie [Tue, 30 Dec 2014 19:40:53 +0000 (20:40 +0100)]
demux: mp4: fix divbyzero with broken audio stsd

9 years agoBump OpenGL capability on Windows
Jean-Baptiste Kempf [Tue, 30 Dec 2014 18:29:40 +0000 (19:29 +0100)]
Bump OpenGL capability on Windows

It is now higher than Direct2d, but lower than DirectDraw, because of XP

9 years agodemux: dash: enable all profiles
Francois Cartegnie [Tue, 30 Dec 2014 15:44:29 +0000 (16:44 +0100)]
demux: dash: enable all profiles

9 years agodemux: mp4: add support for FFV1 v2 (fix #13131)
Francois Cartegnie [Tue, 30 Dec 2014 15:19:03 +0000 (16:19 +0100)]
demux: mp4: add support for FFV1 v2 (fix #13131)

V2 has global tables, and then needs it to be passed as
extradata IV.

9 years agodemux: dash: remove now unused blockbuffer code
Francois Cartegnie [Tue, 30 Dec 2014 15:18:34 +0000 (16:18 +0100)]
demux: dash: remove now unused blockbuffer code

9 years agodemux: dash: track segment/periods outside of adaptation logic
Francois Cartegnie [Mon, 29 Dec 2014 23:42:44 +0000 (00:42 +0100)]
demux: dash: track segment/periods outside of adaptation logic

Allows switching logic, and fixes startSegment handling.

9 years agomacosx: remove old playlist data source, remove unneeded outline view inits
David Fuhrmann [Sun, 28 Dec 2014 16:43:18 +0000 (17:43 +0100)]
macosx: remove old playlist data source, remove unneeded outline view inits

9 years agomacosx: resume playback: fix memleak
David Fuhrmann [Sun, 28 Dec 2014 16:22:14 +0000 (17:22 +0100)]
macosx: resume playback: fix memleak

9 years agoauhal: fix memleak, check malloc return value
David Fuhrmann [Sun, 28 Dec 2014 16:21:10 +0000 (17:21 +0100)]
auhal: fix memleak, check malloc return value

9 years agomacosx: playlist: delete old NSOutlineViewDataSource and helpers
David Fuhrmann [Sun, 7 Dec 2014 13:41:54 +0000 (14:41 +0100)]
macosx: playlist: delete old NSOutlineViewDataSource and helpers

This is superseeded by the new PLModel object. Also remove old
helper functions which are not used anymore.

9 years agomacosx: adapt recursiveExpandNode to new playlist model
David Fuhrmann [Sun, 7 Dec 2014 13:25:39 +0000 (14:25 +0100)]
macosx: adapt recursiveExpandNode to new playlist model

9 years agomacosx: add new pl items to the end if they are dropped to a node
David Fuhrmann [Sun, 7 Dec 2014 12:29:12 +0000 (13:29 +0100)]
macosx: add new pl items to the end if they are dropped to a node

9 years agomacosx: simplify/unify addition of new playlist items
David Fuhrmann [Sun, 7 Dec 2014 12:12:38 +0000 (13:12 +0100)]
macosx: simplify/unify addition of new playlist items

9 years agomacosx: Move drag and drop support to new PLModel and rewrite
David Fuhrmann [Sun, 30 Nov 2014 18:00:29 +0000 (19:00 +0100)]
macosx: Move drag and drop support to new PLModel and rewrite

This simplifies the methods, also using a simpler storage for
dragged items.

9 years agomacosx: Use core-provided playlist search functionality
David Fuhrmann [Sun, 30 Nov 2014 10:21:54 +0000 (11:21 +0100)]
macosx: Use core-provided playlist search functionality

This removes the old own-made search functionality and replaces
it by a version the user would expect (i.e. actually hiding non-
found entries).

close #6049

9 years agomacosx: Add new playlist model
David Fuhrmann [Sat, 15 Nov 2014 11:33:30 +0000 (12:33 +0100)]
macosx: Add new playlist model

The current playlist model directly operates on the core playlist
datastructures without proper locking for a complete playlist table
reload/update. This resulted in various ugly hacks and workarounds.

The new playlist model encapsulates the data in own objects like
in the qt interface. This allows a much easier integration with
the table view and proper updates from the core playlist.

This way, the previous playlist objects, stored in an ugly map with
pointer strings as keys, pointing to the same pointer inside a
NSValue, is obsolete finally. :-)

9 years agomacosx: Get rid of old VLCTableViewCommon
David Fuhrmann [Thu, 13 Nov 2014 11:11:39 +0000 (12:11 +0100)]
macosx: Get rid of old VLCTableViewCommon

9 years agoUpdate NEWS
Jean-Baptiste Kempf [Tue, 30 Dec 2014 13:56:55 +0000 (14:56 +0100)]
Update NEWS

9 years agoBump Android Window priority: it can do hardware subpicture blending
Jean-Baptiste Kempf [Tue, 30 Dec 2014 12:50:39 +0000 (13:50 +0100)]
Bump Android Window priority: it can do hardware subpicture blending

9 years agolibvlc_media_list: missing vlc_mutex_destroy
Thomas Guillem [Tue, 23 Dec 2014 16:35:41 +0000 (16:35 +0000)]
libvlc_media_list: missing vlc_mutex_destroy

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agodemux: mpc: fix replaygain calculation (fixes #13176)
Anatoliy Anischovich [Mon, 29 Dec 2014 09:49:57 +0000 (09:49 +0000)]
demux: mpc: fix replaygain calculation (fixes #13176)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: check subtitles bounds
Thomas Guillem [Mon, 29 Dec 2014 16:45:12 +0000 (16:45 +0000)]
android_window: check subtitles bounds

(fixes #13350)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoQt: fix padding on the speed selector
Jean-Baptiste Kempf [Mon, 29 Dec 2014 21:07:47 +0000 (22:07 +0100)]
Qt: fix padding on the speed selector

Close #13329

9 years agodemux: mp4: missing sample in chunk alignment on seek (fix #13414)
Francois Cartegnie [Sun, 28 Dec 2014 21:32:33 +0000 (22:32 +0100)]
demux: mp4: missing sample in chunk alignment on seek (fix #13414)

9 years agodemux: mp4: fix tk id in debug code
Francois Cartegnie [Sat, 27 Dec 2014 23:23:27 +0000 (00:23 +0100)]
demux: mp4: fix tk id in debug code

9 years agodemux: mp4: replace copy with reference
Francois Cartegnie [Sat, 27 Dec 2014 22:40:09 +0000 (23:40 +0100)]
demux: mp4: replace copy with reference

9 years agodemux: xspf: default psz_base to the XSPF resource location (fixes #6186, #12058)
Anatoliy Anischovich [Fri, 26 Dec 2014 08:29:10 +0000 (10:29 +0200)]
demux: xspf: default psz_base to the XSPF resource location (fixes #6186, #12058)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agovdpau/avcodec: add support for 4:4:4 and 4:2:2 chroma types
Rémi Denis-Courmont [Fri, 19 Dec 2014 21:30:20 +0000 (23:30 +0200)]
vdpau/avcodec: add support for 4:4:4 and 4:2:2 chroma types

This adds support for the H.264 4:4:4 Predictive profile (at 8-bits
per component only).

9 years agodemux: dash: move everything under demux/
Francois Cartegnie [Fri, 26 Dec 2014 17:35:30 +0000 (18:35 +0100)]
demux: dash: move everything under demux/

9 years agodemux: mkv: don't seek on current pos
Francois Cartegnie [Thu, 25 Dec 2014 16:40:39 +0000 (17:40 +0100)]
demux: mkv: don't seek on current pos

9 years agomux: mp4: default missing audio/frame rate (fix #12820)
Francois Cartegnie [Thu, 25 Dec 2014 14:14:52 +0000 (15:14 +0100)]
mux: mp4: default missing audio/frame rate (fix #12820)

9 years agodemux: dash: return meta from manifest
Francois Cartegnie [Wed, 24 Dec 2014 21:31:35 +0000 (22:31 +0100)]
demux: dash: return meta from manifest

9 years agodemux: dash: fix and debug DOM Parsing
Francois Cartegnie [Wed, 24 Dec 2014 21:26:56 +0000 (22:26 +0100)]
demux: dash: fix and debug DOM Parsing

9 years agodemux: dash: parse program info
Francois Cartegnie [Wed, 24 Dec 2014 19:04:39 +0000 (20:04 +0100)]
demux: dash: parse program info

9 years agodemux: dash: simplify integer parsing using templates
Francois Cartegnie [Wed, 24 Dec 2014 18:21:38 +0000 (19:21 +0100)]
demux: dash: simplify integer parsing using templates

9 years agodemux: dash: handle live stream numbered template
Francois Cartegnie [Mon, 22 Dec 2014 20:41:13 +0000 (21:41 +0100)]
demux: dash: handle live stream numbered template

($Number$ must be calculated from streaming start time)

9 years agodemux: dash: remove unused buffer observer impl
Francois Cartegnie [Tue, 23 Dec 2014 13:12:41 +0000 (14:12 +0100)]
demux: dash: remove unused buffer observer impl

9 years agodemux: dash: add Property template
Francois Cartegnie [Mon, 22 Dec 2014 20:27:25 +0000 (21:27 +0100)]
demux: dash: add Property template

9 years agofourcc: add avc3
Francois Cartegnie [Wed, 24 Dec 2014 13:16:08 +0000 (14:16 +0100)]
fourcc: add avc3

9 years agodemux: mp4: handle avc3
Francois Cartegnie [Wed, 24 Dec 2014 13:13:27 +0000 (14:13 +0100)]
demux: mp4: handle avc3

9 years agoplaylist: fix infinite loop while clearing the playlist
Rémi Denis-Courmont [Wed, 24 Dec 2014 08:33:27 +0000 (10:33 +0200)]
playlist: fix infinite loop while clearing the playlist

9 years agodemux: dash: missing initializer (cid #1260244)
Francois Cartegnie [Mon, 22 Dec 2014 17:58:07 +0000 (18:58 +0100)]
demux: dash: missing initializer (cid #1260244)

9 years agodemux: dash: remove unused member (cid #1260243)
Francois Cartegnie [Mon, 22 Dec 2014 17:56:54 +0000 (18:56 +0100)]
demux: dash: remove unused member (cid #1260243)

9 years agodemux: dash: missing initializer (cid #1260242, #1260245)
Francois Cartegnie [Mon, 22 Dec 2014 17:55:27 +0000 (18:55 +0100)]
demux: dash: missing initializer (cid #1260242, #1260245)

9 years agodemux: dash: missing initilializer (cid #1260241)
Francois Cartegnie [Mon, 22 Dec 2014 17:54:22 +0000 (18:54 +0100)]
demux: dash: missing initilializer (cid #1260241)

9 years agodemux: dash: fix leak (cid #1260239)
Francois Cartegnie [Mon, 22 Dec 2014 17:51:47 +0000 (18:51 +0100)]
demux: dash: fix leak (cid #1260239)

9 years agodemux: libmp4: fix fwd null dereference (cid #1260237)
Francois Cartegnie [Mon, 22 Dec 2014 17:50:13 +0000 (18:50 +0100)]
demux: libmp4: fix fwd null dereference (cid #1260237)

9 years agodemux: dash: handle bitswitchable property
Francois Cartegnie [Mon, 22 Dec 2014 15:16:39 +0000 (16:16 +0100)]
demux: dash: handle bitswitchable property

9 years agodemux: dash: match mime type
Francois Cartegnie [Fri, 19 Dec 2014 23:08:18 +0000 (00:08 +0100)]
demux: dash: match mime type

9 years agodemux: dash: add IsoTime helper
Francois Cartegnie [Fri, 19 Dec 2014 17:18:54 +0000 (18:18 +0100)]
demux: dash: add IsoTime helper

9 years agohds: Inject FLV metadata packet into the stream
Antti Ajanki [Mon, 22 Dec 2014 09:29:55 +0000 (09:29 +0000)]
hds: Inject FLV metadata packet into the stream

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoContribs: rebase harfbuzz no-backend patch
Jean-Baptiste Kempf [Mon, 22 Dec 2014 09:14:46 +0000 (10:14 +0100)]
Contribs: rebase harfbuzz no-backend patch

9 years agoContribs: don't hardcode URLs - 2
Jean-Baptiste Kempf [Fri, 19 Dec 2014 15:42:17 +0000 (16:42 +0100)]
Contribs: don't hardcode URLs - 2

9 years agoContribs: don't hardcode URLs
Jean-Baptiste Kempf [Fri, 19 Dec 2014 15:40:28 +0000 (16:40 +0100)]
Contribs: don't hardcode URLs

9 years agodemux: dash: handle profiles list
Francois Cartegnie [Fri, 19 Dec 2014 13:12:47 +0000 (14:12 +0100)]
demux: dash: handle profiles list

9 years agoContrib: Disable HarfBuzz non-native backends
Jean-Baptiste Kempf [Fri, 19 Dec 2014 12:22:55 +0000 (13:22 +0100)]
Contrib: Disable HarfBuzz non-native backends

9 years agomediacodec: bypass profile check for OMX.LUMEVideoDecoder
Thomas Guillem [Fri, 19 Dec 2014 11:32:52 +0000 (12:32 +0100)]
mediacodec: bypass profile check for OMX.LUMEVideoDecoder

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoragel: use the official hosting address
Sean McGovern [Thu, 18 Dec 2014 22:57:17 +0000 (17:57 -0500)]
ragel: use the official hosting address

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agomain: update VLC_META_TYPE_COUNT
Thomas Guillem [Fri, 19 Dec 2014 10:46:31 +0000 (11:46 +0100)]
main: update VLC_META_TYPE_COUNT

It was not updated after adding vlc_meta_ESNowPlaying.

Signed-off-by: Ludovic Fauvet <etix@videolan.org>
9 years agoDash: use %zu for size_t in C++
Jean-Baptiste Kempf [Thu, 18 Dec 2014 22:57:50 +0000 (23:57 +0100)]
Dash: use %zu for size_t in C++

9 years agoSmooth: use PRIu|d64 as format
Jean-Baptiste Kempf [Thu, 18 Dec 2014 22:21:57 +0000 (23:21 +0100)]
Smooth: use PRIu|d64 as format

9 years agoDash: fix Android compilation
Jean-Baptiste Kempf [Thu, 18 Dec 2014 22:10:15 +0000 (23:10 +0100)]
Dash: fix Android compilation

9 years agodemux: dash: add logic pref variable
Francois Cartegnie [Thu, 18 Dec 2014 21:17:38 +0000 (22:17 +0100)]
demux: dash: add logic pref variable

9 years agodemux: dash: add fixed rate adaptation policy
Francois Cartegnie [Thu, 18 Dec 2014 20:44:25 +0000 (21:44 +0100)]
demux: dash: add fixed rate adaptation policy

9 years agostream_demux: fix crash on stream_Seek()
Francois Cartegnie [Thu, 18 Dec 2014 20:19:33 +0000 (21:19 +0100)]
stream_demux: fix crash on stream_Seek()

tried to increment NULL

9 years agodemux: dash: use DemuxLeaf for DASH
Francois Cartegnie [Thu, 18 Dec 2014 15:54:53 +0000 (16:54 +0100)]
demux: dash: use DemuxLeaf for DASH

9 years agodemux: mp4: skip unknown boxes with DemuxLeaf
Francois Cartegnie [Thu, 18 Dec 2014 15:55:15 +0000 (16:55 +0100)]
demux: mp4: skip unknown boxes with DemuxLeaf

9 years agostream_filter: dash: better indent for debug
Francois Cartegnie [Wed, 17 Dec 2014 19:51:28 +0000 (20:51 +0100)]
stream_filter: dash: better indent for debug

9 years agodemux: ts: use dts instead of pts for no-trust-pcr
Francois Cartegnie [Wed, 17 Dec 2014 17:21:20 +0000 (18:21 +0100)]
demux: ts: use dts instead of pts for no-trust-pcr

still wrong though, not stricty increasing with streams > 1 :/

9 years agodemux: ts: don't send TS_INVALID with no-trust-pcr
Francois Cartegnie [Wed, 17 Dec 2014 17:20:42 +0000 (18:20 +0100)]
demux: ts: don't send TS_INVALID with no-trust-pcr

9 years agodemux: ts: don't try to seek on non seekable
Francois Cartegnie [Wed, 17 Dec 2014 16:30:32 +0000 (17:30 +0100)]
demux: ts: don't try to seek on non seekable

9 years agodemux: dash: handle MPEG2TS profiles
Francois Cartegnie [Wed, 17 Dec 2014 15:50:49 +0000 (16:50 +0100)]
demux: dash: handle MPEG2TS profiles