Thu, 13 May 2010 16:32:21 +0000 |
michael |
Use standard C for implementing sign_extend() and zero_extend().
libavcodec
|
Thu, 13 May 2010 15:41:49 +0000 |
rbultje |
Reindent after r23112.
libavcodec
|
Thu, 13 May 2010 15:39:40 +0000 |
rbultje |
Move handling of paletted data to the IFF demuxer. This allows future
libavcodec
|
Thu, 13 May 2010 15:33:36 +0000 |
rbultje |
Handle palette underflows, fill remaining space with black (zero) data.
libavcodec
|
Thu, 13 May 2010 13:18:25 +0000 |
rbultje |
Move a while(..){..} -> do{..}while(..), slightly faster.
libavcodec
|
Thu, 13 May 2010 10:04:31 +0000 |
michael |
Fix compilation with low precission mpeg audio decoding.
libavcodec
|
Thu, 13 May 2010 10:02:48 +0000 |
michael |
Fix mpegaudio tablegen.
libavcodec
|
Thu, 13 May 2010 10:02:04 +0000 |
michael |
Support writing 2d float arrays.
libavcodec
|
Wed, 12 May 2010 22:38:05 +0000 |
lorenm |
change a variable-length array to a malloc.
libavcodec
|
Wed, 12 May 2010 17:05:56 +0000 |
reimar |
Set coded_frame to NULL when closing a codec, since it might
libavcodec
|
Tue, 11 May 2010 21:31:54 +0000 |
michael |
Do the same sign flip optimization to the low freq decoder.
libavcodec
|
Tue, 11 May 2010 21:20:33 +0000 |
michael |
Factorize READ_FLIP_SIGN() optimization out
libavcodec
|
Tue, 11 May 2010 21:10:55 +0000 |
michael |
Optimize decoding high freqs.
libavcodec
|
Tue, 11 May 2010 20:33:48 +0000 |
michael |
Make lsf_sf_expand() 4 times faster.
libavcodec
|
Tue, 11 May 2010 19:52:42 +0000 |
michael |
float based mp1/mp2/mp3 decoders.
libavcodec
|
Tue, 11 May 2010 18:53:49 +0000 |
alexc |
Set cur_channel in the AAC encoder context where needed.
libavcodec
|
Tue, 11 May 2010 14:49:48 +0000 |
michael |
Remove unused FRAC_RND() macro from mpegaudiodec.c.
libavcodec
|
Tue, 11 May 2010 01:46:13 +0000 |
ramiro |
mlpdec: Comment channel_params field in struct SubStream.
libavcodec
|
Tue, 11 May 2010 01:44:52 +0000 |
ramiro |
mlpdec: Allocate channel decoding parameters for each substream. Some file
libavcodec
|
Tue, 11 May 2010 00:22:50 +0000 |
michael |
Adding missing () to mathops.h.
libavcodec
|
Mon, 10 May 2010 21:16:08 +0000 |
reimar |
Replace more "m" constraints with MANGLE to fix compilation issues
libavcodec
|
Mon, 10 May 2010 17:18:09 +0000 |
rbultje |
Optimize decodeplane32().
libavcodec
|
Mon, 10 May 2010 17:00:56 +0000 |
rbultje |
Ensure that width and height are > 0. avcodec_open() itself only checks that
libavcodec
|
Mon, 10 May 2010 07:08:57 +0000 |
benoit |
Check NAL unit size to avoid reading past the buffer.
libavcodec
|