110 Commits (df7e8cf916417f2c609571c4aa8e2bbb1b92ea07)

Author SHA1 Message Date
Jean-Baptiste Kempf a4e4c28594 Set Shortname for Dirac and spudec 16 years ago
Kaarlo Raiha e07d5bbb42 add option to disable dvd subtitle transparency to spudec 16 years ago
Rémi Denis-Courmont 6b5e5fb434 Fix SPU alpha channel palette values 17 years ago
Laurent Aimar d466fd4185 Removed es_format_t::i_aspect. 17 years ago
Rafaël Carré 61f757bbca spudec: use VLC_TS_INVALID (refs #3135) 17 years ago
Rémi Duraffort 940ac1f04f Remove dead initialization. 17 years ago
Laurent Aimar 7d55d5eeb1 Fixed some dvd spu streams that have multiple palette/alpha per packet. 17 years ago
Laurent Aimar 083927e378 Fixed potential segfault with broken DVD SPU streams. 17 years ago
Laurent Aimar 008e357c7c Cosmetics (spudec). 17 years ago
Laurent Aimar 21546cbab2 Fixed some dvd spu streams that have multiple palette/alpha per packet. 17 years ago
Laurent Aimar 390bc0b300 Fixed potential segfault with broken DVD SPU streams. 17 years ago
Laurent Aimar f96b079e52 Cosmetics (spudec). 17 years ago
Laurent Aimar 9278fb81ed Do not uselessly include vlc_vout.h in decoders. 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
Laurent Aimar 3d9eb4d807 Fixed segfault with some dvd subttile streams. 17 years ago
Rémi Duraffort 9b25814148 pudec: fix potential memleaks. 18 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Laurent Aimar 0357e2cf82 Added decoder_NewSubpicture/decoder_DeleteSubpicture helpers. 18 years ago
Laurent Aimar f6cc8a3950 Convert stream to system timestamp after the decoder. 18 years ago
Laurent Aimar f0c76d5063 Clean up a bit subpicture region API. 18 years ago
Laurent Aimar 8f83ef4b74 Changed subpicture_region_t->picture into a picture_t * 18 years ago
Laurent Aimar 14dd917d87 Removed unused or redondant fields from subpicture. 18 years ago
Laurent Aimar 3318cf724a Removed useless width/height fields in subpicture_t. 18 years ago
Laurent Aimar f93b233d65 Removed b_pausable flag in favour of b_subtitle. 18 years ago
Laurent Aimar 3ddc0024fd Fixed [02184fcdf3] 18 years ago
Laurent Aimar 02184fcdf3 Fixed spu decoder when input rate is not the default value. 18 years ago
Rémi Denis-Courmont fa0e963f7f Move a bunch of plugins out of configure.ac 18 years ago
Rémi Denis-Courmont 00b9584826 modules: use vlc_object_alive() 18 years ago
Rémi Denis-Courmont 3ccefd743a Format string fixes 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 6300760531 Remove E_() 18 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 18 years ago
Rémi Denis-Courmont 97897eeeb2 NIH syndrome cure (2) 18 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 18 years ago
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 18 years ago
Rafaël Carré 6ee1e193fd Removes trailing spaces. Removes tabs. 19 years ago
Jean-Paul Saman f72bd14ad1 When no start display time is found in a subpicture then return with an error message. Problem reported by: Hytham Alihassan. 20 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Antoine Cellerier 72d2a5b460 subpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value is VLC_FALSE), this will keep displaying the subpicture_t when the parent input is paused. This means that subtitles should now be paused when clicking on pause. (refs #29) 20 years ago
Jean-Paul Saman a63d4a7744 Remove unused variables and #ifdef DEBUG_SPUDEC the variables used when DEBUG_SPUDEC is active. 20 years ago
Christophe Massiot a2590d21c2 * modules/codec/spudec: Decreased verbosity. 20 years ago
Derk-Jan Hartman 6fa56f0c47 * Don't ignore blank alpha pallettes. Tested with all my DVDs. Fixes #560 20 years ago
Sam Hocevar f93e275d75 * modules/codec/spudec: fixed various (innocuous) buffer overflows and 21 years ago
Antoine Cellerier 2cb472dba0 FSF address change. 21 years ago
Christophe Massiot d367c2f58e * ALL: miscellaneous unsigned/signed warning fixes and pointer/int casts. 21 years ago
Rémi Denis-Courmont fe087a3828 Make Zorglub less unhappy 21 years ago
Rémi Denis-Courmont 85b29bdc28 Copyright fixes 21 years ago
Rocky Bernstein de30e639dc Subtitle (subpicture) aspect ratio had been ignored. Use it now. 21 years ago