]> git.sesse.net Git - vlc/history - modules/codec/libass.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / codec / libass.c
2010-07-07 Jean-Baptiste Kempflibass: kill unused variable warnings
2010-05-04 Laurent AimarRemoved now useless vlc_osd.h includes.
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-04-26 Jean-Baptiste Kempflibass/win32: Factorize
2010-04-26 Jean-Baptiste KempfLibass: put the dialog, where we actually need it.
2010-04-26 Jean-Baptiste KempfLibass: simplify and do not call ass_set_fonts_dir
2010-01-12 Grigori Goronzylibass: avoid crash on ASS_Images which have width...
2009-08-26 Rémi Denis-CourmontRemove config_GetCacheDir
2009-08-06 Grigori Goronzylibass: rename types to match upstream
2009-07-28 Anthony Loiseaucodec/libass: avoid possible segfault
2009-07-27 Laurent AimarImproved pre-blending in ssa decoder.
2009-07-24 Laurent AimarFixed libass 0.9.7 support.
2009-07-24 Laurent AimarUsed light hinting in libass to increase the quality.
2009-07-24 Laurent AimarRemoved useless pre render callback in ssa decoder.
2009-07-24 Laurent AimarFixed flicker with overlapped subtitles in ssa.
2009-07-23 Barry WardellUpdate SSA/ASS subtitle decoder for the new version...
2009-07-17 Jean-Baptiste KempfFix typo.
2009-07-03 Jean-Baptiste KempfSSA on Windows: show a progress dialog during font...
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 Laurent AimarDo not uselessly include vlc_vout.h in decoders.
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 vlc_fourcc_GetCodec when suitable.
2009-04-24 Jean-Baptiste KempfLibass: set more debug messages.
2009-02-14 Laurent AimarAll decoders/encoders MUST set output format category...
2009-01-10 Laurent AimarFixed a typo in libass.
2009-01-10 Laurent Aimarlibass: set windows/fonts as default directory
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.