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
|
Tue, 10 Jul 2007 14:30:57 +0000 |
vitor |
Prepare to remove more duplicated code
libavcodec
|
Tue, 10 Jul 2007 13:32:22 +0000 |
vitor |
Remove some duplicated code
libavcodec
|
Tue, 10 Jul 2007 03:40:37 +0000 |
vitor |
Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based)
libavcodec
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavcodec
|
Wed, 22 Nov 2006 01:11:29 +0000 |
bcoudurier |
fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sun, 18 Jun 2006 11:33:14 +0000 |
diego |
Add const to (mostly) char* and make some functions static, which aren't used
libavcodec
|