82 Commits (02fd6845d3adf46f05065ebaa76473b6ff0747a3)

Author SHA1 Message Date
Steve Lhomme 02fd6845d3 vout_subpictures: remove write-only subpicture_t absolute flag 2 years ago
Steve Lhomme 2598db4183 subpictures: mark regions associated decoder_NewSubpicture as absolute 2 years ago
Steve Lhomme d6ffd5bc35 subpicture: use helper functions for vlc_spu_regions 3 years ago
Steve Lhomme 3d610be9f0 subpicture: use vlc_list for regions 3 years ago
Steve Lhomme ed65236728 telx: simplify usage of the spu->p_region 3 years ago
Steve Lhomme ddfeaeaa35 subpictures: don't pass a video format for Text region creation 3 years ago
Steve Lhomme 8421939a48 subpictures: use subpicture_region_NewText to create VLC_CODEC_TEXT regions 3 years ago
Alexandre Janniaux b63962e292 codec: telx: strncpy -> strlcpy 3 years ago
Alexandre Janniaux 6a798b46a9 codec: telx: fix truncation warning 3 years ago
Steve Lhomme 007e5d910c codec/packtizer: rename p_fmt_in to fmt_in 4 years ago
Steve Lhomme 3bbe3ffe45 codec/packetizer: use read-only input format wherever possible 4 years ago
Lyndon Brown 6f68f89498 plugins: purge use of set_category() 7 years ago
Romain Vimont 3716a7da5b config: remove remaining "advanced" flags 5 years ago
Rémi Denis-Courmont 74d6edf31f telx: use vlc_obj_calloc() and simplify 6 years ago
Johan Gunnarsson eb06ce12b5 codec/telx: Fix warning 7 years ago
Francois Cartegnie 026709f443 codec: telx: ignore subtitle flags when magazine designated 7 years ago
Francois Cartegnie 8a11f529b8 codec: telx: revector 7 years ago
Francois Cartegnie 97b3a5a5d7 codec: telx: use define for flags 7 years ago
Francois Cartegnie 87f7414591 codec: telx: remove useless initialization 7 years ago
Francois Cartegnie a0d2e79041 codec: telx: remove newline from debug format string 7 years ago
Francois Cartegnie c8ada7fb48 vlc_es: disambiguate teletext page/values 7 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Romain Vimont ff2901aff3 core: remove global *_sys_t typedefs 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. 17 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