]> git.sesse.net Git - vlc/history - modules/codec/kate.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / codec / kate.c
2010-05-04 Laurent AimarRemoved now useless vlc_osd.h includes.
2010-05-02 Laurent AimarFixed kate build without libtiger.
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-03-26 Vincent Penquerc'hremove the time check which avoided rendering the overl...
2010-02-17 Laurent AimarModified the way xiph codecs headers are transported...
2010-02-15 ogg.k.ogg.kfix the un-premultiplying post processing step, which...
2010-01-23 Vincent Penquerc'hRemove the conversion from premultiplied alpha, ...
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-07 Rafaël Carrékate: use VLC_TS_INVALID (refs #3135)
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-10-10 Rémi DuraffortNo need to test for NULL before a free.
2009-10-02 Mounir Lamouri ... Fix kate module compilation for Big Endians (typo).
2009-08-19 Pierre d'Herbemontkate: Remove unused variable.
2009-07-28 Laurent AimarFixed kate with tiger support integration.
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 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 i_original_fourcc when applicable.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-02-14 Laurent AimarUse calloc when applicable (decoders).
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-22 Jean-Baptiste KempfKate: don't spam the msg_Dbg before selection of the...
2008-12-28 ogg.k.ogg.kSupport for rendering Kate streams with libtiger
2008-12-09 Laurent AimarDo not access input object from decoders.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_NewSubpicture/decoder_DeleteSubpicture...
2008-10-14 Rémi DuraffortRemove uneeded warining (and often impossible to send)
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-16 Laurent AimarCompilation fix for kate.
2008-09-13 Laurent AimarRemoved b_pausable flag in favour of b_subtitle.
2008-08-11 Jean-Baptiste KempfRename Kate Function to avoid naming conflicts with...
2008-08-04 Vincent Penquerc'hkate decoder plugin: track and use basic formatting...
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Laurent AimarFixed subtitle duration when rate != default.
2008-07-03 Vincent Penquerc'huse C99 %zu for size_t in printf
2008-06-05 Vincent Penquerc'henable display of background bitmaps (eg, picture subti...
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-10 Rémi Denis-CourmontKill further I64C
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-02 Vincent Penquerc'hbasic support for Kate streams as subtitles