]> git.sesse.net Git - vlc/history - modules/codec/subsdec.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / codec / subsdec.c
2010-09-07 Jean-Baptiste KempfBuild: move subtitles codecs to m/codec/ instead of...
2007-08-08 Jean-Baptiste KempfSubsdec.c split: remove the old file.
2007-08-05 Jean-Baptiste KempfSubsdec: remove trailing spaces.
2007-07-15 Bernie PurcellRecognise subsdec-formatted variable when rendering...
2007-07-07 Laurent Aimarall: Subtitle improvment patch by Bernie Purcell.
2007-06-18 Laurent AimarPatch by Bernie Purcell :
2007-03-30 Derk-Jan Hartman* Patch to support basic formatting in non-SSA/USF...
2007-03-18 Christophe Mutricyfmt_in.p_extra is free'd by input core
2007-03-13 Jean-Baptiste KempfMKV USF subtitles support and other Subtitles improvements.
2007-02-20 Rémi Denis-CourmontMissing #includes
2007-02-20 Rémi Denis-CourmontAlso complain subtitle is mislabeled as UTF-8
2007-02-20 Rémi Denis-CourmontMore explicit debug and error in subtitle charset selection
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-13 Derk-Jan Hartman* Allow "empty" subtitle packets. These are used to...
2006-11-12 Rémi Denis-CourmontFix compiler warnings
2006-09-02 Antoine Celleriersubpicture_t now has a b_pausable attribute. When set...
2006-04-03 Derk-Jan Hartman* Fix FindFallbackEncoding on Mac OS X.
2006-04-02 Derk-Jan Hartman* Finally found a list of SSA charset id's. Add to...
2006-03-31 Christophe Mutricycodec 2nd round exept fo x264 (refs #438)
2006-03-31 Clément StenacCodecs (except x264). Refs:#438
2006-03-22 Rémi Denis-Courmontinclude:
2006-03-11 Rémi Denis-Courmont * Use run-time detection of UTF-8 as current charset...
2006-03-11 Rémi Denis-Courmont- Fix memleak when not using Mac OS
2006-02-22 Derk-Jan Hartman* Scale SSA subs if necessarry.
2006-02-11 Derk-Jan Hartman* Fix a \n bug and a memory bug in the SSA/subsdec.
2006-02-07 Derk-Jan Hartman* Introduced a new text_style_t
2006-01-14 Derk-Jan Hartman* Revert the Default charset encoding back to ISO-8859-1
2006-01-12 Antoine CellerierFSF address change.
2005-10-02 Antoine Cellerier * fix signedness gcc warning
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-11 Anil Daoud* configure.ac: alsa is now really default enabled
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2004-12-11 Clément StenacImprovements to preferences
2004-09-07 Gildas Bazin* src/extras/libc.c: provide iconv facility in the...
2004-08-31 Gildas Bazin* src/video_output/vout_subpictures.c, include/vlc_video.h:
2004-08-03 Gildas Bazin* ALL: Major rework of the subpictures architecture.
2004-06-17 Yoann Peronneau * src/video_output/vout_subpictures.c : New OSD channels
2004-06-02 Yoann PeronneauSupport for multiple OSD channels :
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-13 Sigmund Augdal Helbergmodules/codec/subsdec.c:
2004-04-07 Gildas Bazin* ALL: use p_block->i_length for text subtitles duratio...
2004-04-02 Laurent Aimar * subsdec.c: use es_forma_t.subs.psz_encoding if present.
2004-01-25 Gildas Bazin* ALL: removed useless add_category_hint().
2004-01-25 Benjamin Prachtstring review
2004-01-07 Derk-Jan Hartman* Fix a memory leak when there is no p_vout, but when...
2003-12-14 Derk-Jan Hartman* Clarify the error when utf8 is set and the sub is...
2003-12-14 Gildas Bazin* modules/codec/subsdec.c: default encoding is DEFAULT_...
2003-11-23 Laurent Aimar * all: do not use p_fifo.
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-19 Derk-Jan Hartman* modules/codec/subsdec.c: Add debug messages and fix...
2003-11-18 Laurent Aimar * fix a memory leak (p_block should be unallocated).
2003-11-18 Sigmund Augdal Helbergmodules/codec/subsdec.c:
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-15 Derk-Jan Hartman* extra data has changed and was crashing.
2003-11-05 Gildas Bazin* include/configuration.h: some small re-work of the...
2003-11-05 Derk-Jan HartmanPlease test if this has any regressions
2003-10-11 Derk-Jan Hartman* removed an undef HAVE_ICONV from this file, and fixed...
2003-10-02 Derk-Jan Hartman* src/libvlc.h:
2003-10-01 Gildas Bazin* modules/codec/subsdec.c: cleaned up and ported the...