summaryrefslogtreecommitdiffstats
path: root/avmedia
Commit message (Collapse)AuthorAgeFilesLines
* Use prefixes for the components hereTor Lillqvist2012-10-018-8/+8
| | | | Change-Id: I7bebc936cdb489331c82690c244f72e9c3619b10
* No need for BITNESS_OVERRIDE in makefilery as CPU etc work fineTor Lillqvist2012-09-291-1/+1
| | | | Change-Id: I59f4d5ad275af62c997723908754112c062a31be
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-285-10/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-281-5/+5
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: clean up Mac OS X framework handling:Michael Stahl2012-09-281-4/+4
| | | | | | | | | | | There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-285-5/+10
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-285-0/+5
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* ::rtl::OUString cleanup in basctlRicardo Montania2012-09-271-2/+2
| | | | | | | Change-Id: Icb6f04d6ad22f1652abbb399beb08645daf8b9c9 Reviewed-on: https://gerrit.libreoffice.org/705 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
* sal_Bool to bool and some rtl::OUStrings in avmediaRicardo Montania2012-09-265-22/+22
| | | | | | | Change-Id: Id58fd5d04f47302983782eb57736ff29d8f5303e Reviewed-on: https://gerrit.libreoffice.org/697 Tested-by: Noel Power <noel.power@suse.com> Reviewed-by: Noel Power <noel.power@suse.com>
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-09-261-1/+1
| | | | Change-Id: Iaf4ce2ed26aeaa2995821913de341e90a8039ab9
* avmedia: first cut at gstreamer frame grabber.Michael Meeks2012-09-256-189/+256
| | | | | | with thanks to Tim-Philipp Müller and Wim Taymans. Change-Id: Ia095d06ea3cbed85570cc33038f98da0362c1e62
* re-base on ALv2 code. Includes:Michael Meeks2012-09-2565-1468/+1125
| | | | | | | | Ocke Janssen impress210: #i115617# set zoom to fit_to_window Ocke Janssen impress210: #i78386# looping sound for windows cleanup createPlayer fallback code & java parameter. Change-Id: I56f06d08c66a1f754292a0c5b1abc32824e391c5
* End of ::rtl::OUString to OUString in avmediaRicardo Montania2012-09-235-30/+30
| | | | | | | Change-Id: I1ac8f773ddb72b94d1371fe60948fb2782ddecd4 Reviewed-on: https://gerrit.libreoffice.org/675 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
* ::rtl::OUString to OUString in avmediaRicardo Montania2012-09-213-24/+24
| | | | | | | Change-Id: Id62d30e33ad68ffa6d3199a181b002155f224732 Reviewed-on: https://gerrit.libreoffice.org/668 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
* No 64-bit Quicktime frameworkTor Lillqvist2012-09-211-0/+2
| | | | Change-Id: Ie0b9ae2a908814eed43b351f15436a2b9c5ad484
* Some OUString cleanup and ::rtl::OUString to OUString in avmediaRicardo Montania2012-09-205-12/+12
| | | | | | | Change-Id: If79fffec7388e73fd85f5279e773af363c5f97e3 Reviewed-on: https://gerrit.libreoffice.org/645 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* More ::rtl::OUString to OUString and some sal_Bool to bool in avmediaRicardo Montania2012-09-195-23/+23
| | | | | | | Change-Id: Ia3ed38eb017e02df7109e684bc59017f47af3543 Reviewed-on: https://gerrit.libreoffice.org/644 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* gstreamer: various fixes for 1.0 and cleanupsMichael Meeks2012-09-181-19/+27
| | | | | | | | always re-create the playbin after the fakeVideo pre-roll to avoid 1.0 issues. handle the GstVideoOverlay object being created before we get our XID. set force-aspect-ratio to allow user scaling un-conditionally Change-Id: I8892b8f7a125c0daa7101e28f274bff3de57ee08
* gstreamer: fix leaking pads.Michael Meeks2012-09-181-2/+4
| | | | Change-Id: Ie0ffb62c4f75f8af9c2268c07dfabf14ba036115
* warning C4805: unsafe mix of type bool and sal_BoolStephan Bergmann2012-09-181-1/+1
| | | | Change-Id: I4cae9b629649de510e35b499f299509a608a9022
* Use UriReferenceFactory service ctorStephan Bergmann2012-09-181-4/+3
| | | | Change-Id: I6d9af6abdae11d378937c19b7752e3e8517b3de4
* avmedia: more sal_Bool -> bool revertsMiklos Vajna2012-09-183-5/+5
| | | | Change-Id: Ifca52136a90411a60dc11458f09670d72d5d70a7
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-2/+1
| | | | | | | | | | | | | | | | | | | the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* avmedia: problematic sal_Bool -> bool conversion when interacting with UNOMiklos Vajna2012-09-183-9/+9
| | | | Change-Id: If6c52ed167a418f88d96b5d5a7319cd9a7bca11d
* corrections ::rtl::OUString, sal_Bool and macros, in avmediaRicardo Montania2012-09-186-45/+42
| | | | | | | Change-Id: Iae12f009a358ef8d648f094db968dae25f0c14a0 Reviewed-on: https://gerrit.libreoffice.org/636 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* More ::rtl::OUString to OUString in avmediaRicardo Montania2012-09-154-25/+25
| | | | | | | Change-Id: Ic5478199d8ff1cd79dc54e680e8a6c257e7d8325 Reviewed-on: https://gerrit.libreoffice.org/625 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
* More ::rtl::OUString to OUString in avmediaRicardo Montania2012-09-153-29/+29
| | | | | | | Change-Id: I0e49d84b5a7aa47dc315735a8198ba7fdde0b4e7 Reviewed-on: https://gerrit.libreoffice.org/621 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
* ::rtl::OUString to OUString in avmediaRicardo Montania2012-09-144-16/+16
| | | | | | | Change-Id: If4a7bef339a626fbfa9f0c1cc76801e77626f38f Reviewed-on: https://gerrit.libreoffice.org/609 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
* More ::rtl::OUString to OUString and RTL_CONSTASCII in avmediaRicardo Montania2012-09-133-34/+29
| | | | | | | Change-Id: I925862289cf5f9f41af5532bbbaf8ec0a4e5a66b Reviewed-on: https://gerrit.libreoffice.org/610 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-312-15/+3
| | | | Change-Id: I8e97aaad72e8f6876c912e17a09de83d631b26fc
* -Werror,-Wnull-conversion (Clang towards 3.2)Stephan Bergmann2012-08-311-1/+1
| | | | Change-Id: I9ae2f8ee458b163b8b396c7abed28e6af5b52337
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-161-2/+0
| | | | Change-Id: I19db21f9b09a2d57f72f5ba8d8ba88583cdb5503
* tweak old-school gstreamer link lineMichael Meeks2012-08-131-1/+5
| | | | Change-Id: If3f42a53ccfb4829009171c9b8325b2cb06277c2
* warning C4101: unreferenced local variableStephan Bergmann2012-08-101-1/+1
| | | | Change-Id: Iaf3cc45545d4c2eedff12466c90eec1d442ae338
* make avmedia build with gstreamer-0.10David Tardon2012-08-103-3/+69
| | | | Change-Id: I6124904cecdb8ea66477f40b6771a103a8058c10
* gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks2012-08-099-51/+106
| | | | | | | Add fallback activation of an _OLD media component to the core. Compile both a 0.10 and 1.0 version of the gstreamer component Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1
* tentative initial attempt at re-work for new playbinTim-Philipp Müller2012-08-091-20/+74
| | | | Change-Id: I257bdda8469be624d0cbeab21cff2c2e1c94cc6f
* reduce ascii noise and useless commentsThomas Arnhold2012-08-082-28/+0
| | | | Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
* remove include comments and boxesThomas Arnhold2012-08-082-17/+0
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
* removed unnecessary forward declarations of classTakeshi Abe2012-07-071-3/+0
| | | | | | except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-024-16/+4
|
* Remove unused definesThomas Arnhold2012-07-012-11/+0
| | | | Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
* .xml files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-2116-17/+17
| | | | Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
* callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara2012-06-182-2/+2
| | | | | | | add _WITHID variants for the cases where we (apparently?) still need them. Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4
* targeted string re-workNorbert Thiebaud2012-06-021-1/+1
| | | | Change-Id: Ia73452f1cc83eff144e692c5ec19048c4ce0ca60
* targeted string re-workNorbert Thiebaud2012-06-025-11/+11
| | | | Change-Id: Iece38bedf1f2380f8ecf3c6aef1e92688ed026db
* dxguid.lib not needed hereMatúš Kukan2012-05-141-1/+0
| | | | Change-Id: I73ab08289965a311e36ea5f0187d57f7662208ab
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b