summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Collapse)AuthorFilesLines
2013-12-07fdo#72398 add m4v to allowed movie extsDavid Tardon1-1/+1
Change-Id: I3a0f4cdfc8b229efb65d3aae94de9e1cabd002ec (cherry picked from commit 88a243a3bbfa2207d8c01fa6ee068b6aba810cdc)
2013-11-20Transport Referer from MediaWindowImpl::setURL to ...::updateMediaItemStephan Bergmann2-1/+3
Change-Id: I9cc6ae4fc5fc67837fcfc5fdea92baadd032996e
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann7-24/+41
See f0a9ca24fd4bf79cac908bf0d6fdb8905dc504db "rhbz#887420 Implement 'block untrusted referer links' feature" for details. This adds some further /*TODO?*/ comments, and one known problem (marked /*TODO!*/) is that movies/sounds are not blocked during a slideshow presentation. Change-Id: Ib2d0c7e4f7b02c4bdec0d8a90cee5e7e1bee8325
2013-11-20Only throw exceptions that match specificationStephan Bergmann1-1/+1
Change-Id: I3f9c692173fea9496bdda7772a8371e6a5427d3a
2013-11-18Elide some trivial avmedia::MediaWindowImpl private member functionsStephan Bergmann2-87/+37
Change-Id: I272acbfc9ea158af1d6d6d117451a444c1585e19
2013-11-18Simplify avmedia::MediaItem::setURLStephan Bergmann3-7/+6
Change-Id: I9835b96813c6bf3d8690cdaa5de66ca07afdc801
2013-11-18Fix debug outputStephan Bergmann1-2/+2
Change-Id: I785a3f223bd8897466f9402125df2da07615cd50
2013-11-18Simplify MediaWindow::mpImplStephan Bergmann3-36/+15
Change-Id: Ia466a08a8135a7f2e43278354c767be3a063550a
2013-11-18Remove bogus commentStephan Bergmann1-2/+0
Change-Id: I236e5f3797750f78047957c3dd9984c687ffa0ab
2013-11-18Fold MediaWindowBaseImpl into MediaWindowImplStephan Bergmann5-544/+359
Change-Id: Ie6366d8b1facb39a5f44279f0c49a229b019bcaa
2013-11-18avmedia::getMediaFloater clean-upStephan Bergmann2-17/+6
Change-Id: I76dcf42267cbb1f028d0501471b569fa6b7b91d5
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
- this renames the 'almost' module target to non-l10n - and adds a l10n target which is intended to only build l10n parts of the product - packagers should then be able to build l10n and non-l10n parts of the product independently, thus: - enable quicker rebuilds - distribution of load - updates to l10n without a full rebuild - security fixes to binaries without rebuilding all l10n - the new targets are called build-l10n-only and build-non-l10n-only - note this is not intended to move a concept of split packages upstream -- while this exsists in distros, the number of test scenarios for this would explode upstream Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863 Conflicts: filter/Module_filter.mk
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-6/+6
...so it will be able to use SvtSecurityOptions internally. Change-Id: Id7433247e8fc53651935578510bedbcca5aa2ac9
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
Change-Id: Ibf04062ca86ed866202d748c3b62a210d30ed6ec
2013-11-04one ; is sufficientJulien Nabet1-1/+1
Change-Id: I52d00d5092a84a544f809ad066cb825b8ad6338f
2013-11-04cppcheck: fix '<type>::operator=' should return '<type> &'.Julien Nabet6-6/+6
See http://nabble.documentfoundation.org/About-quot-assignment-operators-quot-cppcheck-warning-td4081208.html Change-Id: Ie351058a30c5d2df5f5ec1327c575e129d022cd2
2013-11-04fdo#54938: Convert to use cppu::supportsServiceJosé Guilherme Vanz4-4/+12
Change-Id: I5b8e08bad3d83b6df23127377c0700fcd27ff084 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza1-35/+6
Change-Id: I90a7a07a43559b8d7e1d4b886b2624255200d46b Reviewed-on: https://gerrit.libreoffice.org/6406 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-21fdo#68849 add some header guardsThomas Arnhold2-0/+10
Change-Id: I9d25a58f22095689eccc0ac444c163d1e9bee69f Reviewed-on: https://gerrit.libreoffice.org/6364 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-10-19avmedia/vlc: fixing a hang when trying to get a frameMinh Ngo3-15/+4
Change-Id: I1fb35d0c62e77448d23eeb11f9de0ab72892336a
2013-10-19avmedia/vlc: setting a correct video/audio trackMinh Ngo2-5/+42
Change-Id: I935e64f9df74193aba17d00cfe7f37ad3f4f9077
2013-10-12Bin apparently unneeded #includeTor Lillqvist1-3/+1
Change-Id: I808cd69035a1f4a90a0f09d2a8dc117bc81b5c62
2013-10-12Bin apparently unneeded #includeTor Lillqvist1-3/+0
Change-Id: Ib459531736b0c1cccfcb3f51aa58257c2c80e991
2013-10-12s/UNX/LINUX/, as that is what is meant hereTor Lillqvist1-2/+2
Change-Id: I6b58f6f62bc304b29c336fc46f87bce8d2ce22fe
2013-10-07Avmedia/VLC: Fixing some errors when creating libvlc_instance_t.Minh Ngo3-4/+25
condition wait is temporary only for non-windows system. Looks like there is some hang. Must be investigate later... Change-Id: Ia20227503f70244d33411164d4af95ba69e86509
2013-10-07Avmedia/VLC: Adding some todoMinh Ngo2-1/+8
Change-Id: I5c01ae2f0e2109460aa332b31b524f855b87948a
2013-10-07Avmedia/VLC: Using *_new_location instead of *_new_path function.Minh Ngo1-2/+11
There are some bug in *_new_location in the latest VLC versions. It doesn't parse URI correctly from the string "file:///blah-blah-blah". Change-Id: Iae54ad79fce0775a2f0a325766f713ff43e5d9ed
2013-10-07Avmedia/VLC: Returns "No error" if there aren't any error.Minh Ngo1-1/+4
Change-Id: Ic080cbcef56a82129347bbb4f008d1c36b0a927a
2013-10-07Avmedia/VLC: Correct reading from the WINx86_64 registry for LO 32-bit.Minh Ngo1-6/+9
Change-Id: Ic98a179e5cfa34183e71a72bb417147612500a61 TODO: Unfortunately. Another cases must be checked later....
2013-10-04Resolves: rhbz#1012379 draw audio-placeholder in presentation modeCaolán McNamara1-2/+13
Change-Id: Ied61f9b4947e1a6eda04c442d95037cc1c7ef460
2013-10-03filters with incorrect trailing semicolonsCaolán McNamara1-2/+2
Change-Id: Iff222839d56e8ee65b760253e8f79112ce83e9b7
2013-10-03CID#738557 unused mbIsMediaWindowJavaBased memberCaolán McNamara1-2/+0
Change-Id: Ia219266bf176a71ff3a5875df318f39c3b3555ec
2013-09-26typo fixes in commentsAndras Timar1-3/+3
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
2013-09-23Avmedia/VLC: Debug infoMinh Ngo2-0/+3
Change-Id: Id36e189dc4666b1e17bd998f290a212070f0aede
2013-09-23Avmedia/VLC: Adding more debug infoMinh Ngo4-4/+5
Change-Id: I484050575da7e09e89a10f3a4e8d5fbe95f88044
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara1-0/+3
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
2013-09-20Avmedia/VLC: Fixing a bug with a keyframe attachingMinh Ngo3-6/+13
Change-Id: Iee28b510a79600e20a7e711d78ca20a216ccc3aa
2013-09-20Avmedia: Change a background to the black color.Minh Ngo1-1/+1
Change-Id: I1edccc2436ae000571551e8d23f432a152081f7f
2013-09-20Avmedia/VLC: Fixing zooming.Minh Ngo5-5/+19
Will resize depended on the frame size now. Change-Id: I3dbd0982f4442e9c643121af3cdfc2b0cdfe33a2
2013-09-20Avmedia/VLC: Storing a frame size in the window classMinh Ngo2-8/+7
Change-Id: I28f5c74313fcd6dae368c5fa9e7d299ad0ad1d0b
2013-09-20Avmedia/VLC: Minor code formatting fixMinh Ngo1-2/+2
Change-Id: Ia143d4ae8d452fd6bebb817acab7192481a1068a
2013-09-15Avmedia/VLC: Adding soname backMinh Ngo1-2/+1
Change-Id: I02580d7bdc460f58769cd74d1713aad7c3004590
2013-09-15Avmedia/VLC: Falling back to gstreamer if libvlc is not found.Minh Ngo2-6/+4
Change-Id: I8d4e3cded0fc8c26a27505b5d51806bbcdeecc93
2013-09-15WaE: unused parametersTor Lillqvist1-1/+1
Change-Id: Ie0197bff8260f2f163537a3f9fd8fcf4988b1d91
2013-09-15Avmedia/VLC: Zooming 1:2, 2:1, 1:1Minh Ngo5-5/+69
Doesn't work nice yet :) Change-Id: I0fbdaea1cc64a94a9b63975b8b24c8d7e6251f6f
2013-09-15Avmedia/VLC: Error handling & Fixing a bug with a zero duration.Minh Ngo3-2/+26
Change-Id: I45baeca91b9f5fc725164490b5880c9040acd679
2013-09-14Avmedia/VLC: Switching window ID when changing a screen mode.Minh Ngo4-5/+30
Change-Id: I9ce6951690773b7b16b352a75c7a741442dcec20
2013-09-14Avmedia/VLC component code refactoring.Minh Ngo21-122/+204
Change-Id: Ibba5874e63356069d1af725d98980910dbaf8eb1
2013-09-14Print debug strings by SAL_WARNMinh Ngo1-2/+2
Change-Id: Ie2406d569c8fb1532eb2f3014d8383d87a216c01
2013-09-14Mute sound when grabbing a frame.Minh Ngo5-21/+27
Change-Id: I8190d6c9a93183d48076c95a7cd0b978a2954afb