summaryrefslogtreecommitdiffstats
path: root/avmedia
Commit message (Expand)AuthorAgeFilesLines
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* Typo: thow->throwJulien Nabet2015-04-181-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-153-3/+3
* Typo: creat->createJulien Nabet2015-04-041-1/+1
* loplugin:redundantcastStephan Bergmann2015-04-022-2/+2
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-023-3/+3
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-023-3/+3
* loplugin:staticmethodsNoel Grandin2015-04-021-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-42/+42
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-313-3/+3
* loplugin:cstylecastStephan Bergmann2015-03-292-2/+2
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-5/+5
* convert AVMEDIA_ constants to enum classNoel Grandin2015-03-274-36/+37
* convert SfxChildAlignment to enum classNoel Grandin2015-03-241-1/+1
* Clean up previous commitStephan Bergmann2015-03-113-33/+6
* avmedia: use constructor syntax for avmedia.componentChris Sherlock2015-03-113-47/+11
* avmedia: avoid passing an empty any to InitPropertySequence()Miklos Vajna2015-03-101-3/+3
* tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande2015-03-101-3/+5
* Idle: Changed to new enum nameTobias Madl2015-03-062-2/+2
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-062-2/+2
* Timer: Adapted all idle includes and enum usesTobias Madl2015-03-064-2/+4
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-1/+1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-3/+3
* Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl2015-01-231-0/+3
* Some more loplugin:cstylecast: avmediaStephan Bergmann2015-01-202-2/+2
* try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl2015-01-191-0/+5
* GetData is a hopelessly generic nameCaolán McNamara2015-01-141-1/+1
* boost::scoped_ptr->std::unique_ptrCaolán McNamara2015-01-093-11/+11
* avmedia: disable VLC unless in experimental model.Michael Meeks2015-01-082-0/+19
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-074-4/+4
* Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee2015-01-051-4/+3
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-271-2/+2
* avmedia: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-189-10/+9
* avmedia: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-122-4/+4
* removed unused timeout definesTobias Madl2014-12-091-1/+0
* changed timers to idleJennifer Liebel2014-12-092-7/+7
* changed timers to idleJennifer Liebel2014-12-092-6/+6
* reduce scope of local variablesMichael Weghorn2014-12-081-2/+1
* Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann2014-11-263-0/+12
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-182-0/+2
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-172-0/+2
* catch by referenceCaolán McNamara2014-11-141-1/+1
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-147-8/+8
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-125-7/+7
* merge vcllo and vclopenglloMarkus Mohrhard2014-11-102-2/+0
* fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2014-11-071-4/+4
* Clarify configure GStreamer handlingJan-Marek Glogowski2014-11-072-3/+3
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1