]> git.sesse.net Git - vlc/history - modules/codec/spudec
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / codec / spudec /
2010-05-31 Jai MenonSPUDEC : Bump up the capability value for the native...
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-01-25 Jean-Baptiste KempfSet Shortname for Dirac and spudec
2010-01-23 Kaarlo Raihaadd option to disable dvd subtitle transparency to...
2010-01-09 Rémi Denis-CourmontFix SPU alpha channel palette values
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-07 Rafaël Carréspudec: use VLC_TS_INVALID (refs #3135)
2009-06-19 Rémi DuraffortRemove dead initialization.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-19 Laurent AimarFixed some dvd spu streams that have multiple palette...
2009-05-19 Laurent AimarFixed potential segfault with broken DVD SPU streams.
2009-05-19 Laurent AimarCosmetics (spudec).
2009-05-19 Laurent AimarFixed some dvd spu streams that have multiple palette...
2009-05-19 Laurent AimarFixed potential segfault with broken DVD SPU streams.
2009-05-19 Laurent AimarCosmetics (spudec).
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarDo not uselessly include vlc_vout.h in decoders.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-12 Laurent AimarFixed segfault with some dvd subttile streams.
2008-12-15 Rémi Duraffortpudec: fix potential memleaks.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_NewSubpicture/decoder_DeleteSubpicture...
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-09-15 Laurent AimarRemoved useless width/height fields in subpicture_t.
2008-09-13 Laurent AimarRemoved b_pausable flag in favour of b_subtitle.
2008-09-10 Laurent AimarFixed [02184fcdf33149d63023f77e69c6eb16071ee811]
2008-09-10 Laurent AimarFixed spu decoder when input rate is not the default...
2008-09-05 Rémi Denis-CourmontMove a bunch of plugins out of configure.ac
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-01-23 Jean-Paul SamanWhen no start display time is found in a subpicture...
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-02 Antoine Celleriersubpicture_t now has a b_pausable attribute. When set...
2006-05-20 Jean-Paul SamanRemove unused variables and #ifdef DEBUG_SPUDEC the...
2006-04-07 Christophe Massiot * modules/codec/spudec: Decreased verbosity.
2006-04-02 Derk-Jan Hartman* Don't ignore blank alpha pallettes. Tested with all...
2006-01-21 Sam Hocevar * modules/codec/spudec: fixed various (innocuous...
2006-01-12 Antoine CellerierFSF address change.
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-04 Rocky BernsteinSubtitle (subpicture) aspect ratio had been ignored...
2004-12-11 Clément StenacImprovements to preferences
2004-10-31 Jean-Paul SamanLogical fix: add packetizer in PackitizerOpen()
2004-09-21 Gildas Bazin* modules/codec/spudec/spudec.c: packetizer needs to...
2004-09-21 Derk-Jan Hartman* pass the orignal movie size from es_format_t to subpi...
2004-08-13 Gildas Bazin* modules/codec/spudec/*: automatic cropping of fullscr...
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-04 Gildas Bazin* modules/codec/spudec/render.c: chroma support for...
2004-06-02 Yoann PeronneauSupport for multiple OSD channels :
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-01-30 Laurent Aimar * spudec: a %d -> IF64d
2004-01-30 Laurent Aimar * spudec: commented out a debug message.
2004-01-27 Derk-Jan Hartman* modules/demux/util/sub.?
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-22 Laurent Aimar * spudec: it also does the packetizer.
2003-11-22 Laurent Aimar * all: ported to new API.
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-06 Damien Lucasdvbsub.c: DVB subtitles decoder (ETSI EN 300 743)....
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-07-29 Gildas Bazin* modules/codec/spudec/parse.c: fixed typo found by...
2003-07-22 Derk-Jan Hartman* ALL:
2003-07-21 Gildas Bazin* modules/codec/spudec/spudec.c: disabled RLE font...
2003-07-16 Gildas Bazin* modules/codec/spudec/spudec.c: oops, proper fix for...
2003-07-16 Gildas Bazin* modules/codec/spudec/spudec.c: proper initialization...
2003-07-14 Sigmund Augdal HelbergAll: My shot at improving subtitle rendering in vlc...
next