]> git.sesse.net Git - vlc/history - modules/codec/telx.c
Remove most stray semi-colons in module descriptions
[vlc] / modules / codec / telx.c
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...