summaryrefslogtreecommitdiffstats
path: root/sub
Commit message (Expand)AuthorAgeFilesLines
* osd: fix OSD bar position markerwm42013-04-021-0/+10
* osd: disable border for inner part of the OSD barwm42013-03-311-1/+1
* osd: draw the OSD bar with ASS vector drawingswm42013-03-302-67/+172
* sub: don't crash on GBRP videowm42013-03-281-2/+4
* sub: print messages before and after font setupwm42013-03-201-0/+2
* Prefix CODEC_ID_ with AV_wm42013-03-131-5/+5
* Fix missing ctype.h includeswm42013-03-042-0/+2
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-1/+1
* fix clang compiler warningsStefano Pigozzi2013-03-031-1/+1
* m_option: don't define OPT_BASE_STRUCT by defaultwm42013-03-011-1/+0
* vo_caca: remove OSD supportwm42013-02-242-22/+0
* cleanup: remove duplicated function, move escape parsing functionwm42013-02-161-18/+11
* osd: always update already visible OSD bar on seekswm42013-02-161-2/+4
* osd: add --osd-bar-align-x/y options to control OSD bar positionwm42013-02-141-2/+19
* Check return values of some mp_find_..._config_file function calls for NULLwm42013-02-091-2/+3
* sub: add experimental --force-rgba-osd-rendering switchwm42013-01-131-1/+6
* draw_bmp: use multiple bounding boxeswm42013-01-131-27/+20
* img_convert: use multiple bounding boxes for ASS->RGBAwm42013-01-131-26/+47
* img_convert: add sub_bitmap bounding box functionswm42013-01-135-25/+97
* draw_bmp: don't copy Y plane on up/down-samplingwm42013-01-131-5/+46
* draw_bmp: do not reallocate upsample temp image on each framewm42013-01-131-2/+14
* draw_bmp: refactorwm42013-01-131-17/+31
* draw_bmp: always allocate cachewm42013-01-131-26/+25
* mp_image: add mp_image_crop()wm42013-01-131-12/+2
* vo_xv, vo_x11: simplify OSD redrawingwm42013-01-134-149/+1
* sub: do not copy the target image if there is no OSD/subswm42013-01-132-0/+26
* draw_bmp: better way to find 444 formatwm42013-01-131-43/+13
* video: cleanup: replace old mp_image function nameswm42013-01-132-9/+9
* mp_image: simplify image allocationwm42013-01-131-16/+15
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-5/+1
* cleanup: ass_mp.h: remove dummy declarationswm42013-01-061-15/+1
* sub: add --sub-text-* options to unstyled text subtitles fontwm42013-01-052-2/+2
* demux_mpg, ass_mp: fix warningsRudolf Polzer2012-12-281-0/+4
* sub: add ASS to RGBA conversionwm42012-12-284-2/+83
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-152-14/+9
* ass_mp: allow to use a custom fontconfig configuration fileStefano Pigozzi2012-12-151-9/+14
* sd_ass: free external subtitle trackswm42012-12-141-0/+6
* sd_lavc: keep subs on subtitle track switchingwm42012-12-121-1/+7
* configure: remove --disable-sortsubwm42012-12-111-46/+4
* sub: remove vobsub reader in favor of ffmpeg vobsub demuxerwm42012-12-115-1076/+29
* sub: clear libavformat demuxed subtitles on seekingwm42012-12-031-0/+6
* subreader: fix some of ASS parser issuesUoti Urpala2012-12-031-45/+22
* subs: remove --utf8, simplify codeUoti Urpala2012-12-033-22/+5
* video: add support for 12 and 14 bit YUV pixel formatsStephen Hutchinson2012-12-031-0/+8
* subassconverter: correctly handle RRGGBB and unknow formatsStefano Pigozzi2012-11-251-22/+31
* sub: add --sub-gray option to display image subs in grayscalewm42012-11-253-2/+42
* sub: reimplement -spugauss as --sub-gausswm42012-11-253-0/+49
* osd: fix z-order of subtitle OSD elementswm42012-11-221-2/+3
* draw_bmp: add RGB rendering to fix image quality issueswm42012-11-221-1/+12
* subreader: do not skip the first char of ASS fields.cigaes2012-11-211-1/+1
* vo_xv: don't require frame stepping to remove OSD or subswm42012-11-214-0/+149
* osd: make the OSD and sub font more customizablewm42012-11-205-69/+135
* Fix potential bugs and issues, general cleanupsreimar2012-11-203-13/+8
* sd_ass: fix ASS subtitles coming from demux_lavfwm42012-11-161-3/+7
* subreader: replace sub_free() by talloc destructorwm42012-11-162-7/+7
* clang: fix all warnings except deprecationsStefano Pigozzi2012-11-131-1/+1
* Rename directories, move files (step 2 of 2)wm42012-11-1214-46/+43
* Merge branch 'osd_changes' into masterwm42012-11-0118-1447/+1282
|\
| * draw_bmp: remove swscale bug workaroundwm42012-11-011-3/+1
| * screenshot, draw_bmp: use colorspace passed with mp_imagewm42012-11-014-35/+53
| * csputils: better support for integer color valueswm42012-10-282-2/+6
| * draw_bmp, csputils: use function instead of macrowm42012-10-282-24/+7
| * draw_bmp: cosmetics, refactorwm42012-10-283-434/+332
| * draw_bmp: remove CONDITIONAL2 codewm42012-10-241-25/+0
| * Merge branch 'master' into osd_changeswm42012-10-241-2/+2
| |\
| * | options: remove --ffactor switchwm42012-10-244-11/+2
| * | options: remove --subfont-autoscale (changes default font scale)wm42012-10-244-31/+2
| * | options: remove subtitle related options that did nothingwm42012-10-244-24/+5
| * | draw_bmp: fix IMGFMT_BGR32 useRudolf Polzer2012-10-241-9/+15
| * | sub: add clarifying commentswm42012-10-241-1/+3
| * | draw_bmp: fix for yuy2 formatwm42012-10-241-1/+2
| * | sub: simplify OSD redrawing logicwm42012-10-242-17/+3
| * | VO, sub: refactorwm42012-10-2412-125/+70
| * | draw_bmp: don't try to call swscale if image format not supportedwm42012-10-241-0/+3
| * | sub: add cache to mp_draw_sub_bitmaps()wm42012-10-244-19/+86
| * | sub, vf_ass: allow rendering RGBA subs, replace old vf_ass renderingwm42012-10-242-69/+70
| * | sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactorwm42012-10-245-8/+8
| * | spudec: use csputils for color conversionwm42012-10-241-10/+8
| * | Remove things related to old OSDwm42012-10-246-1066/+1
| * | img_convert: fix alignment for RGBA imageswm42012-10-241-3/+8
| * | sub: add function to draw OSD into an imagewm42012-10-242-0/+31
| * | draw_bmp: compensate for libswscale writing past image boundswm42012-10-241-1/+2
| * | sub: add helper to draw sub-bitmaps into an imageRudolf Polzer2012-10-242-0/+592
| * | Merge branch 'master' into osd_changeswm42012-10-163-18/+34
| |\ \
| * | | sub: fix and simplify some change detection detailswm42012-10-163-15/+14
| * | | spudec.c: crop subs, set scaled flagwm42012-10-161-30/+84
| * | | sub: switch to premultiplied alphawm42012-10-162-5/+21
| * | | sub: never decode subs to old OSD formatwm42012-10-169-169/+191
| * | | sub: cosmetics: move things aroundwm42012-10-166-63/+70
| * | | sub: cleanup: don't pass parameters via global variableswm42012-10-167-42/+38
| * | | sub: always go through sub.c for OSD renderingwm42012-10-163-10/+102
| * | | sub, VO: remove vo_osd_resized() functionwm42012-10-162-9/+0
| * | | sub: remove logic for disabling hinting on scaled EOSDwm42012-10-164-8/+4
| * | | sub: make it easier to set DVD sub decoding with sd_lavcwm42012-10-162-8/+23
| * | | osd_libass: set RTL base direction to neutralwm42012-10-161-3/+6
| * | | sub: cleanup: remove vo_osd_probar_type/value global variableswm42012-10-163-12/+9
| * | | sub: cosmetics: turn some defines into enumswm42012-10-162-28/+34
| * | | sub: allow converting DVD subs to RGBAwm42012-10-164-6/+53
| * | | sub: allow rendering OSD in ASS image format directly, simplifywm42012-10-1612-522/+593
| * | | sub: add preliminary emulation layer to draw OSD with EOSDwm42012-10-162-0/+82
| * | | sub: create sub_bitmap array even when using libasswm42012-10-164-18/+67
* | | | subreader: do not write outside array boundsreimar2012-10-311-2/+4
* | | | spudec: set pointers to NULL after freereimar2012-10-311-0/+2
| |_|/ |/| |
* | | osd_libass: increase robustness when handling internal OSD escapeswm42012-10-221-1/+1
* | | osd_libass: fix stupid dangling pointer crashwm42012-10-221-1/+1
| |/ |/|
* | osd_libass: fix \n escapeswm42012-10-141-8/+3
* | sub: add --ass-style-override option to disable style overrideswm42012-10-122-13/+29
* | sub: enable sub-pos with libasswm42012-10-122-1/+6
|/
* subs, vo_vdpau: support RGBA color for PGS subtitlesUoti Urpala2012-09-185-12/+143
* options: remove -subalignwm42012-09-182-2/+0
* subs: restore support for sub_step command with libasswm42012-09-182-0/+14
* subs, vo: do sub bitmap change detection by comparing IDsUoti Urpala2012-09-184-9/+22
* subs: always use sub decoder framework for libass renderingUoti Urpala2012-09-188-27/+98
* subs: libass: use a single persistent renderer for subtitlesUoti Urpala2012-09-185-26/+25
* sd_lavc: use subtitle framework for former av_sub.c codeUoti Urpala2012-09-185-94/+72
* core: manage tracks in the frontendwm42012-09-183-1/+8
* osd_libass: fix displaying empty text, fix API usagewm42012-08-211-11/+6
* Adjust ffmpeg/libav #includes to work with recent upstream changesUoti Urpala2012-08-211-1/+1
* osd: get rid of useless initialization functionwm42012-08-201-9/+1
* sub: remove unused definitionswm42012-08-201-12/+0
* Remove dvdnav support (DVD menus)wm42012-08-162-68/+0
* sub: fix confusion of ass_library handleswm42012-08-073-11/+14
* osd_libass: allocate separate ASS_Library for OSDwm42012-08-073-5/+9
* osd: reset OSD change state even if VO doesn't draw OSDwm42012-08-072-0/+10
* VO: remove old VO gluewm42012-08-073-18/+2
* osd: free buffer allocated with av_malloc with av_freewm42012-08-041-4/+4
* sub: simplify code by always defining sub_cpwm42012-08-032-5/+3
* subassconvert: order colour names alphabetically / better match W3 listmplayer-svn2012-08-031-7/+23
* spudec: use more precise alpha handling for -spuaa 4mplayer-svn2012-08-031-2/+2
* av_sub, spudec: support multiple rectanglesmplayer-svn2012-08-033-41/+113
* subreader: eliminate duplicate subtitle linesmplayer-svn2012-08-031-0/+10
* subreader: SSA reader: do not strip commas in commandsmplayer-svn2012-08-031-0/+3
* subreader: fix reading of aqr/subrip09 subtitlesmplayer-svn2012-08-031-8/+8
* subreader: get rid of some code duplicationmplayer-svn2012-08-031-64/+34
* Remove teletext supportwm42012-08-034-31/+0
* osd: minor simplification of vo_osd_changed()wm42012-08-012-11/+20
* Remove dead codewm42012-08-0110-986/+0
* configure: remove checks for malloc.h and alloca()wm42012-07-301-3/+0
* configure: remove memalign checkwm42012-07-301-3/+5
* ass_mp.c: remap libass log levelswm42012-07-301-0/+12
* sub: silence output of subtitle search messagewm42012-07-301-1/+1
* sub: remove unrar_execwm42012-07-303-466/+0
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-282-15/+15
* osd: osd_font.h -> osd_font.pfbwm42012-07-283-546/+3
* osd: remove freetype font rendering codewm42012-07-2810-2703/+52
* osd: use libass for OSD renderingwm42012-07-2810-970/+1440
* osd: enable line breaking for OSD textwm42012-07-281-31/+67
* Merge remote-tracking branch 'origin/master'wm42012-05-201-1/+1
|\
| * font_load_ft.c: fix possible crash with recent FontconfigUoti Urpala2012-05-171-1/+1
* | Merge remote-tracking branch 'origin/master'wm42012-04-291-33/+34
|\|
| * subassconvert: make subrip attribute parsing more robustUoti Urpala2012-04-171-33/+34
| * subassconvert: handle unquoted attributes in subrip font tagswm42012-04-171-27/+45
* | Merge remote-tracking branch 'origin/master'wm42012-04-281-1/+6
|\|
| * subs: only use "subfont.ttf" as libass fallback if it existsUoti Urpala2012-04-141-1/+6
* | subassconvert: handle unquoted attributes in subrip font tagswm42012-04-161-27/+45
* | Merge remote-tracking branch 'origin/master'wm42012-04-011-0/+1
|\|
| * timeline: subs: keep subtitle tracks in source timeUoti Urpala2012-03-251-0/+1
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-163-10/+6
|\|
| * windows support: unicode filenameswm42012-03-092-8/+4
| * cleanup: Silence compilation warnings on MinGW-w64wm42012-03-011-2/+2
* | ass_mp.c: remove code duplicationwm42012-03-061-2/+1
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-052-8/+15
|