]> git.sesse.net Git - vlc/history - modules/codec/zvbi.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / modules / codec / zvbi.c
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...
2007-07-06 Jean-Paul SamanCopy modules/codec/telx.c to modules/codec/zvbi.c