32 Commits (4e797456664930fab817a373c20728e32239de55)

Author SHA1 Message Date
Laurent Aimar 0357e2cf82 Added decoder_NewSubpicture/decoder_DeleteSubpicture helpers. 18 years ago
Jean-Baptiste Kempf adb2ecca05 Remove useless test. 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 f93b233d65 Removed b_pausable flag in favour of b_subtitle. 18 years ago
Jean-Baptiste Kempf 3891d41236 p_sys NULL check (CID 115). 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 27d483e9ef Include vlc_plugin.h as needed 19 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 19 years ago
Rafaël Carré 079a1818dc codecs & packetizers: fix warnings 19 years ago
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 19 years ago
Rémi Denis-Courmont 4f02842805 Revert the so-called whitelisting commits that are actually blacklisting 19 years ago
Rafaël Carré 806cf51658 input options whitelisting, step 2 (refs #1371) 19 years ago
Rafaël Carré 6ee1e193fd Removes trailing spaces. Removes tabs. 19 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Christophe Mutricy dc8b128a9f forward port [17012] and make update-po 20 years ago
Christophe Mutricy 8b21c8fc2c i18n fixes pointed by Marian Hikanik 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
Clément Stenac 03a094ee8b Codecs (except x264). Refs:#438 21 years ago
Antoine Cellerier 2cb472dba0 FSF address change. 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
Felix Paul Kühne b95300b75a * controls.m: added l10n of the volume-string shown when changing the volume 22 years ago
Rocky Bernstein de30e639dc Subtitle (subpicture) aspect ratio had been ignored. Use it now. 22 years ago
Derk-Jan Hartman 37e87108a3 * renamed --spu-track to --sub-track 22 years ago
Derk-Jan Hartman 02c94f5640 * renamed audio-channel to audio-track so ppl don't confuse it with audio-channels 22 years ago
Rocky Bernstein 6ad10b6304 Check to see if a particular subtitle channel is selected. All 22 years ago
Gildas Bazin febb3324e0 * modules/codec/svcdsub.c,cvdsub.c: fixed Cr/Cb inversion in palette. 22 years ago
Gildas Bazin 2cb7e0165b * modules/codec/cvdsub.c: ported cvd subtitles decoder to the new subpicture architecture. 22 years ago