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
|
Sun, 12 Apr 2009 09:06:17 +0000 |
stefano |
Document pbBufPtr().
libavcodec
|
Sun, 12 Apr 2009 08:35:26 +0000 |
stefano |
Split bitstream.h, put the bitstream writer stuff in the new file
libavcodec
|
Sun, 12 Apr 2009 03:26:20 +0000 |
jbr |
Add names for 5.0 and 5.1 back speaker channel layouts.
libavcodec
|
Sat, 11 Apr 2009 21:14:29 +0000 |
stefano |
Fix documentation for avcodec_encode_audio(), in the case of PCM audio
libavcodec
|
Sat, 11 Apr 2009 21:04:26 +0000 |
stefano |
Document the 'size' parameter of set_put_bits_buffer_size().
libavcodec
|
Sat, 11 Apr 2009 21:01:30 +0000 |
stefano |
Document ff_put_string().
libavcodec
|
Sat, 11 Apr 2009 18:12:23 +0000 |
stefano |
Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.
libavcodec
|
Sat, 11 Apr 2009 15:54:21 +0000 |
stefano |
Rename the 'put_zero' parameter of ff_put_string() to
libavcodec
|
Sat, 11 Apr 2009 14:49:46 +0000 |
stefano |
Add documentation for skip_put_bytes().
libavcodec
|
Sat, 11 Apr 2009 14:47:35 +0000 |
stefano |
Doxygenate ff_copy_bits().
libavcodec
|
Sat, 11 Apr 2009 14:19:09 +0000 |
stefano |
Factorize declaration for the two variants of put_bits().
libavcodec
|
Sat, 11 Apr 2009 14:16:30 +0000 |
michael |
Two INIT_VLC_USE_STATIC cases Carl missed.
libavcodec
|
Sat, 11 Apr 2009 13:58:18 +0000 |
michael |
get rid of INIT_VLC_USE_STATIC in h261.
libavcodec
|
Sat, 11 Apr 2009 13:53:34 +0000 |
michael |
Get rid of INIT_VLC_USE_STATIC in rv10/rv20.
libavcodec
|