]> git.sesse.net Git - vlc/history - modules/codec/telx.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / codec / telx.c
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-10-10 Rémi Duraffortcodec: use var_Get(Integer|Float|String) when applicable.
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
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-02-14 Laurent AimarAll decoders/encoders MUST set output format category...
2009-02-13 Laurent AimarAdded teletext fields in es_forma_t.
2009-01-27 Rémi Denis-CourmontTrailing ;
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-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-09-13 Laurent AimarRemoved b_pausable flag in favour of b_subtitle.
2008-09-11 Derk-Jan Hartmantelx: ignore initial page 100
2008-09-08 Marian Durkovictelx: Correct a character mapping for Czech/Slovak...
2008-09-07 Derk-Jan Hartmantelx: Fix the telx-override-page option.
2008-09-07 Derk-Jan Hartmantelx: cleanup bool whitespace
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Laurent AimarAdded missing include file.
2008-07-20 Laurent AimarFixed subtitle duration when rate != default.
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-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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-12-16 Jean-Paul Samanremove excess whitespace
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-07-08 Christophe MutricyRessucitate the telx module and make it to conflict...
2007-07-06 Jean-Paul SamanRemoved telx Teletext decoder in favor of zvbi based...
2007-06-18 Laurent AimarPatch by Bernie Purcell :
2007-03-10 Rémi Denis-CourmontRemove unused variable
2007-01-25 Christophe Massiot * modules/codec/telx.c: New option to work around...
2007-01-20 Christophe Mutricyts.c: Current libdvbpsi is buggy so wait for 0.1.6...
2007-01-19 Christophe Massiot * modules/demux/ts.c: Parse the telx descriptor and...
2007-01-18 Derk-Jan Hartman* Set svn properties for the telx.c file
2007-01-18 Derk-Jan Hartman* compile fix: missing comma in debug statement
2007-01-18 Derk-Jan HartmanTeletext module patch by Vincent Penne
2007-01-17 Christophe Mutricyadd a shortname and delete unused variable
2007-01-17 Christophe Massiot * modules/codec/telx.c: Pedantic coding style changes.
2007-01-17 Christophe Massiot * modules/codec/telx.c: Teletext subtitles decoder...