Fri, 22 Jan 2010 03:25:11 +0000 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
libavcodec
|
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 12:25:53 +0000 |
reimar |
Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf
libavcodec
|
Sun, 12 Apr 2009 09:33:38 +0000 |
reimar |
Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Tue, 17 Feb 2009 12:03:10 +0000 |
diego |
cosmetics: 'const static' --> 'static const' to avoid warnings of the type
libavcodec
|
Wed, 10 Dec 2008 21:35:17 +0000 |
lorenm |
clear_block mmx
libavcodec
|
Tue, 21 Oct 2008 21:40:24 +0000 |
aurel |
uses FF_ARRAY_ELEMS() where appropriate
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
|
Sat, 26 Apr 2008 05:03:36 +0000 |
ramiro |
get_vlc2() only gets up to three levels in the tables. The last codes weren't being read properly.
libavcodec
|
Tue, 22 Apr 2008 23:24:47 +0000 |
ramiro |
Fix regression introduced by r12929.
libavcodec
|
Tue, 22 Apr 2008 20:30:50 +0000 |
ramiro |
The code now is pretty self explanatory about the header structure.
libavcodec
|
Tue, 22 Apr 2008 20:24:07 +0000 |
ramiro |
Use bytestream functions for reading frame header.
libavcodec
|
Sat, 19 Apr 2008 13:03:12 +0000 |
ramiro |
Do not pass dct_block to vlc_decode_block().
libavcodec
|
Sat, 19 Apr 2008 12:34:48 +0000 |
ramiro |
Cosmetics and style.
libavcodec
|
Sat, 19 Apr 2008 12:28:32 +0000 |
ramiro |
Rename vlc1 to vlc.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Tue, 18 Mar 2008 19:51:34 +0000 |
ramiro |
Mimic decoder.
libavcodec
|