Age | Commit message (Expand) | Author |
2023-04-29 | Use getXWeak in avmedia | Mike Kaganski |
2023-04-21 | Fix some getImplementationName | Stephan Bergmann |
2023-04-05 | avmedia,*: guess the mime type of media files based on file name | Michael Stahl |
2023-04-02 | Avoid conversions between OUString and OString in VCL | Mike Kaganski |
2023-03-23 | rtl::Static to thread-safe-static | Noel Grandin |
2023-03-22 | Revert "avmedia : use std::mutex instead of osl::Mutex" | Michael Stahl |
2023-03-15 | Silence -Werror=deprecated-declarations for now | Stephan Bergmann |
2023-03-11 | osl::Mutex->std::mutex in avmedia::win::Window | Noel Grandin |
2023-01-12 | drop internal support for 1-bit images | Noel Grandin |
2022-09-10 | unique_ptr->optional for Graphic | Noel Grandin |
2022-08-26 | tdf#149971 avmedia: implement video crop support in the gsteamer backend | Miklos Vajna |
2022-08-25 | Related: tdf#149971 avmedia: add doc model and render for crop of media objects | Miklos Vajna |
2022-08-25 | avmedia gtk: Fix build for Gtk >= 4.7.2 ('-Werror=deprecated-declarations') | Michael Weghorn |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-08-15 | Fix typo | Andrea Gelmini |
2022-07-07 | elide some string copies | Noel Grandin |
2022-06-28 | improve debug output for gstreamer backend | Noel Grandin |
2022-06-02 | clang-tidy modernize-pass-by-value in avmedia | Noel Grandin |
2022-05-19 | tdf#148923 PPTX import: fix incorrect image in media file | Tünde Tóth |
2022-05-05 | Just use Any ctor instead of makeAny in avmedia | Stephan Bergmann |
2022-04-29 | use more string_view in INetURLObject | Noel Grandin |
2022-04-13 | Fix typo | xuenhua |
2022-04-10 | loplugin:stringview check for getToken and trim | Noel Grandin |
2022-03-29 | tdf#145614 Convert #define to constexpr | offtkp |
2022-03-22 | Move BSTR wrapper to systools, and fix some wrong BSTR uses | Mike Kaganski |
2022-03-22 | Simplify CoCreateInstance / CoGetClassObject with COMReference | Mike Kaganski |
2022-03-04 | Fix typos | Andrea Gelmini |
2022-03-01 | gtk4: media dimensions are only reliably available async | Caolán McNamara |
2022-02-21 | gtk4: get getPreferredPlayerWindowSize working | Caolán McNamara |
2022-02-21 | gtk4: get XFrameGrabber to work | Caolán McNamara |
2022-02-19 | update video pos and size after change if currently playing | Caolán McNamara |
2022-02-19 | gtk4: use gtk_widget_set_can_target so the video can be picked up and moved | Caolán McNamara |
2022-02-19 | gtk4: the assumption is that video is supposed to fit to the window | Caolán McNamara |
2022-02-18 | first cut at using Gtk4 built in video playback | Caolán McNamara |
2022-02-18 | there's only one media backend per platform currently | Caolán McNamara |
2022-02-14 | update play/pause/stop when one of the other changes | Caolán McNamara |
2022-02-14 | Related: tdf#34759 ditch PlayPending hack and use GST_STATE_TARGET | Caolán McNamara |
2022-02-14 | Related: tdf#100007 pause state not always updating "play" state to off | Caolán McNamara |
2022-02-14 | can drop unneeded TODO | Caolán McNamara |
2022-02-11 | these label properties are already set to this text in the .ui | Caolán McNamara |
2022-01-17 | tdf#145538 - Use range based for loops | VaibhavMalik4187 |
2022-01-13 | Recheck modules [a-c]* with IWYU | Gabor Kelemen |
2022-01-05 | Disable epoxy test with --disable-gui | Jan-Marek Glogowski |
2022-01-02 | avmedia : use std::mutex instead of osl::Mutex | Arnaud Versini |
2021-12-21 | Keep GUI with --enable-avmedia and --disable-gui | Jan-Marek Glogowski |
2021-12-21 | Use sal::systools::CoInitializeGuard and sal::systools::ThrowIfFailed | Mike Kaganski |
2021-12-21 | loplugin:flatten in accessibility..basic | Noel Grandin |
2021-12-21 | no need to take solar mutex here | Noel Grandin |
2021-12-21 | Introduce sal::systools::COMReference::TryCoCreateInstance | Mike Kaganski |
2021-12-20 | Use more sal::systools::COMReference | Mike Kaganski |