126 Commits (71a0e80e40a2c6e4a5d910315cfbba4ecdb15b62)

Author SHA1 Message Date
Steve Lhomme 470b84a68b dmo: use msftime_t macro to convert to/from ticks 8 years ago
Steve Lhomme ded62a069f rename VLC_TS_0 to VLC_TICK_0 8 years ago
Steve Lhomme 1f17997348 rename VLC_TS_INVALID to VLC_TICK_INVALID 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Francois Cartegnie 10318107ac date_t: always init to TS_INVALID 8 years ago
Rémi Denis-Courmont 05ba3c15d1 aout: factor out the default channel maps 14 years ago
Rémi Denis-Courmont b31373c27e dmo: fix potential out-of-bound read 14 years ago
Steve Lhomme 7be01abad1 modules: clean check of date_Get() return value 8 years ago
Steve Lhomme 178c1a4dfe modules: fix VLC_TS_INVALID tests 8 years ago
Romain Vimont ff2901aff3 core: remove global *_sys_t typedefs 8 years ago
Steve Lhomme 7c1608be1c modules: use picture_SwapUV() instead of plane_SwapUV() 8 years ago
Steve Lhomme 19a454cf38 modules: use plane_SwapUV() 8 years ago
Thomas Guillem 91f426996c es: replace i_original_channels with i_chan_mode 9 years ago
Rémi Denis-Courmont ac866164aa decoder: use "video decoder" capability for video decoders 9 years ago
Rémi Denis-Courmont 89504cd744 decoder: use "audio decoder" capability for audio decoders 9 years ago
Hugo Beauzée-Luyssen f58044ecb5 dmo: Fix self-assignment 9 years ago
Hugo Beauzée-Luyssen af7b7379b1 dmo: Fix use after free 9 years ago
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 9 years ago
Thomas Guillem 47467b9628 decoder: video: don't update format when creating a picture 10 years ago
Thomas Guillem 75e39eac45 decoder: audio: don't update format when creating a buffer 10 years ago
Steve Lhomme 6e8d1764f1 DMO: use COINIT_MULTITHREADED instead of COINIT_APARTMENTTHREADED 11 years ago
Rémi Denis-Courmont b6f66cf923 win32: add assertions for unchecked CoInitializeEx() calls 11 years ago
Rémi Denis-Courmont 86e1aff37b dmo: fix format string 11 years ago
Rémi Denis-Courmont c88d0de638 dmo: avoid useless string conversion 11 years ago
Rémi Denis-Courmont 527c109bef dmo: fix invalid string casts 11 years ago
Fabian Yamaguchi 229c385a79 codec: dmo: avoid null-pointer dereference. 12 years ago
Hugo Beauzée-Luyssen f4bf662c54 dmo: Be unicode agnostic 12 years ago
Hugo Beauzée-Luyssen d78e3a654f modules: Remove use of gcc specific conditionals with omitted operands 12 years ago
Sergio Ammirata f57ca3b1bc Enhance dmo to support new dlls. This adds support for WMV9. 15 years ago
Rafaël Carré e7eb86a61c use i_visible_ dimensions to initialize encoders 13 years ago
Rafaël Carré 6d53362001 Use _WIN32 rather than WIN32 (same for WIN64) 13 years ago
Jean-Baptiste Kempf 7e19e88852 DMO: remove loader support 13 years ago
Jean-Baptiste Kempf 265ee19268 Win32: Fix DMO compilation behaviour with UNICODE 13 years ago
Rémi Denis-Courmont 5270796734 Replace block_New() with block_Alloc() 14 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Rémi Denis-Courmont 72b2a691a8 Wim32: use CoInitializeEx() instead of CoInitialize() 14 years ago
Rémi Denis-Courmont 9b58a46173 Win32: use CoInitializeEx() instead of CoInitialize() 14 years ago
Jean-Baptiste Kempf 5444f9a081 DMO: blind fix for loader compilation 14 years ago
Jean-Baptiste Kempf 6d65b58226 DMO: add another audio type 14 years ago
Jean-Baptiste Kempf 2cf88f70a1 DMO: improve debug 14 years ago
Jean-Baptiste Kempf fb6b324887 DMO: fix MSS1/MSS2 decoding 14 years ago
Jean-Baptiste Kempf ca86537cc3 DMO: support more DLLs for MSS1/MSS2 14 years ago
Rémi Denis-Courmont 242da5cd8b Remove recursion into modules/codec/dmo/ 14 years ago
Rafaël Carré 31c8cef1ba s/vlc_memcpy/memcpy/ 14 years ago
Jean-Baptiste Kempf df878fa043 DMO: use VLC_CODEC_* 14 years ago
Rémi Denis-Courmont e2b439cfa1 Replace remaining instances of aout_buffer_t with block_t 14 years ago
Rémi Denis-Courmont c8961f3a00 Remove unneeded #include <vlc_aout.h> 14 years ago
Rafaël Carré 22466842de dmo: use VLC BITMAPINFO types 14 years ago
Rafaël Carré 3f576cd9ec fix a few windows warnings (cast to void** aka LPVOID*) 15 years ago
Jean-Baptiste Kempf fe58fe6dd1 DMO: fix small issue in BITMAPINFOHEADER 15 years ago