diff options
author | deva <deva> | 2005-07-28 11:23:25 +0000 |
---|---|---|
committer | deva <deva> | 2005-07-28 11:23:25 +0000 |
commit | df6bde85bfd7206fc9dca3e84f6bd8a23056d051 (patch) | |
tree | c7e91844b2af4486c1bfa72ac273e596e01e89d6 /src/mov_encoder_thread.cc | |
parent | 7e34d01db38e0af1bfdb5a20f2f20e8567bfa0b1 (diff) |
*** empty log message ***
Diffstat (limited to 'src/mov_encoder_thread.cc')
-rw-r--r-- | src/mov_encoder_thread.cc | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/src/mov_encoder_thread.cc b/src/mov_encoder_thread.cc index d24e3f3..cfa6071 100644 --- a/src/mov_encoder_thread.cc +++ b/src/mov_encoder_thread.cc @@ -24,56 +24,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.13 2005/07/02 11:39:52 deva - * Added some audiocode. - * Moved libfame code out of mov_encoder - * - * Revision 1.12 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.11 2005/06/14 18:58:35 deva - * *** empty log message *** - * - * Revision 1.10 2005/06/14 12:29:40 deva - * Incorporated the use of the Info object everywhere... also using the log functionality. - * - * Revision 1.9 2005/05/26 12:48:36 deva - * *** empty log message *** - * - * Revision 1.8 2005/05/23 17:59:49 deva - * Fixed delete of NULL input queue - * - * Revision 1.7 2005/05/22 15:49:22 deva - * Added multithreaded encoding support. - * - * Revision 1.6 2005/05/19 14:10:22 deva - * Multithreading rulez? - * - * Revision 1.5 2005/05/19 10:55:49 deva - * Test for block encoding of length strlen("IPIPP"). - * - * Revision 1.4 2005/05/17 19:16:26 deva - * Made new mpeg writer work, with proper file permissions. - * - * Revision 1.3 2005/05/17 15:13:15 deva - * *** empty log message *** - * - * Revision 1.2 2005/05/17 15:12:51 deva - * Fixed file rights (All read on files and directories, and all execute on directories). - * - * Revision 1.1 2005/05/17 14:30:56 deva - * Added code, preparing threaded encoding. - */ - #include <config.h> #include "mov_encoder_thread.h" #include <errno.h> |