[vlc-commits] sd: fix SD loading API documentation

2016-11-14 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard | Tue Nov 15 01:30:08 2016 +0100| [303cb351e94a08818bbe380f30ec48052644a208] | committer: Pierre Ynard sd: fix SD loading API documentation There's no point in passing a list of modules to load at the same time there, and it's not

[vlc-commits] sd: fix configuration chain "longname" parsing

2016-11-14 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard | Tue Nov 15 01:26:53 2016 +0100| [80bd6e9bd263af4d2b5464bd51e2372e21fb8daf] | committer: Pierre Ynard sd: fix configuration chain "longname" parsing >

[vlc-commits] macosx: Some type-annotated array fixes for Xcode 7

2016-11-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Nov 15 00:15:42 2016 +0100| [dcee486154ec8bdad0f68a4d023dfa2a3b17981d] | committer: Marvin Scholz macosx: Some type-annotated array fixes for Xcode 7 >

[vlc-commits] qt: input item IDs are not negative

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Nov 14 23:59:05 2016 +0200| [9cb3c475361c07fa318b530517659b905e08277f] | committer: Rémi Denis-Courmont qt: input item IDs are not negative Or they are not until we have 2 billions of them, and even then, the sign is not

[vlc-commits] ncurses: input item are equal if they are equal...

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Nov 14 23:59:41 2016 +0200| [aaeeb46f97d2b1c4734711c7f3006ec55f561e0b] | committer: Rémi Denis-Courmont ncurses: input item are equal if they are equal... If we have two valid input item pointers, then they are the same if and

[vlc-commits] playlist: remove phony playlist item pointers

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Nov 14 23:52:04 2016 +0200| [f0573e676b8ba617a3ad3af5575820443035801a] | committer: Rémi Denis-Courmont playlist: remove phony playlist item pointers >

[vlc-commits] mediadirs: remove cargo-cultivated vlc_cancel()

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Nov 14 22:51:25 2016 +0200| [a1e55cc4d1ce44ad6362ef38efaa6d4bb5c57bec] | committer: Rémi Denis-Courmont mediadirs: remove cargo-cultivated vlc_cancel() >

[vlc-commits] vlc_events: remove stray members

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Nov 14 22:30:37 2016 +0200| [c592092ed2898995f78b447d9feb7db84e8f70b8] | committer: Rémi Denis-Courmont vlc_events: remove stray members >

[vlc-commits] TTML: use locale-independent strtof for tts:fontSize

2016-11-14 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Mon Nov 14 21:23:39 2016 +0100| [f96a013b439ab6f82de3cbf01ec2167b5d784ad1] | committer: Jean-Baptiste Kempf TTML: use locale-independent strtof for tts:fontSize >

[vlc-commits] Jpeg: use locale-indepent strtof

2016-11-14 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Mon Nov 14 21:18:58 2016 +0100| [3e77fa781e33367f787e91d9c0fae4633d8bc7c4] | committer: Jean-Baptiste Kempf Jpeg: use locale-indepent strtof >

[vlc-commits] sd: avoid name look-up when destroying everything

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Nov 14 21:38:40 2016 +0200| [1a8808dfd8a6683c7525f8ffa4c07c423bec0a51] | committer: Rémi Denis-Courmont sd: avoid name look-up when destroying everything >

[vlc-commits] sd: merge Create and Start, and Stop and Destroy

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Nov 14 22:01:27 2016 +0200| [6d370752244733f394b636e72ef7643cb8416dee] | committer: Rémi Denis-Courmont sd: merge Create and Start, and Stop and Destroy Without the legacy event handler, the distinction is superfluous. >

