]> git.sesse.net Git - vlc/history - modules/codec/zvbi.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / codec / zvbi.c
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...
2007-07-06 Jean-Paul SamanCopy modules/codec/telx.c to modules/codec/zvbi.c