summaryrefslogtreecommitdiffstats
path: root/avmedia
Commit message (Expand)AuthorAgeFilesLines
* escape url passed to gstreamerCaolán McNamara2023-11-071-5/+9
* Use getXWeak in avmediaMike Kaganski2023-04-292-3/+3
* Fix some getImplementationNameStephan Bergmann2023-04-212-5/+2
* avmedia,*: guess the mime type of media files based on file nameMichael Stahl2023-04-053-10/+11
* Avoid conversions between OUString and OString in VCLMike Kaganski2023-04-024-21/+21
* rtl::Static to thread-safe-staticNoel Grandin2023-03-231-6/+8
* Revert "avmedia : use std::mutex instead of osl::Mutex"Michael Stahl2023-03-221-7/+6
* Silence -Werror=deprecated-declarations for nowStephan Bergmann2023-03-151-0/+4
* osl::Mutex->std::mutex in avmedia::win::WindowNoel Grandin2023-03-112-54/+46
* drop internal support for 1-bit imagesNoel Grandin2023-01-121-1/+1
* unique_ptr->optional for GraphicNoel Grandin2022-09-101-7/+7
* tdf#149971 avmedia: implement video crop support in the gsteamer backendMiklos Vajna2022-08-264-1/+39
* Related: tdf#149971 avmedia: add doc model and render for crop of media objectsMiklos Vajna2022-08-251-0/+17
* avmedia gtk: Fix build for Gtk >= 4.7.2 ('-Werror=deprecated-declarations')Michael Weghorn2022-08-251-0/+4
* Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2022-08-182-2/+2
* Fix typoAndrea Gelmini2022-08-151-1/+1
* elide some string copiesNoel Grandin2022-07-071-4/+4
* improve debug output for gstreamer backendNoel Grandin2022-06-281-2/+24
* clang-tidy modernize-pass-by-value in avmediaNoel Grandin2022-06-021-2/+3
* tdf#148923 PPTX import: fix incorrect image in media fileTünde Tóth2022-05-191-1/+7
* Just use Any ctor instead of makeAny in avmediaStephan Bergmann2022-05-051-4/+4
* use more string_view in INetURLObjectNoel Grandin2022-04-291-1/+1
* Fix typoxuenhua2022-04-131-1/+1
* loplugin:stringview check for getToken and trimNoel Grandin2022-04-101-3/+4
* tdf#145614 Convert #define to constexprofftkp2022-03-291-2/+2
* Move BSTR wrapper to systools, and fix some wrong BSTR usesMike Kaganski2022-03-221-8/+2
* Simplify CoCreateInstance / CoGetClassObject with COMReferenceMike Kaganski2022-03-222-2/+2
* Fix typosAndrea Gelmini2022-03-041-1/+1
* gtk4: media dimensions are only reliably available asyncCaolán McNamara2022-03-013-53/+224
* gtk4: get getPreferredPlayerWindowSize workingCaolán McNamara2022-02-211-44/+55
* gtk4: get XFrameGrabber to workCaolán McNamara2022-02-211-31/+40
* update video pos and size after change if currently playingCaolán McNamara2022-02-191-4/+4
* gtk4: use gtk_widget_set_can_target so the video can be picked up and movedCaolán McNamara2022-02-191-1/+3
* gtk4: the assumption is that video is supposed to fit to the windowCaolán McNamara2022-02-191-0/+1
* first cut at using Gtk4 built in video playbackCaolán McNamara2022-02-1811-3/+638
* there's only one media backend per platform currentlyCaolán McNamara2022-02-182-14/+1
* update play/pause/stop when one of the other changesCaolán McNamara2022-02-141-18/+29
* Related: tdf#34759 ditch PlayPending hack and use GST_STATE_TARGETCaolán McNamara2022-02-142-18/+4
* Related: tdf#100007 pause state not always updating "play" state to offCaolán McNamara2022-02-143-62/+74
* can drop unneeded TODOCaolán McNamara2022-02-141-2/+0
* these label properties are already set to this text in the .uiCaolán McNamara2022-02-113-14/+0
* tdf#145538 - Use range based for loopsVaibhavMalik41872022-01-171-7/+7
* Recheck modules [a-c]* with IWYUGabor Kelemen2022-01-132-1/+2
* Disable epoxy test with --disable-guiJan-Marek Glogowski2022-01-051-2/+0
* avmedia : use std::mutex instead of osl::MutexArnaud Versini2022-01-023-13/+16
* Keep GUI with --enable-avmedia and --disable-guiJan-Marek Glogowski2021-12-211-1/+1
* Use sal::systools::CoInitializeGuard and sal::systools::ThrowIfFailedMike Kaganski2021-12-214-11/+11
* loplugin:flatten in accessibility..basicNoel Grandin2021-12-211-28/+28
* no need to take solar mutex hereNoel Grandin2021-12-211-5/+0
* Introduce sal::systools::COMReference::TryCoCreateInstanceMike Kaganski2021-12-212-2/+2