summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump LIBASS_VERSION0.9.9Grigori Goronzy2010-03-011-1/+1
* Initial changelog for release 0.9.9Grigori Goronzy2010-03-011-0/+11
* Cosmetics: remove underscore prefix from _select_font functionGrigori Goronzy2010-02-131-4/+4
* fontconfig: consider fullname for matching fontsGrigori Goronzy2010-02-121-3/+61
* Move frame size setup into ass_reconfigureGrigori Goronzy2010-02-121-16/+15
* Update documentation to reflect fontconfig changesGrigori Goronzy2010-02-121-2/+2
* Remove file size limit in ass_read_fileGrigori Goronzy2010-02-061-9/+0
* Simplify test programGrigori Goronzy2010-02-061-6/+0
* Use font scaling coefficient 1.0 by defaultGrigori Goronzy2010-02-061-0/+2
* Do not try to render if fonts have not been configuredGrigori Goronzy2010-02-062-0/+5
* Clarify that libass expects subtitle packets in Matroska formatGrigori Goronzy2010-02-021-3/+4
* Update ass_set_fonts_dir documentationGrigori Goronzy2010-02-021-3/+5
* Skip border generation if glyph is collapsedGrigori Goronzy2010-01-211-2/+3
* Adjust a few message levels and message textsGrigori Goronzy2010-01-192-5/+5
* Up size limit for script filesGrigori Goronzy2010-01-191-2/+3
* Fix a warning due to added constnessGrigori Goronzy2010-01-121-1/+1
* Fix leftovers from conversion to ass_strtodYuriy M. Kaminskiy2010-01-122-4/+6
* Constify table in ass_strtodYuriy M. Kaminskiy2010-01-121-0/+2
* Remove support for freetype < 2.2.1Grigori Goronzy2010-01-083-16/+1
* Remove support for fontconfig < 2.4.2Grigori Goronzy2010-01-082-120/+2
* Use conversion functions to generate cache keysGrigori Goronzy2010-01-071-6/+6
* Improve rotation cache accuracyGrigori Goronzy2010-01-072-3/+18
* Don't flag for freeing if codepage is unspecifiedGrigori Goronzy2010-01-061-5/+6
* Reset clip_mode on new eventsGrigori Goronzy2010-01-051-0/+1
* Replace strtod with locale-independent strtodGrigori Goronzy2010-01-054-4/+254
* autogen: cosmetics, overwrite filesGrigori Goronzy2010-01-031-2/+2
* Fix minor typoGrigori Goronzy2009-10-111-1/+1
* Fix libass w/o fontconfigGrigori Goronzy2009-10-115-28/+41
* strdup() fontconfig strings freed by callerGrigori Goronzy2009-10-081-3/+5
* Remove superfluous castGrigori Goronzy2009-10-081-1/+1
* Fix alpha calculation in some casesGrigori Goronzy2009-10-021-2/+2
* Disable test program and libpng by default0.9.8Grigori Goronzy2009-09-181-4/+5
* Bump version to 0.9.8Grigori Goronzy2009-09-182-2/+2
* Update changelogGrigori Goronzy2009-09-161-0/+6
* Refactor: effect parsing should be in ass_parse.cGrigori Goronzy2009-09-163-76/+76
* Copy shadow bitmap from glyph bitmapGrigori Goronzy2009-09-161-19/+13
* Render NBSP (\h) as normal spaceGrigori Goronzy2009-09-161-0/+3
* Disable kerning by default and make it configurableGrigori Goronzy2009-09-083-1/+7
* Fix inline function prototypesGrigori Goronzy2009-09-021-2/+2
* Refactor: move event parsing code into separate fileGrigori Goronzy2009-09-015-844/+900
* Fix underrun in slant pen correctionGrigori Goronzy2009-09-011-1/+2
* Handle illegal \a tags like VSFilterGrigori Goronzy2009-09-011-1/+2
* opaque box: do not subtract glyph from borderGrigori Goronzy2009-09-013-4/+9
* Revert "Merge glyph and outline bitmap better"Grigori Goronzy2009-09-011-1/+1
* Calculate glyph slant width correctlyGrigori Goronzy2009-08-311-4/+7
* Do not close empty drawingsGrigori Goronzy2009-08-291-2/+4
* Fix order of pen advance assignmentsGrigori Goronzy2009-08-231-3/+3
* Fix opaque box sizing againGrigori Goronzy2009-08-231-7/+20
* Fix glyph overlap blendingGrigori Goronzy2009-08-232-16/+17
* Update changelogGrigori Goronzy2009-08-221-0/+3
* Scale kerning according to x font scaling factorGrigori Goronzy2009-08-221-2/+4
* Trim whitespace after line wrappingGrigori Goronzy2009-08-222-6/+86
* Clip vector blending: do not copy last row paddingGrigori Goronzy2009-08-201-1/+1
* Adjust shearing behavior to match VSFilterGrigori Goronzy2009-08-201-9/+15
* VSFilter quirk: double-scale widths of opaque boxesGrigori Goronzy2009-08-201-0/+5
* Improve and fix outline strikerGrigori Goronzy2009-08-151-10/+31
* Fix caching of underlined/striked out glyphsGrigori Goronzy2009-08-152-1/+4
* Fix crash if glyph bitmap rasterization failsGrigori Goronzy2009-08-141-1/+1
* Update changelogGrigori Goronzy2009-08-141-0/+6
* Implement wrap style 1Grigori Goronzy2009-08-141-5/+4
* Cosmetics: ass_render.c formattingGrigori Goronzy2009-08-141-19/+18
* Use event bbox for collision detectionGrigori Goronzy2009-08-132-8/+27
* Scale ascender/descender for opaque boxesGrigori Goronzy2009-08-131-0/+4
* Fix build without fontconfigAlexis Ballier2009-08-121-0/+2
* Do not draw opaque box if border size zeroGrigori Goronzy2009-08-121-1/+3
* BorderStyle cache integrationGrigori Goronzy2009-08-122-0/+6
* Always parse colors as hex for ASS tracksGrigori Goronzy2009-08-124-7/+11
* Add glyph emboldening fallbackGrigori Goronzy2009-08-121-0/+22
* Fix italic to non-italic space handlingGrigori Goronzy2009-08-121-4/+6
* Support \q override tagGrigori Goronzy2009-08-122-3/+11
* Implement BorderStyle 3Grigori Goronzy2009-08-121-3/+48
* Fix advance for italic to non-italic style changesGrigori Goronzy2009-08-121-0/+9
* Factor out renderer types into separate fileGrigori Goronzy2009-08-073-217/+260
* Bump shared library version0.9.7Grigori Goronzy2009-08-071-1/+1
* Bump LIBASS_VERSION due to renamesGrigori Goronzy2009-08-061-1/+1
* Use int for ScaledBorderAndShadowGrigori Goronzy2009-08-061-1/+1
* Rename typedefs (breaks API)Grigori Goronzy2009-08-0620-608/+614
* Cosmetics: add parameter name in prototypeGrigori Goronzy2009-08-051-1/+1
* Fix typoGrigori Goronzy2009-08-051-1/+1
* Clarify the AR parameter meaningsGrigori Goronzy2009-08-052-10/+10
* Get rid of MAX_EVENTS limitGrigori Goronzy2009-07-301-3/+3
* Do not round karaoke timing coordinatesGrigori Goronzy2009-07-291-2/+2
* Bring back names for public typesGrigori Goronzy2009-07-281-3/+3
* Fix \k and \ko tagsGrigori Goronzy2009-07-281-2/+2
* Clean up typedefs/structsGrigori Goronzy2009-07-2813-54/+52
* Improve message callback APIGrigori Goronzy2009-07-265-10/+9
* Remove shift vector in ass_render_eventGrigori Goronzy2009-07-254-13/+8
* Assume 4:3 AR when calculating missing PlayResX/YGrigori Goronzy2009-07-251-7/+2
* Handle clip vector rasterizer errorsGrigori Goronzy2009-07-241-1/+8
* Document ass_hinting enumGrigori Goronzy2009-07-241-1/+7
* Fix renderer memory leaksGrigori Goronzy2009-07-241-3/+13
* Fix fontconfig memory leaksGrigori Goronzy2009-07-241-4/+2
* Test program: free track/renderer/libraryGrigori Goronzy2009-07-241-0/+5
* Free tracks properlyGrigori Goronzy2009-07-241-0/+2
* Build system: enable/disable flags, pkg-config fixesGrigori Goronzy2009-07-242-6/+33
* Fix compilation without fontconfigGrigori Goronzy2009-07-241-3/+5
* Move render_id into ass_rendererGrigori Goronzy2009-07-241-3/+1
* Fallback to default fontconfig configurationGrigori Goronzy2009-07-221-1/+9
* Fix rasterizer error handling (double free)Grigori Goronzy2009-07-221-1/+0
* Bold/italic: interpret -1 as "true"Grigori Goronzy2009-07-221-6/+6
* Add check for libm to configureGrigori Goronzy2009-07-211-0/+1
* Do not double free default font/family buffersGrigori Goronzy2009-07-211-5/+0
* Factor out bitmap buffer copyGrigori Goronzy2009-07-212-7/+27
* Clamp clip rectangle to frame sizeGrigori Goronzy2009-07-212-4/+5
* Animations: allow equal start and end timeGrigori Goronzy2009-07-211-2/+2
* Check for table availability when striking a glyphGrigori Goronzy2009-07-201-2/+2
* Font metrics: prefer OS/2 table for ascender/descenderGrigori Goronzy2009-07-201-4/+10
* Fix borders when a x/y component is zeroGrigori Goronzy2009-07-191-1/+1
* Fix drawing parser memory leakGrigori Goronzy2009-07-192-3/+1
* Introduce simple cache memory managementGrigori Goronzy2009-07-195-5/+58
* Fix vertical centering (VALIGN_CENTER)Grigori Goronzy2009-07-191-1/+1
* Fix ascender/descender calculation for empty linesGrigori Goronzy2009-07-191-5/+8
* Improve API headers and documentationGrigori Goronzy2009-07-172-61/+171
* Improve fontconfig setupGrigori Goronzy2009-07-176-20/+48
* Update changelog againGrigori Goronzy2009-07-171-4/+4
* Tweak font metrics to match Windows GDIGrigori Goronzy2009-07-171-2/+3
* Clear free list on renderer uninitGrigori Goronzy2009-07-161-11/+17
* Implement vector clipsGrigori Goronzy2009-07-163-23/+224
* Rework build systemGrigori Goronzy2009-07-132-26/+26
* Output messages to stderr by defaultGrigori Goronzy2009-07-121-3/+3
* Proper support for empty linesGrigori Goronzy2009-07-121-9/+8
* Allow passing user data to callbackGrigori Goronzy2009-07-125-8/+16
* Merge glyph and outline bitmap betterGrigori Goronzy2009-07-121-1/+1
* Redo border calculations for \be and \blurGrigori Goronzy2009-07-121-25/+28
* Check whether renderer and track use the same library instanceGrigori Goronzy2009-07-121-0/+3
* Updates for autotools' make distGrigori Goronzy2009-07-124-4/+5
* Initial changelog update for 0.9.7Grigori Goronzy2009-07-112-1/+19
* autoconf: disable Fortran/C++ checksGrigori Goronzy2009-07-111-1/+4
* Add AM_PROG_CC_C_O to configure.acGrigori Goronzy2009-07-111-0/+1
* Convert test program to plain CGrigori Goronzy2009-07-114-174/+182
* configure: use pkg-config for libpng, encaGrigori Goronzy2009-07-111-3/+14
* Message callback funtionalityGrigori Goronzy2009-07-1118-211/+308
* Replace string defines with real stringsGrigori Goronzy2009-07-1111-191/+131
* Move gaussian blur into bitmap handling codeGrigori Goronzy2009-07-103-122/+121
* Slight optimizations for \be, \blurGrigori Goronzy2009-07-102-5/+5
* Use better method for stroking with \xbord, \ybordGrigori Goronzy2009-07-081-86/+62
* Correctly round doubles to integersGrigori Goronzy2009-07-081-2/+2
* Turn down subpixel accuracy to 1/8th pixelGrigori Goronzy2009-07-081-3/+4
* Support for underline and strikethroughGrigori Goronzy2009-07-075-6/+111
* Test program: check track initializationGrigori Goronzy2009-07-071-0/+4
* Fix crash when event format spec is missingGrigori Goronzy2009-07-071-13/+22
* Implement drawing mode (\p)Grigori Goronzy2009-07-068-68/+694
* Remove read_file_recode from APIGrigori Goronzy2009-07-012-3/+1
* Scale letter spacing with font scaleGrigori Goronzy2009-07-011-1/+2
* Scale rotation constants with font scaleGrigori Goronzy2009-07-011-10/+15
* Assume pixel ratio equals aspect ratioGrigori Goronzy2009-07-011-1/+3
* Support for \iclip (inverse clipping)Grigori Goronzy2009-06-301-2/+127
* Fix karaoke (\kf) timingGrigori Goronzy2009-06-301-3/+3
* Move subpixel shift out of transform_3dGrigori Goronzy2009-06-291-10/+19
* API: make process_force_style availableGrigori Goronzy2009-06-293-3/+6
* PAR correction for rendering at non-video resolutionGrigori Goronzy2009-06-292-4/+8
* Restrict symbols exported in the DSOGrigori Goronzy2009-06-292-0/+32
* Fix two-pass stroking for \xbord, \ybordGrigori Goronzy2009-06-291-2/+3
* Handle conflicting \t time intervalsGrigori Goronzy2009-06-291-2/+2
* shift_bitmap: do not rely on compiler optimizationsGrigori Goronzy2009-06-291-4/+4
* Subpixel accurate shadow renderingGrigori Goronzy2009-06-294-6/+72
* Fix subpixel shift calculation for negative coordinatesGrigori Goronzy2009-06-281-4/+4
* Make \shad, \xshad and \yshad animatable.Grigori Goronzy2009-06-271-8/+15
* Support \xshad and \yshad override tagsGrigori Goronzy2009-06-271-16/+22
* Support \xbord and \ybord override tagsGrigori Goronzy2009-06-272-41/+117
* Fix memory leak in render_overlapGrigori Goronzy2009-06-271-7/+4
* Fix strdup() string leaksGrigori Goronzy2009-06-272-0/+8
* Make \fax and \fay animatable.Grigori Goronzy2009-06-271-2/+4
* Fix rotation and subpixel placementGrigori Goronzy2009-06-271-2/+4
* Include ass_utils.h instead of mputils.hGrigori Goronzy2009-06-277-8/+3
* Incorporate mputils.c into ass_utils.cGrigori Goronzy2009-06-275-286/+226
* Cosmetics: minor cleanup in ass_render_eventsGrigori Goronzy2009-06-271-5/+1
* Cosmetics: fix a few remaining declarationsGrigori Goronzy2009-06-272-9/+9
* Rename various non-static functionsGrigori Goronzy2009-06-276-23/+23
* Rename mp_msg to ass_msgGrigori Goronzy2009-06-279-131/+120
* Add standard GPL header to mputils.cGrigori Goronzy2009-06-271-0/+21
* Improve positioning for full subpixel accuracyGrigori Goronzy2009-06-271-127/+135
* Test program: nicer-looking backgroundGrigori Goronzy2009-06-251-2/+3
* Correct vertical glyph positioning for \fayGrigori Goronzy2009-06-241-0/+2
* Initial support for \fax, \fay override tagsgreg2009-06-232-16/+33
* Use safe hash functions for composite bitmapsUoti Urpala2009-06-203-9/+26
* ass_cache_template.c: Undo automatic reindent for this fileUoti Urpala2009-06-201-21/+31
* Add hack to support empty lines of text