[vlc-commits] qt: remove unused input_thread_t

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Jun 3 16:25:18 2019 +0200| [f7ca9fb7b76bc165e353f46b0f3dcd032eafd41a] | committer: Thomas Guillem qt: remove unused input_thread_t This didn't break the build because of the c++ implementation of vlc_object_cast. >

[vlc-commits] objects: remove input_thread_t cast

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Jun 3 16:25:37 2019 +0200| [9cb92dddca760308ba63af21a9ad435ffd9d2a01] | committer: Thomas Guillem objects: remove input_thread_t cast > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9cb92dddca760308ba63af21a9ad435ffd9d2a01 ---

[vlc-commits] mkv: remove unused input_thread_t

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Jun 3 16:20:52 2019 +0200| [e2cb2daaf0af67fabb05d94bc9d772f67a5b8c88] | committer: Thomas Guillem mkv: remove unused input_thread_t This didn't break the build because of the c++ implementation of vlc_object_cast. >

[vlc-commits] input: hide input_thread_t

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 15:15:12 2019 +0200| [9dc34b420504bd0b447b741456a1114da0ca422b] | committer: Thomas Guillem input: hide input_thread_t > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9dc34b420504bd0b447b741456a1114da0ca422b ---

[vlc-commits] input: remove hold/release

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 15:26:56 2019 +0200| [1754d0d7fe1a48f5883badd7a32331168c29efe5] | committer: Thomas Guillem input: remove hold/release > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1754d0d7fe1a48f5883badd7a32331168c29efe5 --- src/input/input.c

[vlc-commits] player: add vlc_player_GetCategoryLanguage

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Jun 3 10:02:42 2019 +0200| [90b33a59d1e378ffa892c77e74d1b9d4099507b0] | committer: Thomas Guillem player: add vlc_player_GetCategoryLanguage Will be needed by vlc_strfinput. >

[vlc-commits] qt: pass player to vlc_strfinput

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Jun 3 11:45:40 2019 +0200| [33951846d7f211466f4d998929ad0191f26883f4] | committer: Thomas Guillem qt: pass player to vlc_strfinput > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=33951846d7f211466f4d998929ad0191f26883f4 ---

[vlc-commits] player: implement vlc_player_SelectCategoryLanguage

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Jun 3 09:57:49 2019 +0200| [a2ea2da82d2d78b4d96de9d8649ec294fb4bd5a6] | committer: Thomas Guillem player: implement vlc_player_SelectCategoryLanguage It replaces vlc_player_SelectDefaultTrack that was unused and not implemented. >

[vlc-commits] input: remove input_Read

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Jun 3 11:34:58 2019 +0200| [48d629dbf6a7cc746b10bf652514b6bd39aeee56] | committer: Thomas Guillem input: remove input_Read > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=48d629dbf6a7cc746b10bf652514b6bd39aeee56 --- src/input/input.c

[vlc-commits] es_out: remove now unused hacks

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Jun 3 10:26:39 2019 +0200| [214d9a45114c14f8ca9e2becc326a152426a785f] | committer: Thomas Guillem es_out: remove now unused hacks > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=214d9a45114c14f8ca9e2becc326a152426a785f ---

[vlc-commits] strings: vlc_strfinput: use player

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Jun 3 09:21:14 2019 +0200| [ead659673efd6d06f0848433eef40289dce54cc5] | committer: Thomas Guillem strings: vlc_strfinput: use player > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ead659673efd6d06f0848433eef40289dce54cc5 ---

[vlc-commits] macosx: remove unused inputChanged

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Jun 3 08:09:03 2019 +0200| [e2f2277d192db036c9c1541ea4d7be80039e47db] | committer: Thomas Guillem macosx: remove unused inputChanged > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e2f2277d192db036c9c1541ea4d7be80039e47db ---

[vlc-commits] lib: media_player: use player capabilities

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 15:18:56 2019 +0200| [72ec308f39e69a61ca27cafb41795c8822aad4a3] | committer: Thomas Guillem lib: media_player: use player capabilities > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=72ec308f39e69a61ca27cafb41795c8822aad4a3 ---

