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 Mar 2010 14:24:59 +0000 |
mru |
Remove DECLARE_ALIGNED_{8,16} macros
libavcodec
|
Sat, 23 Jan 2010 18:04:09 +0000 |
reimar |
Release buffer when the codec is closed.
libavcodec
|
Sat, 23 Jan 2010 18:01:38 +0000 |
reimar |
Use qstride = 0 and allocate only a single line for qscale_table since
libavcodec
|
Fri, 22 Jan 2010 03:25:11 +0000 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
libavcodec
|
Tue, 25 Aug 2009 23:28:33 +0000 |
mru |
mdec: remove unused members from struct MDECContext
libavcodec
|
Sun, 12 Apr 2009 13:17:37 +0000 |
reimar |
Add a av_fast_malloc function and replace several uses of av_fast_realloc,
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
|
Wed, 20 Aug 2008 17:05:14 +0000 |
diego |
Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.
libavcodec
|
Wed, 20 Aug 2008 16:59:26 +0000 |
diego |
cosmetics: comment spelling/grammar fixes
libavcodec
|
Tue, 19 Aug 2008 20:52:26 +0000 |
diego |
Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.
libavcodec
|
Fri, 27 Jun 2008 18:53:41 +0000 |
astrange |
Remove pointless AVFrame* casting.
libavcodec
|
Fri, 27 Jun 2008 18:52:02 +0000 |
astrange |
Remove duplicate emms.
libavcodec
|
Fri, 27 Jun 2008 18:51:01 +0000 |
astrange |
Remove commented-out code.
libavcodec
|
Fri, 27 Jun 2008 18:50:06 +0000 |
astrange |
Export qscale so that postprocessing works.
libavcodec
|
Fri, 27 Jun 2008 18:47:01 +0000 |
astrange |
Remove unused PutBitContext.
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Wed, 14 May 2008 16:30:37 +0000 |
diego |
Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.
libavcodec
|
Tue, 08 Apr 2008 01:09:33 +0000 |
superdump |
Increase alignment for DCT block arrays from 8 to 16
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Sun, 09 Mar 2008 23:31:02 +0000 |
aurel |
add FF_ prefix to all (frame)_TYPE usage
libavcodec
|
Fri, 01 Feb 2008 03:34:43 +0000 |
michael |
const
libavcodec
|
Wed, 05 Dec 2007 13:11:18 +0000 |
benoit |
Fix missing chroma in version 3 STR.
libavcodec
|
Thu, 05 Jul 2007 10:37:29 +0000 |
diego |
Group all copyright and author notices together.
libavcodec
|
Thu, 05 Jul 2007 09:21:55 +0000 |
aurel |
add proper ff_ prefix to new extern symbols
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sun, 05 Feb 2006 13:35:17 +0000 |
diego |
MSVC-compatible __align8/__align16 declaration
libavcodec
|
Wed, 25 Jan 2006 22:10:13 +0000 |
diego |
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
libavcodec
|