62 Commits (5e36cb2c1485830cf152c05767301a6732b08297)

Author SHA1 Message Date
Ilkka Ollakka 5e36cb2c14 codec: don't drop discontinue blocks 11 years ago
Steve Lhomme 3f106f42be libass: use the visible area dimensions, not the input dimensions 11 years ago
Jean-Baptiste Kempf e91ea1f9c3 libass: avoid negative index in array 12 years ago
Rémi Denis-Courmont c1111ae38b decoder: remove decoder_DeleteSubpicture() and fix a leak 12 years ago
David Fuhrmann fd67a259ea codec: libass: show dialog for fontconfig cache recreation on osx 12 years ago
Rafaël Carré 6d53362001 Use _WIN32 rather than WIN32 (same for WIN64) 13 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Sébastien Toque 047af27e19 libass: add android default font 14 years ago
Jean-Baptiste Kempf 615d535cd4 Libass: improve the fontcache display 14 years ago
Laurent Aimar d675b5e296 Revert "libass: add message callback" 15 years ago
Grigori Goronzy ab9b56ca95 libass: match font attachments based on extension 15 years ago
Grigori Goronzy 3e6913a3f4 libass: add message callback 15 years ago
Rémi Duraffort 728866a80a posterize: remove unused variable (set but not used) 15 years ago
Laurent Aimar 212d833ce5 Simplified libass decoder as we are now requiring a reentrant version. 15 years ago
Laurent Aimar 0202d37d15 Required libass 0.9.8 15 years ago
Laurent Aimar 5546a96be4 Render SSA subtitles at the size it is blended. 15 years ago
Jean-Baptiste Kempf 852f0db978 libass: kill unused variable warnings 16 years ago
Laurent Aimar a01d5d94f9 Removed now useless vlc_osd.h includes. 16 years ago
Laurent Aimar 08a73f8b33 Simplify the creation of subpicture with dynamic content. 16 years ago
Jean-Baptiste Kempf d8e03df80c libass/win32: Factorize 16 years ago
Jean-Baptiste Kempf 53e0140904 Libass: put the dialog, where we actually need it. 16 years ago
Jean-Baptiste Kempf 1402fd523e Libass: simplify and do not call ass_set_fonts_dir 16 years ago
Grigori Goronzy 1a974cea52 libass: avoid crash on ASS_Images which have width or height == 0 17 years ago
Rémi Denis-Courmont 5281440cca Remove config_GetCacheDir 17 years ago
Grigori Goronzy e8189268e1 libass: rename types to match upstream 17 years ago
Anthony Loiseau 29e7fc7108 codec/libass: avoid possible segfault 17 years ago
Laurent Aimar 6456512fc6 Improved pre-blending in ssa decoder. 17 years ago
Laurent Aimar e1cfb704f3 Fixed libass 0.9.7 support. 17 years ago
Laurent Aimar 16be5123ac Used light hinting in libass to increase the quality. 17 years ago
Laurent Aimar fea2b3459e Removed useless pre render callback in ssa decoder. 17 years ago
Laurent Aimar 5cb92e0692 Fixed flicker with overlapped subtitles in ssa. 17 years ago
Barry Wardell b670356d16 Update SSA/ASS subtitle decoder for the new version of libass included in contribs. 17 years ago
Jean-Baptiste Kempf 6d833c2c5d Fix typo. 17 years ago
Jean-Baptiste Kempf 371d024548 SSA on Windows: show a progress dialog during font rebuilding. 17 years ago
Laurent Aimar 9278fb81ed Do not uselessly include vlc_vout.h in decoders. 17 years ago
Laurent Aimar 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 17 years ago
Jean-Baptiste Kempf e5aac02e8a Libass: set more debug messages. 17 years ago
Laurent Aimar 7a0c49ac84 All decoders/encoders MUST set output format category (AUDIO/VIDEO/SPU_ES) 17 years ago
Laurent Aimar 01fdef51d6 Fixed a typo in libass. 18 years ago
Laurent Aimar afec80a73d libass: set windows/fonts as default directory 18 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Laurent Aimar 0357e2cf82 Added decoder_NewSubpicture/decoder_DeleteSubpicture helpers. 18 years ago
Rémi Denis-Courmont e398428451 Use static mutexes 18 years ago
Laurent Aimar 6bd606ac8d Spu pause support. 18 years ago
Laurent Aimar f6cc8a3950 Convert stream to system timestamp after the decoder. 18 years ago
Laurent Aimar f0c76d5063 Clean up a bit subpicture region API. 18 years ago
Antoine Cellerier 1a3b1a8f27 Remove last occurences of yield in the code and comments. 18 years ago
Laurent Aimar 8f83ef4b74 Changed subpicture_region_t->picture into a picture_t * 18 years ago
Laurent Aimar 894f901f69 Used const for video_format_t when possible. 18 years ago
Laurent Aimar 1fd2f3cc9c Fixed ASS subtitle with anamorphic video. 18 years ago