[vlc-commits] lib: remove media_library

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 15:22:48 2019 +0200| [f912a67d455b4ae7173795d0b62d2fba8fc4108d] | committer: Thomas Guillem lib: remove media_library Is it used ? It is the last one using input_thread_t. I don't really understand this code though. >

[vlc-commits] macosx: remove unused stringWithTimeFromInput

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Jun 3 07:59:12 2019 +0200| [9149090eb100fd2f4f2f20b9ad7c0491aae44927] | committer: Thomas Guillem macosx: remove unused stringWithTimeFromInput One could be created with a vlc_player instead. >

[vlc-commits] qt: remove isRecordable getter

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 15:03:32 2019 +0200| [19b6ea087a99c5f708484bf51831b058f8e75867] | committer: Thomas Guillem qt: remove isRecordable getter The player is always recordable. An access/demux is not always recordable, in that case, a sout is inserted

[vlc-commits] vlm: use own vlm event

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 15:14:48 2019 +0200| [bbd379ff47696b0939693f816ece192e93612e88] | committer: Thomas Guillem vlm: use own vlm event > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bbd379ff47696b0939693f816ece192e93612e88 --- include/vlc_vlm.h |

[vlc-commits] modules: remove mediadirs service discovery

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 15:14:25 2019 +0200| [589e95a4e294aaa0668c9776e54107246f34c952] | committer: Thomas Guillem modules: remove mediadirs service discovery It is replaced by the medialib. >

[vlc-commits] extensions: extension_SetInput: use input_item_t

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 15:13:55 2019 +0200| [1cd778c1824c3500cd9b1ec14bc86fa6b8ce7155] | committer: Thomas Guillem extensions: extension_SetInput: use input_item_t > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1cd778c1824c3500cd9b1ec14bc86fa6b8ce7155 ---

[vlc-commits] player: add vout<->es_id getters

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 09:52:10 2019 +0200| [55f66069ab962716235fd2994de597f1845adc17] | committer: Thomas Guillem player: add vout<->es_id getters Events are not enough, specially when an interface pops in the middle of a player playback. >

[vlc-commits] qt: use player capabilities

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 15:03:49 2019 +0200| [10ce1cffb4216be3b3f93d54bd65f34e9c4f243a] | committer: Thomas Guillem qt: use player capabilities > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=10ce1cffb4216be3b3f93d54bd65f34e9c4f243a ---

[vlc-commits] input: item: add input_item_Parse

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 11:37:08 2019 +0200| [31d859266272d4bb9daf1135aa4bb15c032ef9ef] | committer: Thomas Guillem input: item: add input_item_Parse This function doesn't use a background thread, contrary to libvlc_MetadataRequest(). It will be used by the

[vlc-commits] player: associate ES ids in vout_changed event

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed May 29 15:31:44 2019 +0200| [42e8a35e763f2d72780cc6541e44b64f22f30d6e] | committer: Thomas Guillem player: associate ES ids in vout_changed event This will allow API users to clearly identify vouts. >

[vlc-commits] fingerprinter: use vlc_player

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 14:18:59 2019 +0200| [7b939a6d39b1030affaf0f806fd564d053f032bf] | committer: Thomas Guillem fingerprinter: use vlc_player And remove now useless processing.lock. >

[vlc-commits] macosx: use player capabilities

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Jun 3 08:08:09 2019 +0200| [8a6c802eb472800d8ab2049b8dcfdb206ad44d01] | committer: Thomas Guillem macosx: use player capabilities > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a6c802eb472800d8ab2049b8dcfdb206ad44d01 ---

[vlc-commits] macosx: remove last input_thread_t references

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Jun 3 09:36:42 2019 +0200| [0b288e399cd9424774de146c2df6098f53281488] | committer: Thomas Guillem macosx: remove last input_thread_t references > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b288e399cd9424774de146c2df6098f53281488 ---

[vlc-commits] input_item: add input_item_CreateFilename

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 12:39:16 2019 +0200| [80bcf667d3127fb3feff2d9d940994510109a607] | committer: Thomas Guillem input_item: add input_item_CreateFilename > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=80bcf667d3127fb3feff2d9d940994510109a607 ---

