summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
2019-12-18sal_Char->char in avmedia..basicNoel Grandin4-4/+4
2019-12-16Fix USE_AVMEDIA_DUMMY build after 2431477337f4ac4384ba615f76bfb5904f1a3b47Tor Lillqvist1-1/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2019-11-30loplugin:mergeclasses SoundHandlerNoel Grandin2-13/+5
2019-11-29Fix build with USE_AVMEDIA_DUMMY (iOS, at least)Tor Lillqvist1-4/+4
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-1/+1
2019-11-15loplugin:fakebool and loplugin:consttobool (macOS)Stephan Bergmann1-1/+1
2019-11-14New loplugin:consttoboolStephan Bergmann1-2/+2
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann1-1/+1
2019-11-08Fix Windows --eanble-vlc errors and (clang-cl) warningsStephan Bergmann1-3/+3
2019-11-06Avoid OUString::createFromAscii, use OUStringLiteral insteadStephan Bergmann1-2/+2
2019-10-18Simplify MediaWindow::getMediaFiltersStephan Bergmann1-40/+29
2019-10-10tdf#128057: convert file URIs to system path for IGraphBuilder::RenderFileMike Kaganski1-1/+8
2019-10-10Simplify iterationMike Kaganski1-8/+6
2019-10-06Replace SystemEnvData pToolkit/pPlatformName strings with enumsStephan Bergmann1-6/+3
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin1-2/+3
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann4-4/+4
2019-10-01Minor comment/README update wrt "kde5" and "gtk" VCL pluginsMichael Weghorn1-1/+1
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann4-4/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): avmediaStephan Bergmann5-5/+5
2019-07-22avmedia: Drop 'wrap_*' functionsMichael Weghorn1-14/+2
2019-07-19loplugin:referencecasting in avmedia..basicNoel Grandin1-6/+2
2019-07-04cid#1448380: Resource leak (avmedia/gstplayer)Julien Nabet1-3/+2
2019-06-14loplugin:logexceptionnicely in accessibility..basicNoel Grandin1-2/+3
2019-06-13Don't link avmediagst with gtk3 and qt5Jan-Marek Glogowski3-138/+52
2019-06-13tdf#125821 don't crash on missing gstreamer pluginsJan-Marek Glogowski1-8/+16
2019-06-09Fix typoAndrea Gelmini1-1/+1
2019-06-09tdf#125219 qt5: Try qwidget5videosink on WaylandMichael Weghorn2-4/+40
2019-06-07Drop support for gstreamer-0.10Michael Weghorn9-235/+8
2019-06-03Drop extra define ENABLE_GTKSINKMichael Weghorn3-7/+8
2019-05-27tdf#125271 under wayland without gtksink, try waylandsinkCaolán McNamara2-5/+51
2019-05-21tdf#124027: use ID of the embedded window and fix position of overlayKatarina Behrens1-8/+16
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2-2/+2
2019-05-02tdf#101524: seeking position shouldn't pause video playbackKatarina Behrens2-1/+3
2019-04-13use more std::make_uniqueNoel Grandin1-1/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-04-02tdf#100007: slider and time field update during video playbackKatarina Behrens2-5/+16
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2019-03-27loplugin:unoquery (clang-cl)Stephan Bergmann1-4/+4
2019-03-16Simplify containers iterations in accessibility, avmediaArkadiy Illarionov1-4/+4
2019-03-07log nice exception messages whereever possibleNoel Grandin1-2/+4
2019-02-24tdf#123653 pass WM messages to the parent window.Mark Hung2-55/+3
2019-02-24tdf#123653 let gstreamer gst video overlay bypass events.Mark Hung1-0/+1
2019-02-19gst 0.10 doesn't have gst_video_overlay_set_render_rectangleCaolán McNamara1-1/+2
2019-02-19avmedia: set gstreamer gst_video_overlay size and position.Mark Hung2-1/+22
2019-02-15tdf#40780 extend default media duration from 0.01s to 0.3s.Mark Hung1-1/+1
2019-02-13Pointer is pointlessNoel Grandin3-7/+8
2019-02-04tdf#44223 allow slideshow to play embedded media.Mark Hung1-0/+45
2019-02-04tdf#44223 oox: import embedded media stream.Mark Hung1-9/+16