index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libmpcodecs
/
vf_ass.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sub/OSD: move some related files to sub/
Uoti Urpala
2011-01-26
1
-2
/
+2
*
cleanup: rename ass_* functions to mp_ass_*
Uoti Urpala
2011-01-26
1
-7
/
+7
*
subs: use correct font aspect ratio for libass + converted subs
Uoti Urpala
2011-01-26
1
-12
/
+28
*
subtitles: move global ass_track to struct osd_state
Uoti Urpala
2011-01-15
1
-4
/
+8
*
cosmetics: Remove vim/emacs coding style hints from sources
diego
2010-11-02
1
-2
/
+0
*
cosmetics: reformat vf_ass to K&R style
Uoti Urpala
2010-11-02
1
-289
/
+318
*
cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"
Uoti Urpala
2010-05-29
1
-10
/
+10
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
1
-1
/
+0
*
Merge svn changes up to r30683
Uoti Urpala
2010-03-10
1
-2
/
+2
|
\
|
*
Rename open() vf initialization function to vf_open().
diego
2010-02-21
1
-2
/
+2
|
*
cosmetics: Remove pointless empty lines at EOF.
diego
2010-02-20
1
-1
/
+0
|
*
libass: fix PAR correction
greg
2010-02-09
1
-2
/
+2
|
*
Some ugly hacks to make compiling against a newer external version of libass ...
reimar
2009-12-24
1
-0
/
+4
|
*
Remove more direct includes of libass/ass.h
reimar
2009-12-24
1
-1
/
+0
|
*
Fix stupid, off-by-one, mistakes in assert() expressions.
eugeni
2009-07-27
1
-1
/
+1
|
*
Make sure clip coordinates are inside the screen area.
eugeni
2009-07-18
1
-0
/
+4
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
1
-10
/
+10
*
|
Avoid misleading error "ASS: cannot add video filter"
Uoti Urpala
2010-01-16
1
-2
/
+4
*
|
Change type names to match upstream libass
Grigori Goronzy
2009-08-07
1
-6
/
+6
*
|
Remove internal libass tree
Uoti Urpala
2009-07-26
1
-3
/
+2
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
1
-11
/
+10
*
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
1
-2
/
+2
*
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
1
-2
/
+2
*
|
vf_ass: Free private data at uninit
Uoti Urpala
2009-03-31
1
-0
/
+1
*
|
vf_ass: Copy less unnecessary data to/from work area
Uoti Urpala
2008-07-25
1
-48
/
+50
*
|
vf_ass: Optimize alpha multiply
Uoti Urpala
2008-07-23
1
-4
/
+4
*
|
Merge svn changes up to r26783
Uoti Urpala
2008-05-15
1
-16
/
+18
|
\
|
|
*
Use standard license headers.
diego
2008-05-13
1
-16
/
+18
*
|
Move opt_screen_size_[x|y] to options struct
Uoti Urpala
2008-04-25
1
-4
/
+3
*
|
Remove _s/_st suffix from some struct names
Uoti Urpala
2008-04-25
1
-10
/
+10
|
/
*
Add global ass_force_reload flag.
eugeni
2008-01-23
1
-1
/
+1
*
begin moving const filter data to .text/.rodata sections
rfelker
2007-11-09
1
-6
/
+6
*
Replace stdint.h #include by functionally equivalent inttypes.h.
diego
2007-09-18
1
-1
/
+1
*
Add -ass-hinting option for setting font hinting method.
eugeni
2007-04-27
1
-1
/
+1
*
Mark m_struct_t defaults as const
reimar
2007-01-28
1
-1
/
+1
*
Speed up ASS subtitles display by detecting changes between two consecutive
eugeni
2006-12-06
1
-1
/
+1
*
Fix incorrect stride used in vf_ass.
eugeni
2006-11-22
1
-6
/
+6
*
Initialize fontconfig in VFCTRL_INIT_EOSD handler.
eugeni
2006-11-05
1
-1
/
+3
*
ass renderer absolutely needs readable target mpi.
reimar
2006-11-04
1
-2
/
+2
*
Introduce MSGT_ASS, use it for all libass messages.
eugeni
2006-11-03
1
-3
/
+3
*
Libass interface reworked:
eugeni
2006-10-28
1
-3
/
+3
*
Split ass_configure() into several smaller functions.
eugeni
2006-10-26
1
-13
/
+2
*
Simplify and optimize bitmap blending.
eugeni
2006-10-02
1
-31
/
+12
*
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
2006-10-01
1
-0
/
+20
*
Add -(no)ass-use-margins option.
eugeni
2006-08-28
1
-0
/
+1
*
Zero fill ass_settings_t before use.
eugeni
2006-08-27
1
-0
/
+1
*
Add VFCTRL_DRAW_EOSD.
eugeni
2006-08-24
1
-1
/
+5
*
Simplify vf_ass initialization.
eugeni
2006-08-24
1
-6
/
+1
*
"[ass] init" message looks better when it starts with the capital letter 'I'.
eugeni
2006-08-06
1
-2
/
+2
*
drops casts from void * on malloc/calloc, leftover on libmpcodecs
reynaldo
2006-07-13
1
-3
/
+3
*
Initial libass release (without mencoder support).
eugeni
2006-07-07
1
-0
/
+435