[vlc-commits] input: hide input_CreateFilename

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 12:40:43 2019 +0200| [2b0e0e9407e936bb90a06725468bc3019014f087] | committer: Thomas Guillem input: hide input_CreateFilename > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2b0e0e9407e936bb90a06725468bc3019014f087 ---

[vlc-commits] medialibrary: fs: use input_item_Parse

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 11:37:20 2019 +0200| [af992b1f5cdc8a01a870b7eed7d4dd08adfba4f1] | committer: Thomas Guillem medialibrary: fs: use input_item_Parse > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af992b1f5cdc8a01a870b7eed7d4dd08adfba4f1 ---

[vlc-commits] input: move decoder functions into vlc_decoder.h

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 12:32:30 2019 +0200| [acf56840270667ee30237f538f328cb5b32f3e3d] | committer: Thomas Guillem input: move decoder functions into vlc_decoder.h TODO: needs to be documented. >

[vlc-commits] include vlc_input_item.h instead of vlc_input.h

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 12:22:58 2019 +0200| [57d834cd27fe71e97bc6c770482c57d0f8d40192] | committer: Thomas Guillem include vlc_input_item.h instead of vlc_input.h > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=57d834cd27fe71e97bc6c770482c57d0f8d40192 ---

[vlc-commits] medialibrary: metadata: use input_item_Parse

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 15:35:34 2019 +0200| [d147920356c39cac773bc3dec003dafec9d822a2] | committer: Thomas Guillem medialibrary: metadata: use input_item_Parse > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d147920356c39cac773bc3dec003dafec9d822a2 ---

[vlc-commits] record: use input_item_CreateFileName

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 12:39:48 2019 +0200| [c5891b0c114e3397eb277ce00b8d1b5b91cca400] | committer: Thomas Guillem record: use input_item_CreateFileName > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c5891b0c114e3397eb277ce00b8d1b5b91cca400 ---

[vlc-commits] remove unused #include

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 12:05:53 2019 +0200| [ee4afd68216cd9202feb57be616af8e0e2c50399] | committer: Thomas Guillem remove unused #include > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ee4afd68216cd9202feb57be616af8e0e2c50399 --- lib/audio.c

[vlc-commits] preparser: use input_item_Parse

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 15:50:45 2019 +0200| [c6bc6b26ef96554ef0cffcda6a7bc9955be27199] | committer: Thomas Guillem preparser: use input_item_Parse > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c6bc6b26ef96554ef0cffcda6a7bc9955be27199 ---

[vlc-commits] player: store private variables in vlc_player_track

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri May 31 09:15:26 2019 +0200| [a46df508313117420b3d143ace7505ba8f08fb23] | committer: Thomas Guillem player: store private variables in vlc_player_track > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a46df508313117420b3d143ace7505ba8f08fb23

