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
|