extras: ci: test some darwin-only tests
Merge request reports
Activity
Filter activity
added 1109 commits
-
52bb2b23...5f603968 - 726 commits from branch
master
- 21f9f381 - stream: move get_seekpoint typed control to specific stream section
- 6baee5a4 - stream: move get_title typed control to stream specific section
- 2a4957c0 - demux: introduce typed operations for demux
- bdc6edb1 - demux: add more helper methods
- 90e98b01 - vlc_queue: fix restrict violation
- 294cbdba - taglib: move default meta access to a function
- a26e2ba3 - taglib: wav: fix RIFF INFO tags parsing
- debe7eac - qt/mainctx: Add the 'pinOpacity' property
- 45875b43 - qml/TopBar: Add the 'resumeVisible' property
- a965917a - qml/Player: Update the 'pinned' behavior
- cb8d5930 - qml/Player: Add pin background opacity
- 6202abd9 - audiotrack: reorder to avoid forward declaration
- 8d0819f5 - audiotrack: remove unused cond
- 4bb250cd - audiotrack: use TimingReport API
- e476328e - audiotrack: use precise latency
- 1a4eb729 - qt: use high-contrast colors on windows
- 4d5606c5 - qt: disable acrylic effect when high-contrast theme is used on windows
- 8b9293f3 - qt: update ColorContext colors when palette internally changes
- 9d87d210 - qml: fix label not colorized properly in the ToolbarEditor
- 2aa07f52 - qml: add missing import for ColorContext
- ff905bd5 - qml: add missing color in EmptyLabelHint
- 7d70397c - qt: discontinue hasContent and use isReady property in MLBaseModel
- 6f9b01e6 - json_helper: get the size of the read buffer
- 869a0343 - webservices/json: update the JSON parser to version 1.1.0
- ecf0c9ce - qml: implement MainViewLoader
- b0ae61dd - qml: check nullability in Helpers.get
- a9e02b66 - qml: use MainViewLoader in VideoAll
- ea0eaffa - qml: use MainViewLoader for PlaylistMediaList
- 4643f556 - qml: use MainViewLoader in MusicAllArtists component
- e3b13a68 - qml: use MainViewLoader in MusicAlbums component
- 84a5bed6 - qml: use MainViewLoader in MusicGenres component
- 62e94c6d - qt: allow navigation functions to fallback to default behaviour
- f5d79535 - qml: handle Navigation Cancel in MainViewLoader
- f9b271e0 - es_out: remove unused variable
- 96a19e94 - contrib: mingw64: patch dxvahd.h before mingw-w64 11
- a7de762a - d3d9: fully initialize DXVAHD_BLT_STATE_OUTPUT_COLOR_SPACE_DATA
- 367b7e8e - d3d9: fully initialize DXVAHD_BLT_STATE_INPUT_COLOR_SPACE_DATA
- b86fbe2e - d3d9: explicitly set the processing input type
- dd8297d2 - d3d9: use the official typedef for DXVAHD_CreateDevice()
- 2e335eba - interop_dxva2: add comments about the processor output values
- 3e838637 - interop_dxva2: use container_of instead of object cast
- f808bdd6 - interop_dxva2: fix flickering effect
- f7d4afc8 - doc: QtPlayer: fix file opening on Windows
- 199de053 - qt: report 0 size when the ml cache is loaded but empty
- 7c94acd1 - demux: mp4: return only last sample dts
- 413ffdd3 - demux: libmp4: do not store elst version
- 90811de8 - demux: libmp4: restrict to known elst versions
- 3ef970a5 - demux: libmp4: rework edit list storage
- 06ce45c7 - demux: mp4: fix wrong edit list offset regression
- bde20986 - demux: mp4: move edit list mapping to own functions
- f7bb59d9 - demux: mp4: always check and use next edit list
- 23a0ea4b - input: decoder: fix flushing when deleting decoder
- 13ffce30 - stream out: display: add explicit input decoder flush
- eb34fd0a - input: es_out: add explicit input decoder flush
- cef87510 - input: decoder: add explicit input decoder flush
- 5f000b28 - vlc_decoder.h: document vlc_input_decoder_Delete
- c9d874e7 - input: decoder: separate flushing and aborting
- 69abb520 - input: decoder: remove flush workaround on Delete
- f93de3ef - stream/demux: move remaining callbacks to their respective ops struct
- 448e8b92 - lib: return the same object in libvlc_picture_retain()
- e793a324 - lib: return the same object in libvlc_retain()
- d5b78783 - lib: return the same object in libvlc_media_retain()
- 2ad8ef54 - lib: return the same object in libvlc_media_list_retain()
- 098855b2 - lib: return the same object in libvlc_media_player_retain()
- ad56ab86 - lib: assert instead of doing a dynamic check
- 817edbb1 - lib: return the same object in libvlc_media_player_list_retain()
- b0691b6a - qml: vertically center playlist group in topbar
- b49857c0 - qml: fix CSD drag on Player's TopBar
- 1ed24cb2 - qml: fix wheel filtering in PIPPlayer
- 75626cb9 - PageLoader: Add the 'stackViewItem' alias
- c7f0cc61 - BrowseDisplay: Refactor with 'stackViewItem' alias
- d26d428d - qml/BrowseDisplay: Fix warning when 'stackViewItem' is null
- c4d0ef83 - macosx: Add a VLCLibraryAudioTableViewDelegate
- 3f07a9c2 - macosx: Add table item view delegation to VLCLibraryAudioTableViewDelegate
- 77ee38d4 - macosx: Add tableViewSelectionDidChange handling in VLCLibraryAudioTableViewDelegate
- 5d83c720 - macosx: Replace audio data source table view delegation with new VLCLibraryAudioTableViewDelegate
- acdc5a79 - macosx: Add a VLCLibraryAudioGroupTableViewDelegate
- 083c3f8e - macosx: Add heightOfRow method to VLCLibraryAudioGroupTableViewDelegate
- f2b92efe - macosx: Implement viewForTableColum in VLCLibraryAudioGroupTableViewDelegate
- 902fbc52 - macosx: Implement heightOfRow for VLCLibraryAudioGroupTableViewDelegate
- 41afb1b5 - macosx: Replace all audio group table views' delegation using...
- 71a06b68 - macosx: Add VLCLibraryAlbumTracksTableViewDelegate
- 63bd60ec - macosx: Implement viewForTableColumn in VLCLibraryAlbumTracksTableViewDelegate
- c8351209 - macosx: Replace album tracks table views delegation use of...
- 69e09d04 - macosx: Add VLCLibraryVideoTableViewDelegate
- 7f28c752 - macosx: Implement viewForTableColumn in VLCLibraryVideoTableViewDelegate
- e1d5ba08 - macosx: Implement tableViewSelectionDidChange in VLCLibraryVideoTableViewDelegate
- 80da84b0 - macosx: Replace table view delegation for video view tables using...
- 9669442a - macosx: Add VLCLibraryTableCellViewProtocol
- c5ec7f73 - macosx: Adapt various table cell views to conform to VLCLibraryTableCellViewProtocol
- 27b0bf84 - macosx: Add VLCLibraryTableViewDelegate
- f50f8114 - macosx: Provide cellViewType in VLCLibraryTableViewDelegate
- 5fc3a7f4 - macosx: Add base viewForTableColumn implementation in VLCLibraryTableViewDelegate
- 500d3506 - macosx: Remove unneeded VLCLibraryAlbumTracksTableViewDelegate method in...
- ccfe32b3 - macosx: Simplify VLCLibraryAudioGroupTableViewDelegate by using super method
- 8af7ebc1 - macosx: Remove need for custom cellview by using super method in VLCLibraryAudioTableViewDelegate
- e5578407 - macosx: Use the super method for most common path to generate cellview in...
- 3faaa1e1 - macosx: Cover case where table cell view not registered in table view in...
- 17e76315 - macosx: Remove no longer needed manual setting of song table cell view content tint color
- 24f79919 - macosx: Constify identifiers used in VLCLibraryAlbumTableCellView
- 7ad79325 - macosx: Deselect selected rows in child table view of...
- 5423bb9b - contrib: vpx: update to 1.13.0
- 2a0fdfe9 - macosx: Add VLCMediaLibraryMediaItemUTI string
- 07bf4ad4 - macosx: Enable pasteboard writing from VLCLibraryAudioDataSource and...
- c66fd546 - macosx: Move creation of NSPasteboardItem containing library media item data...
- 2ebe0f3f - macosx: Add pasteboard writing enabling drag-and-drop for VLCLibraryAlbumTracksDataSource
- 3243eb9d - macosx: Add pasteboardWriter for VLCLibraryAudioGroupDataSource, enabling drag and drop
- fc701dfa - macosx: Enable drag-and-drop with pasteboardWriter for VLCLibraryVideoTableViewDataSource
- 37ffd8bb - qml/ExpandGridView: Set content size via property binding
- faf8b85a - plugin: add HTML help
- caf14331 - qt: add HTML help
- 0f19973e - qt: remove some of unnecessary QString clears
- 75f57e3a - demux: hls: fix lazy loaded playlists timescale
- fcd6a9b6 - demux: hls: use internal max resolution define instead of raw value
- 8ef1866a - macosx: Elide playlist table view item labels rather than harshly clip
- 813f8e1c - demux: mp4: search lowest bframe pts in next chunks as well
- 1bedf263 - demux: mp4: constify
- 96325dda - demux: mp4: cache pointer var and disambiguate
- c3821c5e - demux: mp4: zero timescale is rejected in open
- 2f7f5f32 - demux: mp4: store max pts shift to offset other tracks
- d1986e60 - macosx: Give the notification name for thumbnails generated for media items a more accurate name
- e7e9b0f9 - macosx: Only update video collection views if received notification type calls for it
- 9e0b2e93 - macosx: Add performActionOnMediaItemFromCache method in VLCLibraryModel
- 723353c7 - macosx: Handle media deleted events in media library model granularly
- b0295a18 - macosx: Handle media library update/reset events more granularly
- 97d9718f - macosx: Respond to both relevant library model notifications in VLCLibraryVideoViewController
- aa123ee7 - macosx: Add reloadData method to...
- cb269c62 - macosx: Add method to reload data by index in VLCLibraryVideoCollectionViewContainerViewDataSource
- 886ec1cb - macosx: Handle granular VLCLibraryModelVideoMediaItemUpdated in...
- 7b828cb1 - macosx: Do not return an error from performActionOnMediaItemFromCache if the...
- 1a64b6b0 - macosx: Extract the acquisition of model index from notification user info...
- e7d741c6 - macosx: Update the recents collection view in video view when received notification of change
- f2a86c09 - macosx: Add deleteDataForIndex method to VLCLibraryVideoCollectionViewContainerViewDataSource
- fd8d52ec - macosx: Properly handle media item deletion notification in general videos and...
- 2c187264 - macosx: Move modelIndexFromModelItemNotification to VLCLibraryModel as class method
- 176a5052 - macosx: Also handle VLCLibraryModelAudioMediaItemDeleted when checking for...
- a0a73abc - macosx: Add reloadDataWithCompletionHandler to VLCLibraryVideoTableViewDataSource
- dc67bd1c - macosx: Add indexed reload data methods in VLCLibraryVideoTableViewDataSource
- b80a6e79 - macosx: Handle reset of recents and video list in library model selectively in...
- 51baa1d3 - macosx: Handle video and recents library item notifications in VLCLibraryVideoTableViewDataSource
- c237e7f4 - macosx: Implement reloadDataWithCompletion in VLCLibraryAudioDataSource
- 3cd9705e - macosx: Remove premature optimisation in libraryModelUpdated of VLCLibraryAudioDataSource
- e776f567 - macosx: Move collectionToDisplay logic in libraryModelUpdated to separate method
- 85a2c8df - macosx: Set the displayed collection of the VLCLibraryAudioDataSource in reloadDataWithCompletion
- f6b9e699 - macosx: Add reloadDataForMediaLibraryItem method to VLCLibraryAudioDataSource
- 3e7230f5 - macosx: Add deleteDataForMediaLibraryItem to VLCLibraryAudioDataSource
- 328352c9 - macosx: Deduplicate media item index search in reload and delete methods of...
- 5f47c13b - macosx: Constify new library model update methods
- a6c2a08f - macosx: Handle VLCLibraryModelAudioMediaItemUpdated in VLCLibraryAudioDataSource
- 43609a2b - macosx: Add convenience resetCachedMediaItemLists method in VLCLibraryModel
- 34481c3a - macosx: Ensure cached media item lists are reset even if we received media...
- a8e256bb - macosx: Make sending off a reset notification in reset method of VLCLibraryModel optional
- d7876102 - macosx: Check if media item exists first before trying to find where it is in cached array
- 1b621064 - macosx: Add possibility to run media item resetters in VLCLibraryModel with completion handlers
- e240d90f - macosx: Add completionHandler to VLCLibraryModel resetCachedMediaItemListsWithNotification
- b7e5689f - macosx: Ensure we are only doing actions on cache items in VLCLibraryModel...
- 9c7ef35b - macosx: Remove ineffective and bug causing dispatch_asyncs in VLCLibraryModel
- 244a5a20 - macosx: Change access for cache arrays in VLCLibraryModel to go through guarded atomic property
- 95862c5d - macosx: Move fetch of items from library model in video container view data...
- 04bc3fbe - macosx: Reload specific items in...
- a53bdc73 - macosx: Use VLCMediaLibraryMediaItems to update the VLCLibraryVideoTableViewDataSource
- 7072861c - macosx: Update container view data source on non-main dispatch queue
- 01036b28 - macosx: Do not reset entire collection array in audio data source when updating or deleting
- bb971898 - macosx: Do not do unnecessary cache resets when updating or deleting, rather modify items directly
- 4c6222e6 - macosx: Ensure cache modification does not occur concurrently
- b85e638a - opus: log header details
- 6febbf9b - opus_header: fix endianness
- 0ac1af7e - qml: act on accessible actions
- 09c5b8bb - qml: use IconLabel for icons
- a7e784cf - qml: don't use text property to store icon glyph in IconButton
- 6fd42e27 - qml: set text of icon buttons
- fbc8fd38 - qml: expose table headers to accessibility
- 70dc6b00 - qml: use finer Control types to improve accessibility
- 6c0298f1 - qml: define accessible role and name for relevant items
- 8b2cf528 - qml: don't expose IconLabels as an accessible text
- 10a5a8f9 - qml: ignore unimportant nodes from the accessibility tree
- 0f58c647 - qml: factorise TrackMenu model and improve accessibility
- 5f717bd8 - qml: disable invisible accessible items
- 685a068e - mft: use GUID values
- 33431bc4 - mft: simplify GUID subtype checking with WRL
- 069c582e - mft: log the reason SetInputType failed
- 22b6caff - mft: read the activated object directly in the object with WRL
- 3d80f037 - mft: use MFSetAttributeSize to set MF_MT_FRAME_SIZE
- 397be91e - mft: use MFSetAttributeRatio to set MF_MT_FRAME_RATE
- c2a012f3 - meson: link d3d11_common with uuid
- 48dee52d - meson: build the MFT plugin on Windows
- d067627a - mft: support MFVideoFormat_IYUV output
- 70410eed - mft: simplify output setting with WRL
- 6d64aafa - mft: add more useful debug/error logs
- 46f1d6f2 - mft: use ORIENT_VFLIPPED for D3DFMT output
- 181e91d0 - mft: use the official AV1/L8 GUID definitions
- 5e4dbfac - player: input: change ES delay without controls
- 1718facc - player: use input_SetEsCatDelay instead of control
- b87b0168 - qt: preserve interface window geometry in all cases
- 6e190241 - qml: fix navigation to empty label in video views
- 00058ecc - qml/ControlLayout: Code cleanup
- dce53de9 - qml/ControlLayout: Ensure 'item(s)' are valid
- 9476171d - qml/ControlLayout: Code cleanup
- 8909317b - qml/PlayerControlLayout: Code cleanup
- e8b6a932 - meson: add gettext support
- 55e0a35a - opengl: filter_draw: add assertion for GL errors
- 8f9ec06e - opengl: filter_mock: add assertions for GL errors
- 8bc819a2 - opengl: interop: add assertions for GL errors
- 9f1683bd - opengl: renderer: add assertions for GL errors
- e0f4d15e - opengl: interop: handle GLES2 case during runtime
- 66a8ad52 - video_filter: opengl: remove stray line feed
- c9a8d6dc - egl_pbuffer: use eglMakeCurrent directly
- 81ec5619 - egl_pbuffer: setup default framebuffer on MakeCurrent
- dc397a76 - mp4: fix format string
- a82b0976 - lib: set libvlc_media_parse_local > 0
- 5d2278c4 - input_item: avoid constant use in input_item_meta_request_option_t
- 5a6942eb - input_item: move META_REQUEST_OPTION NO_SKIP to SCOPE_FORCED
- 41323953 - lib: move libvlc_media_ no_skip to parse_forced
- e5a3f4fc - preparse: also use input_preparser_Push() to only fetch meta
- 8638652a - preparser: notify if an art was fetched
- 99b11788 - qt: use libvlc_MetadataRequest()
- 538fcb20 - core: remove libvlc_ArtRequest()
- d59a5127 - core: rename input_preparser to vlc_preparser
- 3d526a6a - core: move preparser.h into vlc_preparser.h
- 9c3caa7b - preparser: improve documentation
- bc056eb4 - core: expose vlc_preparser API
- b1bc1224 - direct3d11: fix fallback output when best selection fails
- f2480265 - direct3d11: simplify decoder_format usage
- 7334ebb8 - d3d11va: lock the device when creating resources
- e5d53949 - d3d11_processor: allow usage from C++
- 3082be67 - d3d11_fmt: add a function to allocate a texture for a picture
- d65736cd - d3d11: use a specific object to handle the rendering fence
- 6dad92bf - frame: remove unused label
- cbe2dfa7 - frame: use vlc_frame_heap_Alloc() for vlc_frame_Alloc()
- d9bf20cf - frame: use aligned_alloc() where available
- b98765d5 - frame: add vlc_frame_New()
- 0c3bc60e - lib: use block_New()
- 9ae9734d - frame: use vlc_frame_New()
- d02a131e - gstdecode: fix FTBFS with braces inside case
- 32705bd3 - demux: avi: fix unwanted padding in odd sized samples
- 230fdf54 - d3d11_fmt: add a helper to find a hardware/software based d3d_format_t
- 1b02bcda - d3d11: use D3D11_RenderFormat to get render d3d_formats
- 8618e521 - avcodec: only set the i_codec when the i_chroma is valid
- 2fe0daaa - fourcc: fix YUV with alpha not being considered YUV formats
- fef5c66e - tracer: json: remove write-only temporary variable
- 3459103b - preparser: remove from the executor list the earliest possible
- f4f2ef45 - preparser: don't wait for the fetcher
- ec26295b - preparser: remove task->art_fetched
- 0c5eb699 - input: remove always true arg in input_item_SetPreparsed()
- 6dc0701b - demux: subtitle: add missing TS_0 offset
- b710e792 - fourcc: add QOI
- cd2f48d4 - avcodec: fourcc: map QOI image format
- 78d148d0 - mime: add image/qoi
- 7ffc36f0 - image: add qoi
- 0f784508 - qt: Add the 'qt-safe-area' option
- bba3eed2 - qt/mainctx: Add the 'safeArea' property
- 5d7fa7f6 - qml/VLCStyle: Add the 'safeArea' support
- f1f5e270 - meson: fix MFT linking with external libraries
- cb8268f2 - meson: fix D3D11 vout linking with external libraries
- 953ff5b6 - access/dshow: only use the includes we need
- 6c687c20 - meson: replace deprecated get_pkgconfig_variable method
- d91e21ae - compat: always use _aligned_malloc/_aligned_free on Windows
- 60f17ae9 - demux: avi: exclude SPU from invalid timescale
- 4b8b108f - demux: avi: set XSUB source size
- c56dcec0 - demux: avi: add defines
- 72955a1d - demux: avi: remove unused index member
- b82343fe - demux: avi: reorder members
- 50dac82b - demux: avi: reduce loops variables scope
- a2310c67 - demux: avi: remove stack array
- bc5da140 - demux: avi: fix and improve Xsub
- 7f5485d6 - gstreamer: fix -Wformat warnings
- 34e98057 - gstreamer: remove extra semicolons
- 9bea3945 - qml/ControlLayout: Add the 'contentWidth' property
- a421045f - qml/ControlLayout: Add the 'alignment' property
- 96e3f573 - qml/ControlLayout: Add the 'count' alias
- 44bc4d84 - qml/ControlLayout: Update the 'implicitWidth' property
- 3efc5ce6 - qml/ControlLayout: Add the 'preferredWidth' support
- aec938f0 - qml/ArtworkInfoWidget: Add the 'preferredWidth' property
- a1f2bda7 - qml/PlayerControlLayout: Update resize and collpasing behavior
- 72c34ac1 - qml/PlayerControlLayout: Update the 'layoutSpacing' property
- 4620e69c - d3d11_filters: only define D3D1_VIDEO_PROCESSOR enums for old mingw-w64
- d8bd8e1f - win32: remove unneeded w32api.h include
- ea197ba0 - vlc_fixups: don't force __STDC_*_MACROS on mingw-w64
- c1bac1a8 - dshow: remove unneded QACONTAINERFLAGS hack
- 28851ad2 - tools: bootstrap: raise meson's requirement to 1.0.0
- 21f05ba7 - qml: reuse items in VideoQualityLabels
- 5bc28f4d - qml: use direct function assignment for grid cover labels
- 5a52d25e - qml: use direct function assignment for getting title cover labels
- 5db6d3c8 - qt: don't scale radius for drop shadow effect
- 21b64442 - qml: update playlist delegate spacing
- d515c92c - qml: don't set font weight on subtitle of playlist delegate
- 2702b4d0 - qml: increase playlist art size
- 190e9f9e - qt: add separator colors on Item component
- 0bc8e1b1 - qml: improve CurrentIndicator widget
- 664ff645 - qml: add current indicator to playlistdelegate
- 653fd6de - Fix alignment issues with qt-safe-area option
- 120ce6a3 - qt: fix scaling of sort icon in contextual menu
- 3ea4bcad - packetizer: h264: refactor sps/pps duplication
- 86393842 - packetizer: h264: compare sps/pps before replacement
- c85581f4 - packetizer: h264: add h264_get_xps_id shortcut
- 21a329cc - packetizer: h264: refactor sps/pps handling
- d8898afb - packetizer: h264: refactor gathering sps/pps
- ed97dd9f - packetizer: h264: add all sps/pps sets to extradata
- 68455f95 - macosx: Ensure fullscreen button is hidden and not just resized when native...
- 5b9b1e3c - macosx: Add button cluster next to volume slider in VLCMainVideoView UI
- 781b30cc - macosx: Add a VLCMainVideoViewControlsBar
- 1e6256b4 - macosx: Enable bookmarks button in main video view to toggle bookmarks window
- 3d8f20a0 - macosx: Hide subtitle button when there are no subtitle tracks available
- 21c17407 - macosx: Hide audio tracks button when there are no subtitle tracks available
- e6cdd3e3 - macosx: Update visibility of tracks buttons when current media item changes or tracks are changed
- 30f09909 - macosx: Open subtitles menu when hitting subtitles button
- 729f31d3 - macosx: Open audio menu when clicking audio menu button in main video view
- 27290173 - macosx: Simplify audio and subtitle button handling as we are showing the full menu
- cf45b7a7 - macosx: Add tooltips to subtitle and audio settings buttons
- 921a6a50 - macosx: Constify pointers in VLCMainVideoViewControlsBar
- acc89d42 - contrib: rav1e: update to 0.6.4
- 3f3b98b6 - mediacodec: set low-latency in case of "low-delay"
- 1a7fefff - macosx: Add VLCLibraryWindowPersistentPreferences class
- e1ee0c63 - macosx: Add enum for library view mode
- 95b0bb65 - macosx: Add generic setter for setting in VLCLibraryWindowPersistentPreferences
- ede562db - macosx: Add convenience method to get full library window preference key
- d6c83cc1 - macosx: Add generic getter for library window view mode settings
- f36125eb - macosx: Add properties to VLCLibraryWindowPersistentPreferences for new preferences
- 65f634a3 - macosx: Add custom setters for new library window preferences
- 9d1d986f - macosx: Add custom getters for new library window preferences
- 1c915e7d - macosx: Use existing view mode enum in VLCLibraryWindow for preferences
- 1c334ccf - macosx: Make VLCLibraryWindowPersistentPreferences a singleton
- 2d7805ca - macosx: Store changes in library view mode using the new preferences class
- b6f82eda - macosx: Use new library window preferences to set gridvslist view mode in audio view controller
- 229e9567 - macosx: Use new library window preferences to set the view mode in video view controller
- 63f8ac17 - macosx: Don't encode view mode in library window restorable state now that it...
- 71b99048 - macosx: Use new library window preferences singleton to get view mode in media source views
- f06cf5bc - macosx: Remove now unneeded resetting of gridvslistsegmentedcontrol target and action
- 979a0ca9 - macosx: Split main title segmented control and gridvslist segmented control...
- 2d90877a - macosx: Guard against storing and retrieving bad view mode values in settings
- 103779c5 - macosx: Ensure media source data source sets view mode dependent on the specific media source mode
- 31c3f00d - macosx: Update grid vs list view mode segmented control on view changes
- 28376929 - contrib: soxr: fix neon detection for aarch64 hosts
- 11d7708b - codec: libass: patch info for compatibility
- 0d483050 - omxil: remove unused function
- 19bdb733 - omxil: prepare convert_omx_to_profile_idc() to handle more codecs
- 5bec0a0d - mediacodec: also pass vlc_foucc_t to MediaCodec_GetName()
- 275a1bcb - omxil: handle hevc in convert_omx_to_profile_idc()
- eb0e5fb4 - mediacodec: use convert_omx_to_profile_idc() for all codecs
- 4b8cc497 - omxil: handle mpeg2 in convert_omx_to_profile_idc()
- 7e3b86b8 - macosx: Use only one textfield for song name and artist name in VLCLibraryWindow XIB
- ec54b314 - macosx: Rename the songNameTextField outlet to more accurate playingItemDisplayField
- 370e0068 - macosx: Update display components showing current media item when the media...
- 1698eb9e - macosx: Use custom attributed string with playing item name and artist in main...
- b94a2c66 - macosx: Ensure we get the current playing item in control bar
- b555a373 - macosx: Listen to more reliable VLCPlayerCurrentMediaItemChanged notification...
- 9ac09bf5 - codec: avcodec: fourcc: add PNM->PPM mapping
- c39295be - decoder: videotoolbox: fix yuv matrix enum values
- e9937aec - opengl: filters: fix BindFramebuffer target on < 3
- e4ba931b - direct3d11: get source D3D11_TEXTURE2D_DESC early
- ab84bbdd - win32/common: remove unused dxgidebug_dll
- 445e74dd - common/win32: make the HWND size update private to the event thread
- 6a5821aa - win32/common: remove write-only parent_window
- e9961dc3 - win32/common: get the video HWND directly
- 124be999 - win32/common: make the video HWND private to event_thread_t
- 59c9fdd3 - win32/common: remove vout_display_sys_win32_t indirection
- 1a0dbb0c - win32/common: move the opaque event_thread_t in the area structure
- cfdc7251 - d3d11_swapchain: remove unused GUIDs
- 1ac410b6 - direct3d11: don't compile D3D11_CreateLocalSwapchainHandleHwnd in UWP
- e13d4e53 - direct3d11: don't build d3d11_swapchain in UWP
- 7e5d84ca - direct3d11: don't build dxgi_swapchain in UWP
- b317441d - vout/win32: initialize the initial picture placement
- 9814ddaa - vout/win32: do CommonPlacePicture() outside of CommonWindowInit()
- 27ed5157 - modules: demux: move priorities from 8 to 9
- fae94043 - modules: demux: move priorities from 6 to 8
- 7b1869eb - modules: demux: move priorities from 5 to 7
- d7b4421b - modules: demux: move priorities from 3 to 6
- 20511a88 - modules: demux: move priorities from 2 to 5
- 73053e6b - modules: demux: increase stl and vobsub priorities
- 2f16b388 - macosx: Use reliable VLCPlayerCurrentMediaItemChanged notification instead of...
- 1392281e - macosx: Replace playlist item changed listener in VLCLibraryAudioDataSource...
- 9e2049bd - macosx: Replace handling of playlist current media item changed in...
- f090fcef - macosx: Use VLCPlayerCurrentMediaItemChanged to detect change in playing item...
- e1ef6c08 - macosx: Replace use of VLCPlaylistCurrentItemChanged notification with...
- 43bc326f - macosx: Replace misleading VLCPlaylistCurrentItemChanged notification and...
- 1459f671 - fourcc: add the HAVI cctv fourcc in H263
- 0adf1783 - macosx: Set a minimum number of items per dynamically sized collection view...
- ad22639a - macosx: Add librarySplitViewMainViewMinimumWidth value in VLCLibraryUIUnits
- 03d15364 - macosx: Add VLCLibraryTwoPaneSplitViewDelegate
- 4b4f854a - macosx: Provide consistent implementation of two-pane view with large...
- 8f0d9496 - macosx: Use two pane split view delegate in library audio views
- 373df52b - macosx: Use two pane split view delegate in library video views
- d4727b01 - extras: ci: test some x86_64 darwin-only tests
Toggle commit list-
52bb2b23...5f603968 - 726 commits from branch
added 1 commit
- 47c1d808 - extras: ci: test some x86_64 darwin-only tests
Please register or sign in to reply