]> git.sesse.net Git - vlc/history - modules/codec/subtitles/subsusf.c
Merge branch 1.0-bugfix
[vlc] / modules / codec / subtitles / subsusf.c
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-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-11 basOS GAdded and used text_style_* methods.
2009-04-06 Antoine CellerierUse image_Mime2Fourcc().
2009-02-14 Laurent AimarAll decoders/encoders MUST set output format category...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarFixed an invalid return.
2008-10-23 Laurent AimarAdded decoder_NewSubpicture/decoder_DeleteSubpicture...
2008-10-16 Jean-Baptiste Kempf[USF] return if calloc fails.
2008-10-05 Rémi Denis-Courmontmodule_find, module_exists, module_get_main: remove...
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
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-17 Laurent AimarFixed subusf rendering.
2008-09-17 Laurent AimarA little clean up in subsusf decoder.
2008-09-13 Laurent AimarRemoved b_pausable flag in favour of b_subtitle.
2008-08-13 Rémi Denis-CourmontDo not translate log messages
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-18 Laurent AimarFixed a typo.
2008-07-18 Laurent AimarUse picture helpers.
2008-07-06 Rémi Denis-CourmontProtocol names are localized.
2008-07-06 Felix Paul Kühnel10n string fixes
2008-06-22 Rémi DuraffortRemove unneeded msg_Err.
2008-06-14 Jean-Baptiste KempfAdd a shortname to USF subs decoder.
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-11 Rémi DuraffortRemove useless test before a free()
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-05 Bernie PurcellMove more of the code for USF subtitles decoding out...
2007-09-01 Jean-Baptiste KempfSubtitles: same. Reput the correct new modifications.
2007-09-01 Jean-Baptiste KempfSubtitles: attempt to get the history back.
2007-08-08 Jean-Baptiste KempfSubsdec: Split the decoder for subsdec / SSA / USF...