]> git.sesse.net Git - vlc/history - modules/codec/libass.c
Remove most stray semi-colons in module descriptions
[vlc] / modules / codec / libass.c
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-05 Rémi Denis-CourmontUse static mutexes
2008-09-28 Laurent AimarSpu pause support.
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Antoine CellerierRemove last occurences of yield in the code and comments.
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-17 Laurent AimarUsed const for video_format_t when possible.
2008-09-15 Laurent AimarFixed ASS subtitle with anamorphic video.
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-09-13 Laurent AimarRemoved b_pausable flag in favour of b_subtitle.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-08 Derk-Jan Hartmanlibass: Set Arial as the default family.
2008-08-08 Derk-Jan Hartmanlibass: ass_set_fonts_dir() is for a "private" storage...
2008-08-08 Derk-Jan Hartmanlibass: swap the R and B color components.
2008-08-04 Derk-Jan Hartmanlibass: move attachments processing before the ass_set_...
2008-08-04 Laurent AimarHandle libass seeking by recreating the track.
2008-08-04 Laurent AimarHandle libass track creation errors.
2008-08-04 Laurent AimarDo not allocate unbound array on the stack.
2008-08-04 Laurent AimarCosmetics + removed a few debugs.
2008-08-04 Laurent AimarCheck against a few libass errors in AssHandleYield.
2008-08-04 Laurent AimarDo not show debug box on libass subtitle by default.