aboutsummaryrefslogtreecommitdiffstats
path: root/channels/console_video.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Fixes an issue with dialplan pattern matching where the specificity for patte...bbryant1-118/+121
2008-10-09(closes issue #13557)murf1-2/+2
2008-07-14use ast_pthread_create_detached_background() instead of redoingrizzo1-4/+3
2008-07-02plug another panic when the gui cannot be started.rizzo1-1/+3
2008-07-02prevent a segfault when trying to start the gui without anyrizzo1-1/+1
2008-06-30implement the 'freeze' function for incoming frames;rizzo1-12/+26
2008-06-29import the recent additions for video console into trunk,rizzo1-80/+315
2008-06-29make this compile after ast_frame's data field changed to a unionrizzo1-2/+2
2008-05-19Allow users to specify 'startgui=1' in oss.conf so that therizzo1-0/+1
2008-01-10The fixes in this commit are mainly to allow compiling of trunk with --enable...murf1-0/+1
2008-01-09Implement keyboard handling, and use it to enterrizzo1-6/+0
2008-01-09implement the "console startgui" and "console stopgui"rizzo1-15/+36
2008-01-08add support for textareas, used for various dialog windows on the gui.rizzo1-0/+6
2008-01-01remove a leftover sleep(1) used for debuggingrizzo1-2/+1
2007-12-29Move grabbers definitions to a separate file, vgrabbers.c, so it is easierrizzo1-295/+26
2007-12-29virtualize the interface for video grabbers, which shouldrizzo1-128/+235
2007-12-28Add a few entries up to 1408x1152 in the table of known video resolutions.rizzo1-0/+3
2007-12-28change the interface of video encapsulation routines, they onlyrizzo1-102/+1
2007-12-28various rearrangements and renaming of console_video stuffrizzo1-185/+62
2007-12-28fix a small bug in printing out geometries - wrong input.rizzo1-1/+1
2007-12-27more localization of gui stuffrizzo1-1/+9
2007-12-27Enable building the code even if SDL is not present (similarly,rizzo1-10/+7
2007-12-26more localizations around sdl_setuprizzo1-9/+3
2007-12-26another bunch of gui localizationsrizzo1-1/+1
2007-12-26more localization of sdl stuffrizzo1-26/+6
2007-12-26move more gui stuff into console_gui.crizzo1-4/+2
2007-12-26more preparation for untangling of the various console_video stuffrizzo1-46/+3
2007-12-26Split console_video.c so that video codecs and gui functionsrizzo1-1919/+49
2007-12-23support sdl_videodriver to send output to x11/aalib/consolerizzo1-0/+19
2007-12-23move reading info from the keypad to a separate function.rizzo1-93/+95
2007-12-23make sure the minimum surface depth is 16bpp so we can create YUVoverlays.rizzo1-2/+9
2007-12-22Change the name of config file entries for keypad regionsrizzo1-5/+8
2007-12-22Build console_video support by linking in, as opposed to including,rizzo1-46/+70
2007-12-20add some macros to simplify parsing the config file,rizzo1-37/+18
2007-12-19Add instructions on how to generate your own font.rizzo1-0/+17
2007-12-15Bring in video console support for chan_oss (and later chan_alsa too).rizzo1-0/+3280