[vlc-commits] input: pass vlc_es_id_t to decoder

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed May 29 14:55:05 2019 +0200| [b5260c2d7836390c622925eb79b142a190e1558b] | committer: Thomas Guillem input: pass vlc_es_id_t to decoder This will just be used as an identifier for input events. In order to link an output to an ES track (from the

[vlc-commits] decoder: also send the ES id with vout events

2019-06-03 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed May 29 15:28:47 2019 +0200| [5e2b7ab2f51f3ababbc7ec9c313e77879ca34100] | committer: Thomas Guillem decoder: also send the ES id with vout events > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5e2b7ab2f51f3ababbc7ec9c313e77879ca34100 ---

[vlc-commits] direct3d11: fix warnings

2019-06-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 3 12:45:16 2019 +0200| [b766edc1076a0713bf773df12817288b2cd606f0] | committer: Steve Lhomme direct3d11: fix warnings > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b766edc1076a0713bf773df12817288b2cd606f0 ---

[vlc-commits] logo: fix warnings

2019-06-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 3 12:44:20 2019 +0200| [8fdd911cac34ca8b42202ece6c2a3823040dee7c] | committer: Steve Lhomme logo: fix warnings > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8fdd911cac34ca8b42202ece6c2a3823040dee7c --- modules/spu/logo.c | 4 ++-- 1

[vlc-commits] direct3d11: rename shader variables

2019-06-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 3 13:22:55 2019 +0200| [c69af479023d5b97ccbb172d7a5ec7c69449] | committer: Steve Lhomme direct3d11: rename shader variables For better debugging > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c69af479023d5b97ccbb172d7a5ec7c69449

[vlc-commits] macosx/playback UI: cosmetics

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 12:57:45 2019 +0200| [1e6859bcba7b8652abb64b7140452f4fc65d64ac] | committer: Felix Paul Kühne macosx/playback UI: cosmetics > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e6859bcba7b8652abb64b7140452f4fc65d64ac ---

[vlc-commits] macosx/extensions: cosmetics

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 12:41:42 2019 +0200| [4a3b698bae42383357b85ac2d76433e416d06aa8] | committer: Felix Paul Kühne macosx/extensions: cosmetics > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a3b698bae42383357b85ac2d76433e416d06aa8 ---

[vlc-commits] macosx/CAS: cleanup

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 12:25:14 2019 +0200| [38dc0d339832bce0fae1c7036fa02d2dd79cbe8a] | committer: Felix Paul Kühne macosx/CAS: cleanup Define constants at the top and internalize some properties >

[vlc-commits] macosx/open: replace dictionary and keys with a storage structure

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 13:36:39 2019 +0200| [e6552f5e558dfa8c84b240f462a7c9923d5d11b9] | committer: Felix Paul Kühne macosx/open: replace dictionary and keys with a storage structure >

[vlc-commits] macosx/open: split single worker method into maintainable parts and optimize

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 13:26:34 2019 +0200| [aacd3dffb087498ecfd57eddeb360915b2521b37] | committer: Felix Paul Kühne macosx/open: split single worker method into maintainable parts and optimize >

[vlc-commits] macosx/VLCTimeField: correctly define magic key

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 11:21:12 2019 +0200| [a528817492447b03e3a078ac939cd829e3bb0b4b] | committer: Felix Paul Kühne macosx/VLCTimeField: correctly define magic key > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a528817492447b03e3a078ac939cd829e3bb0b4b

[vlc-commits] macosx/audio & video effects: define magic strings at the top of the file

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 11:15:43 2019 +0200| [13bd7d00fe7978d30fda064452383196f73f1ea0] | committer: Felix Paul Kühne macosx/audio & video effects: define magic strings at the top of the file >

[vlc-commits] macosx: remove VLCByteCountFormatter

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 11:27:10 2019 +0200| [c72a2cb1490151aaa3cfca4923175ab75e8a1f5c] | committer: Felix Paul Kühne macosx: remove VLCByteCountFormatter Targetted macOS versions include NSByteFormatter which should be used instead. >

[vlc-commits] macosx: move VLCPositionFormatter to a file of its own

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 11:33:44 2019 +0200| [3baac77bd959beed105e6326b7726a7fc9be7e81] | committer: Felix Paul Kühne macosx: move VLCPositionFormatter to a file of its own This way, the umbrella file misc.* can be finally removed. >

[vlc-commits] tools: Allow tools to depend on other built tools

2019-06-03 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri May 31 12:12:37 2019 +0200| [83d22be6f983385dcefaff50f121eb7c6643fe3c] | committer: Hugo Beauzée-Luyssen tools: Allow tools to depend on other built tools This notably fix building libtool, which depends on help2man. Currently, libtool will

[vlc-commits] Fix compilation from a git worktree

2019-06-03 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Wed May 29 11:29:43 2019 +0200| [d5a705346df950c5f860879b9bd095c1c45c41b6] | committer: Steve Lhomme Fix compilation from a git worktree >From within a git worktree, "git describe" failed due to the explicit --git-dir option: GEN

[vlc-commits] winvlc: fix warnings

2019-06-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 3 09:04:50 2019 +0200| [260ee399c517721806076a6ffd6dec7875afa1a4] | committer: Steve Lhomme winvlc: fix warnings > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=260ee399c517721806076a6ffd6dec7875afa1a4 --- bin/winvlc.c | 6 -- 1

[vlc-commits] Fix compilation from a git worktree

2019-06-03 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Wed May 29 11:29:43 2019 +0200| [3ed4d70a15c14c6b963813680c02cb2790d88100] | committer: Steve Lhomme Fix compilation from a git worktree >From within a git worktree, "git describe" failed due to the explicit --git-dir option: GEN