summaryrefslogtreecommitdiff
path: root/src/encoder.cc
AgeCommit message (Collapse)Author
2014-05-28Port server to hugin.Bent Bisballe Nyeng
2014-05-14Split miav server and client apart. Port client to Qt4. Replace libraw1994 ↵Bent Bisballe Nyeng
with libiec61883. Add unit tests for multiplexer and fix some bugs in it.
2005-11-16*** empty log message ***deva
2005-10-27*** empty log message ***deva
2005-10-26*** empty log message ***deva
2005-10-18*** empty log message ***deva
2005-10-18*** empty log message ***deva
2005-10-18*** empty log message ***deva
2005-07-28*** empty log message ***deva
2005-06-16Rewrote thread objectdeva
Fixed bug in mov_encoder (pushed read_sem too many times, whihc lead to growing server queue)
2005-05-25Made unfreeze close connection, when no recording is done.deva
2005-05-22Fix: Connection is now taken down when taking a sanpshot without recording.deva
2005-05-03Removed the error object, and replaced it with a more generic info object.deva
2005-05-02Some hacked borky ugly scumm code to check for errors! :(deva
2005-05-02Fixed wrongly showed snapshot thumbnails.deva
2005-05-02Preserve network connection when a frozen frame exists, even though no ↵deva
recording is done.
2005-05-02Create and destroy netowrk connections in main function and not in ↵deva
start/stop/freeze... etc
2005-05-02Rewrote freeze, shoot and record flags, from encoder to frame.deva
2005-05-02Fixed decoding problem in snapshot thumbnails.deva
2005-05-01Now snapshot is read from frame queue.deva
2005-05-01Added code to read screenshot from frame queue, decode it to rgb and put it ↵deva
into a qimage.
2005-05-01Added Id and Log tags to all filesdeva
2005-04-28*** empty log message ***deva
2005-04-28Added locking to the queue and locked queue in encoder to empty it before ↵deva
stopping network stream.
2005-04-28Moved mutex into queue (made it thread safe), to avoid mutex locking in ↵deva
player, encoder and decoder.
2005-04-26*** empty log message ***deva
2005-04-26*** empty log message ***deva
2005-04-26*** empty log message ***deva
2005-04-26*** empty log message ***deva
2005-04-26Removed frame memoryleakdeva
2005-04-19xome crapdeva
2005-04-18libdv decoder in player now initialized for PALdeva
2005-04-14Unified the frame types.deva
2005-04-10lots of styff!deva
2005-04-05Added validity checking on the conf parser.deva
Added error object to conf parser. Cleaned up the configure.in script
2005-03-29Added a lot of error detection stuff to the camera, player, encoder and ↵deva
decoder objects.
2005-03-26Added an error object for genereic error message handling.deva
2005-03-24Initial revisiondeva