Sun, 25 Mar 2007 00:16:30 +0000 |
bcoudurier |
actually return bytes read
libavcodec
|
Sun, 25 Mar 2007 00:12:24 +0000 |
bcoudurier |
return error if loop has ended before decoding image
libavcodec
|
Sun, 25 Mar 2007 00:00:56 +0000 |
bcoudurier |
actually return bytes read
libavcodec
|
Sat, 24 Mar 2007 23:57:42 +0000 |
bcoudurier |
add some length checks
libavcodec
|
Sat, 24 Mar 2007 23:53:34 +0000 |
bcoudurier |
simplify
libavcodec
|
Sat, 24 Mar 2007 23:23:51 +0000 |
bcoudurier |
fix indentation
libavcodec
|
Sat, 24 Mar 2007 23:23:05 +0000 |
bcoudurier |
break if eob is reached to avoid reading one too much byte
libavcodec
|
Sat, 24 Mar 2007 12:07:07 +0000 |
mru |
Fix H.264 8x8 transform selection
libavcodec
|
Fri, 23 Mar 2007 00:05:45 +0000 |
mru |
iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but
libavcodec
|
Thu, 22 Mar 2007 14:27:16 +0000 |
michael |
set more reasonable cutoff for audio rate conversion
libavcodec
|
Thu, 22 Mar 2007 13:27:11 +0000 |
michael |
clarify codec_tag
libavcodec
|
Thu, 22 Mar 2007 13:17:03 +0000 |
michael |
clarify sub_id
libavcodec
|
Thu, 22 Mar 2007 11:23:38 +0000 |
michael |
replace long double in the audiophile kiddy mode with doubles, its faster (and more portable) and the audiophile placebo 120db stopband attenuation isnt affected
libavcodec
|
Thu, 22 Mar 2007 11:13:13 +0000 |
michael |
change high precision mode to 30 bits again after making the code less overflow sensitive
libavcodec
|
Thu, 22 Mar 2007 11:10:30 +0000 |
michael |
optimize linear filter coeff interpolation code, this also makes the code less prone to overflows
libavcodec
|
Thu, 22 Mar 2007 05:39:20 +0000 |
jbr |
cosmetics. align and condense.
libavcodec
|
Thu, 22 Mar 2007 05:38:00 +0000 |
jbr |
simplify
libavcodec
|
Thu, 22 Mar 2007 05:34:26 +0000 |
jbr |
utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30%
libavcodec
|
Thu, 22 Mar 2007 03:18:34 +0000 |
michael |
revert r8469 (increase bits for non default highprecision mode)
libavcodec
|
Thu, 22 Mar 2007 03:16:02 +0000 |
michael |
AUDIOPHILE_KIDDY_MODE
libavcodec
|
Thu, 22 Mar 2007 00:52:49 +0000 |
michael |
optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...)
libavcodec
|
Thu, 22 Mar 2007 00:16:41 +0000 |
michael |
select more sensible default windows (= attenuation beyond the dynamic range of your input is silly if it negatively affects other parameters)
libavcodec
|
Wed, 21 Mar 2007 23:44:49 +0000 |
michael |
make kaiser windows with other beta than 16 available
libavcodec
|
Wed, 21 Mar 2007 23:07:24 +0000 |
mru |
enable iwmmxt support, removing mm_support() stub
libavcodec
|
Wed, 21 Mar 2007 22:39:00 +0000 |
michael |
make high precision mode accessible at compile time
libavcodec
|
Wed, 21 Mar 2007 22:38:07 +0000 |
michael |
increase bits for non default highprecision mode
libavcodec
|
Wed, 21 Mar 2007 22:37:05 +0000 |
michael |
code for testing the accuracy of the resampler
libavcodec
|
Wed, 21 Mar 2007 22:02:52 +0000 |
michael |
remove dithering of filter coefficients, improves precision by 1-2 bits and
libavcodec
|
Wed, 21 Mar 2007 05:56:29 +0000 |
kostya |
Smacker Audio stereo fix
libavcodec
|
Tue, 20 Mar 2007 18:08:51 +0000 |
banan |
Small simplifications to subband coefficient handling and use av_random().
libavcodec
|
Tue, 20 Mar 2007 16:51:30 +0000 |
lorenm |
oops, encoder was under ifdef decoders.
libavcodec
|
Tue, 20 Mar 2007 05:44:42 +0000 |
kostya |
Correctly handle data_size on decoding
libavcodec
|
Tue, 20 Mar 2007 02:12:13 +0000 |
jbr |
fix handling of special case for lowest snroffset. regressions are unaffected.
libavcodec
|
Mon, 19 Mar 2007 16:07:51 +0000 |
bcoudurier |
10l, fix debug, dprintf does not have log level
libavcodec
|
Sun, 18 Mar 2007 23:25:00 +0000 |
bcoudurier |
dnxhd decoder
libavcodec
|
Sun, 18 Mar 2007 23:18:05 +0000 |
jbr |
AC-3 encoded volume is too high. Revert revision 7160:
libavcodec
|
Sun, 18 Mar 2007 22:32:39 +0000 |
mru |
fix init_vlc() with nonzero flags
libavcodec
|
Sun, 18 Mar 2007 21:43:20 +0000 |
jbr |
split ac3_parametric_bit_allocation into 3 separate functions
libavcodec
|
Sun, 18 Mar 2007 18:07:27 +0000 |
kostya |
Zero MV vectors for P frame intra blocks
libavcodec
|
Sun, 18 Mar 2007 12:03:29 +0000 |
lorenm |
huffyuv rgb encoder
libavcodec
|
Sun, 18 Mar 2007 07:53:16 +0000 |
kostya |
indentation
libavcodec
|
Sun, 18 Mar 2007 07:51:40 +0000 |
kostya |
Proper handling of motion vectors for adv. profile
libavcodec
|
Sun, 18 Mar 2007 04:53:21 +0000 |
jbr |
hardcode ff_ac3_frame_sizes table
libavcodec
|
Sat, 17 Mar 2007 14:59:58 +0000 |
diego |
Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com.
libavcodec
|
Sat, 17 Mar 2007 13:16:18 +0000 |
diego |
Move the encoding of the image data to its own function.
libavcodec
|
Sat, 17 Mar 2007 12:56:34 +0000 |
diego |
Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com.
libavcodec
|
Thu, 15 Mar 2007 23:45:20 +0000 |
gpoirier |
force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2
libavcodec
|
Thu, 15 Mar 2007 21:22:10 +0000 |
banan |
subband_coef_noise -> subband_coef_sign
libavcodec
|
Thu, 15 Mar 2007 12:23:08 +0000 |
gpoirier |
Targa (.tga) encoder,
libavcodec
|
Wed, 14 Mar 2007 23:23:30 +0000 |
michael |
10l for myself, fixing --disable-encoders
libavcodec
|
Wed, 14 Mar 2007 14:49:49 +0000 |
kostya |
DXA demuxer and decoder
libavcodec
|
Wed, 14 Mar 2007 13:25:15 +0000 |
michael |
deprecate ff_realloc_static
libavcodec
|
Wed, 14 Mar 2007 13:20:29 +0000 |
michael |
10l to whoever wrote this
libavcodec
|
Wed, 14 Mar 2007 13:19:19 +0000 |
michael |
kill av_mallocz_static() calls in init_rl()
libavcodec
|
Wed, 14 Mar 2007 12:29:32 +0000 |
michael |
move RLTable stuff to its own header
libavcodec
|
Wed, 14 Mar 2007 12:15:34 +0000 |
michael |
kill av_mallocz_static()
libavcodec
|
Wed, 14 Mar 2007 11:13:17 +0000 |
bcoudurier |
reindent after last commit
libavcodec
|
Wed, 14 Mar 2007 11:12:02 +0000 |
bcoudurier |
h264 complete frames parsing support
libavcodec
|
Wed, 14 Mar 2007 01:59:53 +0000 |
michael |
kill 3 more av_mallocz_static()
libavcodec
|
Wed, 14 Mar 2007 00:19:56 +0000 |
michael |
kill another 2 av_mallocz_static()
libavcodec
|