log common.h @ 1135:8e29f644a6be libavcodec

age author description
Wed, 12 Mar 2003 19:49:58 +0000 kabi * added more options libavcodec
Wed, 12 Mar 2003 15:16:19 +0000 michaelni per context frame_rate_base, this should finally fix frame_rate related av sync issues libavcodec
Mon, 10 Mar 2003 11:48:33 +0000 kabi * 'externaly' visible option list begins avoptions_ prefix libavcodec
Sun, 09 Mar 2003 16:07:19 +0000 al3x simplified libavcodec
Fri, 07 Mar 2003 13:48:02 +0000 kabi * more generic avoption_parse libavcodec
Thu, 06 Mar 2003 15:56:56 +0000 michaelni more cosmetics so that doxygen output is readable ... libavcodec
Thu, 06 Mar 2003 11:32:04 +0000 michaelni per file doxy libavcodec
Mon, 24 Feb 2003 13:41:57 +0000 kabi * using const buffers for reading libavcodec
Mon, 24 Feb 2003 09:41:02 +0000 michaelni get_vlc2() "docs" libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Mon, 10 Feb 2003 09:40:23 +0000 kabi * still unfinished code for Options libavcodec
Tue, 28 Jan 2003 14:37:44 +0000 bellard win32: added vsnprintf libavcodec
Mon, 27 Jan 2003 20:39:29 +0000 michaelni optimizing av_log2 libavcodec
Thu, 23 Jan 2003 23:03:09 +0000 bellard use av_malloc() functions - added av_strdup and av_realloc() libavcodec
Tue, 21 Jan 2003 17:34:12 +0000 michaelni GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodec