Thu, 24 Jun 2010 08:26:40 +0000 |
mru |
alac: change VLAs to fixed size
libavcodec
|
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
|
Sat, 06 Feb 2010 12:52:22 +0000 |
jai_menon |
Avoid using an intermediate variable.
libavcodec
|
Sat, 06 Feb 2010 12:48:37 +0000 |
jai_menon |
Remove redundant use of numchannels since it is 1 for mono.
libavcodec
|
Sat, 06 Feb 2010 12:38:42 +0000 |
jai_menon |
alac.c : Use av_freep instead of av_free.
libavcodec
|
Thu, 04 Feb 2010 16:21:26 +0000 |
jai_menon |
Add ALAC 24 bps decoding support.
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Tue, 03 Mar 2009 04:57:02 +0000 |
jbr |
alacdec: Simplify reading of uncompressed samples by using
libavcodec
|
Tue, 03 Mar 2009 01:53:54 +0000 |
mru |
ALAC: use sign_extend() from mathops.h
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Mon, 08 Sep 2008 19:05:46 +0000 |
jai_menon |
alac : fix case where bits_per_sample is not set.
libavcodec
|
Mon, 08 Sep 2008 14:24:59 +0000 |
michael |
Bump Major version, this commit is almost just renaming bits_per_sample to
libavcodec
|
Fri, 22 Aug 2008 15:09:20 +0000 |
jai_menon |
alac : check readsamplesize to ensure get_bits() doesn't
libavcodec
|
Thu, 31 Jul 2008 10:47:31 +0000 |
pross |
Modify all codecs to report their supported input and output sample format(s).
libavcodec
|
Sun, 15 Jun 2008 18:01:25 +0000 |
jbr |
fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Sun, 11 May 2008 18:14:30 +0000 |
jbr |
cosmetics: indent after last commit. patch by matthieu castet <castet matthieu free fr>.
libavcodec
|
Sun, 11 May 2008 18:13:30 +0000 |
jbr |
simplify decoding of uncompressed samples. patch by matthieu castet <castet matthieu free fr>.
libavcodec
|
Sun, 11 May 2008 04:25:34 +0000 |
jbr |
fix reading of samples-per-frame
libavcodec
|
Sat, 03 May 2008 21:06:55 +0000 |
michael |
Output buffer overflow.
libavcodec
|
Sat, 03 May 2008 21:01:47 +0000 |
michael |
Heap buffer overflow.
libavcodec
|
Sat, 03 May 2008 20:56:57 +0000 |
michael |
Fix memset(0) based buffer overflow.
libavcodec
|
Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
libavcodec
|
Fri, 18 Apr 2008 08:58:18 +0000 |
benoit |
check alac EOF marker
libavcodec
|
Thu, 17 Apr 2008 21:03:26 +0000 |
vitor |
Remove another unneeded var from context
libavcodec
|
Thu, 17 Apr 2008 19:48:02 +0000 |
vitor |
10l: my last commit broke compilation and introduced warnings
libavcodec
|
Thu, 17 Apr 2008 19:45:14 +0000 |
vitor |
Remove unneeded variables from context
libavcodec
|
Thu, 17 Apr 2008 18:50:31 +0000 |
vitor |
Remove wrapper around av_log2()
libavcodec
|