Fri, 14 Jul 2006 18:48:38 +0000 |
michael |
optionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients
libavcodec
|
Fri, 14 Jul 2006 18:38:23 +0000 |
stefang |
avoid overflows of qp and pic_type
libavcodec
|
Thu, 13 Jul 2006 23:10:01 +0000 |
mru |
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use
libavcodec
|
Thu, 13 Jul 2006 11:41:52 +0000 |
michael |
dither lpc cpeffs
libavcodec
|
Wed, 12 Jul 2006 16:49:14 +0000 |
mru |
rename AMR config variables to CONFIG_AMR*
libavcodec
|
Wed, 12 Jul 2006 15:19:51 +0000 |
diego |
Remove MPlayer-specific include option hacks.
libavcodec
|
Tue, 11 Jul 2006 21:45:45 +0000 |
diego |
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
libavcodec
|
Sun, 09 Jul 2006 22:41:42 +0000 |
michael |
simplify
libavcodec
|
Sun, 09 Jul 2006 15:35:06 +0000 |
michael |
avoid redundant local variables
libavcodec
|
Sun, 09 Jul 2006 15:20:18 +0000 |
michael |
simplify
libavcodec
|
Sun, 09 Jul 2006 15:12:45 +0000 |
diego |
FastUVMV vs FastUVMC typo, noticed by bond
libavcodec
|
Sun, 09 Jul 2006 13:01:06 +0000 |
mru |
make some tables const
libavcodec
|
Sun, 09 Jul 2006 12:02:15 +0000 |
mru |
--enable/disable parsers. Warning: some combinations are broken.
libavcodec
|
Sun, 09 Jul 2006 10:33:49 +0000 |
michael |
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway)
libavcodec
|
Sun, 09 Jul 2006 03:00:57 +0000 |
kostya |
Check if 4-MV MB should not be decoded.
libavcodec
|
Sun, 09 Jul 2006 02:56:40 +0000 |
kostya |
MVRANGE may occur in all frames and RESPIC in all but B-frames
libavcodec
|
Sun, 09 Jul 2006 02:51:13 +0000 |
kostya |
Fix mquant selection for ALL_MBS mode
libavcodec
|
Sun, 09 Jul 2006 02:47:09 +0000 |
kostya |
Use overlap filter instead of loop filter.
libavcodec
|
Sun, 09 Jul 2006 02:44:05 +0000 |
kostya |
Use s->first_slice_line in checks instead of s->mb_y
libavcodec
|
Sun, 09 Jul 2006 01:08:13 +0000 |
mru |
10l: make disabling all pcm/adpcm codecs work
libavcodec
|
Sat, 08 Jul 2006 23:05:12 +0000 |
mru |
only build dpcm.o if its codecs are enabled
libavcodec
|
Sat, 08 Jul 2006 22:38:35 +0000 |
mru |
forgot to remove adx.o from objs always built
libavcodec
|
Sat, 08 Jul 2006 22:31:14 +0000 |
mru |
make the adx adpcm codec available
libavcodec
|
Sat, 08 Jul 2006 21:15:50 +0000 |
mru |
enable/disable pcm and adpcm codecs
libavcodec
|
Sat, 08 Jul 2006 16:41:52 +0000 |
mru |
cosmetic: sort codec list alphabetically
libavcodec
|
Sat, 08 Jul 2006 16:39:58 +0000 |
jbr |
allows user-settable block size and fixes related typo
libavcodec
|
Sat, 08 Jul 2006 16:39:49 +0000 |
mru |
rewrite kconfig-style
libavcodec
|
Sat, 08 Jul 2006 16:36:21 +0000 |
mru |
Sun mlib works fine. Remove comment stating otherwise.
libavcodec
|
Sat, 08 Jul 2006 15:29:33 +0000 |
diego |
Remove bogus IPP section that is not referenced anywhere.
libavcodec
|
Sat, 08 Jul 2006 07:14:00 +0000 |
aurel |
set proper bits_per_sample value for ADPCM codecs
libavcodec
|
Fri, 07 Jul 2006 23:54:13 +0000 |
mru |
remove -fforce-addr as it to generate slightly slower code
libavcodec
|
Fri, 07 Jul 2006 22:43:32 +0000 |
michael |
moving utf8 reading function to libavutil
libavcodec
|
Fri, 07 Jul 2006 22:42:36 +0000 |
aurel |
simplify the voc demuxer using av_get_bits_per_sample()
libavcodec
|
Fri, 07 Jul 2006 22:41:43 +0000 |
michael |
seems i forgot to commit this simplification ...
libavcodec
|
Fri, 07 Jul 2006 17:50:09 +0000 |
bcoudurier |
av_get_bits_per_sample and due simplifications
libavcodec
|
Fri, 07 Jul 2006 11:08:58 +0000 |
diego |
Fix compilation with --disable-decoders.
libavcodec
|
Fri, 07 Jul 2006 10:50:14 +0000 |
michael |
table contains vlc with 19 bits and 8*2 < 19
libavcodec
|
Fri, 07 Jul 2006 05:02:01 +0000 |
kostya |
Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC.
libavcodec
|
Fri, 07 Jul 2006 04:51:50 +0000 |
kostya |
Enable coefficient scaling
libavcodec
|
Fri, 07 Jul 2006 04:50:13 +0000 |
kostya |
Don't read out-of-bounds values.
libavcodec
|
Thu, 06 Jul 2006 21:41:54 +0000 |
mru |
simplify
libavcodec
|
Thu, 06 Jul 2006 20:32:19 +0000 |
mru |
build mpegaudio.c and ac3enc.c only if needed
libavcodec
|
Thu, 06 Jul 2006 19:23:21 +0000 |
stefang |
hopefully better for platforms not supporting misaligned read
libavcodec
|
Thu, 06 Jul 2006 19:21:00 +0000 |
stefang |
make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it
libavcodec
|
Thu, 06 Jul 2006 15:35:29 +0000 |
michael |
increasing version for AVBitStreamFilters
libavcodec
|
Thu, 06 Jul 2006 15:28:17 +0000 |
michael |
noise bitstream filter
libavcodec
|
Thu, 06 Jul 2006 15:04:46 +0000 |
michael |
AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)
libavcodec
|
Thu, 06 Jul 2006 13:53:07 +0000 |
diego |
Mark some read-only datastructures as const.
libavcodec
|
Thu, 06 Jul 2006 03:42:51 +0000 |
kostya |
Fix one case of choosing MV for chroma
libavcodec
|
Wed, 05 Jul 2006 22:56:45 +0000 |
diego |
spelling typo
libavcodec
|
Wed, 05 Jul 2006 19:34:26 +0000 |
mru |
use $(LIBOBJFLAGS) when compiling sparc/*.c
libavcodec
|
Wed, 05 Jul 2006 19:31:01 +0000 |
mru |
#define SBUTTERFLY outside CONFIG_ENCODERS
libavcodec
|
Wed, 05 Jul 2006 17:11:55 +0000 |
stefang |
even more cbp safety
libavcodec
|
Wed, 05 Jul 2006 17:08:13 +0000 |
stefang |
missed removing this line in my last commit
libavcodec
|
Wed, 05 Jul 2006 14:12:00 +0000 |
diego |
cosmetics: Break overly long lines.
libavcodec
|
Tue, 04 Jul 2006 22:43:35 +0000 |
michael |
add rounding bias earlier in the idct, avoids many adds
libavcodec
|
Tue, 04 Jul 2006 19:15:47 +0000 |
banan |
Mark read-only data as const. Patch by stefan huehner org.
libavcodec
|
Tue, 04 Jul 2006 17:08:35 +0000 |
michael |
return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode
libavcodec
|
Tue, 04 Jul 2006 17:06:43 +0000 |
michael |
simplify intra prediction mode decoding
libavcodec
|
Tue, 04 Jul 2006 16:42:22 +0000 |
michael |
check cbp for validity, avoids possible out of array reads / segfaults
libavcodec
|
Tue, 04 Jul 2006 16:30:14 +0000 |
michael |
minor simplificationn
libavcodec
|
Tue, 04 Jul 2006 15:40:09 +0000 |
kostya |
Implement intensity compensation
libavcodec
|
Tue, 04 Jul 2006 15:39:21 +0000 |
kostya |
Correctly choose global transform mode, MV mode and fix bitplane decoding
libavcodec
|
Tue, 04 Jul 2006 15:33:28 +0000 |
kostya |
Optimizations suggested by Michael Niedermayer
libavcodec
|
Mon, 03 Jul 2006 18:43:45 +0000 |
stefang |
cleanup macroblock layer: merged decode of skipped MBs
libavcodec
|
Mon, 03 Jul 2006 17:37:57 +0000 |
stefang |
cosmetic patch:
libavcodec
|
Mon, 03 Jul 2006 17:22:18 +0000 |
kostya |
Correctly detect when use hpel or qpel mode
libavcodec
|
Mon, 03 Jul 2006 17:21:18 +0000 |
kostya |
4-MV mode final fixes (now it works for non-exotic modes)
libavcodec
|
Mon, 03 Jul 2006 17:17:25 +0000 |
kostya |
vc1_decode_intra_block() simplifications and corrections
libavcodec
|
Mon, 03 Jul 2006 10:52:07 +0000 |
lucabe |
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
libavcodec
|
Mon, 03 Jul 2006 09:20:26 +0000 |
michael |
porder patch by (Justin Ruggles jruggle a t earthlink d ot net)
libavcodec
|
Mon, 03 Jul 2006 02:38:08 +0000 |
kostya |
4-MV decoding support
libavcodec
|
Mon, 03 Jul 2006 00:16:45 +0000 |
michael |
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
libavcodec
|
Sun, 02 Jul 2006 22:01:31 +0000 |
mru |
remove redundant macro definitions
libavcodec
|
Sun, 02 Jul 2006 21:53:30 +0000 |
mru |
kill warning
libavcodec
|
Sun, 02 Jul 2006 14:58:17 +0000 |
michael |
CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de)
libavcodec
|
Sun, 02 Jul 2006 14:50:23 +0000 |
michael |
staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de)
libavcodec
|
Sun, 02 Jul 2006 13:14:04 +0000 |
michael |
3 lines while -> 1 line for loop
libavcodec
|
Sun, 02 Jul 2006 13:10:08 +0000 |
michael |
simplify
libavcodec
|
Sun, 02 Jul 2006 13:01:01 +0000 |
michael |
simplify compute_autocorr
libavcodec
|
Sun, 02 Jul 2006 12:40:39 +0000 |
michael |
dont use memcpy for copying structs
libavcodec
|
Sun, 02 Jul 2006 11:06:27 +0000 |
michael |
simplify
libavcodec
|
Sun, 02 Jul 2006 10:22:31 +0000 |
michael |
flac-lpc patch by (Justin Ruggles jruggle earthlink net)
libavcodec
|
Sun, 02 Jul 2006 09:30:51 +0000 |
michael |
simplify
libavcodec
|
Sun, 02 Jul 2006 02:05:35 +0000 |
banan |
ff_fft_init now double checks that the system has mm3dnow.h before
libavcodec
|
Sun, 02 Jul 2006 01:52:40 +0000 |
mru |
remove unneeded casts
libavcodec
|
Sun, 02 Jul 2006 01:39:38 +0000 |
mru |
get rid of veccpy(), replace with simple assignment
libavcodec
|
Sat, 01 Jul 2006 22:52:56 +0000 |
michael |
new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)
libavcodec
|
Sat, 01 Jul 2006 17:33:48 +0000 |
mru |
fill_mbaff_ref_list is missing a return statement, its return value
libavcodec
|
Sat, 01 Jul 2006 07:22:29 +0000 |
kostya |
Adjust AC prediction if (some) predictors are not available.
libavcodec
|
Sat, 01 Jul 2006 07:13:52 +0000 |
kostya |
0xFFFF l of cola. Now P-frames are decoded almost without distortions.
libavcodec
|
Sat, 01 Jul 2006 03:19:28 +0000 |
kostya |
Remove unused variable (and it wasn't free'd too)
libavcodec
|
Sat, 01 Jul 2006 03:17:54 +0000 |
kostya |
Use MpegEncContext->mbskip_table instead of custom bitplane.
libavcodec
|
Fri, 30 Jun 2006 08:00:01 +0000 |
gpoirier |
* Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no
libavcodec
|
Fri, 30 Jun 2006 07:50:30 +0000 |
gpoirier |
Disable w53 and w97 cmp methods when snow encoder is disabled
libavcodec
|
Fri, 30 Jun 2006 05:53:28 +0000 |
reynaldo |
anothe useless sizeof(char)
libavcodec
|
Fri, 30 Jun 2006 03:19:31 +0000 |
kostya |
Slightly reworked MC code, it gives better picture.
libavcodec
|
Fri, 30 Jun 2006 03:17:31 +0000 |
kostya |
typo
libavcodec
|
Fri, 30 Jun 2006 02:47:36 +0000 |
diego |
spelling fixes courtesy of "Herv W." H.O.W.aka.V+ffmpeg (at) gmail (dot) com
libavcodec
|
Thu, 29 Jun 2006 11:17:50 +0000 |
kostya |
Fix initialization of vc1_decoder (the same as wmv3_decoder).
libavcodec
|
Thu, 29 Jun 2006 11:05:33 +0000 |
kostya |
Some optimization and fixes - mostly reworked MC and bitplanes.
libavcodec
|
Thu, 29 Jun 2006 11:02:33 +0000 |
kostya |
This should make P-frames decoding work on x86 (by avoiding get_bits(0))
libavcodec
|
Tue, 27 Jun 2006 21:01:21 +0000 |
michael |
flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net
libavcodec
|
Tue, 27 Jun 2006 15:37:48 +0000 |
kostya |
Added loop filtering as ersatz for overlap filter (improves picture quality for coarse quantization).
libavcodec
|
Tue, 27 Jun 2006 15:34:14 +0000 |
kostya |
VC1 Intra blocks in P-frames use different zigzag table than I-frames.
libavcodec
|
Tue, 27 Jun 2006 12:13:01 +0000 |
reimar |
Do not read full byte when less than 8 bits are still to be read.
libavcodec
|
Tue, 27 Jun 2006 12:09:58 +0000 |
reimar |
Ignore overrun in spectral RLE decoding, fixes
libavcodec
|
Tue, 27 Jun 2006 03:11:51 +0000 |
kostya |
VC-1 decoder with I-frames support and partial P-frames decoding
libavcodec
|
Tue, 27 Jun 2006 02:55:54 +0000 |
kostya |
Rename VC9 to VC1 as there is no such thing as VC9
libavcodec
|
Mon, 26 Jun 2006 06:00:07 +0000 |
michael |
stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)
libavcodec
|
Sun, 25 Jun 2006 21:22:25 +0000 |
michael |
10l
libavcodec
|
Sun, 25 Jun 2006 17:37:12 +0000 |
lu_zero |
cleanup patch from Diego Petten <flameeyes@gentoo.org>
libavcodec
|