155 Commits (75062ffa9f0239798a3df835ea364648f2b9560f)

Author SHA1 Message Date
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
Francois Cartegnie 39f66918c0 codec: spudec: handle region alloc failure 7 years ago
Francois Cartegnie 7f316163a6 codec: spudec: handle palette updates (fix #23137) 7 years ago
Francois Cartegnie 7ecf8fc08b codec: spudec: output one spu per sequence (refs #23137) 7 years ago
Francois Cartegnie 980f1309ba codec: spudec: refactor spu fixes/validation 7 years ago
Francois Cartegnie 80393aabdd codec: spudec: refactor CLUT palette lookup 7 years ago
Francois Cartegnie 93e46f34c8 codec: spudec: move properties context 7 years ago
Francois Cartegnie cf0f363c26 codec: spu: move rendered buffer out of spudata 7 years ago
Francois Cartegnie 168362cc9e codec: spudec: skip COLCON commands 7 years ago
Francois Cartegnie bc28503eee codec: spudec: use decoder_QueueSub in parser 7 years ago
Thomas Guillem ee4afd6821 remove unused #include <vlc_input.h> 7 years ago
Zinuo Han 824ffaaeeb spudec: Fix potential integer underflow 8 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 8 years ago
Steve Lhomme de1c60fa9f spudec: init the start/stop timestamps to VLC_TICK_INVALID 8 years ago
Steve Lhomme 7a9493f1b2 spudec: set explicitly the SPU block length to VLC_TICK_INVALID 8 years ago
Steve Lhomme 8aa92d1bb5 modules: use the vlc_tick_t/ms conversion macros for hardcoded values 8 years ago
Steve Lhomme 25d7af9c59 modules: transform milliseconds value into vlc_tick_t with VLC_TICK_FROM_MS 8 years ago
Steve Lhomme 1f17997348 rename VLC_TS_INVALID to VLC_TICK_INVALID 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Zhao Zhili 833187d417 codec: spudec: check malloc 8 years ago
Zhao Zhili 1c820ca4e0 codec: spudec: prepare to put pf_packetize and pf_decode into a union 8 years ago
Steve Lhomme 178c1a4dfe modules: fix VLC_TS_INVALID tests 8 years ago
Romain Vimont ff2901aff3 core: remove global *_sys_t typedefs 8 years ago
Romain Vimont b3b7f62ce1 core: replace decoder_sys_t* by void* 8 years ago
Thomas Guillem 7c32eb0e0a spudec: use vlc_alloc helper 9 years ago
Steve Lhomme 373950c710 modules:decoders: only set the codec ID rather than init the whole ES format 9 years ago
Steve Lhomme b7b77018e9 vlc_es: use a common define for the initialized SPU palette 9 years ago
Francois Cartegnie bccc6d1326 codec: spudec: force osd start time for forced spu overlays 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 ddea6f6c3a codec: spudec: fix unsized region regression (fix #17757) 10 years ago
Francois Cartegnie 84651a60e2 codec: spudec: 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
Rémi Denis-Courmont 5631d28015 spudec: fix potential buffer underflow 13 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Rémi Denis-Courmont a42b001bfd Remove recursion into modules/codec/spudec/ 14 years ago
Rémi Denis-Courmont 40b4d780a4 add_bool: remove callback parameter 16 years ago
Jai Menon 19b821f245 SPUDEC : Bump up the capability value for the native decoder. This will be useful in the case where we want to selectively enable DVD subtitle decoding through libavcodec, but override it by default. 16 years ago
Laurent Aimar 08a73f8b33 Simplify the creation of subpicture with dynamic content. 17 years ago
Jean-Baptiste Kempf a4e4c28594 Set Shortname for Dirac and spudec 17 years ago
Kaarlo Raiha e07d5bbb42 add option to disable dvd subtitle transparency to spudec 17 years ago
Rémi Denis-Courmont 6b5e5fb434 Fix SPU alpha channel palette values 17 years ago
Laurent Aimar d466fd4185 Removed es_format_t::i_aspect. 17 years ago
Rafaël Carré 61f757bbca spudec: use VLC_TS_INVALID (refs #3135) 17 years ago