]> granicus.if.org Git - libass/history - libass/ass.c
Add Blur field to ASS_Style
[libass] / libass / ass.c
2013-01-11 wm4Add Blur field to ASS_Style
2013-01-09 Grigori GoronzyFix fallback event formats
2013-01-07 Grigori GoronzyParse angle in styles as double number
2012-12-14 Xidorn QuanFix leaks when error occurs.
2012-03-11 Grigori GoronzySupport \rSTYLENAME syntax
2011-08-01 Grigori GoronzySupport language hint in the Script Info section
2011-06-06 Grigori Goronzyrefactor: move track init into ass track parser
2011-05-30 Grigori GoronzyNicer default style
2011-04-09 Grigori GoronzyRemove misleading comment about style case sensitivity
2011-04-09 Grigori GoronzyMuch improved "Default" style
2010-09-28 Grigori GoronzyRelicense to ISC
2010-08-09 Grigori GoronzyGet rid of NULL checks for free
2010-08-09 Grigori GoronzyFix another minor leak (event_format overwriting)
2010-08-09 Grigori GoronzyFix leaking of script-embedded fonts
2010-08-07 Grigori GoronzyPOSIX compliance: add strings.h include where appropriate
2010-07-19 Grigori GoronzyLimit debug output on parsing errors
2010-05-30 Grigori GoronzyAdd API function to flush all events
2010-04-10 Grigori GoronzyBasic @font support
2010-02-06 Grigori GoronzyRemove file size limit in ass_read_file
2010-01-18 Grigori GoronzyUp size limit for script files
2010-01-12 Yuriy M. KaminskiyFix leftovers from conversion to ass_strtod
2010-01-06 Grigori GoronzyDon't flag for freeing if codepage is unspecified
2009-09-08 Grigori GoronzyDisable kerning by default and make it configurable
2009-08-12 Grigori GoronzyAlways parse colors as hex for ASS tracks
2009-08-06 Grigori GoronzyRename typedefs (breaks API)
2009-07-27 Grigori GoronzyClean up typedefs/structs
2009-07-24 Grigori GoronzyFree tracks properly
2009-07-11 Grigori GoronzyMessage callback funtionality
2009-07-10 Grigori GoronzyReplace string defines with real strings
2009-07-06 Grigori GoronzyFix crash when event format spec is missing
2009-07-01 Grigori GoronzyRemove read_file_recode from API
2009-06-29 Grigori GoronzyAPI: make process_force_style available
2009-06-27 Grigori GoronzyInclude ass_utils.h instead of mputils.h
2009-06-27 Grigori GoronzyRename various non-static functions
2009-06-27 Grigori GoronzyRename mp_msg to ass_msg
2009-06-20 gregRemove static variable modifier in sub_recode
2009-06-20 gregReindent all source code.
2009-05-13 diegowhitespace cosmetics: Remove all trailing whitespace.
2009-03-11 gregUse ScaledBorderAndShadow: yes by default.
2009-03-05 gregStyle override for ScaledBorderAndShadow.
2009-03-05 gregSupport ScaledBorderAndShadow property.
2008-09-05 aurellibass: fix type mismatch between size parameter and...
2008-09-05 aurellibass: add a new ass_process_data() to process demuxed...
2008-08-07 diegoRename font-related preprocessor directives.
2008-08-01 diegoRename some preprocessor directives from CONFIG_* to...
2008-07-30 diegoStart unifying names of internal preprocessor directives.
2008-05-29 eugeniThe size of output buffer is stored in 'osize', not...
2008-05-29 eugeniClear iconv conversion state also in libass.
2008-05-29 eugeniOffset should be size_t.
2008-05-19 eugeniIn case 2 styles have the same name, prefer the latest...
2008-05-14 diegoSpeak of libass instead of MPlayer in the libass licens...
2008-05-13 diegoUse standard license header.
2008-05-01 eugeniSkip '@' at the beginning of the font name.
2008-03-30 eugeniCase insensitive parsing of SSA/ASS section headers.
2008-03-30 eugeniSkip BOM at the beginning of text in ASS parser.
2008-01-05 eugeniAllow overriding [Script Info] parameters with -ass...
2007-12-30 diegotypo
2007-10-28 iiveOur enca code uses strdup() on the input encoding name...
2007-06-15 eugeniWhen parsing ass-force-style arguments, search for...
2007-06-15 eugeniMake sure there is at least one style in ass_track...
2007-06-01 eugeniMove code for reading a file and recoding it to utf...
2007-05-14 eugeniSupport fractional font sizes.
2007-05-09 eugeniDon't deallocate font data if it will be used later.
2007-02-19 eugeniBoth (-1) and 1 mean bold font in SSA/ASS styles.
2007-02-19 eugeniCorrect implementation of text spacing.
2006-12-03 eugeniKeep embedded fonts in ass_library_t and perform actual...
2006-12-03 eugeniRename: ass_process_font -> ass_add_font.
2006-12-03 eugeniAvoid calling validate_fname() twice for one string.
2006-11-19 kraymerMSGTRs for libass
2006-11-19 eugeniCollect all includes of mplayer headers in libass in...
2006-11-05 eugeniFix the following compiler warnings:
2006-11-03 eugeniIntroduce MSGT_ASS, use it for all libass messages.
2006-11-03 eugeniImplement loading subtitles from memory.
2006-11-03 eugeniBugfix: sub_recode could deallocate global sub_cp under...
2006-10-29 eugeniRevert r20517.
2006-10-29 eugeniCopy the following functions to libass to avoid depende...
2006-10-28 eugeniLibass interface reworked:
2006-10-01 eugeniAdd copyright notice and vim/emacs comments to libass...
2006-09-19 eugeniSet ReadOrder values for external subtitles.
2006-09-03 eugeniAdd -ass-styles option. It allows to load styles from...
2006-09-02 eugeniDon't sort events when reading external subs. With...
2006-09-02 eugeniBetter collision detection algorithm. The idea is to...
2006-09-02 eugeniRead layer info from external subs.
2006-08-31 eugeniBugfix: potential write of unallocated memory.
2006-08-29 eugeniApply -ass-force-style also to tracks generated from...
2006-08-28 eugeniIgnore '*' at the beginning of style name.
2006-08-22 eugeniNew cmdline option: -ass-force-style.
2006-08-22 eugeniSSA/ASS parser reworked, with 2 main results:
2006-08-21 eugeniAdd public functions for removal of styles and events.
2006-08-15 eugeniReplace stdint.h with inttypes.h.
2006-08-13 eugeniReplace %lld with PRId64, part 2.
2006-08-13 eugeniMinGW treats %lld as %d. Replace it with PRId64.
2006-07-07 eugeniInitial libass release (without mencoder support).