From df6bde85bfd7206fc9dca3e84f6bd8a23056d051 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 28 Jul 2005 11:23:25 +0000 Subject: *** empty log message *** --- src/mov_encoder.cc | 102 ----------------------------------------------------- 1 file changed, 102 deletions(-) (limited to 'src/mov_encoder.cc') diff --git a/src/mov_encoder.cc b/src/mov_encoder.cc index 74f9b90..1073b35 100644 --- a/src/mov_encoder.cc +++ b/src/mov_encoder.cc @@ -32,108 +32,6 @@ * along with MIaV; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ - -/* - * $Id$ - */ - -/* - * $Log$ - * Revision 1.36 2005/07/22 15:59:39 deva - * *** empty log message *** - * - * Revision 1.35 2005/07/07 12:42:19 deva - * *** empty log message *** - * - * Revision 1.34 2005/07/05 23:15:16 deva - * *** empty log message *** - * - * Revision 1.33 2005/07/02 11:39:52 deva - * Added some audiocode. - * Moved libfame code out of mov_encoder - * - * Revision 1.32 2005/06/19 20:04:43 deva - * ImgEncoder now uses the file class for output, through jpeg_mem_dest. - * - * Revision 1.31 2005/06/19 11:44:14 deva - * Cleaned up a log of logging. - * Fixed server queue (shouldn't happen). - * Added user and group lookup. - * - * Revision 1.30 2005/06/16 21:28:57 deva - * Rewrote thread object - * Fixed bug in mov_encoder (pushed read_sem too many times, whihc lead to - * growing server queue) - * - * Revision 1.29 2005/06/14 18:58:35 deva - * *** empty log message *** - * - * Revision 1.28 2005/06/14 12:29:40 deva - * Incorporated the use of the Info object everywhere... also using the log functionality. - * - * Revision 1.27 2005/06/09 11:00:03 deva - * Added daemon code, and cleaned up using -Wall and -Werror - * - * Revision 1.26 2005/05/26 12:48:36 deva - * *** empty log message *** - * - * Revision 1.25 2005/05/25 15:36:05 deva - * Added mpeg4 encoding to the encoders, controllable by the config file. - * - * Revision 1.24 2005/05/22 15:49:22 deva - * Added multithreaded encoding support. - * - * Revision 1.23 2005/05/19 14:10:22 deva - * Multithreading rulez? - * - * Revision 1.22 2005/05/17 19:16:26 deva - * Made new mpeg writer work, with proper file permissions. - * - * Revision 1.21 2005/05/17 14:30:56 deva - * Added code, preparing threaded encoding. - * - * Revision 1.20 2005/05/16 16:00:57 deva - * Lots of stuff! - * - * Revision 1.19 2005/05/16 13:25:52 deva - * Moved video setting to configuration file. - * Fine tuned setting for 2.4ghz server - * - * Revision 1.18 2005/05/16 11:13:24 deva - * Optimized some encoding parameters. - * - * Revision 1.17 2005/05/16 10:45:10 deva - * Added new entries to fame parameter struct (bitrate omongst other things) - * - * Revision 1.16 2005/05/09 19:54:15 deva - * *** empty log message *** - * - * Revision 1.15 2005/05/09 16:40:20 deva - * Added optimize yuv conversion code - * - * Revision 1.14 2005/05/07 10:56:18 deva - * Changed print outs - * - * Revision 1.13 2005/05/07 10:25:34 deva - * Removed ffmpeg code from img_encoder and corrected decoding errors in mov_encoder - * - * Revision 1.12 2005/05/05 20:41:38 deva - * Removed the last pieces of ffmpeg... replaced it with libfame... - * Not quite working yet, but all the major code is in place! - * - * Revision 1.11 2005/05/03 17:12:53 deva - * Fixed a bug (forgot to set the frametime). - * - * Revision 1.10 2005/05/03 08:31:59 deva - * Removed the error object, and replaced it with a more generic info object. - * - * Revision 1.9 2005/05/02 10:59:44 deva - * Reverted to mpg file format (accidentally used avi with mpeg2) - * - * Revision 1.8 2005/05/01 09:56:26 deva - * Added Id and Log tags to all files - */ - #include "mov_encoder.h" #include -- cgit v1.2.3