wiki.techinc.nl/includes/libs
Mark Holmquist bef66f7428 Add (hacky) check for webm audio files
If there is no video track in a webm file, it's supposed to be audio/webm,
but since we assume every webm file is video/webm, that's never worked.
This should slightly improve searching for audio files.

Bug: T156135
Change-Id: Iac749233e87b3622ff416ad503aedef3df0d0f1d
2017-07-11 14:06:19 -05:00
..
composer
eventrelayer Remove "@author Aaron Schulz" annotations 2017-06-27 15:24:14 -07:00
filebackend Remove "@author Aaron Schulz" annotations 2017-06-27 15:24:14 -07:00
http Move HttpAccept* to libs 2017-06-12 18:28:25 +04:30
iterators
lockmanager Remove "@author Aaron Schulz" annotations 2017-06-27 15:24:14 -07:00
mime Add (hacky) check for webm audio files 2017-07-11 14:06:19 -05:00
objectcache Remove empty lines at begin of function, if, foreach, switch 2017-07-01 11:34:16 +00:00
rdbms Merge "Add Database::unionConditionPermutations()" 2017-07-07 18:37:09 +00:00
redis Remove "@author Aaron Schulz" annotations 2017-06-27 15:24:14 -07:00
replacers
stats statsd: Rename MediawikiStatsdDataFactory to IBufferingStatsdDataFactory 2017-07-07 17:22:50 -07:00
virtualrest Remove "@author Aaron Schulz" annotations 2017-06-27 15:24:14 -07:00
xmp Remove auto-generated "Constructor" documentation on constructors 2017-07-10 10:15:51 +00:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php
Cookie.php
CookieJar.php
CryptHKDF.php
CryptRand.php Remove empty lines at begin of function, if, foreach, switch 2017-07-01 11:34:16 +00:00
CSSMin.php build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-26 17:14:31 +00:00
DeferredStringifier.php
DnsSrvDiscoverer.php Add EtcdConfig class 2017-04-10 07:36:33 +00:00
ExplodeIterator.php
GenericArrayObject.php Remove auto-generated "Constructor" documentation on constructors 2017-07-10 10:15:51 +00:00
HashRing.php Remove "@author Aaron Schulz" annotations 2017-06-27 15:24:14 -07:00
HtmlArmor.php
HttpStatus.php
IEUrlExtension.php Fix php code style 2017-05-05 12:03:54 +00:00
IP.php Remove "@author Aaron Schulz" annotations 2017-06-27 15:24:14 -07:00
JavaScriptMinifier.php
jsminplus.php jsminplus: Fix JSNode memory leak from 'continue' statements 2017-06-28 18:19:20 -07:00
MapCacheLRU.php
MappedIterator.php Remove "@author Aaron Schulz" annotations 2017-06-27 15:24:14 -07:00
MemoizedCallable.php Remove auto-generated "Constructor" documentation on constructors 2017-07-10 10:15:51 +00:00
MessageSpecifier.php
MultiHttpClient.php Remove "@author Aaron Schulz" annotations 2017-06-27 15:24:14 -07:00
MWCryptHash.php
MWMessagePack.php
ObjectFactory.php Remove "@author Bryan Davis" and "Brad Jorsch" annotations 2017-06-26 15:25:46 -06:00
ProcessCacheLRU.php
README
ReplacementArray.php
ReverseArrayIterator.php
RiffExtractor.php
StatusValue.php
StringUtils.php
Timing.php
UDPTransport.php
Xhprof.php
XhprofData.php Remove "@author Bryan Davis" and "Brad Jorsch" annotations 2017-06-26 15:25:46 -06:00

The classes in this directory ./includes/libs are considered standalone
from the remainder of the MediaWiki codebase. They do not call on any other
portions of MediaWiki code, and can be used in other projects without
dependency issues.