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
|
Thu, 17 Apr 2008 03:22:35 +0000 |
michael |
indent
libavcodec
|
Thu, 17 Apr 2008 03:21:15 +0000 |
michael |
Factorize more code.
libavcodec
|
Thu, 17 Apr 2008 03:08:25 +0000 |
michael |
Factorize decode_postfix() out.
libavcodec
|
Thu, 17 Apr 2008 03:00:08 +0000 |
michael |
Change k limiting code, i think the code was buggy.
libavcodec
|
Thu, 17 Apr 2008 02:40:50 +0000 |
michael |
more senseless code
libavcodec
|
Thu, 17 Apr 2008 02:38:41 +0000 |
michael |
senseless code
libavcodec
|
Thu, 17 Apr 2008 02:35:00 +0000 |
michael |
useless variable
libavcodec
|
Thu, 17 Apr 2008 02:30:00 +0000 |
michael |
simplify
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Fri, 01 Feb 2008 03:39:15 +0000 |
michael |
const
libavcodec
|
Sat, 01 Dec 2007 22:21:04 +0000 |
vitor |
spelling
libavcodec
|
Sat, 01 Sep 2007 21:03:17 +0000 |
vitor |
Remove reimplementation of get_unary.
libavcodec
|
Fri, 31 Aug 2007 18:51:22 +0000 |
vitor |
Cosmetical: Empty line removal
libavcodec
|
Fri, 31 Aug 2007 15:05:40 +0000 |
vitor |
Comment about unsupported sample size
libavcodec
|
Thu, 30 Aug 2007 16:40:51 +0000 |
vitor |
Rename function
libavcodec
|
Thu, 30 Aug 2007 16:04:00 +0000 |
vitor |
Replace two #define's by inline functions
libavcodec
|
Thu, 09 Aug 2007 00:57:36 +0000 |
alex |
use skip_bits where appropriate
libavcodec
|
Thu, 09 Aug 2007 00:13:31 +0000 |
alex |
use get_bits1(..) instead get_bits(.., 1)
libavcodec
|
Tue, 07 Aug 2007 12:53:22 +0000 |
vitor |
More indentation
libavcodec
|
Tue, 07 Aug 2007 12:50:41 +0000 |
vitor |
Cosmetics: indentation
libavcodec
|
Tue, 07 Aug 2007 12:44:23 +0000 |
vitor |
Rename function
libavcodec
|
Tue, 24 Jul 2007 18:21:40 +0000 |
vitor |
Minor cosmetics
libavcodec
|
Wed, 18 Jul 2007 20:23:43 +0000 |
vitor |
Another minor simplification
libavcodec
|
Wed, 18 Jul 2007 14:45:01 +0000 |
vitor |
Make deinterlace_16 receive an array as a parameter and not two separated vars
libavcodec
|
Wed, 18 Jul 2007 14:37:39 +0000 |
vitor |
Minor simplification
libavcodec
|
Wed, 18 Jul 2007 14:36:30 +0000 |
vitor |
Yet more cosmetics
libavcodec
|
Wed, 18 Jul 2007 14:29:14 +0000 |
vitor |
More cosmetics
libavcodec
|
Wed, 18 Jul 2007 14:15:14 +0000 |
vitor |
Remove reimplementation of av_log2
libavcodec
|
Wed, 18 Jul 2007 06:45:47 +0000 |
vitor |
Test for supported number of channels
libavcodec
|
Wed, 18 Jul 2007 06:27:37 +0000 |
vitor |
Cosmetics: indentation
libavcodec
|
Wed, 18 Jul 2007 06:17:20 +0000 |
vitor |
Cosmetics: alignment
libavcodec
|
Wed, 18 Jul 2007 06:06:21 +0000 |
vitor |
Remove more code duplication. Based on a patch by Matthieu Castet.
libavcodec
|
Tue, 17 Jul 2007 23:51:34 +0000 |
vitor |
Move var. declaration to allow further clean up
libavcodec
|
Tue, 17 Jul 2007 22:05:33 +0000 |
vitor |
Remove code duplication. Based on a patch by Matthieu Castet.
libavcodec
|
Fri, 13 Jul 2007 00:06:46 +0000 |
vitor |
Make "channels" variable mean the number of channels, not the number of
libavcodec
|
Thu, 12 Jul 2007 00:23:53 +0000 |
diego |
license header consistency: Remove redundant "all rights reserved" statement
libavcodec
|
Tue, 10 Jul 2007 17:50:44 +0000 |
vitor |
Use proper bytestream functions
libavcodec
|