2006-07-31 |
mru |
remove libtheora wrapper
libavcodec
|
2006-07-31 |
kostya |
Fix overflows in bicubic interpolation.
libavcodec
|
2006-07-30 |
kostya |
Use bicubic MC (should also remove those ringing artifacts) when needed
libavcodec
|
2006-07-30 |
kostya |
Use functions from DSPContext in vc1.c
libavcodec
|
2006-07-30 |
kostya |
New functions in DSPContext for VC-1 decoding
libavcodec
|
2006-07-29 |
diego |
Remove spurious references to Ogg Theora encoder, such a thing never existed.
libavcodec
|
2006-07-29 |
stefang |
some MMX optimizations for the CAVS decoder
libavcodec
|
2006-07-29 |
kostya |
Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use)
libavcodec
|
2006-07-29 |
kostya |
Support range reduced frames
libavcodec
|
2006-07-29 |
kostya |
Support grayscale decoding.
libavcodec
|
2006-07-28 |
kostya |
Add rounding for overlap filters
libavcodec
|
2006-07-27 |
lorenm |
10l in r5768 (broke mbaff)
libavcodec
|
2006-07-27 |
lucabe |
Remove sws_global_init() from swscaler emulation
libavcodec
|
2006-07-26 |
diego |
Fix FSF postal address.
libavcodec
|
2006-07-25 |
lucabe |
Fix a corner case in sws emulation
libavcodec
|
2006-07-24 |
kostya |
Some B-frames support (parsing and decoding only, no motion compesation is done)
libavcodec
|
2006-07-24 |
kostya |
Some fixes for decode_p_mb()
libavcodec
|
2006-07-23 |
diego |
Remove obsolete and misleading warning.
libavcodec
|
2006-07-23 |
reimar |
Do not crash when the first frame is not a keyframe (and thus none of the
libavcodec
|
2006-07-23 |
kostya |
Correct edge MC for chroma
libavcodec
|
2006-07-22 |
kostya |
Replace code for clipping MV vectors (which is wrong to use here) with clipping source coords.
libavcodec
|
2006-07-22 |
kostya |
Don't do non-uniform quantization on zero coeffs.
libavcodec
|
2006-07-21 |
kostya |
1000l: scale DC predictors instead of predicted value.
libavcodec
|
2006-07-21 |
kostya |
Set DC = 0 for skipped MB as it interferes DC prediction
libavcodec
|
2006-07-21 |
kostya |
Set correctly quantizer and transform mode when parsing frame header.
libavcodec
|
2006-07-19 |
michael |
avoid 4 +
libavcodec
|
2006-07-19 |
michael |
remove 166 useless underscores, and make this file valid c code as a result
libavcodec
|
2006-07-19 |
michael |
remove a few useless casts and avoid the useless t1/t2 variables
libavcodec
|
2006-07-19 |
michael |
simplify
libavcodec
|
2006-07-19 |
michael |
more simplifications
libavcodec
|
2006-07-19 |
michael |
simplification
libavcodec
|
2006-07-19 |
michael |
iabs -> ABS
libavcodec
|
2006-07-19 |
michael |
simplify
libavcodec
|
2006-07-19 |
michael |
fix loop filter
libavcodec
|
2006-07-19 |
michael |
disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tested with -f crc) and the theora spec does not allow different idcts not to mention the difference is quite vissible ...
libavcodec
|
2006-07-19 |
lucabe |
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil
libavcodec
|
2006-07-18 |
lucabe |
Move av_log() & friends to libavutil
libavcodec
|
2006-07-18 |
lorenm |
sync to x264 r537
libavcodec
|
2006-07-17 |
michael |
parse all QIS values (we still ignore them though ...)
libavcodec
|
2006-07-17 |
michael |
100l for me
libavcodec
|
2006-07-17 |
michael |
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%)
libavcodec
|
2006-07-17 |
michael |
attempt to implement xiphs useless and stupid quantization matrix mess
libavcodec
|
2006-07-17 |
michael |
replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for theora according to spec)
libavcodec
|
2006-07-16 |
michael |
use RSHIFT
libavcodec
|
2006-07-16 |
michael |
useless memcpy
libavcodec
|
2006-07-16 |
michael |
some fixmes if someone ever wants to implement theora support correctly ...
libavcodec
|
2006-07-16 |
michael |
check how many bits are left after decoding extradata
libavcodec
|
2006-07-16 |
michael |
cleanup
libavcodec
|
2006-07-16 |
lorenm |
slightly faster h264 fill_caches()
libavcodec
|
2006-07-16 |
jbr |
cosmetic change to adjust alignment.
libavcodec
|
2006-07-16 |
jbr |
Modify preset compression levels to utilize log search.
libavcodec
|
2006-07-16 |
mru |
cosmetics
libavcodec
|
2006-07-16 |
michael |
log prediction order search method
libavcodec
|
2006-07-16 |
jbr |
Add lpc order search. This creates new compression levels 6 to 12.
libavcodec
|
2006-07-16 |
kostya |
Don't pass block[6][64] parameter to decode_p_mb as we always use s->block
libavcodec
|
2006-07-16 |
kostya |
Correct inverse quantization for P-frames
libavcodec
|
2006-07-16 |
kostya |
Rounding control for motion compensation.
libavcodec
|
2006-07-15 |
michael |
calculate all coefficients for several orders during cholesky factorization, the resulting coefficients are not strictly optimal though as there is a small difference in the autocorrelation matrixes which is ignored for the smaller orders
libavcodec
|
2006-07-14 |
stefang |
avoid double copying of left border in luma prediction
libavcodec
|
2006-07-14 |
stefang |
replace run by run+1 in VLC tables
libavcodec
|
2006-07-14 |
michael |
cleanup
libavcodec
|
2006-07-14 |
stefang |
change partition flags SYM -> FWD|SYM
libavcodec
|
2006-07-14 |
stefang |
set mvP2 also in PSKIP macroblock
libavcodec
|
2006-07-14 |
michael |
optionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients
libavcodec
|
2006-07-14 |
stefang |
avoid overflows of qp and pic_type
libavcodec
|
2006-07-13 |
mru |
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use
libavcodec
|
2006-07-13 |
michael |
dither lpc cpeffs
libavcodec
|
2006-07-12 |
mru |
rename AMR config variables to CONFIG_AMR*
libavcodec
|
2006-07-12 |
diego |
Remove MPlayer-specific include option hacks.
libavcodec
|
2006-07-11 |
diego |
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
libavcodec
|
2006-07-09 |
michael |
simplify
libavcodec
|
2006-07-09 |
michael |
avoid redundant local variables
libavcodec
|
2006-07-09 |
michael |
simplify
libavcodec
|
2006-07-09 |
diego |
FastUVMV vs FastUVMC typo, noticed by bond
libavcodec
|
2006-07-09 |
mru |
make some tables const
libavcodec
|
2006-07-09 |
mru |
--enable/disable parsers. Warning: some combinations are broken.
libavcodec
|
2006-07-09 |
michael |
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway)
libavcodec
|
2006-07-09 |
kostya |
Check if 4-MV MB should not be decoded.
libavcodec
|
2006-07-09 |
kostya |
MVRANGE may occur in all frames and RESPIC in all but B-frames
libavcodec
|
2006-07-09 |
kostya |
Fix mquant selection for ALL_MBS mode
libavcodec
|
2006-07-09 |
kostya |
Use overlap filter instead of loop filter.
libavcodec
|
2006-07-09 |
kostya |
Use s->first_slice_line in checks instead of s->mb_y
libavcodec
|
2006-07-09 |
mru |
10l: make disabling all pcm/adpcm codecs work
libavcodec
|
2006-07-08 |
mru |
only build dpcm.o if its codecs are enabled
libavcodec
|
2006-07-08 |
mru |
forgot to remove adx.o from objs always built
libavcodec
|
2006-07-08 |
mru |
make the adx adpcm codec available
libavcodec
|
2006-07-08 |
mru |
enable/disable pcm and adpcm codecs
libavcodec
|
2006-07-08 |
mru |
cosmetic: sort codec list alphabetically
libavcodec
|
2006-07-08 |
jbr |
allows user-settable block size and fixes related typo
libavcodec
|
2006-07-08 |
mru |
rewrite kconfig-style
libavcodec
|
2006-07-08 |
mru |
Sun mlib works fine. Remove comment stating otherwise.
libavcodec
|
2006-07-08 |
diego |
Remove bogus IPP section that is not referenced anywhere.
libavcodec
|
2006-07-08 |
aurel |
set proper bits_per_sample value for ADPCM codecs
libavcodec
|
2006-07-07 |
mru |
remove -fforce-addr as it to generate slightly slower code
libavcodec
|
2006-07-07 |
michael |
moving utf8 reading function to libavutil
libavcodec
|
2006-07-07 |
aurel |
simplify the voc demuxer using av_get_bits_per_sample()
libavcodec
|
2006-07-07 |
michael |
seems i forgot to commit this simplification ...
libavcodec
|
2006-07-07 |
bcoudurier |
av_get_bits_per_sample and due simplifications
libavcodec
|
2006-07-07 |
diego |
Fix compilation with --disable-decoders.
libavcodec
|
2006-07-07 |
michael |
table contains vlc with 19 bits and 8*2 < 19
libavcodec
|
2006-07-07 |
kostya |
Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC.
libavcodec
|
2006-07-07 |
kostya |
Enable coefficient scaling
libavcodec
|
2006-07-07 |
kostya |
Don't read out-of-bounds values.
libavcodec
|
2006-07-06 |
mru |
simplify
libavcodec
|
2006-07-06 |
mru |
build mpegaudio.c and ac3enc.c only if needed
libavcodec
|
2006-07-06 |
stefang |
hopefully better for platforms not supporting misaligned read
libavcodec
|
2006-07-06 |
stefang |
make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it
libavcodec
|
2006-07-06 |
michael |
increasing version for AVBitStreamFilters
libavcodec
|
2006-07-06 |
michael |
noise bitstream filter
libavcodec
|
2006-07-06 |
michael |
AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)
libavcodec
|
2006-07-06 |
diego |
Mark some read-only datastructures as const.
libavcodec
|
2006-07-06 |
kostya |
Fix one case of choosing MV for chroma
libavcodec
|
2006-07-05 |
diego |
spelling typo
libavcodec
|
2006-07-05 |
mru |
use $(LIBOBJFLAGS) when compiling sparc/*.c
libavcodec
|
2006-07-05 |
mru |
#define SBUTTERFLY outside CONFIG_ENCODERS
libavcodec
|
2006-07-05 |
stefang |
even more cbp safety
libavcodec
|
2006-07-05 |
stefang |
missed removing this line in my last commit
libavcodec
|
2006-07-05 |
diego |
cosmetics: Break overly long lines.
libavcodec
|
2006-07-04 |
michael |
add rounding bias earlier in the idct, avoids many adds
libavcodec
|
2006-07-04 |
banan |
Mark read-only data as const. Patch by stefan huehner org.
libavcodec
|
2006-07-04 |
michael |
return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode
libavcodec
|
2006-07-04 |
michael |
simplify intra prediction mode decoding
libavcodec
|
2006-07-04 |
michael |
check cbp for validity, avoids possible out of array reads / segfaults
libavcodec
|
2006-07-04 |
michael |
minor simplificationn
libavcodec
|
2006-07-04 |
kostya |
Implement intensity compensation
libavcodec
|
2006-07-04 |
kostya |
Correctly choose global transform mode, MV mode and fix bitplane decoding
libavcodec
|
2006-07-04 |
kostya |
Optimizations suggested by Michael Niedermayer
libavcodec
|
2006-07-03 |
stefang |
cleanup macroblock layer: merged decode of skipped MBs
libavcodec
|
2006-07-03 |
stefang |
cosmetic patch:
libavcodec
|
2006-07-03 |
kostya |
Correctly detect when use hpel or qpel mode
libavcodec
|
2006-07-03 |
kostya |
4-MV mode final fixes (now it works for non-exotic modes)
libavcodec
|
2006-07-03 |
kostya |
vc1_decode_intra_block() simplifications and corrections
libavcodec
|
2006-07-03 |
lucabe |
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
libavcodec
|
2006-07-03 |
michael |
porder patch by (Justin Ruggles jruggle a t earthlink d ot net)
libavcodec
|
2006-07-03 |
kostya |
4-MV decoding support
libavcodec
|
2006-07-03 |
michael |
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
libavcodec
|
2006-07-02 |
mru |
remove redundant macro definitions
libavcodec
|
2006-07-02 |
mru |
kill warning
libavcodec
|
2006-07-02 |
michael |
CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de)
libavcodec
|
2006-07-02 |
michael |
staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de)
libavcodec
|
2006-07-02 |
michael |
3 lines while -> 1 line for loop
libavcodec
|
2006-07-02 |
michael |
simplify
libavcodec
|
2006-07-02 |
michael |
simplify compute_autocorr
libavcodec
|
2006-07-02 |
michael |
dont use memcpy for copying structs
libavcodec
|
2006-07-02 |
michael |
simplify
libavcodec
|
2006-07-02 |
michael |
flac-lpc patch by (Justin Ruggles jruggle earthlink net)
libavcodec
|
2006-07-02 |
michael |
simplify
libavcodec
|
2006-07-02 |
banan |
ff_fft_init now double checks that the system has mm3dnow.h before
libavcodec
|
2006-07-02 |
mru |
remove unneeded casts
libavcodec
|
2006-07-02 |
mru |
get rid of veccpy(), replace with simple assignment
libavcodec
|
2006-07-01 |
michael |
new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)
libavcodec
|
2006-07-01 |
mru |
fill_mbaff_ref_list is missing a return statement, its return value
libavcodec
|
2006-07-01 |
kostya |
Adjust AC prediction if (some) predictors are not available.
libavcodec
|
2006-07-01 |
kostya |
0xFFFF l of cola. Now P-frames are decoded almost without distortions.
libavcodec
|
2006-07-01 |
kostya |
Remove unused variable (and it wasn't free'd too)
libavcodec
|
2006-07-01 |
kostya |
Use MpegEncContext->mbskip_table instead of custom bitplane.
libavcodec
|
2006-06-30 |
gpoirier |
* Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no
libavcodec
|
2006-06-30 |
gpoirier |
Disable w53 and w97 cmp methods when snow encoder is disabled
libavcodec
|
2006-06-30 |
reynaldo |
anothe useless sizeof(char)
libavcodec
|
2006-06-30 |
kostya |
Slightly reworked MC code, it gives better picture.
libavcodec
|
2006-06-30 |
kostya |
typo
libavcodec
|
2006-06-30 |
diego |
spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) com
libavcodec
|
2006-06-29 |
kostya |
Fix initialization of vc1_decoder (the same as wmv3_decoder).
libavcodec
|
2006-06-29 |
kostya |
Some optimization and fixes - mostly reworked MC and bitplanes.
libavcodec
|
2006-06-29 |
kostya |
This should make P-frames decoding work on x86 (by avoiding get_bits(0))
libavcodec
|
2006-06-27 |
michael |
flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net
libavcodec
|
2006-06-27 |
kostya |
Added loop filtering as ersatz for overlap filter (improves picture quality for coarse quantization).
libavcodec
|
2006-06-27 |
kostya |
VC1 Intra blocks in P-frames use different zigzag table than I-frames.
libavcodec
|
2006-06-27 |
reimar |
Do not read full byte when less than 8 bits are still to be read.
libavcodec
|
2006-06-27 |
reimar |
Ignore overrun in spectral RLE decoding, fixes
libavcodec
|
2006-06-27 |
kostya |
VC-1 decoder with I-frames support and partial P-frames decoding
libavcodec
|
2006-06-27 |
kostya |
Rename VC9 to VC1 as there is no such thing as VC9
libavcodec
|
2006-06-26 |
michael |
stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)
libavcodec
|
2006-06-25 |
michael |
10l
libavcodec
|
2006-06-25 |
lu_zero |
cleanup patch from Diego Pettenò <flameeyes@gentoo.org>
libavcodec
|
2006-06-24 |
lu_zero |
minor cleanup
libavcodec
|
2006-06-24 |
michael |
simplify & optimize things a little
libavcodec
|
2006-06-24 |
michael |
first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder
libavcodec
|
2006-06-24 |
michael |
CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net
libavcodec
|
2006-06-21 |
lu_zero |
fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com>
libavcodec
|
2006-06-20 |
lu_zero |
Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for pointing the issue
libavcodec
|
2006-06-20 |
diego |
Remove unused FFMPEG_VERSION_INT.
libavcodec
|
2006-06-20 |
diego |
Use Subversion revision for FFMPEG_VERSION.
libavcodec
|
2006-06-18 |
diego |
Add const to (mostly) char* and make some functions static, which aren't used
libavcodec
|
2006-06-17 |
lu_zero |
Cosmetics: should not hurt performance, scream if are
libavcodec
|
2006-06-17 |
diego |
Rename version from CVS to the more sensible HEAD.
libavcodec
|
2006-06-16 |
mru |
The AAC frame header uses 13 bits for the frame size, so the buffer should
libavcodec
|
2006-06-15 |
michael |
10l to whoever wrote this
libavcodec
|
2006-06-12 |
mru |
MIPS doesn't like unaligned accesses
libavcodec
|
2006-06-12 |
lorenm |
h264: accept rbsp_trailing longer than 1 byte
libavcodec
|
2006-06-09 |
mru |
use ifeq(...,yes) instead of ifdef
libavcodec
|
2006-06-09 |
bcoudurier |
fix closed gop flag
libavcodec
|
2006-06-04 |
michael |
support doing motion estimation and compensation without any residual transform or coding
libavcodec
|
2006-06-03 |
lu_zero |
put_pixels16_l2_altivec and avg_pixels16_l2_altivec
libavcodec
|
2006-06-03 |
lorenm |
ADPCM: trellis quantization
libavcodec
|
2006-06-03 |
corey |
Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1
libavcodec
|
2006-06-03 |
lorenm |
adpcm_ima & adpcm_yamaha: improved quantization
libavcodec
|
2006-06-02 |
banan |
Fixed a possible bug, checked against the assembly.
libavcodec
|
2006-06-01 |
diego |
Ignore all generated files.
libavcodec
|
2006-06-01 |
mru |
remove redundant make variable SUBDIR
libavcodec
|
2006-06-01 |
diego |
libavcodec/libpostproc ---> libpostproc
libavcodec
|
2006-06-01 |
banan |
Flash Screen Video decoder (fourcc:FSV1)
libavcodec
|
2006-05-31 |
kostya |
Palette support for newer KMVC
libavcodec
|
2006-05-30 |
lorenm |
Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless.
libavcodec
|
2006-05-30 |
lorenm |
Snow: cosmetics
libavcodec
|
2006-05-30 |
lorenm |
Snow: scale predicted mv based on which reference frame the neighbors used.
libavcodec
|
2006-05-30 |
lorenm |
Snow: cosmetics
libavcodec
|
2006-05-30 |
lorenm |
Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation.
libavcodec
|
2006-05-30 |
lorenm |
Snow: 10l. 1pass ratecontrol failed to set snow's internal quant.
libavcodec
|
2006-05-29 |
corey |
Make b_frame_strategy not fail on pass 2, but still print a notice.
libavcodec
|
2006-05-29 |
rtogni |
10000l don't reuse outer loop index in inner loops
libavcodec
|
2006-05-29 |
michael |
fabs is better then abs for floats ...
libavcodec
|
2006-05-29 |
michael |
typo me thinks ...
libavcodec
|
2006-05-29 |
michael |
cbp must be >0 here or we are in troubble
libavcodec
|
2006-05-28 |
lorenm |
h264: MBAFF interlaced decoding
libavcodec
|
2006-05-28 |
lorenm |
h264: faster fill_rectangle()
libavcodec
|
2006-05-28 |
lorenm |
Snow multiple reference frames
libavcodec
|
2006-05-28 |
lorenm |
Snow 1pass ratecontrol
libavcodec
|
2006-05-26 |
bcoudurier |
fix mbd bits bug, finally
libavcodec
|
2006-05-26 |
diego |
Remove all .cvsignore files, they are no longer necessary.
libavcodec
|
2006-05-17 |
kostya |
Now MPlayer should understand Smacker audio and video codecs.
libavcodec
|
2006-05-16 |
bcoudurier |
MPEG-2 4:2:2 encoding support
libavcodec
|
2006-05-16 |
gpoirier |
fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.
libavcodec
|
2006-05-14 |
gpoirier |
Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for GCC, so use -m3dnow instead.
libavcodec
|
2006-05-14 |
bcoudurier |
add quicktime uncompressed 8bit 4:2:2 support
libavcodec
|
2006-05-13 |
bcoudurier |
add MPEG-2 intra vlc support
libavcodec
|
2006-05-13 |
bcoudurier |
remove unused variable
libavcodec
|
2006-05-13 |
michael |
sanity checks, some might have been exploitable ...
libavcodec
|
2006-05-11 |
mru |
add unaligned16() and unaligned64()
libavcodec
|
2006-05-11 |
banan |
Cosmetics. Add the defines needed for debug output.
libavcodec
|
2006-05-11 |
lorenm |
fix a crash on x86_64
libavcodec
|
2006-05-10 |
bcoudurier |
fix alac decoder on little endian
libavcodec
|
2006-05-10 |
michael |
cosmetics (initalize variables where they are used)
libavcodec
|
2006-05-10 |
michael |
decoders should (IMHO) not duplicate frames, the application can do this if it wants
libavcodec
|
2006-05-09 |
michael |
allow insane gop sizes if the user doesnt care about playable streams (doesnt want compliance to any standard)
libavcodec
|
2006-05-08 |
michael |
add outcommented chunk of code to handle stuffing MBs at the end of slices (IMHO the standard doesnt allow this and there are no real world files which need it)
libavcodec
|
2006-05-07 |
bcoudurier |
vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbalatoni at programozo dot hu>
libavcodec
|
2006-05-07 |
michael |
make zero motion vector threshold user setable
libavcodec
|
2006-05-06 |
diego |
Further simplify AMR build.
libavcodec
|
2006-05-05 |
lorenm |
reinit quant matrices if pps is overwritten by another of the same pps_id.
libavcodec
|
2006-05-05 |
diego |
Ignore errors from recursive AMR cleans.
libavcodec
|
2006-05-05 |
diego |
Unconditionally clean AMR subdirs.
libavcodec
|
2006-05-02 |
lu_zero |
Macosx fix
libavcodec
|
2006-05-02 |
michael |
d10 decoding fix
libavcodec
|
2006-05-01 |
aurel |
clip_uint8 now return an uint8_t so no need to &0xFF
libavcodec
|
2006-04-30 |
lorenm |
warn on interlaced streams
libavcodec
|
2006-04-29 |
lorenm |
don't force asserts in release builds. 2% faster h264.
libavcodec
|
2006-04-28 |
lorenm |
memory leak.
libavcodec
|
2006-04-28 |
michael |
use previous qscale for intra_dc_threshold check
libavcodec
|
2006-04-28 |
michael |
missmatch control for mpeg2 intra dequantization if bitexact=1
libavcodec
|
2006-04-28 |
banan |
Revert bad ac3enc commit, the commited code was bigger and slower.
libavcodec
|
2006-04-28 |
gpoirier |
Remove unused and unsupported Cyrix's "Extended MMX",
libavcodec
|
2006-04-27 |
diego |
Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined.
libavcodec
|
2006-04-27 |
diego |
Fix amr_nb-fixed build.
libavcodec
|
2006-04-27 |
diego |
Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does
libavcodec
|
2006-04-27 |
diego |
cosmetics: Group all AMR variables together, add some newlines.
libavcodec
|
2006-04-27 |
diego |
Misplaced CLEANAMR.
libavcodec
|
2006-04-27 |
diego |
CLEANAMRWB --> CLEANAMR typo
libavcodec
|
2006-04-25 |
lu_zero |
13% faster inner_add_yblock
libavcodec
|
2006-04-25 |
lu_zero |
40% faster decode
libavcodec
|
2006-04-23 |
rtognimp |
Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false.
libavcodec
|
2006-04-22 |
banan |
Patch to generate the ac3 window, based on code by Justin Ruggles.
libavcodec
|
2006-04-21 |
lorenm |
10l in h264 vismb/vismv (broke on 2006-03-09)
libavcodec
|
2006-04-20 |
rtognimp |
dtsdec.c copies one input packet at a time to a (static) buffer of size
libavcodec
|
2006-04-19 |
reimar |
make "size" variable in avpicture_alloc signed, since avpicture_get_size
libavcodec
|
2006-04-18 |
gpoirier |
gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-muenchen PIS de>
libavcodec
|
2006-04-16 |
lu_zero |
typo in the gcc handmade regalloc trigger
libavcodec
|
2006-04-15 |
diego |
Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.
libavcodec
|
2006-04-15 |
diego |
Revert Windows "warning" message.
libavcodec
|
2006-04-15 |
diego |
Fix SIGSEGV in rv10-null-pointer-500k.rm.
libavcodec
|
2006-04-14 |
michael |
fix "concealing 0 DC, 0 AC, 0 MV errors" bug
libavcodec
|
2006-04-14 |
michael |
ffv1 and ffvhuff havnt changed since a long time and noone proposed any
libavcodec
|
2006-04-10 |
banan |
AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net.
libavcodec
|
2006-04-10 |
lucabe |
Baptiste COUDURIER's padding patch (reworked by me a little bit).
libavcodec
|
2006-04-09 |
rfelker |
signedness error caused broken decoding
libavcodec
|
2006-04-09 |
rfelker |
100l to loren. at least this fixes the compile error, but the code is still broken (decoding buggy/crashing)
libavcodec
|
2006-04-07 |
rtognimp |
Add missing external declaration for kmvc codec
libavcodec
|
2006-04-07 |
kostya |
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ
libavcodec
|
2006-04-07 |
lu_zero |
hadamard8_diff* enabled on linux/ppc
libavcodec
|
2006-04-05 |
mru |
s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/
libavcodec
|
2006-04-05 |
lorenm |
gmc_mmx tweaks
libavcodec
|
2006-04-04 |
lucabe |
Introduce swscale interface in libavcodec
libavcodec
|
2006-04-04 |
lorenm |
mmx implementation of 3-point GMC. (5x faster than C)
libavcodec
|
2006-04-03 |
lorenm |
2x faster ff_mpeg4_set_direct_mv
libavcodec
|
2006-04-03 |
corey |
AC3: support encoding fractional frame sizes
libavcodec
|
2006-03-31 |
michael |
remove mpegvideo.c img resample dependancy
libavcodec
|
2006-03-31 |
michael |
get_xbits() optimization
libavcodec
|
2006-03-31 |
michael |
remove useless code
libavcodec
|
2006-03-31 |
michael |
simplify loop a little
libavcodec
|
2006-03-31 |
michael |
do UPDATE_CACHE only when needed (which should be VERY rare)
libavcodec
|
2006-03-31 |
michael |
+ (sign&1) -> -sign (1 instruction less)
libavcodec
|
2006-03-31 |
michael |
avoid hard to predict branch (idea by arpi)
libavcodec
|
2006-03-31 |
michael |
warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>)
libavcodec
|
2006-03-31 |
lu_zero |
Proper typecast for vector bool
libavcodec
|
2006-03-30 |
lucabe |
move enum PixelFormat from libavcodec to libavutil
libavcodec
|
2006-03-30 |
michael |
reverting 1.31->1.33
libavcodec
|
2006-03-30 |
michael |
dont forget table_size in the decode_frame return value
libavcodec
|
2006-03-30 |
corey |
- Add new file internal.h for common internal-use-only functions.
libavcodec
|
2006-03-29 |
michael |
fix gcc 2.95 compilation
libavcodec
|
2006-03-29 |
lu_zero |
Cast cruft in order to support Apple gcc
libavcodec
|
2006-03-29 |
diego |
Ignore apiexample and test programs.
libavcodec
|
2006-03-29 |
diego |
EXTRALIBS already contains -lm, no need to add it explicitly.
libavcodec
|
2006-03-29 |
michael |
avoid if(i>=63) check at the end of decode_block()
libavcodec
|
2006-03-29 |
michael |
avoid i++ in decode_block()
libavcodec
|
2006-03-29 |
michael |
minor optimization of decode_block()
libavcodec
|
2006-03-29 |
michael |
optimizations by arpi
libavcodec
|
2006-03-27 |
reimar |
NuppelVideo/MythTVVideo support, including rtjpeg decoder
libavcodec
|
2006-03-27 |
lu_zero |
altivec support for snow
libavcodec
|
2006-03-27 |
lu_zero |
altivec support for snow
libavcodec
|
2006-03-26 |
banan |
Use a more descriptive error message.
libavcodec
|
2006-03-25 |
kostya |
Don't use get_vlc2() when tree is one symbol. This fixes audio decoding
libavcodec
|
2006-03-25 |
lorenm |
10l in 1.199 (write_back_motion with B-pyramid + spatial)
libavcodec
|
2006-03-25 |
lorenm |
simplified and slightly faster h264_chroma_mc8_mmx
libavcodec
|
2006-03-24 |
mru |
ST16 is undefined for non-GNU compilers.
libavcodec
|
2006-03-23 |
lorenm |
prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp).
libavcodec
|
2006-03-23 |
lorenm |
prefetch pixels for future motion compensation. 2-5% faster h264.
libavcodec
|
2006-03-22 |
lorenm |
10l
libavcodec
|
2006-03-22 |
lorenm |
added mmx implementation of h264_chroma_mc2
libavcodec
|
2006-03-22 |
lorenm |
1.5x faster write_back_motion, 1-3% overall
libavcodec
|
2006-03-22 |
gpoirier |
add MMX and SSE versions of ff_snow_inner_add_yblock
libavcodec
|
2006-03-21 |
corey |
snow mmx+sse2 optimizations, part 4
libavcodec
|
2006-03-21 |
kostya |
Smacker demuxer and decoder.
libavcodec
|
2006-03-20 |
mru |
since Michael prefers to keep dsputil.h private to libavcodec
libavcodec
|
2006-03-20 |
gpoirier |
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
libavcodec
|
2006-03-20 |
corey |
Snow mmx + sse2 part 2
libavcodec
|
2006-03-20 |
michael |
fixing interlaced direct mode field select values
libavcodec
|
2006-03-19 |
michael |
various fixes for xvid_rc
libavcodec
|
2006-03-18 |
michael |
fix frametypes with xvid_rc
libavcodec
|
2006-03-18 |
michael |
fixing bquant_offset
libavcodec
|
2006-03-18 |
michael |
segfault fix
libavcodec
|
2006-03-17 |
corey |
make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't
libavcodec
|
2006-03-17 |
gpoirier |
10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled
libavcodec
|
2006-03-16 |
gpoirier |
First part of a series of speed-enchancing patches.
libavcodec
|
2006-03-14 |
michael |
dont pass intra flag if its always 0
libavcodec
|
2006-03-13 |
michael |
fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio array for illegal aspect ratios)
libavcodec
|
2006-03-13 |
michael |
fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...)
libavcodec
|
2006-03-13 |
lorenm |
seed iterative_me with mvs from conventional search.
libavcodec
|
2006-03-13 |
lorenm |
obey vqscale in 2nd pass
libavcodec
|
2006-03-12 |
michael |
reset interlaced_dct flag
libavcodec
|
2006-03-11 |
kostya |
16-bit DPCM and stereo support for Sierra VMD
libavcodec
|
2006-03-11 |
michael |
av_free -> av_freep
libavcodec
|
2006-03-11 |
michael |
fix %8 != 0 w/h
libavcodec
|
2006-03-10 |
michael |
asserts to check if assumed conditions really are true
libavcodec
|
2006-03-10 |
michael |
out of array read fix
libavcodec
|
2006-03-10 |
michael |
out of array read fix
libavcodec
|
2006-03-10 |
michael |
cleanup picture / debug output code
libavcodec
|
2006-03-10 |
michael |
fixing out of array access (only cosmetic, this should never have had a end user vissible effect)
libavcodec
|
2006-03-10 |
michael |
add assert to clarify that we know what we are doing
libavcodec
|
2006-03-10 |
michael |
fixing uninitalized dc_pred_dir
libavcodec
|
2006-03-10 |
michael |
very minor optimization
libavcodec
|
2006-03-10 |
michael |
unused variable
libavcodec
|
2006-03-10 |
bcoudurier |
Fix cropping, depending on enc pix fmt
libavcodec
|
2006-03-09 |
diego |
Alignment fixes, caused problems on SPARC.
libavcodec
|
2006-03-08 |
diego |
(f)printf --> av_log conversion
libavcodec
|
2006-03-08 |
banan |
Init simplification and 2% faster wma_decode_block on amd64 with tables use
libavcodec
|
2006-03-08 |
corey |
3DNow! & Extended 3DNow! versions of FFT
libavcodec
|
2006-03-07 |
lorenm |
h264_idct8_add_mmx
libavcodec
|
2006-03-07 |
lorenm |
h264_idct_add only needs mmx1
libavcodec
|
2006-03-06 |
diego |
Proper mangling information for symbols in OS X Mach-O shared objects.
libavcodec
|
2006-03-06 |
michael |
switch flac to av_crc
libavcodec
|
2006-03-06 |
michael |
switch ac3enc to av_crc
libavcodec
|
2006-03-06 |
michael |
generic crc calculation code
libavcodec
|
2006-03-06 |
romansh |
I still don't think this should be here. Note: without this code DV encoder
libavcodec
|
2006-03-06 |
romansh |
DVCPRO50 support.
libavcodec
|
2006-03-05 |
gpoirier |
use xorps instead of mulps to toggle the sign of a float, as suggested by Software Optimization Guide for AMD64 Processors.
libavcodec
|
2006-03-05 |
lorenm |
gcc2.95 workaround
libavcodec
|
2006-03-05 |
mru |
Make faac_decode_frame return -1 on error and not 0 which avoids
libavcodec
|
2006-03-04 |
lorenm |
remove some useless instructions
libavcodec
|
2006-03-04 |
diego |
Make -xy help output consistent, output an empty line before and after.
libavcodec
|
2006-03-04 |
lorenm |
keyframe flag was wrong if SEIs followed the keyframe
libavcodec
|
2006-03-03 |
michael |
PAL8 support (fixed BLUR8.AVI)
libavcodec
|
2006-03-03 |
michael |
fix segfault with BLUR8.AVI
libavcodec
|
2006-03-02 |
michael |
fix infinite loop
libavcodec
|
2006-03-02 |
michael |
cleanup IMA-ADPCM WAV decoder
libavcodec
|
2006-03-02 |
lorenm |
4% faster h264_qpel_mc
libavcodec
|
2006-03-01 |
kabi |
* bugfixing call reference
libavcodec
|
2006-03-01 |
michael |
fix decoding of mpeg2-trunc.vob
libavcodec
|
2006-02-28 |
aurel |
use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >)
libavcodec
|
2006-02-28 |
romansh |
Assign class 2 to most macroblocks by default, instead of a more conservative
libavcodec
|
2006-02-27 |
banan |
64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch
libavcodec
|
2006-02-27 |
romansh |
Not that we're that far from being an *initial* implementation, but
libavcodec
|
2006-02-27 |
romansh |
AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The
libavcodec
|
2006-02-26 |
michael |
remove wrong assert()
libavcodec
|
2006-02-26 |
michael |
replace for loop with 2 asserts()
libavcodec
|
2006-02-25 |
michael |
size[0-3] are not initialized (and can get random negative trash
libavcodec
|
2006-02-25 |
mru |
kill some warnings
libavcodec
|
2006-02-25 |
lorenm |
fix a memory leak on seeking.
libavcodec
|
2006-02-24 |
michael |
10l (forgot EOBs)
libavcodec
|
2006-02-23 |
michael |
dont lowwer qnos of more blocks then needed
libavcodec
|
2006-02-23 |
gpoirier |
Give a hint about what is the expected the data type of command line options.
libavcodec
|
2006-02-23 |
michael |
fixing dv_guess_qnos()
libavcodec
|
2006-02-23 |
michael |
print a big warning if we mess up and run out of space ...
libavcodec
|
2006-02-22 |
lorenm |
minor simplifications in cabac_mb_type
libavcodec
|
2006-02-21 |
diego |
Fix AltiVec H.264 decoding on FSF gcc.
libavcodec
|
2006-02-21 |
alex |
added none/8bit/24bit audio formats and defaulting to s16 for now (once the system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE)
libavcodec
|
2006-02-21 |
alex |
explain extradata and pass avctx to av_log's
libavcodec
|
2006-02-20 |
diego |
ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not
libavcodec
|
2006-02-20 |
mru |
pass noise reduction option to x264
libavcodec
|
2006-02-19 |
diego |
Increase maximum number of B-frames, necessary for H.264 encoding.
libavcodec
|
2006-02-19 |
michael |
RMP4 ("xvid fork") decoding support
libavcodec
|
2006-02-17 |
mellum |
Change license header to LGPL for consistency.
libavcodec
|
2006-02-17 |
melanson |
complete AVS playback system (from Creature Shock computer game),
libavcodec
|
2006-02-16 |
lorenm |
don't arbitrarily limit delta_qp
libavcodec
|
2006-02-16 |
aurel |
add Creative 8 bits ADPCM schemes support
libavcodec
|
2006-02-14 |
lorenm |
fix some crashes on negative nalsize.
libavcodec
|
2006-02-13 |
lorenm |
fix some crashes when missing frames
libavcodec
|
2006-02-13 |
mru |
move common parts of makefiles into common.mak
libavcodec
|
2006-02-13 |
alex |
increase audio buffer to 1second of 48khz float audio
libavcodec
|
2006-02-12 |
melanson |
add another set of zlib guards
libavcodec
|
2006-02-12 |
melanson |
make TSCC endian-safe, PPC testing courtesy of Diego B.
libavcodec
|
2006-02-12 |
melanson |
dosbox native ZMBV decoder, courtesy of Kostya
libavcodec
|
2006-02-12 |
melanson |
complete American Laser Games MM playback system, courtesy of Peter Ross
libavcodec
|
2006-02-12 |
alex |
tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE)
libavcodec
|
2006-02-11 |
diego |
Move libpostproc compilation to the top-level Makefile.
libavcodec
|
2006-02-11 |
diego |
Quote all installation paths to protect against spaces in the path.
libavcodec
|
2006-02-11 |
diego |
libpostproc installs into a different directory that needs to be created.
libavcodec
|
2006-02-11 |
diego |
100l typo: forgotten $
libavcodec
|
2006-02-11 |
henry |
- fix insufficient code length for exp_vlc
libavcodec
|
2006-02-11 |
diego |
Simplify header installation.
libavcodec
|
2006-02-11 |
diego |
Separate library install into static and shared installation.
libavcodec
|
2006-02-11 |
diego |
Separate header file installation from the general install target.
libavcodec
|
2006-02-11 |
diego |
Add installlib and install-headers targets like everywhere else.
libavcodec
|
2006-02-11 |
diego |
Install static libpostproc if CONFIG_PP is set.
libavcodec
|
2006-02-11 |
diego |
Install libpostproc headers if CONFIG_PP is set.
libavcodec
|
2006-02-10 |
al |
Don't use pow/powf functions where we just need integer arithmetic.
libavcodec
|
2006-02-10 |
lorenm |
h264: special case dc-only idct. ~1% faster overall
libavcodec
|
2006-02-10 |
mru |
use get_bits1/skip_bits[1] in ac3 and aac parsers
libavcodec
|
2006-02-09 |
michael |
fix segfault on broken streams
libavcodec
|
2006-02-09 |
lorenm |
10l in 1.12
libavcodec
|
2006-02-08 |
lorenm |
slightly faster loopfilter
libavcodec
|
2006-02-08 |
mru |
bump version numbers and update docs for adts aac support
libavcodec
|
2006-02-08 |
mru |
create adts stream if CODEC_FLAG_GLOBAL_HEADER not set
libavcodec
|
2006-02-08 |
mru |
adts aac parser
libavcodec
|
2006-02-08 |
mru |
decode adts aac streams
libavcodec
|
2006-02-07 |
lorenm |
10l (x86_64)
libavcodec
|
2006-02-07 |
lorenm |
18% faster put_h264_qpel16_mc[13]2_mmx2
libavcodec
|
2006-02-07 |
lorenm |
11% faster put_h264_qpel16_v_lowpass_mmx2
libavcodec
|
2006-02-07 |
lorenm |
15% faster put_h264_qpel16_hv_lowpass_mmx2
libavcodec
|
2006-02-06 |
michael |
1 goto 1 fix
libavcodec
|
2006-02-06 |
banan |
Fix broken cosmetics commit and add a check for valid headers.
libavcodec
|
2006-02-06 |
banan |
Small cosmetics and better variable names.
libavcodec
|
2006-02-05 |
diego |
MSVC-compatible __align8/__align16 declaration
libavcodec
|
2006-02-05 |
al |
Correct the relation between floors of type 0 and block sizes.
libavcodec
|
2006-02-04 |
michael |
simplify
libavcodec
|
2006-02-04 |
michael |
faster find_startcode()
libavcodec
|
2006-02-04 |
al |
Cosmetic: Fix indentation.
libavcodec
|
2006-02-04 |
al |
10l (malloc check with the wrong pointer)
libavcodec
|
2006-02-04 |
al |
Added support for vorbis files containing floor type 0.
libavcodec
|
2006-02-02 |
michael |
output last ac3 frame and simplify
libavcodec
|
2006-02-02 |
michael |
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info)
libavcodec
|
2006-02-02 |
diego |
Set interlaced_frame and top_field_first according to coded_frame.
libavcodec
|
2006-02-02 |
michael |
list of supported pix_fmts
libavcodec
|
2006-02-02 |
michael |
JPEG-LS codec by (Kostya | kostya.forjunk gmail com)
libavcodec
|
2006-01-31 |
diego |
Fix silly typos.
libavcodec
|
2006-01-30 |
mru |
add static keyword to some functions
libavcodec
|
2006-01-30 |
mru |
add static keyword to some functions
libavcodec
|
2006-01-30 |
mru |
long is better than int for pointer differences
libavcodec
|
2006-01-30 |
diego |
On MinGW it is not possible to build shared and static libraries at once.
libavcodec
|
2006-01-29 |
diego |
Simplify LDFLAGS handling for MinGW.
libavcodec
|
2006-01-28 |
aurel |
make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)
libavcodec
|
2006-01-28 |
lorenm |
fix crash on height < 16 pixels.
libavcodec
|
2006-01-27 |
corey |
Add a newline to b_frame_strategy error message.
libavcodec
|
2006-01-27 |
michael |
fixing bframe strategy 2
libavcodec
|
2006-01-26 |
diego |
Remove obscure Makefile.bak entry from distclean rules.
libavcodec
|
2006-01-25 |
diego |
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
libavcodec
|
2006-01-25 |
michael |
10l forgot #ifdef CONFIG_XVID
libavcodec
|
2006-01-24 |
michael |
xvid ratecontrol support
libavcodec
|
2006-01-24 |
diego |
Remove all stray tabs and trailing whitespace, this time for good.
libavcodec
|
2006-01-23 |
banan |
Mjpeg interlaced decoding fix, height was wrong while decoding (/2).
libavcodec
|
2006-01-22 |
corey |
sc_factor support for encoding.
libavcodec
|
2006-01-22 |
reimar |
faster copy functions for lzo decoder that also need padding
libavcodec
|
2006-01-21 |
mru |
native ac3 parser
libavcodec
|
2006-01-21 |
banan |
Implement audio cutoff frequency to the vorbis encoder.
libavcodec
|
2006-01-21 |
lorenm |
fix convergence of snow iterative_me
libavcodec
|
2006-01-21 |
lorenm |
revert 1.83 because it's not needed
libavcodec
|
2006-01-20 |
banan |
Silence warnings, these came when some tables got declared as const.
libavcodec
|
2006-01-20 |
mru |
place SPS/PPS in extradata if GLOBAL_HEADER flag is set
libavcodec
|
2006-01-19 |
lorenm |
detect when iterative_me fails to converge, and stop searching
libavcodec
|
2006-01-19 |
mru |
interpret H264 VUI timing info correctly
libavcodec
|
2006-01-17 |
lorenm |
obmc-aware 4mv
libavcodec
|
2006-01-16 |
diego |
Make clean/distclean consistent throughout all the Makefiles.
libavcodec
|
2006-01-15 |
reimar |
10l, get_byte returning 0 on error can cause a hang. So let's try with 1 instead...
libavcodec
|
2006-01-15 |
diego |
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.
libavcodec
|
2006-01-14 |
diego |
Define separate version number for libpostproc.
libavcodec
|
2006-01-14 |
diego |
Remove redundant --enable-shared-pp configure option and make the PP code
libavcodec
|
2006-01-14 |
banan |
Off by one fix to prevent possible segfault. Patch by jwestfall at surrealistic dot net.
libavcodec
|
2006-01-14 |
diego |
Move library name generation to configure, simplifies build system a bit more.
libavcodec
|
2006-01-14 |
diego |
Fix a bunch of spelling/grammar mistakes in doxygen comments and output.
libavcodec
|
2006-01-14 |
reimar |
get_byte may not return -1 on error, since it can lead to a negative backptr.
libavcodec
|
2006-01-14 |
reimar |
Wrong state handling causing decompression errors in some cases
libavcodec
|
2006-01-14 |
diego |
Create symbolic links for all library sonames and clean up Makefiles.
libavcodec
|
2006-01-14 |
diego |
CamStudio video decoder
libavcodec
|
2006-01-13 |
diego |
Change this Makefile to be consistent with all the others.
libavcodec
|
2006-01-13 |
diego |
minor consistency fix
libavcodec
|
2006-01-12 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
2006-01-12 |
michael |
bugs found by valgrind
libavcodec
|
2006-01-12 |
reimar |
Our own LZO (1X) implementation, under LGPL and optimized for readability.
libavcodec
|
2006-01-12 |
lorenm |
faster iterative_me: avoid duplicate mc of neighboring blocks.
libavcodec
|
2006-01-12 |
diego |
Move Darwin shared library build peculiarities to configure.
libavcodec
|
2006-01-10 |
banan |
Parameter added for user to set the cutoff frequency when encoding with faac.
libavcodec
|
2006-01-09 |
reimar |
CamStudio decoder, only 32 bit lzo mode is tested
libavcodec
|
2006-01-09 |
lorenm |
tweak h264_biweight
libavcodec
|
2006-01-09 |
lorenm |
tweak inlines.
libavcodec
|
2006-01-09 |
diego |
consistency cosmetics
libavcodec
|
2006-01-09 |
lorenm |
10l: bidir_refine didn't save the new mvs. also improve speed.
libavcodec
|
2006-01-09 |
diego |
Make shared lib name handling consistent with the other Makefiles.
libavcodec
|
2006-01-08 |
banan |
get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h
libavcodec
|
2006-01-08 |
banan |
get_vlc -> get_vlc2 transition.
libavcodec
|
2006-01-08 |
banan |
get_vlc -> get_vlc2 transition.
libavcodec
|
2006-01-08 |
nicodvb |
install dsputil.h, that is used by many filters in mplayer
libavcodec
|
2006-01-08 |
michael |
use h264 MC functions for 2xX Xx2 blocks in snow too
libavcodec
|
2006-01-07 |
banan |
Incorrect check removed.
libavcodec
|
2006-01-07 |
michael |
use h264 MC functions for rectangular blocks too
libavcodec
|
2006-01-07 |
michael |
10l (assertion failure)
libavcodec
|
2006-01-06 |
romansh |
Moving dv_anchor back to the global scope. This creates a tiny memory
libavcodec
|
2006-01-06 |
diego |
Comment out WMV3 decoder for now, it crashes on every file and causes
libavcodec
|
2006-01-06 |
rtognimp |
Dual mono stereo strems sound ok now, added sanity checks and removed
libavcodec
|
2006-01-05 |
melanson |
ugly, but necessary
libavcodec
|
2006-01-04 |
michael |
cleanup
libavcodec
|
2006-01-04 |
diego |
H.263: more descriptive error message
libavcodec
|
2006-01-04 |
michael |
8x8 integer dct from x264 as cmp function (under CONFIG_GPL)
libavcodec
|
2006-01-04 |
diego |
Fix an out of array access and some minor cleanup of the code.
libavcodec
|
2006-01-04 |
michael |
av_freep() recommandition
libavcodec
|
2006-01-04 |
diego |
Make all tables static const.
libavcodec
|
2006-01-03 |
diego |
TrueSpeech compatible audio decoder by Konstantin Shishkov
libavcodec
|
2005-12-31 |
lorenm |
fix asymmetric CQMs with pre-transposed DCT.
libavcodec
|
2005-12-31 |
lorenm |
CQM: fix fallback to JVT scaling lists
libavcodec
|
2005-12-31 |
lorenm |
direct mvs in B_8x8 mbs were set too early.
libavcodec
|
2005-12-31 |
lorenm |
fix direct_8x8_inference_flag with 4x4 mvs.
libavcodec
|
2005-12-30 |
lorenm |
fix some potential arithmetic overflows in pred_direct_motion() and
libavcodec
|
2005-12-30 |
mmu_man |
:%s/check_block_2p/check_block_inter/g
libavcodec
|
2005-12-30 |
mmu_man |
this fixes compilation with gcc 2.95 which seems to not like array casting... special case inline of check_block which makes the array and passes it
libavcodec
|
2005-12-30 |
michael |
mem corruption fix
libavcodec
|
2005-12-29 |
michael |
second try of improved lambda/qp guessing for motion estimation RD in first pass
libavcodec
|
2005-12-29 |
lorenm |
update x264 wrapper.
libavcodec
|
2005-12-29 |
michael |
4mv + iter ME 10l fix (still not bugfree but better)
libavcodec
|
2005-12-28 |
michael |
10l
libavcodec
|
2005-12-28 |
michael |
iterative overlapped block based motion estimation for snow
libavcodec
|
2005-12-27 |
rtognimp |
Fix wma2 audio decoder
libavcodec
|
2005-12-25 |
michael |
Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?)
libavcodec
|
2005-12-25 |
michael |
support downscaling frames for dynamic b frame decission
libavcodec
|
2005-12-25 |
michael |
10l (didnt remove option from old ones after converting to AVOption)
libavcodec
|
2005-12-25 |
michael |
b frame strategy 2
libavcodec
|
2005-12-25 |
michael |
dont discard least significant bits
libavcodec
|
2005-12-24 |
michael |
hmm did i mess the scaling of these up at some point?
libavcodec
|
2005-12-24 |
michael |
slightly better mv_penalty table
libavcodec
|
2005-12-23 |
michael |
10l (segfault fix)
libavcodec
|
2005-12-23 |
michael |
bidir refine support
libavcodec
|
2005-12-23 |
michael |
minor typo
libavcodec
|
2005-12-22 |
michael |
better f_code guessing in 2nd pass
libavcodec
|
2005-12-22 |
michael |
improved lambda/qp guessing for motion estimation RD in first pass
libavcodec
|
2005-12-22 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
2005-12-21 |
diego |
Add some comments to #ifdef #else #endif blocks and fix wrong ones.
libavcodec
|
2005-12-21 |
michael |
also autodetect xvid idct if bitexact is used
libavcodec
|
2005-12-20 |
rfelker |
10l to michael for breaking gcc 2.95 compile :)
libavcodec
|
2005-12-19 |
michael |
10l
libavcodec
|
2005-12-19 |
michael |
use correct qp & lambda for ME on the second pass
libavcodec
|
2005-12-19 |
michael |
forgot
libavcodec
|
2005-12-18 |
michael |
fix q=0 bug
libavcodec
|
2005-12-18 |
henry |
new qscale type to distinguish H264
libavcodec
|
2005-12-18 |
michael |
unfinished jpeg-ls codec (feel free to finish it ...)
libavcodec
|
2005-12-18 |
michael |
typo
libavcodec
|
2005-12-18 |
michael |
fix custom matrix permutation if xvid idct is autoselected and you have bad luck
libavcodec
|
2005-12-17 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
2005-12-17 |
michael |
bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by (Steve Lhomme | slhomme divxcorp com)
libavcodec
|
2005-12-17 |
michael |
wrong sizes, part of [PATCH] from DivX, Part 9: bitstream crashes from (Steve Lhomme | slhomme divxcorp com)
libavcodec
|
2005-12-14 |
melanson |
correctly deal with the alpha channel in 32-bit QT RLE (courtesy of John
libavcodec
|
2005-12-14 |
melanson |
correctly handle very large Cinepak frames (courtesy of John Koleszar
libavcodec
|
2005-12-12 |
mru |
use PRIxN, %zd, %td formats where needed
libavcodec
|
2005-12-12 |
mru |
remove unused variables
libavcodec
|
2005-12-11 |
lorenm |
recognize some more nal types
libavcodec
|
2005-12-11 |
rtognimp |
This patch adds some support for non-joint stereo streams. It also
libavcodec
|
2005-12-10 |
gpoirier |
Add the rest of missing Reg_* macros to support both AMD-64 style regs and IA32 regs.
libavcodec
|
2005-12-10 |
diego |
SONAME support for shared libs
libavcodec
|
2005-12-09 |
rtognimp |
Cook compatibe decoder, patch by Benjamin Larsson
libavcodec
|
2005-12-07 |
michael |
psnr calculation with threads>1 fix
libavcodec
|
2005-12-06 |
rtognimp |
Support for samples with fft_order = 7
libavcodec
|
2005-12-06 |
rtognimp |
Remove duplicated fft init
libavcodec
|
2005-12-03 |
michael |
check block_max_depth (fixes crash)
libavcodec
|
2005-12-03 |
michael |
make selftest code compile again
libavcodec
|
2005-12-02 |
michael |
default_get_buffer() cleanup
libavcodec
|
2005-11-30 |
mru |
BMP image decoder
libavcodec
|
2005-11-21 |
gpoirier |
Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on the configure system
libavcodec
|
2005-11-20 |
iive |
Mark all 12 block unused when there are no coded blocks
libavcodec
|
2005-11-14 |
gpoirier |
dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-muenchen POIS de >
libavcodec
|
2005-11-13 |
alex |
10l, left debugging on
libavcodec
|
2005-11-13 |
alex |
Correctly skip unknown matrices (patch by Matthieu Castet) and disable comment reading
libavcodec
|
2005-11-13 |
alex |
Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for Theora 3.4 and stream created by Elphel cameras are decodable.
libavcodec
|
2005-11-13 |
alex |
fixed long standing off-by-one bug (fixes playback on ppc)
libavcodec
|
2005-11-13 |
alex |
mode_code_vlc_table size mismatch
libavcodec
|
2005-11-12 |
lorenm |
use sse16_sse2() in nsse
libavcodec
|
2005-11-10 |
reimar |
clear the whole vert_pred buffer for 24 bit decoding.
libavcodec
|
2005-11-10 |
melanson |
improvements by Reimar Döffinger; 24-bit decoding is not perfect, only
libavcodec
|
2005-11-10 |
lorenm |
fix a crash on seeking to an invalid frame
libavcodec
|
2005-11-09 |
mru |
revert incorrect change
libavcodec
|
2005-11-09 |
michael |
check MPV_frame_start() return value
libavcodec
|
2005-11-09 |
mru |
s/log2/av_log2/
libavcodec
|
2005-11-07 |
diego |
Put double-quotes around the install path in the "install-headers" section
libavcodec
|
2005-11-05 |
diego |
Two tables in truemotion1data.h were slightly different from VpVision
libavcodec
|
2005-11-05 |
michael |
frame skip fixes
libavcodec
|
2005-11-05 |
rtognimp |
Place qdm2 and truemotion2 in ifdef block so that they can be disabled
libavcodec
|
2005-11-04 |
michael |
extradata endianness comment
libavcodec
|
2005-11-03 |
lorenm |
tidier cabac_intra4x4_pred_mode
libavcodec
|
2005-11-02 |
gpoirier |
Typo fix
libavcodec
|
2005-10-28 |
mru |
no mixing of code and declarations
libavcodec
|
2005-10-28 |
reimar |
Make rle_code int everywhere instead of signed char.
libavcodec
|
2005-10-28 |
lorenm |
25% faster deblocking, 4-6% overall.
libavcodec
|
2005-10-27 |
lorenm |
fix a crash on dropped frames
libavcodec
|
2005-10-27 |
lorenm |
faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.
libavcodec
|
2005-10-26 |
gpoirier |
avoid the registration of DECODERS if only CONFIG_DECODERS is not defined.
libavcodec
|
2005-10-26 |
lorenm |
10l: cqm weren't initialized in svq3.
libavcodec
|
2005-10-25 |
lorenm |
decode custom quant matrices.
libavcodec
|
2005-10-23 |
diego |
Add DTS_INC to the CFLAGS for DTS. This is only set by external configure
libavcodec
|
2005-10-20 |
rtognimp |
Increase version because of QDM2 decoder addition
libavcodec
|
2005-10-19 |
rtognimp |
init_get_bits() requires size in bits, not bytes
libavcodec
|
2005-10-19 |
gpoirier |
revert useless patch that was supposed to fix DTS support (but the fix belongs to MPlayer, not FFmpeg)
libavcodec
|
2005-10-18 |
rtognimp |
QDM2 compatible decoder
libavcodec
|
2005-10-18 |
rtognimp |
QDM2 compatible decoder
libavcodec
|
2005-10-16 |
melanson |
chroma decoding fix by Kostya
libavcodec
|
2005-10-15 |
rtognimp |
Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg
libavcodec
|
2005-10-15 |
melanson |
TM2 fixes by Kostya
libavcodec
|
2005-10-14 |
gpoirier |
Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POIS edu >
libavcodec
|
2005-10-14 |
melanson |
gcc 2.95 fix, courtesy of Luca Abeni
libavcodec
|
2005-10-13 |
melanson |
support for FLX and DTA extensions in the FLIC format, courtesy of
libavcodec
|
2005-10-13 |
melanson |
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
libavcodec
|
2005-10-12 |
alex |
set_se_golomb can only write 16bits, add a note about this (ok, maybe it's brain dead using it with more than 16bits, but..)
libavcodec
|
2005-10-12 |
alex |
sanity check whether dimensions are non-null
libavcodec
|
2005-10-12 |
alex |
removed unused CONFIG_AUDIO_NONSHORT
libavcodec
|
2005-10-09 |
lorenm |
h264 mmx weighted prediction. up to 3% overall speedup.
libavcodec
|
2005-10-06 |
diego |
Ignore AMR directories.
libavcodec
|
2005-10-04 |
diego |
Move all definitions of external dependencies into configure instead of
libavcodec
|
2005-09-30 |
lorenm |
sse2 16x16 sum squared diff (306=>268 cycles on a K8)
libavcodec
|
2005-09-27 |
lorenm |
6% faster decode_cabac_residual
libavcodec
|
2005-09-27 |
lorenm |
13% faster decode_residual (cavlc).
libavcodec
|
2005-09-26 |
diego |
support for building dynamic libraries on Mac OS X
libavcodec
|
2005-09-24 |
diego |
Fix some #ifdef to allow building amr_wb alone.
libavcodec
|
2005-09-21 |
aurel |
fix some pointer to intger without cast warnings (patch by Michel Bardiaux)
libavcodec
|
2005-09-21 |
aurel |
fix unused variable warnings
libavcodec
|
2005-09-21 |
michael |
replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ...
libavcodec
|
2005-09-21 |
michael |
Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.
libavcodec
|
2005-09-20 |
michael |
changing a few options to AVOptions
libavcodec
|
2005-09-20 |
michael |
precautionary checks
libavcodec
|
2005-09-20 |
michael |
dont print NULL
libavcodec
|
2005-09-19 |
diego |
Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h
libavcodec
|
2005-09-19 |
michael |
set pts for h.263 decoding
libavcodec
|
2005-09-18 |
diego |
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
libavcodec
|
2005-09-18 |
michael |
print more time_base fps stuff if av_log level is at debug or above
libavcodec
|
2005-09-17 |
reimar |
check return value of decode_cabac_mb_dqp, it is INT_MIN on error.
libavcodec
|
2005-09-14 |
mru |
set more x264 encoding parameters
libavcodec
|
2005-09-12 |
michael |
the people want lower case ...
libavcodec
|
2005-09-12 |
michael |
dont include opt.h in avcodec.h
libavcodec
|
2005-09-12 |
diego |
CAREFULL --> CAREFUL typo fix
libavcodec
|
2005-09-12 |
michael |
converting a few more options to AVOptions
libavcodec
|
2005-09-12 |
michael |
convert some options in ffmpeg.c to AVOptions
libavcodec
|
2005-09-11 |
michael |
avoid stdio.h
libavcodec
|
2005-09-11 |
michael |
missing include noticed by g0th
libavcodec
|
2005-09-11 |
michael |
flags and named constants with type checking of course for AVOption
libavcodec
|
2005-09-11 |
michael |
AVOption API improvments
libavcodec
|
2005-09-10 |
michael |
add xvid idcts to dct-test
libavcodec
|
2005-09-10 |
reimar |
Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.
libavcodec
|
2005-09-10 |
michael |
remove unused table entries
libavcodec
|
2005-09-10 |
michael |
select xvid idct for xvid files if possible
libavcodec
|
2005-09-10 |
michael |
xvids mmx&mmx2 idcts
libavcodec
|
2005-09-10 |
michael |
dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4
libavcodec
|
2005-09-07 |
alex |
use av_log in debug mode
libavcodec
|
2005-09-06 |
michael |
AVOption enumeration support and some flags to classify AVOptions
libavcodec
|
2005-09-06 |
mru |
Kill some compiler warnings. Compiled code verified identical after changes.
libavcodec
|
2005-09-06 |
michael |
a few more raw yuv fourccs
libavcodec
|
2005-09-06 |
michael |
AVOption first try
libavcodec
|
2005-09-05 |
lorenm |
fix emulated edge motion compensation when resolution%16!=0
libavcodec
|
2005-09-05 |
michael |
set a few variables correctly
libavcodec
|
2005-09-05 |
michael |
AV_LOG_DEBUG vs. AV_LOG_ERROR
libavcodec
|
2005-09-04 |
michael |
fixme note
libavcodec
|
2005-09-04 |
michael |
pts must be in time_base units
libavcodec
|
2005-09-03 |
michael |
print fourcc in a readable form if possible
libavcodec
|
2005-09-03 |
michael |
simplify (d&a) and (d&~a) calculation, hint by skal
libavcodec
|
2005-09-02 |
michael |
add consts (this was in my local tree, dunno where it came from, probably forgoten from some const patch)
libavcodec
|
2005-09-02 |
reimar |
Document "us" parameter for PCM conversion functions.
libavcodec
|
2005-09-02 |
reimar |
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).
libavcodec
|
2005-09-02 |
michael |
setting timebase in the encoder doesnt seem like a good idea
libavcodec
|
2005-09-02 |
michael |
fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net)
libavcodec
|
2005-09-02 |
michael |
lowres support
libavcodec
|
2005-09-01 |
michael |
error concealment fix
libavcodec
|
2005-08-30 |
michael |
optimizations
libavcodec
|
2005-08-26 |
michael |
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de)
libavcodec
|
2005-08-26 |
michael |
Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de)
libavcodec
|
2005-08-25 |
michael |
prevent assert failures and infinite loops with broken streams
libavcodec
|
2005-08-21 |
michael |
time_base description by Rich Felker | dalias, aerifal cx
libavcodec
|
2005-08-21 |
michael |
reducing minimum supported picture size
libavcodec
|
2005-08-21 |
michael |
vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)
libavcodec
|
2005-08-21 |
michael |
Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-stuttgart de)
libavcodec
|
2005-08-21 |
michael |
segfault fix
libavcodec
|
2005-08-16 |
michael |
automatically remove mess
libavcodec
|
2005-08-15 |
michael |
parse pict_type for streams in avi
libavcodec
|
2005-08-14 |
melanson |
automatically detect Cinepak data from Sega FILM/CPK files
libavcodec
|
2005-08-14 |
michael |
minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
libavcodec
|
2005-08-14 |
mru |
kill a bunch of compiler warnings
libavcodec
|
2005-08-14 |
michael |
subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also fixes a few
libavcodec
|
2005-08-13 |
michael |
set pix_fmt
libavcodec
|
2005-08-13 |
melanson |
tinfoil patch: no array is written to in bulk before counts are
libavcodec
|
2005-08-13 |
melanson |
removed a bunch of unused, sub-optimal code
libavcodec
|
2005-08-13 |
melanson |
tinfoil patch: be more diligent about checking array boundaries before
libavcodec
|
2005-08-13 |
melanson |
tinfoil patch: validate motion vectors and do not free frame on exit if
libavcodec
|
2005-08-13 |
melanson |
tinfoil patch: make sure pixel_ptr never goes negative
libavcodec
|
2005-08-13 |
melanson |
tinfoil patch: accept no widths that are no multiples of 4
libavcodec
|
2005-08-13 |
melanson |
tinfoil patch: make sure that pixel pointer does not go out of bounds
libavcodec
|
2005-08-13 |
mru |
fix building in separate directory
libavcodec
|
2005-08-13 |
michael |
security fixes
libavcodec
|
2005-08-11 |
michael |
DV video encoder/decoder doesn't set keyframe and picture type properties patch by (Edward Hervey:bilboed,gmail com)
libavcodec
|
2005-08-06 |
michael |
mkstemp on win32 workaround by (Ivan Wong: email, ivanwong info)
libavcodec
|
2005-08-05 |
michael |
liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com)
libavcodec
|
2005-08-05 |
alex |
10l
libavcodec
|
2005-08-04 |
michael |
segfault fix
libavcodec
|
2005-08-01 |
al |
libavutil: Utility code from libavcodec moved to a separate library.
libavcodec
|
2005-08-01 |
michael |
fix assertion failure for mpeg2 encoding
libavcodec
|
2005-08-01 |
michael |
workaround 'colocated mv if colocated block is L1 predicted' bug in x264
libavcodec
|
2005-07-31 |
michael |
A.B.C versions
libavcodec
|
2005-07-31 |
michael |
try to check for nonsense time_base instead of setting fake one
libavcodec
|
2005-07-30 |
michael |
check time_base.den for mpeg4
libavcodec
|
2005-07-27 |
michael |
motion vector limit for mpeg2
libavcodec
|
2005-07-27 |
diego |
Reduce verbosity.
libavcodec
|
2005-07-27 |
michael |
fixing colocated mv if colocated block is L1 predicted for the temporal direct case
libavcodec
|
2005-07-26 |
michael |
fixing colocated mv if colocated block is L1 predicted
libavcodec
|
2005-07-25 |
michael |
Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb uni-luebeck de)
libavcodec
|
2005-07-25 |
michael |
thread mess check for avcodec_open/close()
libavcodec
|
2005-07-24 |
michael |
fix user data parsing code so it suppors pre1 and cvs
libavcodec
|
2005-07-23 |
michael |
minor user data reading bugfix
libavcodec
|
2005-07-22 |
reimar |
Add missing +1 in bounds check.
libavcodec
|
2005-07-22 |
reimar |
reset restart_count when restart_interval is set and fill the
libavcodec
|
2005-07-19 |
michael |
portable IEEE float/double read/write functions
libavcodec
|
2005-07-19 |
michael |
portable IEEE float/double read/write functions
libavcodec
|
2005-07-17 |
michael |
dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADDING_SIZE
libavcodec
|
2005-07-17 |
michael |
verify len field validity in mjpeg_decode_com()
libavcodec
|
2005-07-17 |
michael |
10l (forgot to commit this yesterday)
libavcodec
|
2005-07-17 |
michael |
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)
libavcodec
|
2005-07-16 |
michael |
yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail com)
libavcodec
|
2005-07-15 |
michael |
Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com)
libavcodec
|
2005-07-14 |
michael |
more fine grained skip_frame
libavcodec
|
2005-07-14 |
michael |
skip_idct
libavcodec
|
2005-07-14 |
michael |
check for CODEC_CAP_DELAY in audio decoders too
libavcodec
|
2005-07-14 |
michael |
ffmpeg version should be "CVS"
libavcodec
|
2005-07-11 |
michael |
check len (should fix #1165694)
libavcodec
|
2005-07-11 |
michael |
fix segfault (bug #1165640)
libavcodec
|
2005-07-11 |
michael |
fix infinite loop (suggested change by rjayne at convera dot com)
libavcodec
|
2005-07-11 |
michael |
fix decoding of (broken) files with f_code=0
libavcodec
|
2005-07-11 |
michael |
segfault fix
libavcodec
|
2005-07-10 |
michael |
patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-devel/files/patch-libavcodec::x264.c
libavcodec
|
2005-07-09 |
michael |
Here is the patch suggested by: unkaggregate, users sf net
libavcodec
|
2005-07-02 |
alex |
100l - this has only worked on big endian
libavcodec
|
2005-07-02 |
alex |
parenthesing to avoid compiler errors in the future - compared asm outputs, behaviour didnt changed
libavcodec
|
2005-07-02 |
alex |
print 'not working' message
libavcodec
|
2005-07-02 |
alex |
1l
libavcodec
|
2005-07-01 |
michael |
Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjørn Skjæret: cisc, broadpark no)
libavcodec
|
2005-06-29 |
michael |
off by 1 error bugfix
libavcodec
|
2005-06-28 |
michael |
IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org)
libavcodec
|
2005-06-28 |
michael |
WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk)
libavcodec
|
2005-06-28 |
michael |
support extracting sps/pps from bitstream and putting it in extradata
libavcodec
|
2005-06-28 |
michael |
fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0
libavcodec
|
2005-06-27 |
michael |
check mb_y
libavcodec
|
2005-06-27 |
michael |
keep decoding nal units after an error
libavcodec
|
2005-06-27 |
michael |
x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)
libavcodec
|
2005-06-27 |
michael |
support changing in bitstream global headers into extradata style and back
libavcodec
|
2005-06-26 |
michael |
tiny docs improvement which i apparebtly forgot to commit
libavcodec
|
2005-06-23 |
gpoirier |
GCC4 fix
libavcodec
|
2005-06-19 |
michael |
make decoder a little bit more tolerant to missing NAL units
libavcodec
|
2005-06-19 |
mellum |
Communicate proper aliasing to gcc (needed for 4.1).
libavcodec
|
2005-06-17 |
diego |
spelling fixes
libavcodec
|
2005-06-17 |
lorenm |
H.264 lossless mode
libavcodec
|
2005-06-09 |
michael |
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net)
libavcodec
|
2005-06-08 |
lorenm |
typo in cabac tables
libavcodec
|
2005-06-07 |
michael |
apiexample fix by (Chip: szarlada, freemail hu)
libavcodec
|
2005-06-07 |
michael |
uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
libavcodec
|
2005-06-05 |
michael |
10l (dont read variables before they have been set)
libavcodec
|
2005-06-04 |
mru |
remove mixed code/declarations
libavcodec
|
2005-06-03 |
bellard |
subtitle codec type support
libavcodec
|
2005-06-02 |
lorenm |
decode H.264 with 8x8 transform.
libavcodec
|
2005-06-02 |
lorenm |
sort H.264 mmx dsp functions into their own file
libavcodec
|
2005-06-01 |
michael |
adding a few const
libavcodec
|
2005-06-01 |
michael |
100l for myself (breaking amd64)
libavcodec
|
2005-06-01 |
mru |
fix segfault if flush is called before the first frame
libavcodec
|
2005-06-01 |
michael |
merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron)
libavcodec
|
2005-06-01 |
michael |
get rid of 2 movq (680 -> 658 dezicycles on duron)
libavcodec
|
2005-06-01 |
michael |
avoid one transpose (730->680 dezicycles on duron)
libavcodec
|
2005-06-01 |
lorenm |
10l (symbol mangling)
libavcodec
|
2005-06-01 |
michael |
add rounding bias before the horizontal idct (765->730 dezicyles on duron)
libavcodec
|
2005-05-31 |
lorenm |
MMX for H.264 iDCT (adapted from x264)
libavcodec
|
2005-05-30 |
michael |
decrease V_NB_BITS if possible
libavcodec
|
2005-05-30 |
michael |
more trivial optimizations
libavcodec
|
2005-05-30 |
mru |
enable x264 multi-threading
libavcodec
|
2005-05-30 |
michael |
maxdepth is supposed to be a constant, its faster if its too large then if its non constant
libavcodec
|
2005-05-30 |
michael |
optimizations
libavcodec
|
2005-05-30 |
michael |
faster float->short conversation
libavcodec
|
2005-05-29 |
michael |
ilog() -> av_log2()
libavcodec
|
2005-05-29 |
michael |
Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)
libavcodec
|
2005-05-29 |
lorenm |
decode h264 end-of-slice flag
libavcodec
|
2005-05-26 |
michael |
cleanup
libavcodec
|
2005-05-26 |
michael |
Better ARM support for mplayer/ffmpeg, ported from atty fork
libavcodec
|
2005-05-26 |
michael |
AV_LOG_DEBUG is not a good default ...
libavcodec
|
2005-05-25 |
hzoli |
MMX code for (put|avg)_h264_chroma_mc8
libavcodec
|
2005-05-24 |
melanson |
read loop filter limit values from Theora header, courtesy of Matthieu
libavcodec
|
2005-05-22 |
michael |
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)
libavcodec
|
2005-05-22 |
michael |
libgsm warper by (Alban Bedel: albeu, free fr)
libavcodec
|
2005-05-21 |
michael |
fix max b frames with b frame strategy 1
libavcodec
|
2005-05-21 |
michael |
START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org)
libavcodec
|
2005-05-21 |
melanson |
fix bugs in new loop filter code; also, refrain from filtering against
libavcodec
|
2005-05-21 |
michael |
remove unused vp3 related function pointers
libavcodec
|
2005-05-21 |
michael |
disable broken loop filter optimization
libavcodec
|
2005-05-21 |
melanson |
apply the loop filter to fragments as they are rendered into the final
libavcodec
|
2005-05-21 |
melanson |
render by the slice rather than the plane
libavcodec
|
2005-05-21 |
melanson |
clean up some warnings and dead code
libavcodec
|
2005-05-21 |
michael |
1.) LGPL license mentioned
libavcodec
|
2005-05-21 |
melanson |
another bitstream extraction to optimize: fixed-length motion vectors
libavcodec
|
2005-05-19 |
melanson |
read Huffman tables from Theora header (patch courtesy of
libavcodec
|
2005-05-19 |
lorenm |
memory leak
libavcodec
|
2005-05-19 |
mru |
accept old extradata format
libavcodec
|
2005-05-19 |
mru |
fix decoding of multi-channel vorbis streams
libavcodec
|
2005-05-19 |
michael |
use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering
libavcodec
|
2005-05-19 |
lorenm |
fix crash on negative POC
libavcodec
|
2005-05-19 |
melanson |
replace unpack_token() with a series of lookup tables
libavcodec
|
2005-05-19 |
aurel |
install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>)
libavcodec
|
2005-05-18 |
michael |
fix mpeg2 chroma_420_type
libavcodec
|
2005-05-18 |
melanson |
fix 4MV MC and reinstate new MC VLC
libavcodec
|
2005-05-18 |
mru |
fix shared libpostproc build
libavcodec
|
2005-05-18 |
lorenm |
H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math)
libavcodec
|
2005-05-18 |
michael |
reduce size of Vp3Fragment from 32byte to 16byte
libavcodec
|
2005-05-18 |
michael |
optimizing rle decoding loops a little
libavcodec
|
2005-05-18 |
michael |
disabling buggy optimizations
libavcodec
|
2005-05-18 |
melanson |
replace get_superblock_run_length() with a VLC table
libavcodec
|
2005-05-17 |
melanson |
use VLCs for in place of get_fragment_run_length(), get_mode_code(), and
libavcodec
|
2005-05-17 |
melanson |
signature has an 'x'
libavcodec
|
2005-05-17 |
melanson |
Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine
libavcodec
|
2005-05-17 |
michael |
some optimizations gcc should have done (10% faster loop filter)
libavcodec
|
2005-05-17 |
michael |
SATURATE_U8 -> clip_uint8 (10% faster loop filter)
libavcodec
|
2005-05-17 |
michael |
Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)
libavcodec
|
2005-05-17 |
michael |
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
libavcodec
|
2005-05-17 |
michael |
remove duplicate zigzag tables
libavcodec
|
2005-05-17 |
michael |
fix idct permutation
libavcodec
|
2005-05-17 |
michael |
porting vp3 idct over to lavc idct api
libavcodec
|
2005-05-17 |
michael |
remove permutation done to quant tables and then undone during idct
libavcodec
|
2005-05-17 |
michael |
disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct
libavcodec
|
2005-05-17 |
michael |
fix last coeff
libavcodec
|
2005-05-17 |
michael |
clear blocks after each idct instead of per picture
libavcodec
|
2005-05-16 |
iive |
parse and save hrd_fullness and range_map
libavcodec
|
2005-05-16 |
michael |
some benchmarking code
libavcodec
|
2005-05-16 |
michael |
various 10l fixes for the loop filter
libavcodec
|
2005-05-16 |
iive |
whitespace cosmetics
libavcodec
|
2005-05-16 |
michael |
fix dequant matrix
libavcodec
|
2005-05-15 |
michael |
another try at decode_ref_pic_list_reordering()
libavcodec
|
2005-05-14 |
mru |
work with latest svn of x264
libavcodec
|
2005-05-14 |
michael |
preserve parse context
libavcodec
|
2005-05-14 |
michael |
fill missing reference pictures with something to avoid assertion failure
libavcodec
|
2005-05-13 |
michael |
10l (%f vs. %Ld)
libavcodec
|
2005-05-13 |
mru |
fix theora header parsing
libavcodec
|
2005-05-13 |
mru |
remove/replace non-ascii characters
libavcodec
|
2005-05-13 |
mru |
change extradata format for vorbis
libavcodec
|
2005-05-13 |
michael |
alignment fix by (Gábor Kovács >picard demoscene hu)
libavcodec
|
2005-05-13 |
michael |
10l (mb_type uninitalized and then changed and overwritten)
libavcodec
|
2005-05-12 |
michael |
typo found by Chengji Zhao
libavcodec
|
2005-05-12 |
michael |
arm alignment fix
libavcodec
|
2005-05-12 |
iive |
few bistream fixes and verbosity tweaks
libavcodec
|
2005-05-12 |
michael |
sanity check
libavcodec
|
2005-05-12 |
michael |
some asserts()
libavcodec
|
2005-05-12 |
michael |
b_frame_strategy sanity check
libavcodec
|
2005-05-11 |
diego |
Add missing pp=ac to pp_help.
libavcodec
|
2005-05-11 |
michael |
fixing decoding of AlanKay-245.asf
libavcodec
|
2005-05-11 |
mru |
theora decoding using libtheora
libavcodec
|
2005-05-11 |
michael |
support the LE reader, so it can be tested a little
libavcodec
|
2005-05-11 |
michael |
LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programozo hu)
libavcodec
|
2005-05-10 |
michael |
typo
libavcodec
|
2005-05-10 |
michael |
a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net]
libavcodec
|
2005-05-10 |
michael |
optimization
libavcodec
|
2005-05-10 |
michael |
change macros to inline functions
libavcodec
|
2005-05-08 |
michael |
#defines for strict_std_compliance and split between inofficial extensions and non standarized things
libavcodec
|
2005-05-08 |
michael |
fix PIC
libavcodec
|
2005-05-08 |
mmu_man |
support BUILDSUF patch by <charles dot yates at pandora dot be>
libavcodec
|
2005-05-08 |
michael |
fix block corruption caused by clear_blocks() optimization
libavcodec
|
2005-05-08 |
michael |
overflow fix
libavcodec
|
2005-05-08 |
michael |
complain about mpeg4 limits only if codec_id == MPEG4
libavcodec
|
2005-05-07 |
michael |
ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net)
libavcodec
|
2005-05-07 |
michael |
minor optimization of the h264 loop filter
libavcodec
|
2005-05-07 |
michael |
reverse 1 hunk from 1.96->1.97, fixes decoding of (MR1_BT_A.h264 and MR1_MW_A.264)
libavcodec
|
2005-05-06 |
michael |
fix decoding of conformace streams AUD_MW_E.264 and BA1_FT_C.264 again (there where last correctly decoded with h264.c rev 1.96)
libavcodec
|
2005-05-06 |
michael |
set time_base for variable fps too
libavcodec
|
2005-05-05 |
michael |
check for error
libavcodec
|
2005-05-05 |
michael |
Even More spelling errors. patch by (Kevin Baragona <kevinmb500 gawab com)
libavcodec
|
2005-05-05 |
michael |
More spelling errors patch by (Kevin Baragona (kevinmb500 gawab com>)
libavcodec
|
2005-05-05 |
michael |
While adding stereo rematrixing, I came across something that needs to
libavcodec
|
2005-05-05 |
michael |
fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi'
libavcodec
|
2005-05-05 |
michael |
GCC4 fix by (Keenan Pepper (keenanpepper gmail com)
libavcodec
|
2005-05-03 |
lorenm |
fix storage of motion vectors for frames with more than 4096 macroblocks.
libavcodec
|
2005-05-03 |
lorenm |
clear the DPB after seeking.
libavcodec
|
2005-05-02 |
michael |
put most codecs under ifdefs
libavcodec
|
2005-05-02 |
michael |
#ifdefs around most register_avcodec
libavcodec
|
2005-04-30 |
michael |
switch to native time bases
libavcodec
|
2005-04-25 |
michael |
print pix_fmt if its known instead of if the raw codec is used
libavcodec
|
2005-04-25 |
michael |
PIX_FMT_NONE and related fixes
libavcodec
|
2005-04-25 |
michael |
tighter snow slicing patch by (Yartrebo || yartrebo earthlink net)
libavcodec
|
2005-04-25 |
lorenm |
MMX for H.264 deblocking filter
libavcodec
|
2005-04-25 |
michael |
avoid unneeded clear_blocks()
libavcodec
|
2005-04-25 |
michael |
extract from the subid the options
libavcodec
|
2005-04-24 |
michael |
fixing broken_rv20_1mb_.rm
libavcodec
|
2005-04-24 |
lorenm |
fix ref comparison in B-frame deblocker ('unused' and 'unavailable' were treated as different)
libavcodec
|
2005-04-24 |
melanson |
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
libavcodec
|
2005-04-24 |
michael |
Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com)
libavcodec
|
2005-04-24 |
michael |
typo fix by ("Todd.Kirby" doubleshot pacbell net)
libavcodec
|
2005-04-21 |
michael |
Video-Galileo_small.rm fix by (matthieu castet # castet.matthieu free fr)
libavcodec
|
2005-04-21 |
michael |
avoid clearing block[] if its not used at all
libavcodec
|
2005-04-21 |
lorenm |
deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding.
libavcodec
|
2005-04-20 |
michael |
mpeg2_fast_decode_block_intra()
libavcodec
|
2005-04-20 |
michael |
simplify
libavcodec
|
2005-04-20 |
michael |
remove duplicate clip to 8bit function
libavcodec
|
2005-04-20 |
michael |
buffer overflows
libavcodec
|
2005-04-20 |
michael |
Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)
libavcodec
|
2005-04-19 |
michael |
optimizing non_intra ac coeff decode
libavcodec
|
2005-04-19 |
melanson |
remove superfluous CONFIG_ENCODERS (entire function is already wrapped)
libavcodec
|
2005-04-18 |
michael |
avoid UPDATE_CACHE() in GET_RL_VLC() if not needed
libavcodec
|
2005-04-18 |
michael |
various fixes related to the non alt_bitstream_reader
libavcodec
|
2005-04-18 |
aurel |
add an AMD64 specific implementation of rdtsc()
libavcodec
|
2005-04-17 |
diego |
gcc 4 compilation fix
libavcodec
|
2005-04-17 |
michael |
read 32bit instead of 64bit to avoid overreading and missalignments
libavcodec
|
2005-04-17 |
michael |
fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink net
libavcodec
|
2005-04-15 |
michael |
store the number of runs to avoid storing the last run value
libavcodec
|
2005-04-15 |
lorenm |
allow 2pass ratecontrol. also fixes psnr displayed by mencoder.
libavcodec
|
2005-04-14 |
michael |
replace complicated pointer dereference + index stuff by pointers in unpack_coeffs()
libavcodec
|
2005-04-14 |
michael |
minor optimization
libavcodec
|
2005-04-14 |
michael |
optimizing unpack_coeffs()
libavcodec
|
2005-04-13 |
michael |
Snow segfault bug in revision 1.43 patch by (Yartrebo /yartrebo earthlink net/)
libavcodec
|
2005-04-12 |
mru |
s/u_char/uint8_t/
libavcodec
|
2005-04-10 |
michael |
rescale coefficients during IDWT, that way the lifting steps are much simpler and faster
libavcodec
|
2005-04-09 |
michael |
increasing precission of the quantization parameter
libavcodec
|
2005-04-09 |
michael |
fix QROOT != 8
libavcodec
|
2005-04-08 |
rtognimp |
Fix upside-down picture for BGR24 images (fixes pig-loco-rgb.avi)
libavcodec
|
2005-04-07 |
rtognimp |
Fix colors for YV12 case (u/v planes are swapped)
libavcodec
|
2005-04-05 |
michael |
CABAC support for MBAFF I frames patch by (Loïc Le Loarer < lll+ffmpeg m4x org)
libavcodec
|
2005-04-05 |
michael |
10% faster unpack_coeffs
libavcodec
|
2005-04-05 |
michael |
fixing lossless snow
libavcodec
|
2005-04-05 |
michael |
CABAC support for MBAFF I frames patch by (Loïc Le Loarer | lll+ffmpeg m4x org)
libavcodec
|
2005-04-04 |
michael |
printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se)
libavcodec
|
2005-04-04 |
michael |
merge vertical lifting steps and a little cleanup
libavcodec
|
2005-04-04 |
michael |
Typo errors patch by (QuickTime | ffmpeg gmail com>
libavcodec
|
2005-04-03 |
iive |
reinitialize on aspect change,
libavcodec
|
2005-04-03 |
michael |
Snow Slicing patch by (Yartrebo) yartrebo earthlink net
libavcodec
|
2005-04-03 |
melanson |
Autodesk Animator Studio Codec (AASC) video decoder, courtesy of
libavcodec
|
2005-04-01 |
melanson |
support some more color modes; patch by Kostya
libavcodec
|
2005-03-28 |
melanson |
free that last frame
libavcodec
|
2005-03-28 |
melanson |
Westwood SND1 decoder, courtesy of Kostya
libavcodec
|
2005-03-27 |
michael |
motion estimation bitrate penalty compensation
libavcodec
|
2005-03-27 |
lorenm |
display deblocking strength in FF_DEBUG_PICT_INFO
libavcodec
|
2005-03-27 |
lorenm |
allow 16 refs with B-frames
libavcodec
|
2005-03-27 |
michael |
This is the second patch for MBAFF support, this adds the deblocking
libavcodec
|
2005-03-27 |
michael |
The cvs version 1.103 of h264.c brokes 13 conformance streams, this
libavcodec
|
2005-03-26 |
michael |
replace custom bitstream reader with get_bits/vlc()
libavcodec
|
2005-03-26 |
michael |
make reverse[] non static
libavcodec
|
2005-03-26 |
melanson |
Winnov WNV1 video decoder, courtesy of Konstantin Shishkov
libavcodec
|
2005-03-26 |
michael |
check mb/me_threshold range, fixes assertion failure
libavcodec
|
2005-03-26 |
michael |
more checks, fixes assertion failure
libavcodec
|
2005-03-23 |
michael |
create temporary file in current directory if it failed in /tmp
libavcodec
|
2005-03-23 |
diego |
Replace stray spaces by a tab.
libavcodec
|
2005-03-23 |
michael |
support omiting various headers in mpeg4 as WMP seems to have difficulty with them
libavcodec
|
2005-03-22 |
michael |
04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp)
libavcodec
|