135 Commits (1fb3dfd8c1fe149b150bd7cee2b41481d49e6f07)

Author SHA1 Message Date
Jean-Baptiste Kempf 3f98a0ffb2 Text codecs: move to text_segment list 11 years ago
Jean-Baptiste Kempf c72861ca37 DVBsub encoder: don't use vlc_fourcc_to_char 11 years ago
Francois Cartegnie ec7fab8c08 codec: dvbsub: don't read unused variables 12 years ago
Jean-Baptiste Kempf 371acd7ce8 Bump DVBsub priority above avcodec 12 years ago
Rémi Duraffort a18b713d24 Allocation size mismatch (cid #1047372) 13 years ago
Rémi Denis-Courmont 5270796734 Replace block_New() with block_Alloc() 14 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Hugo Beauzée-Luyssen 0a3e03342a dvbsub: Remove write only variable. 14 years ago
Jean-Baptiste Kempf 97761da66c DVBsub: split encoder from decoder 14 years ago
Jean-Baptiste Kempf a79616661d DVBSub: change the end-of-field marker according to v1.3.1 15 years ago
Rémi Duraffort 29abf6f45d Remove old obsolete variables. 15 years ago
Rémi Denis-Courmont f98a66cea0 add_integer: remove callback parameter 16 years ago
Rémi Denis-Courmont e5622718c1 Remove unused change_integer_list parameter 16 years ago
Ilkka Ollakka c6f0cdd1bb Revert "dvbsub.c : Don't fill region if page_state == 0" 16 years ago
Björn Stenberg 57527c545a dvbsub.c : Don't fill region if page_state == 0 16 years ago
Laurent Aimar 08a73f8b33 Simplify the creation of subpicture with dynamic content. 16 years ago
Rémi Duraffort 889d554841 dvbsub: remove dummy test (already check then dereference before). 16 years ago
Peter Bak Nielsen 51e626468f Fixed DVB-subtitles decoder subpicture flag. 17 years ago
Antoine Cellerier c1848b08af Use %4.4s instead of %4s for fourccs cast to char *. 17 years ago
Laurent Aimar d466fd4185 Removed es_format_t::i_aspect. 17 years ago
Rafaël Carré d488ac6ff5 dvbsub: use VLC_TS_INVALID (refs #3135) 17 years ago
Rémi Denis-Courmont 25232e200b Do not assert memory allocations 17 years ago
JP Dinger 2227a86431 Obligatory win32 compile fixes. 17 years ago
JP Dinger 15643af12d Replace argument = realloc( argument, size ); with realloc_or_free() in modules/*, and while at it add assert( argument ) to mark unhandled ENOMEM conditions, also for malloc(). 17 years ago
Rémi Duraffort 6d5d33d497 codec: use var_Get(Integer|Float|String) when applicable. 17 years ago
Jean-Baptiste Kempf 8e51900f5e Formating of comment 17 years ago
Jean-Baptiste Kempf c340a8b17c Cosmetics and alignment 17 years ago
Simon Hailes 91b3be0765 Modified the way DDS (display definition segment - HD res dvb subs) is handled and added comments/explanation. 17 years ago
Simon Hailes 7fcd1c9138 Renamed p_display to display, and made it a structure... 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) 17 years ago
Rémi Denis-Courmont fa4bde0b26 Trailing ; 17 years ago
Jean-Baptiste Kempf 56391b1fb9 Various shortnames forgotten. 17 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
Rémi Duraffort 29a15bf072 Fix potential segfault (CID 158) 18 years ago
Rémi Duraffort e58e4ccd88 Use NULL instead of 0 for pointers. 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
Antoine Cellerier 857535cbac Fix segfault on 64 bit archs. (0 != NULL) 18 years ago
Derk-Jan Hartman 9dc1a1ae67 Fix positioning of dvbsub. closes #1686 18 years ago
Rémi Duraffort 37a2578ce4 Remove unneeded msg_Err. 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago