]> git.sesse.net Git - vlc/history - modules/codec/zvbi.c
fix teletext framing code in DVB PES packets ignored
[vlc] / modules / codec / zvbi.c
2015-03-20 Miha Sokolovfix teletext framing code in DVB PES packets ignored
2015-01-28 Rafaël CarréFix teletext page aspect ratio
2014-11-07 Rafaël Carrételx/zvbi: initialize aspect ratio
2014-11-01 Rémi Denis-Courmontdecoder: remove decoder_DeleteSubpicture() and fix...
2014-10-10 Julian Scheelcodec/zvbi: Do not follow dead color-links
2014-10-10 Julian Scheelcodec/zvbi: Only reset subpicture in text mode
2014-09-17 Hannes Domanizvbi: return actual last visible row
2014-08-18 Rémi Denis-Courmontzvbi: dead code
2014-04-22 Rémi Denis-Courmontzvbi: do not copy object of several kilo-bytes on the...
2014-04-21 Finn HughesCorrectly process wholly translucent zvbi subtitles
2014-04-03 Francois CartegnieRevert "zvbi: set text format as default" (fix #11133)
2014-02-26 Ilkka Ollakkazvbi: fix duration on text subtitle
2014-02-08 Dennis Hamesterzvbi: Set stop pts only for subtitle teletext
2014-01-19 Jean-Baptiste KempfRevert "Pass the value by pointer (cid #1049514)"
2013-11-12 Ilkka Ollakkazvbi: set default opaque to false as default is text...
2013-11-12 Ilkka Ollakkazvbi: handle opaque in text mode also
2013-11-12 Ilkka Ollakkazvbi: set text format as default, as subtitles should...
2013-11-12 Ilkka Ollakkazvbi: mimic cc.c for using subtitles updater etc to...
2013-11-12 Ilkka Ollakkazvbi: initialize pointer
2013-11-12 Ilkka Ollakkazvbi: strip leading/end whitespaces from text subtitles
2013-11-12 Ilkka Ollakkazvbi: set position to be absolute only for non-text...
2013-11-12 Ilkka Ollakkazvbi: set pf_decode_sub at the end
2013-11-12 Ilkka Ollakkazvbi: default alignment to bottom
2013-09-28 Rafaël Carrézvbi: remove unused enum
2013-09-07 Felix Paul Kühnezvbi: fix teletext decoding broken in b3c35a765 (close...
2013-07-19 Rémi DuraffortPass the value by pointer (cid #1049514)
2013-06-12 Finn HughesImprove performance of zvbi subtitles
2013-05-13 Marian ĎurkovičZVBI: add current definitions for Serbia, Croatia and...
2013-05-12 Zoran Turalijazvbi: Fix ISO 639-2 definitions for Serbo-Croatian...
2013-05-12 Marian ĎurkovičZVBI: fix ISO 639-2/T definitions for slk and ces
2012-12-19 Jean-Baptiste KempfZVBI: remove the wrong warning about GPL
2012-11-13 Jean-Baptiste KempfLGPL
2012-01-17 Laurent AimarDo not require PES header in zvbi decoder.
2012-01-05 Laurent AimarFixed zvbi subpictures AR.
2011-04-27 Jean-Baptiste KempfQt, use more tooltips, to improve accessibility
2011-03-30 Jean-Baptiste KempfZvbi: kill a warning
2011-03-29 Rémi Denis-Courmontzvbi: convert dangerous OSDMessage() to safer msg_Info()
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove unused change_integer_list parameter
2010-05-10 Laurent AimarUsed a vout object for vout_OSDMessage/OSDSlider/OSDIcon.
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-05-04 Laurent AimarRemoved now useless vlc_osd.h includes.
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-02-10 Rémi DuraffortUse calloc.
2010-02-05 Laurent AimarRevert "zvbi: Fix displaying of teletext and closed...
2010-02-05 Jean-Paul Samanzvbi: Fix displaying of teletext and closed captioning.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
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 AimarModify vbi page change on key event to trigger vbi...
2009-02-13 Laurent AimarSet the actual page used by zvbi.
2009-02-13 Laurent AimarAdded teletext fields in es_forma_t.
2009-02-11 Jean-Paul Samanzvbi: clear zvbi page holder before usage.
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-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-12 Derk-Jan Hartmanzvbi: fix subpage "down"-key to not alternate between...
2008-09-12 Derk-Jan Hartmanzvbi: fix RGYB key values.
2008-09-12 Derk-Jan Hartmanzvbi: Fix transparent background when background !...
2008-09-12 Derk-Jan Hartmanzvbi: signal update when changing opaqueness of a page
2008-09-12 Derk-Jan Hartmanzvbi: preliminary support for subpage browsing with...
2008-09-11 Derk-Jan Hartmanzvbi: Support capturing keys 0-9 in order to select...
2008-09-11 Derk-Jan Hartmanzvbi: teletext enhancements
2008-09-11 Derk-Jan Hartmanzvbi: strcmp->strcasecmp
2008-09-11 Derk-Jan Hartmanzvbi: Added a table with language -> zvbi default_regio...
2008-09-06 Derk-Jan Hartmanzvbi: Use the "initial page" as signaled by the TS...
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-18 Laurent AimarCorrected semi transparent ZVBI test (but I let it...
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-29 Laurent AimarReset the current subtitle in case the requested page...
2008-07-29 Laurent AimarClean up zvbi decoder and fixed a few races conditions.
2008-07-29 Laurent AimarRemoved internal RGBA->YUVA internal conversion. (If...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
next