51 Commits (cbf5dbd53cf8af320b3b738d6fdef83a7000eece)

Author SHA1 Message Date
Rafaël Carré 29a4015294 telx/zvbi: initialize aspect ratio 12 years ago
Rémi Denis-Courmont c1111ae38b decoder: remove decoder_DeleteSubpicture() and fix a leak 12 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Rémi Denis-Courmont 40b4d780a4 add_bool: remove callback parameter 16 years ago
Rémi Denis-Courmont f98a66cea0 add_integer: remove callback parameter 16 years ago
Laurent Aimar 08a73f8b33 Simplify the creation of subpicture with dynamic content. 16 years ago
Laurent Aimar d466fd4185 Removed es_format_t::i_aspect. 17 years ago
Rémi Duraffort 6d5d33d497 codec: use var_Get(Integer|Float|String) when applicable. 17 years ago
Rémi Duraffort 3147cc20d4 add_bool wants booleans. 17 years ago
Jean-Baptiste Kempf f1a3939498 Use Brackets for global headers. 17 years ago
Laurent Aimar 9278fb81ed Do not uselessly include vlc_vout.h in decoders. 17 years ago
Laurent Aimar 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 17 years ago
Laurent Aimar 7a0c49ac84 All decoders/encoders MUST set output format category (AUDIO/VIDEO/SPU_ES) 17 years ago
Laurent Aimar d66d8f7d18 Added teletext fields in es_forma_t. 17 years ago
Rémi Denis-Courmont fa4bde0b26 Trailing ; 17 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 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
Derk-Jan Hartman 1bc0649628 telx: ignore initial page 100 18 years ago
Marian Durkovic c3637a5e19 telx: Correct a character mapping for Czech/Slovak teletext. 18 years ago
Derk-Jan Hartman 4363f51419 telx: Fix the telx-override-page option. 18 years ago
Derk-Jan Hartman 3a152a848c telx: cleanup bool whitespace 18 years ago
Justus Piater 5f8cd3991a Declared many static variables const 18 years ago
Laurent Aimar 2a641d191b Added missing include file. 18 years ago
Laurent Aimar 9b19a07597 Fixed subtitle duration when rate != default. 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 Duraffort f5266ccf92 Don't print a message when an memory error occure and check some malloc return values. 18 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 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. 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
Jean-Paul Saman 423ec77756 remove excess whitespace 19 years ago
Rafaël Carré 6ee1e193fd Removes trailing spaces. Removes tabs. 19 years ago
Christophe Mutricy 230aaffb1e Ressucitate the telx module and make it to conflict with the zvbi module 19 years ago
Jean-Paul Saman fa8043483e Removed telx Teletext decoder in favor of zvbi based Teletext decoder. 19 years ago
Laurent Aimar 23cc599d06 Patch by Bernie Purcell : 19 years ago
Rémi Denis-Courmont 36fbb333db Remove unused variable 19 years ago
Christophe Massiot facdc26212 * modules/codec/telx.c: New option to work around wrong implementation 20 years ago
Christophe Mutricy a996fae8a3 ts.c: Current libdvbpsi is buggy so wait for 0.1.6 to activate the teletext detection code 20 years ago
Christophe Massiot db7c88851f * modules/demux/ts.c: Parse the telx descriptor and create pseudo ES 20 years ago
Derk-Jan Hartman e92542211f * Set svn properties for the telx.c file 20 years ago
Derk-Jan Hartman 5c0797675e * compile fix: missing comma in debug statement 20 years ago
Derk-Jan Hartman df1be42cc2 Teletext module patch by Vincent Penne 20 years ago
Christophe Mutricy 26e16d7333 add a shortname and delete unused variable 20 years ago
Christophe Massiot a41a2c7bff * modules/codec/telx.c: Pedantic coding style changes. 20 years ago