| Commit message (Expand) | Author | Age | Files | Lines |
* | sub: add experimental --force-rgba-osd-rendering switch | wm4 | 2013-01-13 | 1 | -1/+6 |
* | draw_bmp: use multiple bounding boxes | wm4 | 2013-01-13 | 1 | -27/+20 |
* | img_convert: use multiple bounding boxes for ASS->RGBA | wm4 | 2013-01-13 | 1 | -26/+47 |
* | img_convert: add sub_bitmap bounding box functions | wm4 | 2013-01-13 | 5 | -25/+97 |
* | draw_bmp: don't copy Y plane on up/down-sampling | wm4 | 2013-01-13 | 1 | -5/+46 |
* | draw_bmp: do not reallocate upsample temp image on each frame | wm4 | 2013-01-13 | 1 | -2/+14 |
* | draw_bmp: refactor | wm4 | 2013-01-13 | 1 | -17/+31 |
* | draw_bmp: always allocate cache | wm4 | 2013-01-13 | 1 | -26/+25 |
* | mp_image: add mp_image_crop() | wm4 | 2013-01-13 | 1 | -12/+2 |
* | vo_xv, vo_x11: simplify OSD redrawing | wm4 | 2013-01-13 | 4 | -149/+1 |
* | sub: do not copy the target image if there is no OSD/subs | wm4 | 2013-01-13 | 2 | -0/+26 |
* | draw_bmp: better way to find 444 format | wm4 | 2013-01-13 | 1 | -43/+13 |
* | video: cleanup: replace old mp_image function names | wm4 | 2013-01-13 | 2 | -9/+9 |
* | mp_image: simplify image allocation | wm4 | 2013-01-13 | 1 | -16/+15 |
* | mp_image: require using mp_image_set_size() for setting w/h | wm4 | 2013-01-13 | 1 | -5/+1 |
* | cleanup: ass_mp.h: remove dummy declarations | wm4 | 2013-01-06 | 1 | -15/+1 |
* | sub: add --sub-text-* options to unstyled text subtitles font | wm4 | 2013-01-05 | 2 | -2/+2 |
* | demux_mpg, ass_mp: fix warnings | Rudolf Polzer | 2012-12-28 | 1 | -0/+4 |
* | sub: add ASS to RGBA conversion | wm4 | 2012-12-28 | 4 | -2/+83 |
* | path: add mp_find_config_file and reorganize some of the code | Stefano Pigozzi | 2012-12-15 | 2 | -14/+9 |
* | ass_mp: allow to use a custom fontconfig configuration file | Stefano Pigozzi | 2012-12-15 | 1 | -9/+14 |
* | sd_ass: free external subtitle tracks | wm4 | 2012-12-14 | 1 | -0/+6 |
* | sd_lavc: keep subs on subtitle track switching | wm4 | 2012-12-12 | 1 | -1/+7 |
* | configure: remove --disable-sortsub | wm4 | 2012-12-11 | 1 | -46/+4 |
* | sub: remove vobsub reader in favor of ffmpeg vobsub demuxer | wm4 | 2012-12-11 | 5 | -1076/+29 |
* | sub: clear libavformat demuxed subtitles on seeking | wm4 | 2012-12-03 | 1 | -0/+6 |
* | subreader: fix some of ASS parser issues | Uoti Urpala | 2012-12-03 | 1 | -45/+22 |
* | subs: remove --utf8, simplify code | Uoti Urpala | 2012-12-03 | 3 | -22/+5 |
* | video: add support for 12 and 14 bit YUV pixel formats | Stephen Hutchinson | 2012-12-03 | 1 | -0/+8 |
* | subassconverter: correctly handle RRGGBB and unknow formats | Stefano Pigozzi | 2012-11-25 | 1 | -22/+31 |
* | sub: add --sub-gray option to display image subs in grayscale | wm4 | 2012-11-25 | 3 | -2/+42 |
* | sub: reimplement -spugauss as --sub-gauss | wm4 | 2012-11-25 | 3 | -0/+49 |
* | osd: fix z-order of subtitle OSD elements | wm4 | 2012-11-22 | 1 | -2/+3 |
* | draw_bmp: add RGB rendering to fix image quality issues | wm4 | 2012-11-22 | 1 | -1/+12 |
* | subreader: do not skip the first char of ASS fields. | cigaes | 2012-11-21 | 1 | -1/+1 |
* | vo_xv: don't require frame stepping to remove OSD or subs | wm4 | 2012-11-21 | 4 | -0/+149 |
* | osd: make the OSD and sub font more customizable | wm4 | 2012-11-20 | 5 | -69/+135 |
* | Fix potential bugs and issues, general cleanups | reimar | 2012-11-20 | 3 | -13/+8 |
* | sd_ass: fix ASS subtitles coming from demux_lavf | wm4 | 2012-11-16 | 1 | -3/+7 |
* | subreader: replace sub_free() by talloc destructor | wm4 | 2012-11-16 | 2 | -7/+7 |
* | clang: fix all warnings except deprecations | Stefano Pigozzi | 2012-11-13 | 1 | -1/+1 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 14 | -46/+43 |
* | Merge branch 'osd_changes' into master | wm4 | 2012-11-01 | 18 | -1447/+1282 |
|\ |
|
| * | draw_bmp: remove swscale bug workaround | wm4 | 2012-11-01 | 1 | -3/+1 |
| * | screenshot, draw_bmp: use colorspace passed with mp_image | wm4 | 2012-11-01 | 4 | -35/+53 |
| * | csputils: better support for integer color values | wm4 | 2012-10-28 | 2 | -2/+6 |
| * | draw_bmp, csputils: use function instead of macro | wm4 | 2012-10-28 | 2 | -24/+7 |
| * | draw_bmp: cosmetics, refactor | wm4 | 2012-10-28 | 3 | -434/+332 |
| * | draw_bmp: remove CONDITIONAL2 code | wm4 | 2012-10-24 | 1 | -25/+0 |
| * | Merge branch 'master' into osd_changes | wm4 | 2012-10-24 | 1 | -2/+2 |
| |\ |
|
| * | | options: remove --ffactor switch | wm4 | 2012-10-24 | 4 | -11/+2 |
| * | | options: remove --subfont-autoscale (changes default font scale) | wm4 | 2012-10-24 | 4 | -31/+2 |
| * | | options: remove subtitle related options that did nothing | wm4 | 2012-10-24 | 4 | -24/+5 |
| * | | draw_bmp: fix IMGFMT_BGR32 use | Rudolf Polzer | 2012-10-24 | 1 | -9/+15 |
| * | | sub: add clarifying comments | wm4 | 2012-10-24 | 1 | -1/+3 |
| * | | draw_bmp: fix for yuy2 format | wm4 | 2012-10-24 | 1 | -1/+2 |
| * | | sub: simplify OSD redrawing logic | wm4 | 2012-10-24 | 2 | -17/+3 |
| * | | VO, sub: refactor | wm4 | 2012-10-24 | 12 | -125/+70 |
| * | | draw_bmp: don't try to call swscale if image format not supported | wm4 | 2012-10-24 | 1 | -0/+3 |
| * | | sub: add cache to mp_draw_sub_bitmaps() | wm4 | 2012-10-24 | 4 | -19/+86 |
| * | | sub, vf_ass: allow rendering RGBA subs, replace old vf_ass rendering | wm4 | 2012-10-24 | 2 | -69/+70 |
| * | | sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactor | wm4 | 2012-10-24 | 5 | -8/+8 |
| * | | spudec: use csputils for color conversion | wm4 | 2012-10-24 | 1 | -10/+8 |
| * | | Remove things related to old OSD | wm4 | 2012-10-24 | 6 | -1066/+1 |
| * | | img_convert: fix alignment for RGBA images | wm4 | 2012-10-24 | 1 | -3/+8 |
| * | | sub: add function to draw OSD into an image | wm4 | 2012-10-24 | 2 | -0/+31 |
| * | | draw_bmp: compensate for libswscale writing past image bounds | wm4 | 2012-10-24 | 1 | -1/+2 |
| * | | sub: add helper to draw sub-bitmaps into an image | Rudolf Polzer | 2012-10-24 | 2 | -0/+592 |
| * | | Merge branch 'master' into osd_changes | wm4 | 2012-10-16 | 3 | -18/+34 |
| |\ \ |
|
| * | | | sub: fix and simplify some change detection details | wm4 | 2012-10-16 | 3 | -15/+14 |
| * | | | spudec.c: crop subs, set scaled flag | wm4 | 2012-10-16 | 1 | -30/+84 |
| * | | | sub: switch to premultiplied alpha | wm4 | 2012-10-16 | 2 | -5/+21 |
| * | | | sub: never decode subs to old OSD format | wm4 | 2012-10-16 | 9 | -169/+191 |
| * | | | sub: cosmetics: move things around | wm4 | 2012-10-16 | 6 | -63/+70 |
| * | | | sub: cleanup: don't pass parameters via global variables | wm4 | 2012-10-16 | 7 | -42/+38 |
| * | | | sub: always go through sub.c for OSD rendering | wm4 | 2012-10-16 | 3 | -10/+102 |
| * | | | sub, VO: remove vo_osd_resized() function | wm4 | 2012-10-16 | 2 | -9/+0 |
| * | | | sub: remove logic for disabling hinting on scaled EOSD | wm4 | 2012-10-16 | 4 | -8/+4 |
| * | | | sub: make it easier to set DVD sub decoding with sd_lavc | wm4 | 2012-10-16 | 2 | -8/+23 |
| * | | | osd_libass: set RTL base direction to neutral | wm4 | 2012-10-16 | 1 | -3/+6 |
| * | | | sub: cleanup: remove vo_osd_probar_type/value global variables | wm4 | 2012-10-16 | 3 | -12/+9 |
| * | | | sub: cosmetics: turn some defines into enums | wm4 | 2012-10-16 | 2 | -28/+34 |
| * | | | sub: allow converting DVD subs to RGBA | wm4 | 2012-10-16 | 4 | -6/+53 |
| * | | | sub: allow rendering OSD in ASS image format directly, simplify | wm4 | 2012-10-16 | 12 | -522/+593 |
| * | | | sub: add preliminary emulation layer to draw OSD with EOSD | wm4 | 2012-10-16 | 2 | -0/+82 |
| * | | | sub: create sub_bitmap array even when using libass | wm4 | 2012-10-16 | 4 | -18/+67 |
* | | | | subreader: do not write outside array bounds | reimar | 2012-10-31 | 1 | -2/+4 |
* | | | | spudec: set pointers to NULL after free | reimar | 2012-10-31 | 1 | -0/+2 |
| |_|/
|/| | |
|
* | | | osd_libass: increase robustness when handling internal OSD escapes | wm4 | 2012-10-22 | 1 | -1/+1 |
* | | | osd_libass: fix stupid dangling pointer crash | wm4 | 2012-10-22 | 1 | -1/+1 |
| |/
|/| |
|
* | | osd_libass: fix \n escapes | wm4 | 2012-10-14 | 1 | -8/+3 |
* | | sub: add --ass-style-override option to disable style overrides | wm4 | 2012-10-12 | 2 | -13/+29 |
* | | sub: enable sub-pos with libass | wm4 | 2012-10-12 | 2 | -1/+6 |
|/ |
|
* | subs, vo_vdpau: support RGBA color for PGS subtitles | Uoti Urpala | 2012-09-18 | 5 | -12/+143 |
* | options: remove -subalign | wm4 | 2012-09-18 | 2 | -2/+0 |
* | subs: restore support for sub_step command with libass | wm4 | 2012-09-18 | 2 | -0/+14 |
* | subs, vo: do sub bitmap change detection by comparing IDs | Uoti Urpala | 2012-09-18 | 4 | -9/+22 |
* | subs: always use sub decoder framework for libass rendering | Uoti Urpala | 2012-09-18 | 8 | -27/+98 |
* | subs: libass: use a single persistent renderer for subtitles | Uoti Urpala | 2012-09-18 | 5 | -26/+25 |
* | sd_lavc: use subtitle framework for former av_sub.c code | Uoti Urpala | 2012-09-18 | 5 | -94/+72 |
* | core: manage tracks in the frontend | wm4 | 2012-09-18 | 3 | -1/+8 |
* | osd_libass: fix displaying empty text, fix API usage | wm4 | 2012-08-21 | 1 | -11/+6 |
* | Adjust ffmpeg/libav #includes to work with recent upstream changes | Uoti Urpala | 2012-08-21 | 1 | -1/+1 |
* | osd: get rid of useless initialization function | wm4 | 2012-08-20 | 1 | -9/+1 |
* | sub: remove unused definitions | wm4 | 2012-08-20 | 1 | -12/+0 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 2 | -68/+0 |
* | sub: fix confusion of ass_library handles | wm4 | 2012-08-07 | 3 | -11/+14 |
* | osd_libass: allocate separate ASS_Library for OSD | wm4 | 2012-08-07 | 3 | -5/+9 |
* | osd: reset OSD change state even if VO doesn't draw OSD | wm4 | 2012-08-07 | 2 | -0/+10 |
* | VO: remove old VO glue | wm4 | 2012-08-07 | 3 | -18/+2 |
* | osd: free buffer allocated with av_malloc with av_free | wm4 | 2012-08-04 | 1 | -4/+4 |
* | sub: simplify code by always defining sub_cp | wm4 | 2012-08-03 | 2 | -5/+3 |
* | subassconvert: order colour names alphabetically / better match W3 list | mplayer-svn | 2012-08-03 | 1 | -7/+23 |
* | spudec: use more precise alpha handling for -spuaa 4 | mplayer-svn | 2012-08-03 | 1 | -2/+2 |
* | av_sub, spudec: support multiple rectangles | mplayer-svn | 2012-08-03 | 3 | -41/+113 |
* | subreader: eliminate duplicate subtitle lines | mplayer-svn | 2012-08-03 | 1 | -0/+10 |
* | subreader: SSA reader: do not strip commas in commands | mplayer-svn | 2012-08-03 | 1 | -0/+3 |
* | subreader: fix reading of aqr/subrip09 subtitles | mplayer-svn | 2012-08-03 | 1 | -8/+8 |
* | subreader: get rid of some code duplication | mplayer-svn | 2012-08-03 | 1 | -64/+34 |
* | Remove teletext support | wm4 | 2012-08-03 | 4 | -31/+0 |
* | osd: minor simplification of vo_osd_changed() | wm4 | 2012-08-01 | 2 | -11/+20 |
* | Remove dead code | wm4 | 2012-08-01 | 10 | -986/+0 |
* | configure: remove checks for malloc.h and alloca() | wm4 | 2012-07-30 | 1 | -3/+0 |
* | configure: remove memalign check | wm4 | 2012-07-30 | 1 | -3/+5 |
* | ass_mp.c: remap libass log levels | wm4 | 2012-07-30 | 1 | -0/+12 |
* | sub: silence output of subtitle search message | wm4 | 2012-07-30 | 1 | -1/+1 |
* | sub: remove unrar_exec | wm4 | 2012-07-30 | 3 | -466/+0 |
* | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr | wm4 | 2012-07-28 | 2 | -15/+15 |
* | osd: osd_font.h -> osd_font.pfb | wm4 | 2012-07-28 | 3 | -546/+3 |
* | osd: remove freetype font rendering code | wm4 | 2012-07-28 | 10 | -2703/+52 |
* | osd: use libass for OSD rendering | wm4 | 2012-07-28 | 10 | -970/+1440 |
* | osd: enable line breaking for OSD text | wm4 | 2012-07-28 | 1 | -31/+67 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-05-20 | 1 | -1/+1 |
|\ |
|
| * | font_load_ft.c: fix possible crash with recent Fontconfig | Uoti Urpala | 2012-05-17 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-29 | 1 | -33/+34 |
|\| |
|
| * | subassconvert: make subrip attribute parsing more robust | Uoti Urpala | 2012-04-17 | 1 | -33/+34 |
| * | subassconvert: handle unquoted attributes in subrip font tags | wm4 | 2012-04-17 | 1 | -27/+45 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-28 | 1 | -1/+6 |
|\| |
|
| * | subs: only use "subfont.ttf" as libass fallback if it exists | Uoti Urpala | 2012-04-14 | 1 | -1/+6 |
* | | subassconvert: handle unquoted attributes in subrip font tags | wm4 | 2012-04-16 | 1 | -27/+45 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-01 | 1 | -0/+1 |
|\| |
|
| * | timeline: subs: keep subtitle tracks in source time | Uoti Urpala | 2012-03-25 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-16 | 3 | -10/+6 |
|\| |
|
| * | windows support: unicode filenames | wm4 | 2012-03-09 | 2 | -8/+4 |
| * | cleanup: Silence compilation warnings on MinGW-w64 | wm4 | 2012-03-01 | 1 | -2/+2 |
* | | ass_mp.c: remove code duplication | wm4 | 2012-03-06 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-05 | 2 | -8/+15 |
|\| |
|
| * | build: switch to libavutil bswap.h and intreadwrite.h | Uoti Urpala | 2012-02-01 | 1 | -6/+8 |
| * | Update Libav API uses | Uoti Urpala | 2012-02-01 | 1 | -2/+7 |
* | | Fix minor memory leak from 2003 | wm4 | 2012-02-25 | 1 | -2/+8 |
|/ |
|
* | configure, build: require at least Libav 0.7 | Uoti Urpala | 2011-12-22 | 1 | -2/+0 |
* | core, vo: modify OSD redraw architecture, support EOSD | Uoti Urpala | 2011-12-06 | 1 | -0/+1 |
* | subreader.c: don't run FriBiDi code if using libass | Uoti Urpala | 2011-09-23 | 1 | -1/+4 |
* | sd_ass.c: set event->Style to fix --ass-styles | Uoti Urpala | 2011-09-23 | 1 | -0/+1 |
* | |