log g726.c @ 12488:351a81a23343 libavcodec

age author description
Sat, 11 Sep 2010 19:52:09 +0000 jbr Set a constant frame size for encoding G.726 audio. libavcodec
Sat, 24 Jul 2010 13:59:49 +0000 reimar Use "const" qualifier for pointers that point to input data of libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Sun, 06 Sep 2009 09:15:07 +0000 reimar Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Sun, 12 Apr 2009 08:35:26 +0000 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Wed, 03 Sep 2008 12:33:21 +0000 diego Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific libavcodec
Tue, 02 Sep 2008 23:09:14 +0000 diego Prevent a division by 0 in the g726 decoder when the configured samplerate is 0. libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
Thu, 19 Jun 2008 11:04:31 +0000 michael Do not shift F[I] twice, it is also clearer and smaller now. libavcodec
Thu, 19 Jun 2008 11:00:17 +0000 michael Factorize c->ap += (-c->ap) >> 4 out libavcodec
Thu, 19 Jun 2008 10:52:47 +0000 michael Get rid of G726Tables.bits. libavcodec
Thu, 19 Jun 2008 10:49:30 +0000 michael Copy 4 pointers to avid dozends of ptr dereferences. libavcodec
Thu, 19 Jun 2008 10:38:20 +0000 michael Does not need to be int16. libavcodec
Thu, 19 Jun 2008 10:29:36 +0000 michael Factorize I >> (c->tbls->bits - 1) out. libavcodec
Thu, 19 Jun 2008 10:02:39 +0000 michael 1 abs() less libavcodec
Wed, 18 Jun 2008 21:09:36 +0000 michael simplify libavcodec
Wed, 18 Jun 2008 21:05:07 +0000 michael useless () libavcodec
Wed, 18 Jun 2008 21:00:44 +0000 michael remove unneeded tr == 0 libavcodec
Wed, 18 Jun 2008 20:54:21 +0000 michael simplify libavcodec
Wed, 18 Jun 2008 20:51:12 +0000 michael Get rid of the redundant AVG726Context. libavcodec
Wed, 18 Jun 2008 19:18:32 +0000 michael Remove the truncated bitstream handling from our g726 decoder. libavcodec
Tue, 17 Jun 2008 14:03:00 +0000 michael Change iquant tables to int16. libavcodec
Tue, 17 Jun 2008 13:46:59 +0000 michael simplify libavcodec
Tue, 17 Jun 2008 13:40:40 +0000 michael Get rid of useless wrapper function. libavcodec
Tue, 17 Jun 2008 00:09:42 +0000 michael Do not inline g726_iterate() the function is big so its inlining will libavcodec
Mon, 16 Jun 2008 23:57:12 +0000 michael Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler. libavcodec
Mon, 16 Jun 2008 23:53:34 +0000 michael Remove redundant zeroing (the context is memset(0)). libavcodec
Mon, 16 Jun 2008 23:51:07 +0000 michael Use smaller data types for tables. libavcodec
Mon, 16 Jun 2008 23:34:15 +0000 michael Float11 does not need int, .o file becomes smaller and the code might libavcodec
Mon, 16 Jun 2008 23:31:23 +0000 michael simplify libavcodec
Mon, 16 Jun 2008 23:23:56 +0000 michael Correct validity checks. libavcodec
Mon, 16 Jun 2008 23:20:11 +0000 michael Print sane error message for channels != 1. libavcodec
Mon, 16 Jun 2008 23:16:44 +0000 michael Check number of bits so we do not try to use table entries which do not exist. libavcodec
Mon, 16 Jun 2008 23:12:50 +0000 michael Support decoding of sample_g726.asf. libavcodec
Mon, 16 Jun 2008 20:42:54 +0000 michael get_bits() outputs exactly as many bits as requested no need to mask them. libavcodec
Mon, 16 Jun 2008 20:40:44 +0000 michael Remove dead code. libavcodec
Fri, 13 Jun 2008 19:30:27 +0000 michael -0x8000 == 0x8000 with int16 libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 27 Apr 2008 10:52:44 +0000 diego Add long names to many AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Tue, 19 Feb 2008 22:09:08 +0000 michael Fix ;; libavcodec
Fri, 01 Feb 2008 14:36:44 +0000 michael const libavcodec
Mon, 07 Jan 2008 12:43:04 +0000 benoit Mark the tables in g726.c as constant. libavcodec
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Tue, 13 Feb 2007 18:26:14 +0000 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavcodec
Wed, 01 Nov 2006 21:09:14 +0000 diego reindentation, patch by From: Steve Lhomme, slhomme divxcorp com libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Wed, 27 Sep 2006 19:54:07 +0000 mru add some #ifdef CONFIG_ENCODERS/DECODERS libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Sun, 08 May 2005 20:15:42 +0000 michael #defines for strict_std_compliance and split between inofficial extensions and non standarized things libavcodec
Wed, 29 Dec 2004 17:50:25 +0000 michael common.c -> bitstream.c (and the single non bitstream func -> utils.c) libavcodec
Thu, 22 Jul 2004 18:55:36 +0000 michael make comments doxygen compatible libavcodec
Tue, 10 Feb 2004 20:48:09 +0000 romansh * gotta setup coded_frame for encoding. avcodec.h says that for decoding libavcodec
Sat, 07 Feb 2004 15:33:00 +0000 michael use clip() from common.h libavcodec
Sat, 07 Feb 2004 08:20:00 +0000 romansh * Initial implementation of the G.726 ADPCM audio codec. libavcodec