[vlc-commits] contrib: aom: do not force generic target

2019-01-08 Thread Tristan Matthews
vlc/vlc-3.0 | branch: master | Tristan Matthews | Tue Jan 8 12:28:54 2019 -0500| [f1e046481b42615bd5f982178c4613c41f42cfce] | committer: Tristan Matthews contrib: aom: do not force generic target This is the default for the av1-normative branch. > http://git.videolan.org/gitweb.cgi/vlc/vlc-3

[vlc-commits] contrib: aom: reenable multithreading

2019-01-08 Thread Tristan Matthews
vlc/vlc-3.0 | branch: master | Tristan Matthews | Tue Jan 8 12:27:58 2019 -0500| [aab15805cd14b4d8ff2468da5891e98c67775cda] | committer: Tristan Matthews contrib: aom: reenable multithreading This is default disabled in av1-normative. > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=c

[vlc-commits] contrib: aom: reenable multithreading

2019-01-08 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews | Tue Jan 8 12:27:58 2019 -0500| [86729f78c5ddb32519d65ce7ccd727a0d737a6b7] | committer: Tristan Matthews contrib: aom: reenable multithreading This is default disabled in av1-normative. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=86729f78

[vlc-commits] contrib: aom: do not force generic target

2019-01-08 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews | Tue Jan 8 12:28:54 2019 -0500| [44131b8b9523a6c2aa93e1462789fbd73a798af1] | committer: Tristan Matthews contrib: aom: do not force generic target This is the default for the av1-normative branch. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit

[vlc-commits] demux: wav: fix uninitialized member usage (cid #1476075)

2019-01-08 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Jan 8 17:01:21 2019 +0100| [dec1c85932adf4e7c0054a5c5a8ef6fb7f791e1e] | committer: Francois Cartegnie demux: wav: fix uninitialized member usage (cid #1476075) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dec1c85932adf4e7c0054a5c5a8e

[vlc-commits] packetizer/av1: Fix size calculation in AV1_OBUSkipHeader

2019-01-08 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Nov 29 15:53:14 2018 +0100| [e3ada8723d47f6e7df8babdfee78d039b22a8b3b] | committer: Francois Cartegnie packetizer/av1: Fix size calculation in AV1_OBUSkipHeader In case that AV1_OBUHasSizeField is false, i_header was used uninitialized. The OBU header

[vlc-commits] core: playlist: keep current item on expand

2019-01-08 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Tue Dec 11 15:22:13 2018 +0100| [2285143e09b3e4e07dadd1616aa92a9fe9957836] | committer: Thomas Guillem core: playlist: keep current item on expand When an item is expanded (e.g. due to preparsing), it is replaced by its (flatten) subitems. The previous i

[vlc-commits] playlist: remove incorrect comment

2019-01-08 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Tue Nov 27 10:55:37 2018 +0100| [57805af4b32ca8b24db432791dd5898f4089441f] | committer: Thomas Guillem playlist: remove incorrect comment The player behavior has changed since this comment was written, now the on_current_media_changed callback is called e

[vlc-commits] core: playlist: refactor current media update

2019-01-08 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Tue Dec 11 15:22:12 2018 +0100| [798fac445b0073893f5976930d54926af61ae452] | committer: Thomas Guillem core: playlist: refactor current media update The actions to execute after a content change were factorized in separate functions (vlc_playlist_ItemsIns

[vlc-commits] core: playlist: move Expand() to content.c

2019-01-08 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Tue Dec 11 15:22:11 2018 +0100| [23ed2a71418cb7d014481aa44a1a723bed95cebf] | committer: Thomas Guillem core: playlist: move Expand() to content.c Expanding an item (replacing it by its subitems) was implemented in preparse.c, essentially because it's only

[vlc-commits] avcodec: va: document the returned type of the get() callback

2019-01-08 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jan 8 11:16:11 2019 +0100| [86c35d6e19385acfa490a067d7458753e4789132] | committer: Steve Lhomme avcodec: va: document the returned type of the get() callback The picture is not being allocated, nor the surface. It's only about getting the proper surfac

[vlc-commits] dxva2: clean device checking when getting the decoder surface

2019-01-08 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jan 8 11:29:32 2019 +0100| [381aac91b86a87ff74b4be3be7c34c6f02685ab4] | committer: Steve Lhomme dxva2: clean device checking when getting the decoder surface > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=381aac91b86a87ff74b4be3be7c34c6f02685

[vlc-commits] d3d11: log possible failures to read the driver version

2019-01-08 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Tue Jan 8 10:32:49 2019 +0100| [0f6e8c5eca11db658ee14be9ba79718f0aab6302] | committer: Steve Lhomme d3d11: log possible failures to read the driver version > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=0f6e8c5eca11db658ee14be9ba

[vlc-commits] d3d11: cleaner split of the (non)winstore code

2019-01-08 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Tue Jan 8 10:36:46 2019 +0100| [b95fc09670411341ff6a4236241f07e2faebf30a] | committer: Steve Lhomme d3d11: cleaner split of the (non)winstore code > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=b95fc09670411341ff6a4236241f07e2fae

[vlc-commits] d3d11: log possible failures to read the driver version

2019-01-08 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jan 8 10:32:49 2019 +0100| [bfeb80d6477f17928ee0a50ef41951a2ffa8fcbd] | committer: Steve Lhomme d3d11: log possible failures to read the driver version > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bfeb80d6477f17928ee0a50ef41951a2ffa8fcbd --

[vlc-commits] d3d11: cleaner split of the (non)winstore code

2019-01-08 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jan 8 10:36:46 2019 +0100| [f5d0efb65c811bf12ee392f7d97a4fd318ea7b59] | committer: Steve Lhomme d3d11: cleaner split of the (non)winstore code > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f5d0efb65c811bf12ee392f7d97a4fd318ea7b59 --- modul