]> git.sesse.net Git - vlc/history - modules/codec/cc.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / codec / cc.c
2010-05-04 Laurent AimarRemoved now useless vlc_osd.h includes.
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-03-01 Laurent AimarFixed closed caption decoder with CC3/4 and TX data.
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-07 Rafaël CarréCC: use VLC_TS_INVALID (refs #3135)
2009-08-19 Jean-Baptiste KempfFix warnings in lpcm, cc and theora
2009-06-19 Rémi DuraffortMissing const.
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-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 vlc_fourcc_GetCodec when suitable.
2009-04-16 Laurent AimarXDS does not mean CC channel 3.
2009-04-16 Laurent AimarChecked CC parity.
2009-02-14 Laurent AimarAll decoders/encoders MUST set output format category...
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_NewSubpicture/decoder_DeleteSubpicture...
2008-10-01 Jean-Baptiste KempfAssert p_block.
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-09-13 Laurent AimarRemoved b_pausable flag in favour of b_subtitle.
2008-08-03 Laurent AimarRemoved debug left over in cc decoder.
2008-08-03 Derk-Jan Hartmancc codec: don't use a static variable in the middle...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-12 Rémi DuraffortDon't print a message when an memory error occure and...
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-03-13 Rémi DuraffortUseless test before a free()
2008-01-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-27 Rémi Denis-CourmontFix symbols list, fix linking on platforms that DO...
2008-01-27 Felix Paul Kühnestrnlen: export its VLC pendant properly and check...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-18 Laurent AimarFixed infinite loop.
2007-10-17 Christophe Mutricysvn:keywords=Id
2007-10-17 Laurent AimarClosed captions decoder.