log mace.c @ 12514:e6d711ba5760 libavcodec

age author description
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Sun, 05 Oct 2008 20:12:20 +0000 vitor Cosmetics: rename mace3_decode_frame() to mace_decode_frame() libavcodec
Sun, 05 Oct 2008 20:06:40 +0000 vitor Avoid code duplication between mace3_decode_frame() and mace6_decode_frame() libavcodec
Sun, 05 Oct 2008 16:33:43 +0000 vitor Use a for() instead of triplicating code. libavcodec
Sun, 05 Oct 2008 14:36:10 +0000 vitor Factorize duplicate table reading code. libavcodec
Tue, 09 Sep 2008 19:20:20 +0000 vitor Convert two tables to signed decimal libavcodec
Tue, 09 Sep 2008 16:51:39 +0000 vitor Cosmetics: remove useless parentheses libavcodec
Tue, 09 Sep 2008 16:50:11 +0000 vitor Remove ChannelData.lev var and use ChannelData.level instead libavcodec
Sun, 07 Sep 2008 20:21:15 +0000 vitor Check output buffer size before decoding. libavcodec
Sun, 07 Sep 2008 20:18:18 +0000 vitor Cosmetics: rename vars s/ctx/chd/ libavcodec
Sun, 07 Sep 2008 17:20:55 +0000 vitor Exploit symmetry to reduce size of tables by half. libavcodec
Sun, 07 Sep 2008 14:33:01 +0000 vitor Cosmetics: s/short/int16_t/ libavcodec