7237 Commits (2b00ed2e226133ce5521ce6e5cafcf4546fa4bd2)

Author SHA1 Message Date
Thomas Guillem 9d25fc2193 player: rename vlc_player_vout_OSDMessage 7 years ago
Thomas Guillem b864046a74 player: reorganize header 7 years ago
Steve Lhomme 853fdc85fc vout: remove always false is_slow 7 years ago
Thomas Guillem 03a2c820ea player: rename subtitle lang helper 7 years ago
Rémi Denis-Courmont cd80b6ab72 compat: restore posix_memalign() 7 years ago
Rémi Denis-Courmont efcc9a94c6 modules: check deactivation callback type 7 years ago
Rémi Denis-Courmont 915d5bf36a modules: remove vlc_module_unload() inconvenience wrapper 7 years ago
Rémi Denis-Courmont 0404116817 display: remove useless pointer 7 years ago
Rémi Denis-Courmont 08b3f16738 display: make close callback type-specific 7 years ago
Steve Lhomme 4bda0d9dae vlc_filter: rename filter_chain_New() to filter_chain_NewSPU() 7 years ago
Steve Lhomme 979a0c30e4 display: add macros to set the callbacks and check type of the Open/Close 7 years ago
Steve Lhomme 0db9f0812a display: the deactivate of the module doesn't need to return a value 7 years ago
Steve Lhomme 4f48d553f9 decoder device: add a helper macro to set the module (typed) callback/priority 7 years ago
Rémi Denis-Courmont d83f26f671 plugin: remove dead enum callback code 7 years ago
Rémi Denis-Courmont 32bab3ce06 plugin: move config choice enum callbacks 7 years ago
Rémi Denis-Courmont f5461b212a plugin: drop version suffix in exported symbols 7 years ago
Rémi Denis-Courmont 23a62109b7 plugin: add meta-data for plugin API version 7 years ago
Steve Lhomme 693bef28d1 vout: simplify the viewpoint moved handling 7 years ago
Steve Lhomme 17bc338703 display: the pool callback is now optional 7 years ago
Steve Lhomme 21d8e8c917 vlc_fixup: remap win64 lfind as it expects a unsigned* where we get a size_t* 7 years ago
Steve Lhomme a9e0b1124e vlc_common: fix swab() calls on win32 that don't use const on source pointer 7 years ago
Rémi Denis-Courmont cd7498d0a8 plugin: fix macro namespace 7 years ago
Rémi Denis-Courmont 542df0f3ad Use set_callback() where applicable 7 years ago
Rémi Denis-Courmont de772bf48b plugin: add set_callback() macro 7 years ago
Rémi Denis-Courmont 0f9b046a30 gl: move destroy callback to vlc_gl_t 7 years ago
Rémi Denis-Courmont d1498ca548 decoder: move device close callback 7 years ago
Francois Cartegnie c8ada7fb48 vlc_es: disambiguate teletext page/values 7 years ago
Johan Gunnarsson 4858bcdbcc player: fix on_position_changed docs link 7 years ago
Hugo Beauzée-Luyssen a01c835240 vlc_input_item: Fix SPU extensions ordering 7 years ago
Francois Cartegnie 6f6c9455c5 vlc_text_style: remove all karaoke styling 7 years ago
Steve Lhomme a2126600e7 libvlc: remove constraints doc now that we only share a IDirect3D9 7 years ago
Steve Lhomme 8bcea68edf libvlc: provide the adapter to use for D3D9 rendering 7 years ago
Tristan Matthews f528a7d8d6 fourcc: add VP4 7 years ago
Thomas Guillem 6699b98a85 input: remove unused input_resource_TerminateVout() function 7 years ago
Thomas Guillem 72d3ebd544 input: remove unused input_resource_ResetAout() function 7 years ago
Thomas Guillem 88e9f04f1d input: remove unused input_resource_Terminate() function 7 years ago
Hugo Beauzée-Luyssen 5961eeaa01 medialibrary: Bump version & update API usages 7 years ago
Hugo Beauzée-Luyssen 70d5c4debc medialibrary: Add media/input_item getters through mrl 7 years ago
Hugo Beauzée-Luyssen 980aa49905 medialibrary: Use va_list for Get parameters 7 years ago
Steve Lhomme cfaa0bdfe6 direct3d9: the setup callback returns a IDirect3D9 not a IDirect3DDevice9 7 years ago
Steve Lhomme 7542ee5343 libvlc: mention the resize callback is for the host size and must be called 7 years ago
Steve Lhomme ffb11c5680 decoder: add a decoder device type for MMAL 7 years ago
Steve Lhomme d06262f25c codec: document what kind of opaque is used for each decoder device 7 years ago
Roland Bewick 08d142acbd libvlc: add a key to switch spu channel orders 7 years ago
Thomas Guillem c896210b00 player: get vout and vout_order from VIDEO/SPU es_ids 7 years ago
Thomas Guillem 8aecdf1835 player: rename vlc_player_GetVoutFromEsId 7 years ago
Roland Bewick eb10f0b60e vout: spu: handle secondary channel order 7 years ago
Roland Bewick 96334761c9 player: add multiple tracks selection support 7 years ago
Thomas Guillem dd5ba72db7 player: add a policy to vlc_player_SelectEsId 7 years ago
Roland Bewick 623c39f9da input: add INPUT_CONTROL_SET_ES_LIST 7 years ago