92 Commits (265ee192682296023135518531215ebfa10f5d4e)

Author SHA1 Message Date
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
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
Rémi Denis-Courmont 1e7cd2c85a DMO: use FromWide(), fix charset 16 years ago
Jean-Baptiste Kempf 20693a6136 Rename the "Other codecs" category 16 years ago
Laurent Aimar d466fd4185 Removed es_format_t::i_aspect. 17 years ago
Rafaël Carré f788590c84 dmo: use VLC_TS_INVALID (refs #3135) 17 years ago
Rémi Denis-Courmont 6c9479be6c i_nb_bytes -> i_buffer 17 years ago
Rémi Denis-Courmont 38c0878998 aout_buffer_t: store length instead of end timestamp 17 years ago
Rémi Denis-Courmont 8146a7f0e8 aout_buffer_t.start_data -> aout_buffer_t.i_pts 17 years ago
Jean-Baptiste Kempf 8299ae68e7 Win32: remove "dereferencing type-punned pointer will break strict-aliasing rules" and bring "passing argument ... from incompatible pointer type 17 years ago
Jean-Baptiste Kempf e4fb88602d DMO: put more debug if DMO_DEBUG is set 17 years ago
Jean-Baptiste Kempf 1aa48d7e9a DMO: put more debug if DMO_DEBUG is set 17 years ago
Laurent Aimar 9278fb81ed Do not uselessly include vlc_vout.h in decoders. 17 years ago
Laurent Aimar da62e6d3fd Fixed DMO wrapper. 17 years ago
Jean-Baptiste Kempf e169fa3a37 DMO: support for WMAL and wmal fourCC 17 years ago
Jean-Baptiste Kempf b1e0a03d63 Add wmal and WMAL fourCC 17 years ago
Laurent Aimar cee16ae695 Replaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents. 17 years ago
Laurent Aimar 96000eee2e Fixed compilation (dmo). 17 years ago
Laurent Aimar 7b452ff3b0 Used VLC_CODEC_* and i_original_fourcc when applicable. 17 years ago
Laurent Aimar 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 17 years ago
Rémi Denis-Courmont b69133b00b Explicitly add formerly implicit submodule shortcuts 17 years ago
Laurent Aimar 7896b15f8f Fixed dmo decoder wrapper. 17 years ago
Laurent Aimar ededd634b6 Cosmetics (dmo). 17 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Laurent Aimar 4e79745666 Added decoder_New/Delete/Link/UnlinkPicture helpers. 18 years ago
Rémi Denis-Courmont c0e36ecdb6 missing wakeup 18 years ago
Rémi Denis-Courmont 9d4a329f77 DMO: fix serialization, check for errors in DecOpen... 18 years ago
Laurent Aimar 17485fb47d Added decoder_NewAudioBuffer/decoder_DeleteAudioBuffer helpers. 18 years ago
Derk-Jan Hartman a43c106d2f dmo: use const for audio channels struct 18 years ago
Rémi Duraffort 37a2578ce4 Remove unneeded msg_Err. 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago
Rémi Denis-Courmont 13ae40b0ef Use gettext_noop() consistently 18 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 18 years ago
Rémi Denis-Courmont 5b55ee1bb0 Use vlc_memset/vlc_memcpy 18 years ago
Rémi Denis-Courmont d1d3dc1d10 Remove I64C as well 18 years ago