[vlc-commits] sd: use owner structure instead of legacy event manager

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Nov 14 21:48:38 2016 +0200| [f7ff969d3bac9bd1aa82a3220ab147b8ac3b0570] | committer: Rémi Denis-Courmont sd: use owner structure instead of legacy event manager Since there are always exactly one callback per event (the

[vlc-commits] sd: reorder initialization and merge two allocations

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Nov 14 21:33:13 2016 +0200| [72c69dab571fab484e2fd008d3f6059333c26b67] | committer: Rémi Denis-Courmont sd: reorder initialization and merge two allocations >

[vlc-commits] sd: remove vlc_sd_StopAndDestroy() dead code

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Nov 14 21:53:44 2016 +0200| [12b925b0c54eccd1fe1b9a60460eb6e55e4c0859] | committer: Rémi Denis-Courmont sd: remove vlc_sd_StopAndDestroy() dead code >

[vlc-commits] sd: remove started and ended events

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Nov 14 20:40:48 2016 +0200| [6146f258ab0f4c1e3d80113ac0ef2addcbf06f2a] | committer: Rémi Denis-Courmont sd: remove started and ended events They had no listeners. >

[vlc-commits] lua: remove sd.remove_all_items_nodes()

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Nov 14 20:31:41 2016 +0200| [893ef33acc24be1d29ec4454c3c79fceb8412e8c] | committer: Rémi Denis-Courmont lua: remove sd.remove_all_items_nodes() This is neither used nor documented. >

[vlc-commits] sd: remove RemoveAll events

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Nov 14 20:35:57 2016 +0200| [74acdbca75dd6368df3cb3b3435cc38cb639a24b] | committer: Rémi Denis-Courmont sd: remove RemoveAll events This was never triggered. >

[vlc-commits] filter: do not copy the capability string

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 13 17:50:20 2016 +0200| [25f857a50c0487930d81f7808d0b4d347fe0d5b6] | committer: Rémi Denis-Courmont filter: do not copy the capability string The original remains valid, there is no need to copy it. >

[vlc-commits] transcode: remove deinterlace boolean

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 13 18:41:14 2016 +0200| [f8e3d39cb145238aac3ee5fcd3bf90f7a07d57d5] | committer: Rémi Denis-Courmont transcode: remove deinterlace boolean The deinterlace module string is meaningless if deinterlacing is disabled, and must

[vlc-commits] filter: remove filter_chain_New() constant parameter

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 13 18:24:21 2016 +0200| [f961b58a6327d14820ff0571a6ba48efcfb0c207] | committer: Rémi Denis-Courmont filter: remove filter_chain_New() constant parameter >

[vlc-commits] filter: unexport filter_chain_New()

2016-11-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Nov 13 17:48:40 2016 +0200| [830871ab612518d804b56d9284febed3a2113e03] | committer: Rémi Denis-Courmont filter: unexport filter_chain_New() Modules use higher-level wrappers, currently filter_chain_NewVideo(). >

[vlc-commits] core: add metadata info for VR/ 360° fields

2016-11-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Nov 10 14:02:25 2016 +0100| [efbc26a42ebb7e80b11baa03d7da5e5129f73a60] | committer: Thomas Guillem core: add metadata info for VR/360° fields Signed-off-by: Thomas Guillem >

[vlc-commits] jpeg: read panoramic metadata from the XMP EXIF data

2016-11-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Nov 10 14:56:32 2016 +0100| [8067a2495f13bc624470e19ad3cc988bac1b3b1d] | committer: Thomas Guillem jpeg: read panoramic metadata from the XMP EXIF data Signed-off-by: Thomas Guillem >

[vlc-commits] opengl: handle a non default fov value

2016-11-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Nov 10 15:18:22 2016 +0100| [88c8b6e9b85b6705bae0e4dbef6f3f2e8268fecc] | committer: Thomas Guillem opengl: handle a non default fov value Signed-off-by: Thomas Guillem >

[vlc-commits] core: add a field of view field to video_format_t

2016-11-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Nov 10 14:03:21 2016 +0100| [e48e1aa8bc02d1181f1adac890b6a6f6ef52f853] | committer: Thomas Guillem core: add a field of view field to video_format_t default to 80° Signed-off-by: Thomas Guillem >

[vlc-commits] Qt: Enable Stop Time in media convert dialog

2016-11-14 Thread Rajeesh K V
vlc | branch: master | Rajeesh K V | Tue Aug 16 10:56:46 2016 +0530| [87ca8f12c5b653f0da0e397d28737a0f2f0f5574] | committer: Marvin Scholz Qt: Enable Stop Time in media convert dialog Convert/Save dialog has had option to specify 'start time' but no option for