49 Commits (32b50de2a28418ca9e843e91383dd09b4cd1c529)

Author SHA1 Message Date
Steve Lhomme 0b4dff80ac rename VLC_TS_INVALID to VLC_TICK_INVALID 8 years ago
Steve Lhomme 3f9fc44176 rename mtime_t to vlc_tick_t 8 years ago
Thomas Guillem 0710485dc3 cvdsub: fix memory leak 9 years ago
Thomas Guillem 505e325195 cvdsub: fix invalid free 9 years ago
Steve Lhomme 5f03dad116 cvdsub: fix the codec ID on the packetizer output 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
Francois Cartegnie 0861b9b5ad codec: cvdsub: use video_format_Init/Clean 10 years ago
Jean-Paul Saman ce6db7865c codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY 11 years ago
Ilkka Ollakka d0c5748146 Revert "codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY" 11 years ago
Jean-Paul Saman 48a867c768 codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY 11 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
Pere Orga 9abcaacf83 fix filename self-references 15 years ago
Jean-Baptiste Kempf b9296a1298 cvdsub: remove unused variable 15 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
Rafaël Carré aac89d7dd5 cvdsub: use VLC_TS_INVALID (refs #3135) 17 years ago
Rémi Denis-Courmont f6bb739010 Revert "vlc_bits: Differentiate between writable bits stream and read only." 17 years ago
Pierre d'Herbemont 4bfba26a61 vlc_bits: Differentiate between writable bits stream and read only. 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 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 7a0c49ac84 All decoders/encoders MUST set output format category (AUDIO/VIDEO/SPU_ES) 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 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
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 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
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
Rafaël Carré 6ee1e193fd Removes trailing spaces. Removes tabs. 19 years ago
Jean-Paul Saman a2283772cf Remove excess whitespace 19 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
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
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