59 Commits (67afafc2c94b861a22bd755956fec22a5d25f87a)

Author SHA1 Message Date
Steve Lhomme 3f9fc44176 rename mtime_t to vlc_tick_t 8 years ago
Rémi Denis-Courmont 9ac9e22b7d telx: fix variable shadowing 9 years ago
Steve Lhomme 5dbd54ec68 decoder/packetizer: no need to set the output ES category anymore 9 years ago
Rémi Denis-Courmont 3b4420ccf9 decoder: use "spu decoder" capability for SPU decoders 9 years ago
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 10 years ago
Filip Roséen 80b2c3fc27 codec/telx: narrow scope of iteration variables 10 years ago
Jean-Baptiste Kempf 3f98a0ffb2 Text codecs: move to text_segment list 11 years ago
Jean-Baptiste Kempf ac5806cb25 Telx: Remove trailing spaces 12 years ago
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. 17 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. 18 years ago
Laurent Aimar 7a0c49ac84 All decoders/encoders MUST set output format category (AUDIO/VIDEO/SPU_ES) 18 years ago
Laurent Aimar d66d8f7d18 Added teletext fields in es_forma_t. 18 years ago
Rémi Denis-Courmont fa4bde0b26 Trailing ; 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 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. 19 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
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 20 years ago