Mercurial > libavcodec.hg
graph
-
Add a av_fast_malloc function and replace several uses of av_fast_realloc, libavcodecSun, 12 Apr 2009 13:17:37 +0000, by reimar
-
Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf libavcodecSun, 12 Apr 2009 12:25:53 +0000, by reimar
-
Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders libavcodecSun, 12 Apr 2009 09:33:38 +0000, by reimar
-
Split bitstream.h, put the bitstream writer stuff in the new file libavcodecSun, 12 Apr 2009 08:35:26 +0000, by stefano
-
Add names for 5.0 and 5.1 back speaker channel layouts. libavcodecSun, 12 Apr 2009 03:26:20 +0000, by jbr
-
Fix documentation for avcodec_encode_audio(), in the case of PCM audio libavcodecSat, 11 Apr 2009 21:14:29 +0000, by stefano
-
Document the 'size' parameter of set_put_bits_buffer_size(). libavcodecSat, 11 Apr 2009 21:04:26 +0000, by stefano
-
Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2. libavcodecSat, 11 Apr 2009 18:12:23 +0000, by stefano
-
Rename the 'put_zero' parameter of ff_put_string() to libavcodecSat, 11 Apr 2009 15:54:21 +0000, by stefano
-
Factorize declaration for the two variants of put_bits(). libavcodecSat, 11 Apr 2009 14:19:09 +0000, by stefano
-
Get rid of av_destruct_packet_nofree and use NULL instead. libavcodecSat, 11 Apr 2009 12:42:29 +0000, by reimar
-
Use INIT_VLC_USE_STATIC and not its value "1". libavcodecSat, 11 Apr 2009 11:47:15 +0000, by cehoyos