Commit Graph

1063 Commits (7d1e3c77c88b6a07b3c3880054fb9c9527656eb8)

Author SHA1 Message Date
nick black 7d1e3c77c8 oiio: image scaling #535, subimages for video #536 4 years ago
nick black f4f58432b8 oiio: wrap raw data in an OIIO::ImageBuf #535 4 years ago
nick black fdf8c4544e
fallin: move falling planes to top of z-axis 4 years ago
nick black 9f211c75f9
rename jpeg -> jpg 4 years ago
nick black f92a5805bd
pocroller/fileroller: destroy widgets 4 years ago
nick black d904b2b8c1
scroll/cjkscroll: remove unused variables 4 years ago
nick black 84a635dd48
enmetric: use µ for micro 4 years ago
nick black fd3df0a938
oiio: comment out unused vars in ncvisual_stream() 4 years ago
Nick Black 9a075ae5d0
Support image decoding with OpenImageIO #453 (#534)
* fedora: dep on OpenImageIO, and use it
* fedora: dep on libqrcodegen-devel
* fedora: BuildRequires OpenEXR-devel
* tight check on USE_MULTIMEDIA
* CMake: enable notcurses-view for ffmpeg OR oiio
* notcurses-view: don't reach into libav
* oiio: ncvisual_render() #453
* oiio: need our own properly-offset ncvisual_plane()
* `visual` poc: accept optional command line argument
* oiio: work for 3-channel images #453
* oiio: destroy ncvisual's plane if we own it #453
* notcurses_visual.3: s/FFmpeg/multimedia/g
4 years ago
nick black 642a687601 openimageio: extract version #453 5 years ago
nick black 3624953700 fallin': correct sense of ncvisual_decode() test 5 years ago
nick black 1d66f89032 ncvisual_stream: fix up ncerr assignment 5 years ago
nick black 5f42e06383 oiio: open and close image #453 5 years ago
nick black 0b4ada19b1 Remove AVFrame from API #532 5 years ago
nick black 21822f98e7 fix up averr->ncerr #532 5 years ago
nick black 2037cdfacb move libav.c to nc_err_e #532 5 years ago
nick black ad0685aa1b switch to nc_err_e #532 5 years ago
nick black 5bae4f93b8 hide ffmpeg ncvisual definition 5 years ago
nick black ddfa62db70 get USE_MULTIMEDIA differentiated 5 years ago
nick black d81b3ef0cf start factoring out FFMpeg for OIIO plug #453 5 years ago
nick black 40aa5853c9
kill space 5 years ago
Nick Black 0e73b9d3d5
Floating-point ncplot, genericize ncplot (#531)
* compile ncplot as c++ generic #446
* add floating-point plots #446
5 years ago
nick black 12050a8ca7
ncsubproc: memset() clone_args rather than by-field 5 years ago
nick black 34629688d9
interpret NULL second argument to *_init() as stdout 5 years ago
nick black 7da3847b50
ncsubproc: get client exit notification #310 5 years ago
nick black 11c5aacb08
ncsubproc: move to big bad clone3() #310 5 years ago
nick black 16a336fd21
ncsubproc: tease apart from ncfdplane 5 years ago
nick black 2e8a6feb9e
FreeBSD wants exect(), not execvpe() 5 years ago
nick black 199a87c1fd
mbstr_find_codepoint: remove unnecessary cast 5 years ago
nick black 37aaa9c0e5
fill: don't include qrcodegen.h without USE_QRCODEGEN 5 years ago
nick black 023f06591e
ncsubproc: kill_and_wait_subproc() #310 5 years ago
nick black 3e853f6635
ncsubproc: map new pipe onto stdio #310 5 years ago
nick black 04f90fa1ea
ncsubproc: launch processes, make pipes
link to LWN article in History section of README.md.
5 years ago
nick black ee15d4c1f4
new procroller PoC 5 years ago
Nick Black fe8034b5e0
ncfdplane, fileroller PoC, ncfdplane unit tests, qrcodes #24 #514 (#524)
* first draft of ncsubproc spec
* qrcode first draft #24
* demo: add qrcode demo skeleton, entries #24
* qrcode demo #24
* fedora python build changes from @dcantrell
* ncplane_qrcode() works #24
* add some flash to the qrcode demo #24
* drone: use newest builders
* fix up rgb PoC
* drop jungle demo to 100Hz target
* add fd.c
* ncfd skeletons
* more ncfdplane #514
* ncfdp i/o loop
* ncfp: improve uinit test, write core
* firm up ncfdplane #514
* fileroller PoC #514
* ncplane: allow '\n' in stream when scrolling #523
5 years ago
nick black 6c131f4860
fallin': erase standard plane post-copy for non-FFmpeg builds #505 5 years ago
nick black bcbd857706
demo: remove all uses of PATH_MAX #519 5 years ago
nick black 4823098316
Hurd: uint64_t is ULL, fix up printf format/constants #519 5 years ago
nick black bc239077c2
demo: render immediately following menu creation #506 5 years ago
nick black 10643980fa
demo_getc_nblock() call in demo_render() #509 5 years ago
nick black 67100dc5e9
Process menu/HUD input in demo_nanosleep() #509 5 years ago
nick black 60e3e604a8
Handle fallout from reversion of Notcurses::render() semantic inversion (see #510) 5 years ago
nick black 80a1185529 whiteout: kill worm_thread, eliminate race #504 5 years ago
nick black 9fa52fcdef demo: move input handling into demo thread #504 5 years ago
Nick Black 1c7796a2b0
ncdirect_cursor_yx, ncdirect_cursor_pop, ncdirect_cursor_push #401 (#492)
* ncdirect_cursor_{push, pop, yx} declarations #401
* direct PoC: invoke ncdirect_cursor_yx() #401
* direct PoC: move to top of screen #401
* OTHERS.md: mention blessings
* ncdirect_cursor_yx working #401
* CHANGELOG: mention ncdirect_cursor_*() #401
5 years ago
Nick Black c6a9997554
Normalize ncplane_at_* / ncplane_set_base() (#479)
* ncplane_at_* and ncplane_at_cursor_*

We had notcurses_at_yx() expanding into three distinct parts of
the cell structure, and ncplane_at_yx() / ncplane_at_cursor()
writing directly to a cell. It was annoying to remember which
was which. The latter two now have a signature matching
notcurses_at_yx(), while the old functionality has been moved
to ncplane_at_yx_cell() and ncplane_at_cursor_yx(). #476
5 years ago
nick black 0e47db3979 quadrant/braille step plots #461 5 years ago
nick black 6ec9b2d250 hrm 5 years ago
nick black d9884a5f74 8x1 5 years ago
nick black d274af34b9 ncplot: define 2x2 and 4x2 sets #461 5 years ago