Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
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
|
Sun, 12 Apr 2009 08:35:26 +0000 |
stefano |
Split bitstream.h, put the bitstream writer stuff in the new file
libavcodec
|
Sat, 11 Apr 2009 13:40:39 +0000 |
michael |
Get rid of INIT_VLC_USE_STATIC in asv1.
libavcodec
|
Sat, 11 Apr 2009 11:47:15 +0000 |
cehoyos |
Use INIT_VLC_USE_STATIC and not its value "1".
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
|
Sat, 17 Jan 2009 12:21:01 +0000 |
aurel |
remove ff_get_fourcc() and use AV_RL32() instead
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Wed, 03 Sep 2008 12:33:21 +0000 |
diego |
Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific
libavcodec
|
Sun, 13 Jul 2008 14:27:48 +0000 |
ramiro |
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Thu, 29 May 2008 11:04:42 +0000 |
diego |
Add ASUS V1/V2 decoder codec long names.
libavcodec
|
Sun, 11 May 2008 22:28:43 +0000 |
cehoyos |
Replace some occurrences of -1 with PIX_FMT_NONE.
libavcodec
|
Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
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
|
Wed, 05 Mar 2008 00:07:53 +0000 |
aurel |
remove #include "mpegvideo.h" where it is not needed
libavcodec
|
Fri, 01 Feb 2008 03:48:32 +0000 |
michael |
const
libavcodec
|
Tue, 21 Aug 2007 15:48:08 +0000 |
aurel |
asv1.c directly uses Put/GetBitContext, so it should include bitstream.h
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Wed, 27 Sep 2006 19:54:07 +0000 |
mru |
add some #ifdef CONFIG_ENCODERS/DECODERS
libavcodec
|
Wed, 20 Sep 2006 21:17:37 +0000 |
michael |
set supported pixel formats for a few encoders (fixes crashes with grayscale)
libavcodec
|
Fri, 10 Mar 2006 19:10:46 +0000 |
michael |
add assert to clarify that we know what we are doing
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
|
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
|
Sat, 07 May 2005 19:24:07 +0000 |
michael |
ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net)
libavcodec
|
Mon, 25 Apr 2005 18:29:06 +0000 |
michael |
PIX_FMT_NONE and related fixes
libavcodec
|
Sat, 26 Mar 2005 23:50:14 +0000 |
michael |
make reverse[] non static
libavcodec
|
Sun, 23 Jan 2005 18:09:06 +0000 |
michael |
avoid buf_size == 0 checks in every decoder
libavcodec
|
Wed, 12 Jan 2005 18:25:48 +0000 |
michael |
av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)
libavcodec
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavcodec
|
Sat, 27 Nov 2004 18:10:06 +0000 |
michael |
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)
libavcodec
|
Fri, 21 May 2004 14:37:16 +0000 |
michael |
data_size = 0 cleanup
libavcodec
|
Fri, 30 Apr 2004 17:42:58 +0000 |
michael |
cleanup & memleak fix
libavcodec
|
Fri, 06 Feb 2004 15:27:31 +0000 |
alex |
get_bit_count -> put_bits_count
libavcodec
|
Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Sun, 12 Oct 2003 21:25:00 +0000 |
alex |
removed the obsolete and unused parameters of init_put_bits
libavcodec
|
Mon, 01 Sep 2003 12:26:39 +0000 |
michaelni |
asv2 encoding
libavcodec
|
Mon, 01 Sep 2003 08:10:01 +0000 |
michaelni |
ASV2 decoder
libavcodec
|
Sun, 22 Jun 2003 11:08:22 +0000 |
michaelni |
CONFIG_ENCODERS cleanup
libavcodec
|
Fri, 20 Jun 2003 15:21:25 +0000 |
al3x |
some warning fixes
libavcodec
|
Tue, 20 May 2003 00:42:14 +0000 |
michaelni |
CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Mon, 19 May 2003 13:30:59 +0000 |
michaelni |
ASV1 codec
libavcodec
|