summaryrefslogtreecommitdiff
path: root/avmedia/source/viewer
AgeCommit message (Expand)AuthorFilesLines
2024-05-21tdf#145735 avmedia qt: Use QtMultimedia for Qt 6 media playbackMichael Weghorn1-1/+4
2024-05-06loplugin:ostr avmediaNoel Grandin2-4/+4
2024-04-04loplugin:unusedmethodsNoel Grandin1-6/+0
2024-03-29convert PlayerListener to comphelper::WeakComponentImplHelperNoel Grandin1-9/+15
2023-12-08cid#1545617 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2023-04-05avmedia,*: guess the mime type of media files based on file nameMichael Stahl1-3/+4
2022-09-10unique_ptr->optional for GraphicNoel Grandin1-7/+7
2022-08-26tdf#149971 avmedia: implement video crop support in the gsteamer backendMiklos Vajna2-1/+8
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-02clang-tidy modernize-pass-by-value in avmediaNoel Grandin1-2/+3
2022-05-19tdf#148923 PPTX import: fix incorrect image in media fileTünde Tóth1-1/+7
2022-05-05Just use Any ctor instead of makeAny in avmediaStephan Bergmann1-4/+4
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-3/+4
2022-03-04Fix typosAndrea Gelmini1-1/+1
2022-03-01gtk4: media dimensions are only reliably available asyncCaolán McNamara1-14/+113
2022-02-19update video pos and size after change if currently playingCaolán McNamara1-4/+4
2022-02-18first cut at using Gtk4 built in video playbackCaolán McNamara1-1/+5
2022-02-18there's only one media backend per platform currentlyCaolán McNamara1-13/+1
2022-01-17tdf#145538 - Use range based for loopsVaibhavMalik41871-7/+7
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen1-1/+0
2022-01-02avmedia : use std::mutex instead of osl::MutexArnaud Versini2-7/+9
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin1-28/+28
2021-12-21no need to take solar mutex hereNoel Grandin1-5/+0
2021-10-28Prepare for removal of non-const operator[] from Sequence in avmediaMike Kaganski1-4/+5
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-9/+7
2021-07-26use officecfg for security optionsNoel Grandin1-1/+1
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt1-0/+1
2021-05-15unnecessary castNoel Grandin1-7/+7
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-2/+2
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara1-0/+1
2021-01-27rename Toolkit::Gtk3 to Toolkit::Gtk because Gtk2 support is goneCaolán McNamara1-1/+1
2021-01-27tdf#139609 avoid fetching unnecessary xid under gtk3Caolán McNamara1-1/+7
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-1/+1
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-1/+1
2020-10-21use tools::Long in accessibility..basctlNoel1-2/+2
2020-10-16Fix a confusion between UNOIDL long (i.e., sal_Int32) and C++ longStephan Bergmann1-1/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+2
2020-09-02convert MediaControlStyle to scoped enumNoel Grandin1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-07-16compact namespace: avmediaNoel Grandin1-4/+2
2020-05-08compact namespace in avmedia..bridgesNoel Grandin1-4/+4
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-18loplugin:flatten in avmediaNoel Grandin1-113/+113
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-03-22tdf#124176: Use pragma once instead of include guardsFurkan Ahmet Kara1-4/+1
2020-02-16tdf#124176: Use pragma once instead of include guardsMohamed Sameh1-4/+1
2020-02-13inherit MediaControl from InterimItemWindowCaolán McNamara1-1/+1
2020-02-01weld MediaPlaybackPanelCaolán McNamara1-0/+2