summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-04cppcheck: fix '<type>::operator=' should return '<type> &'.Julien Nabet6-6/+6
2013-11-04fdo#54938: Convert to use cppu::supportsServiceJosé Guilherme Vanz4-4/+12
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza1-35/+6
2013-10-21fdo#68849 add some header guardsThomas Arnhold2-0/+10
2013-10-19avmedia/vlc: fixing a hang when trying to get a frameMinh Ngo3-15/+4
2013-10-19avmedia/vlc: setting a correct video/audio trackMinh Ngo2-5/+42
2013-10-12Bin apparently unneeded #includeTor Lillqvist1-3/+1
2013-10-12Bin apparently unneeded #includeTor Lillqvist1-3/+0
2013-10-12s/UNX/LINUX/, as that is what is meant hereTor Lillqvist1-2/+2
2013-10-07Avmedia/VLC: Fixing some errors when creating libvlc_instance_t.Minh Ngo3-4/+25