]> git.sesse.net Git - vlc/history - modules/codec/zvbi.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / codec / zvbi.c
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
2008-05-28 Antoine CellerierEnforce the --vbi-position option. Don't crop letters.
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-23 Antoine CellerierKeep a good rendering quality when rendering zvbi subs...
2008-05-23 Antoine CellerierFix the display date in zvbi.
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-22 Jean-Paul SamanPut extra debugging behind ifdef ZVBI_DEBUG.
2008-04-22 Jean-Paul SamanCleanup
2008-04-22 Jean-Paul SamanFix error in undef zvbi private define ZVBI_PIXFMT_RGBA...
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 Jean-Paul SamanProperly fix use of SWSCALE_* defines in zvbi.
2008-03-12 Jean-Paul SamanFix regression on zvbi.c introduced by recent ffmpeg...
2008-02-29 Faustino OsunaLet's try this again. Detect older and new versions...
2008-02-29 Faustino OsunaToo many problems with new ffmpeg detection, reverting...
2008-02-29 Faustino OsunaDetect and allow older versions of ffmpeg to be used...
2008-02-28 Faustino OsunaUpdate references to ffmpeg header files to match new...
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 SamanDisable debugging print in zvbi
2007-12-16 Jean-Paul SamanDon't misuse p_this->p_libvlc for putting modules varia...
2007-12-16 Jean-Paul SamanMake sure vbi-opaque can be set from an interface.
2007-10-31 Jean-Paul SamanFixed transparency when using FFMPEG_SWSCALE in zvbi.
2007-10-26 Jean-Paul SamanUse p_block->i_dts as spu->i_start instead of p_block...
2007-10-18 Jean-Paul SamanAdd support for converting RGBA into YUVA using ffmpeg...
2007-10-15 Jean-Paul SamanIndentation.
2007-09-26 Jean-Paul SamanInit decoder fmt_out structure, so it can be used in...
2007-09-20 Jean-Paul SamanAdjust height of subpicture region.
2007-09-20 Jean-Paul SamanDisable --vbi-text by default.
2007-09-19 Jean-Paul SamanDecoder teletext subtitles as text (ASCII, UTF-8 or...
2007-09-18 Jean-Paul SamanLet user change position of Teletext subtitles.
2007-08-16 Rémi Denis-CourmontDo not abuse global!
2007-07-06 Jean-Paul SamanFree zvbi resources on error in Open() function.
2007-07-06 Jean-Paul SamanCompile fix.
2007-07-06 Jean-Paul SamanAdded transparency to vbi pages and added a callback...
2007-07-06 Jean-Paul SamanCoding style cleanup.
2007-07-06 Jean-Paul SamanFix up indentation
2007-07-06 Jean-Paul SamanTeletext decoder module based on libzvbi. This is the...
next