74 Commits (71a0e80e40a2c6e4a5d910315cfbba4ecdb15b62)

Author SHA1 Message Date
Steve Lhomme 1f17997348 rename VLC_TS_INVALID to VLC_TICK_INVALID 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 b3b7f62ce1 core: replace decoder_sys_t* by void* 8 years ago
Steve Lhomme 373950c710 modules:decoders: only set the codec ID rather than init the whole ES format 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 9 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
Jean-Baptiste Kempf fef270581f LGPL 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
Jean-Baptiste Kempf a4e4c28594 Set Shortname for Dirac and spudec 16 years ago
Kaarlo Raiha e07d5bbb42 add option to disable dvd subtitle transparency to spudec 16 years ago
Rafaël Carré 61f757bbca spudec: use VLC_TS_INVALID (refs #3135) 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
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Laurent Aimar f6cc8a3950 Convert stream to system timestamp after the decoder. 18 years ago
Laurent Aimar 3ddc0024fd Fixed [02184fcdf3] 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 Denis-Courmont 6300760531 Remove E_() 18 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 18 years ago
Rémi Denis-Courmont 97897eeeb2 NIH syndrome cure (2) 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. 18 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Christophe Massiot a2590d21c2 * modules/codec/spudec: Decreased verbosity. 20 years ago
Sam Hocevar f93e275d75 * modules/codec/spudec: fixed various (innocuous) buffer overflows and 21 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
Clément Stenac a90a19a6b0 Improvements to preferences 22 years ago
Jean-Paul Saman cb8d0ff8d7 Logical fix: add packetizer in PackitizerOpen() 22 years ago
Gildas Bazin a02a027f5e * modules/codec/spudec/spudec.c: packetizer needs to duplicate the input es_format_t. 22 years ago
Gildas Bazin 3ea1b0e909 * ALL: Major rework of the subpictures architecture. 22 years ago
Yoann Peronneau 11e8ae9200 * src/video_output/vout_subpictures.c : New OSD channels 22 years ago
Laurent Aimar 7d320e18e8 * spudec: a %d -> IF64d 23 years ago
Laurent Aimar 26c083a45b * spudec: commented out a debug message. 23 years ago
Derk-Jan Hartman 5cd1cfe245 * modules/demux/util/sub.? 23 years ago
Laurent Aimar 61f6d450b1 * all: only include header that are needed (and no more stdlib.h, string.h 23 years ago
Laurent Aimar aa1ca8032c * spudec: it also does the packetizer. 23 years ago
Laurent Aimar 82ca25cb19 * all: ported to new API. 23 years ago
Gildas Bazin 1e9f16e284 * ALL: final improvements to the decoders/packetizers api. 23 years ago
Damien Lucas 1ddb23b6e8 dvbsub.c: DVB subtitles decoder (ETSI EN 300 743). There is still a lot of 23 years ago
Gildas Bazin 7bb574fdf5 * ALL: Introduction of a new api for decoders. 23 years ago