vlc/test/libvlc
Thomas Guillem aa4c7ce795 input: item: fix false positives when matching slaves
- don't match 2 possible slaves between each others
 - The slave name len should not be twice longer than the item name len.
   (avoid matching "2016 - blabla.aac" with "20.mkv" for example)

The matching algorithm is still quite dumb and far from perfect. We should
detect item as slaves only if they have a language indication in their path
name.

Fixes #18913
2017-11-06 15:51:47 +01:00
..
core.c test: add coverage for audio output and device functions 2013-07-14 15:07:39 +03:00
equalizer.c equalizer: fix out of range test case 2014-08-08 20:23:01 +03:00
libvlc_additions.h libvlc_media_new_path: create a media from a file path 2010-02-18 19:56:15 +02:00
media.c test: media: don't detect slaves when testing parsing 2017-11-06 15:40:27 +01:00
media_discoverer.c libvlc: add missing "_t" in media_discoverer structs/enums 2016-07-20 13:44:12 +02:00
media_list.c test: fix memory leaks (fixes #14730) 2016-01-02 18:25:07 +02:00
media_list_player.c Move src/control/ to lib/ 2011-08-30 23:40:34 +03:00
media_player.c test: test libvlc_media_player_(set|get)_role 2016-06-05 12:26:30 +03:00
meta.c meta: Use libvlc_media_parse(). 2010-02-25 23:47:03 +01:00
renderer_discoverer.c libvlc: add renderer_discoverer external API 2016-09-20 11:06:51 +02:00
slaves.c input: item: fix false positives when matching slaves 2017-11-06 15:51:47 +01:00
test.h test: use the jpeg file to test vout specific calls 2016-11-15 18:13:46 +01:00