summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_ass.c
Commit message (Expand)AuthorAgeFilesLines
* vf_ass: use correct height when copying imagewm42012-08-031-1/+1
* vf_ass: request a sufficiently large image for direct renderingmplayer-svn2012-08-031-1/+3
* osd: use libass for OSD renderingwm42012-07-281-2/+0
* Merge remote-tracking branch 'origin/master'wm42012-04-011-1/+1
|\
| * timeline: subs: keep subtitle tracks in source timeUoti Urpala2012-03-251-1/+1
* | subtitles: create only one instance of ASS_Render instead of twowm42012-01-181-31/+19
|/
* core, vo: modify OSD redraw architecture, support EOSDUoti Urpala2011-12-061-1/+1
* options: move libass-related options to structUoti Urpala2011-09-031-19/+24
* options, subs: add --ass-vsfilter-aspect-compatharklu2011-08-121-2/+3
* subs: libass: apply option changes to all track typesUoti Urpala2011-08-081-1/+5
* cleanup: move global ass_force_reload to struct osd_stateUoti Urpala2011-08-081-6/+8
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-2/+2
* cleanup: rename ass_* functions to mp_ass_*Uoti Urpala2011-01-261-7/+7
* subs: use correct font aspect ratio for libass + converted subsUoti Urpala2011-01-261-12/+28
* subtitles: move global ass_track to struct osd_stateUoti Urpala2011-01-151-4/+8
* cosmetics: Remove vim/emacs coding style hints from sourcesdiego2010-11-021-2/+0
* cosmetics: reformat vf_ass to K&R styleUoti Urpala2010-11-021-289/+318
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-10/+10
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
| * libass: fix PAR correctiongreg2010-02-091-2/+2
| * Some ugly hacks to make compiling against a newer external version of libass ...reimar2009-12-241-0/+4
| * Remove more direct includes of libass/ass.hreimar2009-12-241-1/+0
| * Fix stupid, off-by-one, mistakes in assert() expressions.eugeni2009-07-271-1/+1
| * Make sure clip coordinates are inside the screen area.eugeni2009-07-181-0/+4
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-10/+10
* | Avoid misleading error "ASS: cannot add video filter"Uoti Urpala2010-01-161-2/+4
* | Change type names to match upstream libassGrigori Goronzy2009-08-071-6/+6
* | Remove internal libass treeUoti Urpala2009-07-261-3/+2
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-11/+10
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-2/+2
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-2/+2
* | vf_ass: Free private data at uninitUoti Urpala2009-03-311-0/+1
* | vf_ass: Copy less unnecessary data to/from work areaUoti Urpala2008-07-251-48/+50
* | vf_ass: Optimize alpha multiplyUoti Urpala2008-07-231-4/+4
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-16/+18
|\|
| * Use standard license headers.diego2008-05-131-16/+18
* | Move opt_screen_size_[x|y] to options structUoti Urpala2008-04-251-4/+3
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-10/+10
|/
* Add global ass_force_reload flag.eugeni2008-01-231-1/+1
* begin moving const filter data to .text/.rodata sectionsrfelker2007-11-091-6/+6
* Replace stdint.h #include by functionally equivalent inttypes.h.diego2007-09-181-1/+1
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-271-1/+1
* Mark m_struct_t defaults as constreimar2007-01-281-1/+1
* Speed up ASS subtitles display by detecting changes between two consecutiveeugeni2006-12-061-1/+1
* Fix incorrect stride used in vf_ass.eugeni2006-11-221-6/+6
* Initialize fontconfig in VFCTRL_INIT_EOSD handler.eugeni2006-11-051-1/+3
* ass renderer absolutely needs readable target mpi.reimar2006-11-041-2/+2
* Introduce MSGT_ASS, use it for all libass messages.eugeni2006-11-031-3/+3
* Libass interface reworked:eugeni2006-10-281-3/+3
* Split ass_configure() into several smaller functions.eugeni2006-10-261-13/+2
* Simplify and optimize bitmap blending.eugeni2006-10-021-31/+12
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.eugeni2006-10-011-0/+20
* Add -(no)ass-use-margins option.eugeni2006-08-281-0/+1
* Zero fill ass_settings_t before use.eugeni2006-08-271-0/+1
* Add VFCTRL_DRAW_EOSD.eugeni2006-08-241-1/+5
* Simplify vf_ass initialization.eugeni2006-08-241-6/+1
* "[ass] init" message looks better when it starts with the capital letter 'I'.eugeni2006-08-061-2/+2
* drops casts from void * on malloc/calloc, leftover on libmpcodecsreynaldo2006-07-131-3/+3
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+435