summaryrefslogtreecommitdiffstats
path: root/avmedia
Commit message (Expand)AuthorAgeFilesLines
* fdo#72398 add m4v to allowed movie extsDavid Tardon2013-12-071-1/+1
* Transport Referer from MediaWindowImpl::setURL to ...::updateMediaItemStephan Bergmann2013-11-202-1/+3
* avmedia: Implement "block untrusted referer links" featureStephan Bergmann2013-11-207-24/+41
* Only throw exceptions that match specificationStephan Bergmann2013-11-201-1/+1
* Elide some trivial avmedia::MediaWindowImpl private member functionsStephan Bergmann2013-11-182-87/+37
* Simplify avmedia::MediaItem::setURLStephan Bergmann2013-11-183-7/+6
* Fix debug outputStephan Bergmann2013-11-181-2/+2
* Simplify MediaWindow::mpImplStephan Bergmann2013-11-183-36/+15
* Remove bogus commentStephan Bergmann2013-11-181-2/+0
* Fold MediaWindowBaseImpl into MediaWindowImplStephan Bergmann2013-11-185-544/+359
* avmedia::getMediaFloater clean-upStephan Bergmann2013-11-182-17/+6
* make l10n buildable separatelyBjoern Michaelsen2013-11-141-1/+4
* Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2013-11-141-6/+6
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-1/+1
* one ; is sufficientJulien Nabet2013-11-041-1/+1
* cppcheck: fix '<type>::operator=' should return '<type> &'.Julien Nabet2013-11-046-6/+6
* fdo#54938: Convert to use cppu::supportsServiceJosé Guilherme Vanz2013-11-044-4/+12
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-251-35/+6
* fdo#68849 add some header guardsThomas Arnhold2013-10-212-0/+10
* avmedia/vlc: fixing a hang when trying to get a frameMinh Ngo2013-10-193-15/+4
* avmedia/vlc: setting a correct video/audio trackMinh Ngo2013-10-192-5/+42
* Bin apparently unneeded #includeTor Lillqvist2013-10-121-3/+1
* Bin apparently unneeded #includeTor Lillqvist2013-10-121-3/+0
* s/UNX/LINUX/, as that is what is meant hereTor Lillqvist2013-10-121-2/+2
* Avmedia/VLC: Fixing some errors when creating libvlc_instance_t.Minh Ngo2013-10-073-4/+25
* Avmedia/VLC: Adding some todoMinh Ngo2013-10-072-1/+8
* Avmedia/VLC: Using *_new_location instead of *_new_path function.Minh Ngo2013-10-071-2/+11
* Avmedia/VLC: Returns "No error" if there aren't any error.Minh Ngo2013-10-071-1/+4
* Avmedia/VLC: Correct reading from the WINx86_64 registry for LO 32-bit.Minh Ngo2013-10-071-6/+9
* Resolves: rhbz#1012379 draw audio-placeholder in presentation modeCaolán McNamara2013-10-041-2/+13
* filters with incorrect trailing semicolonsCaolán McNamara2013-10-031-2/+2
* CID#738557 unused mbIsMediaWindowJavaBased memberCaolán McNamara2013-10-031-2/+0
* typo fixes in commentsAndras Timar2013-09-261-3/+3
* Avmedia/VLC: Debug infoMinh Ngo2013-09-232-0/+3
* Avmedia/VLC: Adding more debug infoMinh Ngo2013-09-234-4/+5
* add mode lines to new files (and idls) since last runCaolán McNamara2013-09-221-0/+3
* Avmedia/VLC: Fixing a bug with a keyframe attachingMinh Ngo2013-09-203-6/+13
* Avmedia: Change a background to the black color.Minh Ngo2013-09-201-1/+1
* Avmedia/VLC: Fixing zooming.Minh Ngo2013-09-205-5/+19
* Avmedia/VLC: Storing a frame size in the window classMinh Ngo2013-09-202-8/+7
* Avmedia/VLC: Minor code formatting fixMinh Ngo2013-09-201-2/+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-152-6/+4
* WaE: unused parametersTor Lillqvist2013-09-151-1/+1
* Avmedia/VLC: Zooming 1:2, 2:1, 1:1Minh Ngo2013-09-155-5/+69
* Avmedia/VLC: Error handling & Fixing a bug with a zero duration.Minh Ngo2013-09-153-2/+26
* Avmedia/VLC: Switching window ID when changing a screen mode.Minh Ngo2013-09-144-5/+30
* Avmedia/VLC component code refactoring.Minh Ngo2013-09-1421-122/+204
* Print debug strings by SAL_WARNMinh Ngo2013-09-141-2/+2
* Mute sound when grabbing a frame.Minh Ngo2013-09-145-21/+27