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
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Sun, 05 Oct 2008 20:12:20 +0000 |
vitor |
Cosmetics: rename mace3_decode_frame() to mace_decode_frame()
libavcodec
|
Sun, 05 Oct 2008 20:06:40 +0000 |
vitor |
Avoid code duplication between mace3_decode_frame() and mace6_decode_frame()
libavcodec
|
Sun, 05 Oct 2008 16:33:43 +0000 |
vitor |
Use a for() instead of triplicating code.
libavcodec
|
Sun, 05 Oct 2008 14:36:10 +0000 |
vitor |
Factorize duplicate table reading code.
libavcodec
|
Tue, 09 Sep 2008 19:20:20 +0000 |
vitor |
Convert two tables to signed decimal
libavcodec
|
Tue, 09 Sep 2008 16:51:39 +0000 |
vitor |
Cosmetics: remove useless parentheses
libavcodec
|
Tue, 09 Sep 2008 16:50:11 +0000 |
vitor |
Remove ChannelData.lev var and use ChannelData.level instead
libavcodec
|
Sun, 07 Sep 2008 20:21:15 +0000 |
vitor |
Check output buffer size before decoding.
libavcodec
|
Sun, 07 Sep 2008 20:18:18 +0000 |
vitor |
Cosmetics: rename vars s/ctx/chd/
libavcodec
|
Sun, 07 Sep 2008 17:20:55 +0000 |
vitor |
Exploit symmetry to reduce size of tables by half.
libavcodec
|
Sun, 07 Sep 2008 14:33:01 +0000 |
vitor |
Cosmetics: s/short/int16_t/
libavcodec
|
Sun, 07 Sep 2008 14:32:10 +0000 |
vitor |
Remove cast, now tables are signed.
libavcodec
|
Sun, 07 Sep 2008 14:30:54 +0000 |
vitor |
Convert tables to signed and decimal.
libavcodec
|
Sun, 07 Sep 2008 13:55:26 +0000 |
vitor |
Remove unused table entries.
libavcodec
|
Sun, 07 Sep 2008 13:47:30 +0000 |
vitor |
Remove commented out code.
libavcodec
|
Sun, 07 Sep 2008 13:46:09 +0000 |
vitor |
Use FFMIN() instead of rewriting it.
libavcodec
|
Sun, 07 Sep 2008 13:42:34 +0000 |
vitor |
Factorize broken clipping in its own function and document it.
libavcodec
|
Sun, 07 Sep 2008 09:55:47 +0000 |
vitor |
Cosmetics: whitespace/linebreaks
libavcodec
|
Sun, 07 Sep 2008 09:46:55 +0000 |
vitor |
Use the same 8 bit -> 16 bit conversion as QuickTime.
libavcodec
|
Sun, 07 Sep 2008 09:42:57 +0000 |
vitor |
Do not share context variables between channels and do not zero them at
libavcodec
|
Sun, 07 Sep 2008 09:38:37 +0000 |
vitor |
Remove output pointer from context
libavcodec
|
Fri, 05 Sep 2008 00:01:23 +0000 |
vitor |
Cosmetics: indent after last commit and remove useless braces
libavcodec
|
Fri, 05 Sep 2008 00:00:20 +0000 |
vitor |
Simplify: use a for instead of unrolling by hand
libavcodec
|
Thu, 04 Sep 2008 23:54:57 +0000 |
vitor |
Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This commit
libavcodec
|
Thu, 04 Sep 2008 23:18:28 +0000 |
vitor |
Simplify: use two distinct functions to decode MACE3 and MACE6, since the
libavcodec
|
Thu, 04 Sep 2008 23:12:20 +0000 |
vitor |
Simplify mace_decode_frame()
libavcodec
|
Thu, 04 Sep 2008 23:02:08 +0000 |
vitor |
Remove useless comments
libavcodec
|
Thu, 04 Sep 2008 23:00:34 +0000 |
vitor |
Reindent mace.c, its indentation was completly inconsistent with the coding rules.
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, 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
|
Fri, 01 Feb 2008 02:36:09 +0000 |
michael |
consts
libavcodec
|
Thu, 17 Jan 2008 08:30:06 +0000 |
diego |
Replace puts() by dprintf where appropriate.
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Tue, 05 Sep 2006 21:17:30 +0000 |
rtogni |
Fix buffer handling for stereo mace files, fixes some random sig11
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Tue, 01 Feb 2005 15:13:27 +0000 |
mmu_man |
Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de>
libavcodec
|
Fri, 21 May 2004 14:37:16 +0000 |
michael |
data_size = 0 cleanup
libavcodec
|
Wed, 26 Mar 2003 16:46:20 +0000 |
mmu_man |
debug stuff only for DEBUG :)
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Tue, 26 Nov 2002 08:58:24 +0000 |
mmu_man |
Avoid "unused variable 'c'" warning.
libavcodec
|
Sat, 02 Nov 2002 10:39:22 +0000 |
michaelni |
added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support
libavcodec
|