summaryrefslogtreecommitdiffstats
path: root/avmedia/source/vlc/wrapper/SymbolLoader.hxx
Commit message (Expand)AuthorAgeFilesLines
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* No apparent reason for an unnamed namespace in an include file hereStephan Bergmann2016-12-211-4/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-101-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-2/+2
* Some more loplugin:cstylecast: avmediaStephan Bergmann2015-01-201-1/+1
* avmedia: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-2/+2
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-151-2/+2
* s/UNX/LINUX/, as that is what is meant hereTor Lillqvist2013-10-121-2/+2
* Avmedia/VLC: Correct reading from the WINx86_64 registry for LO 32-bit.Minh Ngo2013-10-071-6/+9
* Avmedia/VLC: Debug infoMinh Ngo2013-09-231-0/+1
* Avmedia/VLC: Adding more debug infoMinh Ngo2013-09-231-1/+2
* Avmedia/VLC: Adding soname backMinh Ngo2013-09-151-2/+1
* Avmedia/VLC: Falling back to gstreamer if libvlc is not found.Minh Ngo2013-09-151-1/+1
* Avmedia/VLC component code refactoring.Minh Ngo2013-09-141-4/+10
* Fixing a crash when loading symbols from LibVLC.Minh Ngo2013-09-041-3/+2
* Fix typos and make the VLC code in theory work as 64-bit on Windows and OS XTor Lillqvist2013-09-031-2/+2
* Blind fix to make this perhaps actually workTor Lillqvist2013-09-031-2/+6
* Just use the wide char API and no TCHAR crack, puh-leaseTor Lillqvist2013-09-031-6/+4
* Make --enable-vlc at least compile on WindowsStephan Bergmann2013-09-031-2/+4
* Possible fixes encoding in the VLC library path.Minh Ngo2013-09-021-1/+1
* Updating library path for VLC on Mac OSMinh Ngo2013-08-311-1/+1
* Cross-platform libvlc loading.Minh Ngo2013-08-311-21/+48
* Linking symbols only once.Minh Ngo2013-08-251-17/+20
* Fixing symbol loader. Returns true if successful. false otherwise.Minh Ngo2013-08-221-2/+10
* Finding libvlc in Mac OS/Windows platformsMinh Ngo2013-08-221-2/+4
* avmedia: vlc - add / cleanup license headers.Michael Meeks2013-08-211-10/+3
* VLC Player wrapperMinh Ngo2013-08-211-3/+3
* libvlc API symbol loader routinesMinh Ngo2013-08-211-0/+82