summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
2014-04-18avmediaogl: use a create function for playerZolnai Tamás3-9/+17
2014-04-15avmedia: sal_Bool->boolNoel Grandin4-9/+9
2014-04-10Missing includeStephan Bergmann1-0/+2
2014-04-07Bin empty @seealso, @param, @return etc metacommentsTor Lillqvist1-20/+0
2014-04-04Fix make file headerZolnai Tamás1-1/+1
2014-04-04avmediagst: use boost::noncopyableZolnai Tamás1-3/+2
2014-04-04avmediaogl: simplify namespaceZolnai Tamás1-2/+2
2014-04-04Introduce a new media shape property to handle mime typeZolnai Tamás4-32/+83
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin6-18/+18
2014-04-02glTF 3D model embedding: Embed all external resources of *.json fileZolnai Tamás3-6/+204
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann7-8/+8
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann5-48/+48
2014-03-27Avoid unused private field errorsZolnai Tamás2-0/+2
2014-03-27Try to fix mac build: missing boost headersZolnai Tamás1-0/+2
2014-03-27Skeleton of OpenGL avmedia service for playing 3D modelsZolnai Tamás12-0/+781
2014-03-27avmediavlc: Remove duplicated external usageZolnai Tamás1-2/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann9-110/+110
2014-03-10avmedia: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-20/+1
2014-03-03upgrade liborcusMarkus Mohrhard1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann20-258/+258
2014-02-25Remove visual noise from avmediaAlexander Wilms22-90/+90
2014-02-23Remove unneccessary commentsAlexander Wilms16-245/+169
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-4/+4
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2-0/+2
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann1-1/+2
2014-02-04Related: #i123862# use O*String's isEmpty() method...Herbert Dürr6-6/+6
2014-02-03Drop the deprecated QuickTime stuff when building a sandboxed LOTor Lillqvist1-0/+2
2014-01-29bool improvementsStephan Bergmann1-1/+1
2014-01-22bool improvementsStephan Bergmann1-2/+2
2014-01-17Convert avmedia to cppu::supportsServiceAlexandre Vicenzi8-83/+17
2014-01-14These should be extern "C" function typesStephan Bergmann1-3/+2
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1
2013-12-20typo fixesAndras Timar2-4/+4
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann6-9/+12
2013-12-07fdo#72398 add m4v to allowed movie extsDavid Tardon1-1/+1
2013-12-05Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5Tor Lillqvist1-1/+1
2013-11-20Transport Referer from MediaWindowImpl::setURL to ...::updateMediaItemStephan Bergmann2-1/+3
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann7-24/+41
2013-11-20Only throw exceptions that match specificationStephan Bergmann1-1/+1
2013-11-18Elide some trivial avmedia::MediaWindowImpl private member functionsStephan Bergmann2-87/+37
2013-11-18Simplify avmedia::MediaItem::setURLStephan Bergmann3-7/+6
2013-11-18Fix debug outputStephan Bergmann1-2/+2
2013-11-18Simplify MediaWindow::mpImplStephan Bergmann3-36/+15
2013-11-18Remove bogus commentStephan Bergmann1-2/+0
2013-11-18Fold MediaWindowBaseImpl into MediaWindowImplStephan Bergmann5-544/+359
2013-11-18avmedia::getMediaFloater clean-upStephan Bergmann2-17/+6
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-6/+6
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-04one ; is sufficientJulien Nabet1-1/+1