summaryrefslogtreecommitdiff
path: root/channels/console_video.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2010-09-02Merged revisions 284597 via svnmerge from Tilghman Lesher
2008-10-09(closes issue #13557)Steve Murphy
2008-07-14use ast_pthread_create_detached_background() instead of redoingLuigi Rizzo
2008-07-02plug another panic when the gui cannot be started.Luigi Rizzo
2008-07-02prevent a segfault when trying to start the gui without anyLuigi Rizzo
2008-06-30implement the 'freeze' function for incoming frames;Luigi Rizzo
2008-06-29import the recent additions for video console into trunk,Luigi Rizzo
2008-06-29make this compile after ast_frame's data field changed to a unionLuigi Rizzo
2008-05-19Allow users to specify 'startgui=1' in oss.conf so that theLuigi Rizzo
2008-01-10The fixes in this commit are mainly to allow compiling of trunk with --enable...Steve Murphy
2008-01-09Implement keyboard handling, and use it to enterLuigi Rizzo
2008-01-09implement the "console startgui" and "console stopgui"Luigi Rizzo
2008-01-08add support for textareas, used for various dialog windows on the gui.Luigi Rizzo
2008-01-01remove a leftover sleep(1) used for debuggingLuigi Rizzo
2007-12-29Move grabbers definitions to a separate file, vgrabbers.c, so it is easierLuigi Rizzo
2007-12-29virtualize the interface for video grabbers, which shouldLuigi Rizzo
2007-12-28Add a few entries up to 1408x1152 in the table of known video resolutions.Luigi Rizzo
2007-12-28change the interface of video encapsulation routines, they onlyLuigi Rizzo
2007-12-28various rearrangements and renaming of console_video stuffLuigi Rizzo
2007-12-28fix a small bug in printing out geometries - wrong input.Luigi Rizzo
2007-12-27more localization of gui stuffLuigi Rizzo
2007-12-27Enable building the code even if SDL is not present (similarly,Luigi Rizzo
2007-12-26more localizations around sdl_setupLuigi Rizzo
2007-12-26another bunch of gui localizationsLuigi Rizzo
2007-12-26more localization of sdl stuffLuigi Rizzo
2007-12-26move more gui stuff into console_gui.cLuigi Rizzo
2007-12-26more preparation for untangling of the various console_video stuffLuigi Rizzo
2007-12-26Split console_video.c so that video codecs and gui functionsLuigi Rizzo
2007-12-23support sdl_videodriver to send output to x11/aalib/consoleLuigi Rizzo
2007-12-23move reading info from the keypad to a separate function.Luigi Rizzo
2007-12-23make sure the minimum surface depth is 16bpp so we can create YUVoverlays.Luigi Rizzo
2007-12-22Change the name of config file entries for keypad regionsLuigi Rizzo
2007-12-22Build console_video support by linking in, as opposed to including,Luigi Rizzo
2007-12-20add some macros to simplify parsing the config file,Luigi Rizzo
2007-12-19Add instructions on how to generate your own font.Luigi Rizzo
2007-12-15Bring in video console support for chan_oss (and later chan_alsa too).Luigi Rizzo