2006-12-18 |
bcoudurier |
always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR
libavcodec
|
2006-12-17 |
aurel |
Add support for VP60 and VP61.
libavcodec
|
2006-12-17 |
michael |
10l
libavcodec
|
2006-12-17 |
aurel |
small optimization
libavcodec
|
2006-12-17 |
michael |
warn user if the selected diamond size is larger then the motion estimation score cache size
libavcodec
|
2006-12-17 |
michael |
limit x/ymin/max to me_range
libavcodec
|
2006-12-17 |
reimar |
Check mb_pos is big enough before trying to access data left or above.
libavcodec
|
2006-12-14 |
banan |
av_log(NULL,... -> av_log(avctx,.. where appropriate.
libavcodec
|
2006-12-14 |
banan |
Bug fix for crashes when SSE is used on unaligned arrays.
libavcodec
|
2006-12-13 |
diego |
vqmin/vqmax --> qmin/qmax in the option description
libavcodec
|
2006-12-12 |
gpoirier |
Doxygen comments about variables described by Michael here:
libavcodec
|
2006-12-12 |
michael |
mv overflow in map fix (untested except regression tests)
libavcodec
|
2006-12-11 |
reimar |
Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.
libavcodec
|
2006-12-11 |
takis |
Adding H.264 DCT.
libavcodec
|
2006-12-11 |
michael |
fix playback of mp3_bits_left.avi
libavcodec
|
2006-12-11 |
gpoirier |
GCC 3.3 compile fix
libavcodec
|
2006-12-11 |
diego |
Improve option description.
libavcodec
|
2006-12-11 |
mru |
improved stack misalignment warning
libavcodec
|
2006-12-11 |
takis |
Adding function which enables writing H.264 NAL units.
libavcodec
|
2006-12-09 |
reimar |
Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the original
libavcodec
|
2006-12-09 |
reimar |
Typo in error message
libavcodec
|
2006-12-08 |
bcoudurier |
fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architecture, patch by Martin Storsjö, martin at martin st
libavcodec
|
2006-12-08 |
kostya |
Deobfuscate expression
libavcodec
|
2006-12-08 |
kostya |
Now ZMBV encoder compiles
libavcodec
|
2006-12-08 |
kostya |
1e6l forgot to add zmbvenc.c
libavcodec
|
2006-12-08 |
mru |
lavc is at major version 51, delete old stuff
libavcodec
|
2006-12-08 |
mru |
rename always_inline to av_always_inline and move to common.h
libavcodec
|
2006-12-07 |
michael |
better warning
libavcodec
|
2006-12-07 |
michael |
ff_check_alignment to warn the user about a missaligned stack
libavcodec
|
2006-12-07 |
michael |
fix compilation
libavcodec
|
2006-12-07 |
takis |
Added entry for H.264 DCT to the DSP context.
libavcodec
|
2006-12-07 |
takis |
Add codec ID for a native H.264 encoder.
libavcodec
|
2006-12-07 |
takis |
Making rem6 and div6 globally visible and thus adding prefixes.
libavcodec
|
2006-12-07 |
takis |
Removing unused code
libavcodec
|
2006-12-07 |
kostya |
ZMBV encoder
libavcodec
|
2006-12-06 |
mru |
use the standard INT64_C() macro for 64-bit constants
libavcodec
|
2006-12-06 |
takis |
Add "mixed_refs" description suggested by Loren Merritt and update accompanying
libavcodec
|
2006-12-06 |
takis |
Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments.
libavcodec
|
2006-12-06 |
takis |
Export symbols of several H.264 intra prediction functions
libavcodec
|
2006-12-05 |
gpoirier |
fix crash when decoding a truncated H264 slice
libavcodec
|
2006-12-05 |
takis |
Removing unused code
libavcodec
|
2006-12-05 |
takis |
Add comment denoting group of H.264 functions
libavcodec
|
2006-12-05 |
takis |
Change NAL unit type defines to an enum and move to a header file for usage
libavcodec
|
2006-12-05 |
michael |
10l umh search needs hex size 2 now after the last change
libavcodec
|
2006-12-05 |
michael |
make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2
libavcodec
|
2006-12-04 |
diego |
Fix some obvious mistakes in the option descriptions.
libavcodec
|
2006-12-03 |
reimar |
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further
libavcodec
|
2006-12-02 |
melanson |
Another hack to allow the Cinepak decoder to detect both types of deviant Cinepak
libavcodec
|
2006-12-02 |
diego |
Fill in some missing AVOption descriptions.
libavcodec
|
2006-12-02 |
gpoirier |
Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato
libavcodec
|
2006-12-02 |
diego |
spelling cosmetics: cliped --> clipped
libavcodec
|
2006-12-02 |
kostya |
10e6l FastUVMC was done right but in the wrong place
libavcodec
|
2006-12-02 |
michael |
fix indention
libavcodec
|
2006-12-02 |
michael |
dia_size=-1 -> funny_diamond_search()
libavcodec
|
2006-12-02 |
michael |
hexagon search
libavcodec
|
2006-12-02 |
lu_zero |
Unused variable removed
libavcodec
|
2006-12-01 |
michael |
remove pretty much useless skiping of some predictors
libavcodec
|
2006-12-01 |
bcoudurier |
mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime
libavcodec
|
2006-12-01 |
bcoudurier |
add bytestream big endian 16/32 writing functions
libavcodec
|
2006-12-01 |
michael |
typo in umh
libavcodec
|
2006-12-01 |
michael |
UMH support (dia_size=-1 activates it)
libavcodec
|
2006-12-01 |
michael |
cosmetic (prevent name clashes of variables in a macro with surrounding code)
libavcodec
|
2006-12-01 |
kostya |
100l FastUVMC rounding was incorrect.
libavcodec
|
2006-11-30 |
michael |
1 step diamond search around the median MV predictor
libavcodec
|
2006-11-29 |
kostya |
VQA v1 support
libavcodec
|
2006-11-28 |
aurel |
cleanup the #ifdef mess in encoder/decoder/parser registration
libavcodec
|
2006-11-28 |
kostya |
Correct information in header
libavcodec
|
2006-11-27 |
aurel |
alphabetic reordering of codec registration
libavcodec
|
2006-11-27 |
michael |
PIC fix
libavcodec
|
2006-11-26 |
gpoirier |
Move copy_block* functions to dsp dsputil.h
libavcodec
|
2006-11-26 |
kostya |
Correct rounding values in overlap filtering
libavcodec
|
2006-11-26 |
kostya |
B-frames support for adv. profile
libavcodec
|
2006-11-26 |
kostya |
100l: Initialize dc_scale with current quantizer for adv I frames
libavcodec
|
2006-11-26 |
kostya |
Use halfpq in coefficient scaling
libavcodec
|
2006-11-24 |
lu_zero |
typo
libavcodec
|
2006-11-24 |
alex |
Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson
libavcodec
|
2006-11-23 |
alex |
support byte_run=0 case in DELTA_FLI (this case means only skip pixels)
libavcodec
|
2006-11-23 |
alex |
10l memory corruption bug found by Steven Johnson
libavcodec
|
2006-11-23 |
aurel |
flac: allow reading of full metadata headers from extradata
libavcodec
|
2006-11-23 |
gpoirier |
bring AC3 encoder output up to input volume level
libavcodec
|
2006-11-22 |
bcoudurier |
fix bitstream to be correctly decoded by quicktime
libavcodec
|
2006-11-22 |
bcoudurier |
fix sigfpe with intra only encoding
libavcodec
|
2006-11-22 |
diego |
Conditionally compile some of the AltiVec optimizations.
libavcodec
|
2006-11-22 |
bcoudurier |
fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de
libavcodec
|
2006-11-21 |
diego |
Fix compilation with VC-1 decoder disabled.
libavcodec
|
2006-11-21 |
michael |
fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt been noticed as everyone who tested stuff used -psnr)
libavcodec
|
2006-11-21 |
michael |
100l infinite loop fix
libavcodec
|
2006-11-21 |
kostya |
Decode non-interleaved scans
libavcodec
|
2006-11-20 |
gpoirier |
Fix declaration and code thingie
libavcodec
|
2006-11-20 |
gpoirier |
allow amr bitrate to be changed "on the fly" through avctx->bitrate.
libavcodec
|
2006-11-20 |
diego |
Fix linking with H.261 support disabled.
libavcodec
|
2006-11-20 |
michael |
infiinit loop fix for CBR + adaptive quant
libavcodec
|
2006-11-20 |
michael |
100l qprd fix 2nd try
libavcodec
|
2006-11-20 |
kostya |
Some progressive JPEG support
libavcodec
|
2006-11-19 |
michael |
testing all dquant for qp_rd fixes the qp runaway to 31 bug
libavcodec
|
2006-11-19 |
gpoirier |
Add useful Altivec types, taken from with permission from x264 authors
libavcodec
|
2006-11-19 |
kostya |
Divide first audio buffer chunk into atomary bufffers.
libavcodec
|
2006-11-17 |
banan |
Missed one log2().
libavcodec
|
2006-11-17 |
kostya |
Optimize overlapping
libavcodec
|
2006-11-17 |
kostya |
Fix comments
libavcodec
|
2006-11-17 |
kostya |
Overlap filtering was done in reverse order
libavcodec
|
2006-11-16 |
alex |
Remove alpha channel from RGB555
libavcodec
|
2006-11-16 |
alex |
BGR555 has never been working as alpha supporting format. Remove the false setting.
libavcodec
|
2006-11-16 |
bcoudurier |
throw error if unsupported resolution is used with h261
libavcodec
|
2006-11-15 |
michael |
detect a few more errors (fixes libmp3-bug.avi again)
libavcodec
|
2006-11-14 |
michael |
making decoding more error robust
libavcodec
|
2006-11-14 |
michael |
reset internal buffer during seeking
libavcodec
|
2006-11-14 |
michael |
more checks and error messages
libavcodec
|
2006-11-14 |
alex |
changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too)
libavcodec
|
2006-11-14 |
alex |
changed rgba32_to routines to support both alpha and non-alpha formats
libavcodec
|
2006-11-14 |
alex |
Fix possible overflows. Found by Steven Johnson
libavcodec
|
2006-11-14 |
banan |
Remove log2() usage.
libavcodec
|
2006-11-14 |
mru |
revert bad checkin
libavcodec
|
2006-11-14 |
mru |
move some CFLAGS settings away from config.* writing section
libavcodec
|
2006-11-14 |
diego |
Remove redundant #ifdef HAVE_THREAD, the file is only compiled
libavcodec
|
2006-11-13 |
mru |
rename CONFIG_AC3 to CONFIG_A52
libavcodec
|
2006-11-13 |
kostya |
Support for 16-bit grayscale
libavcodec
|
2006-11-13 |
kostya |
Give error about planar RGB
libavcodec
|
2006-11-13 |
kostya |
Update error message
libavcodec
|
2006-11-13 |
kostya |
Use table for determining type sizes
libavcodec
|
2006-11-13 |
bcoudurier |
add low delay forcing option for mpeg1/2 encoding
libavcodec
|
2006-11-13 |
kostya |
Decoder can decode many ZLib-packed strips
libavcodec
|
2006-11-13 |
kostya |
Print error message for unsupported mode (RGB planar,CMYK,YCrCb)
libavcodec
|
2006-11-13 |
kostya |
8-bit images support for TIFF
libavcodec
|
2006-11-13 |
kostya |
Rows per strip may be >= height
libavcodec
|
2006-11-13 |
kostya |
Warn about JPEG in TIFF
libavcodec
|
2006-11-13 |
kostya |
Correctly detect 4-component images
libavcodec
|
2006-11-13 |
kostya |
Output proper 16-bit sound (fixes decoding on PPC)
libavcodec
|