2002-09-24 |
michaelni |
darkness masking (lumi masking does only bright stuff now)
libavcodec
|
2002-09-24 |
michaelni |
fixing ac prediction encoding with adaptive quantization
libavcodec
|
2002-09-23 |
michaelni |
fixing variance scaling for b frames (messed adaptive quants up)
libavcodec
|
2002-09-23 |
michaelni |
adaptive quantization (lumi/temporal & spatial complexity masking)
libavcodec
|
2002-09-23 |
michaelni |
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
2002-09-20 |
michaelni |
pix_sum16_mmx()
libavcodec
|
2002-09-19 |
arpi_esp |
fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)
libavcodec
|
2002-09-19 |
michaelni |
fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully
libavcodec
|
2002-09-19 |
michaelni |
fixing apiexample
libavcodec
|
2002-09-19 |
michaelni |
documenting most stuff in AVCodecContext
libavcodec
|
2002-09-19 |
mellum |
* Remove -finline-limit=8000 (not supported by gcc 2.95)
libavcodec
|
2002-09-19 |
michaelni |
fixing *pixels_tab stuff (hopefully, as its untested ...)
libavcodec
|
2002-09-19 |
michaelni |
avcodec_alloc_context()
libavcodec
|
2002-09-18 |
michaelni |
10l (forgot to commit)
libavcodec
|
2002-09-18 |
michaelni |
better min/max rate handling
libavcodec
|
2002-09-18 |
michaelni |
fixing
libavcodec
|
2002-09-15 |
michaelni |
fixing memalign
libavcodec
|
2002-09-14 |
michaelni |
dont store version for bit-exact tests
libavcodec
|
2002-09-14 |
michaelni |
alignment info
libavcodec
|
2002-09-14 |
michaelni |
interlaced b frames fix
libavcodec
|
2002-09-14 |
michaelni |
fixing qpel 4mv
libavcodec
|
2002-09-14 |
al3x |
complete aspect support
libavcodec
|
2002-09-14 |
michaelni |
interlaced qpel mpeg4 fixed
libavcodec
|
2002-09-13 |
mellum |
Synthesize pixels16 functions from pixels functions.
libavcodec
|
2002-09-13 |
al3x |
aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars)
libavcodec
|
2002-09-13 |
mellum |
Fix for h % 8 == 4 in put_pixels_axp_asm.
libavcodec
|
2002-09-13 |
michaelni |
10l (field select readed at the wrong place ...)
libavcodec
|
2002-09-13 |
michaelni |
interlaced b frames cleanup
libavcodec
|
2002-09-13 |
mellum |
Due to version renumbering, Alpha builtins aren't supported in thegcc
libavcodec
|
2002-09-13 |
michaelni |
interlaced mpeg4 b frame decoding
libavcodec
|
2002-09-13 |
mellum |
Adapt to new 8/16 table scheme.
libavcodec
|
2002-09-13 |
michaelni |
fixing 1/0 if the headers are incomplete (like what M$ encoder generates)
libavcodec
|
2002-09-12 |
michaelni |
fixing interlaced mpeg4 decoding
libavcodec
|
2002-09-12 |
michaelni |
parsing resync header extension support
libavcodec
|
2002-09-12 |
michaelni |
vbv parameter parsing (more skiping actually ;) )
libavcodec
|
2002-09-12 |
michaelni |
avoid nonsense frame-skip messages
libavcodec
|
2002-09-12 |
michaelni |
uninitialized var ...
libavcodec
|
2002-09-12 |
michaelni |
statistics for forw & back p-MBs instead of just one counter for both
libavcodec
|
2002-09-12 |
michaelni |
m4v input support
libavcodec
|
2002-09-12 |
michaelni |
export pts from stream if available
libavcodec
|
2002-09-12 |
philipjsg |
Change abort() calls to av_abort() calls.
libavcodec
|
2002-09-12 |
michaelni |
set pict_type & key_frame on decoding too
libavcodec
|
2002-09-11 |
michaelni |
put/avg_pixels16
libavcodec
|
2002-09-11 |
michaelni |
reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$
libavcodec
|
2002-09-07 |
michaelni |
fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>)
libavcodec
|
2002-09-07 |
michaelni |
optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them
libavcodec
|
2002-09-06 |
michaelni |
support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi)
libavcodec
|
2002-09-05 |
michaelni |
fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now)
libavcodec
|
2002-09-05 |
michaelni |
apiexample needs EXTRALIBS
libavcodec
|
2002-09-05 |
michaelni |
fixing tests
libavcodec
|
2002-09-03 |
michaelni |
fixing segfault
libavcodec
|
2002-09-02 |
michaelni |
10l (compilation if defined ARCH_ALPHA)
libavcodec
|
2002-09-02 |
michaelni |
fixing encoding at high QPs (was broken after the dct accuracy increase due to too small inverse table)
libavcodec
|
2002-09-02 |
michaelni |
ar -s -> ranlib
libavcodec
|
2002-09-02 |
michaelni |
new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight modification by me
libavcodec
|
2002-09-02 |
michaelni |
altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
libavcodec
|
2002-09-01 |
michaelni |
higher accuracy
libavcodec
|
2002-09-01 |
michaelni |
oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)
libavcodec
|
2002-09-01 |
michaelni |
dct cleanup
libavcodec
|
2002-09-01 |
arpi |
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
libavcodec
|
2002-09-01 |
michaelni |
dct-test update
libavcodec
|
2002-09-01 |
michaelni |
dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)
libavcodec
|
2002-09-01 |
michaelni |
be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)
libavcodec
|
2002-09-01 |
michaelni |
croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me
libavcodec
|
2002-08-31 |
michaelni |
bitexact hack for the simple mmx idct
libavcodec
|
2002-08-30 |
michaelni |
sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>)
libavcodec
|
2002-08-30 |
michaelni |
undefined M_PI / M_E fix
libavcodec
|
2002-08-30 |
michaelni |
patch by Heliodoro Tammaro <helio at interactives dot org>
libavcodec
|
2002-08-29 |
michaelni |
slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG)
libavcodec
|
2002-08-28 |
michaelni |
use extradata for h263_long_vector mode detection
libavcodec
|
2002-08-28 |
michaelni |
first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
libavcodec
|
2002-08-28 |
michaelni |
working around undefined behavior of get-vlc if the vlc s invalid
libavcodec
|
2002-08-28 |
michaelni |
fixes rv10 decoding crash
libavcodec
|
2002-08-28 |
michaelni |
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
libavcodec
|
2002-08-27 |
michaelni |
mpeg4 interlaced decoding support (not completly implemented/tested due to lack of samples)
libavcodec
|
2002-08-26 |
al3x |
added aspected_width/height for EXTENDED_PAR
libavcodec
|
2002-08-26 |
michaelni |
fixing some 64bit bugs
libavcodec
|
2002-08-26 |
michaelni |
forgot the const bits in 2pass curve matching (patch (with rounding removed) by Rémi Guyomarch <rguyom at pobox dot com>)
libavcodec
|
2002-08-25 |
michaelni |
fixing qmin==qmax && qsquish==1
libavcodec
|
2002-08-25 |
michaelni |
NAN doesnt exist on FreeBSD patch by (Rémi Guyomarch <rguyom at pobox dot com>)
libavcodec
|
2002-08-25 |
michaelni |
new ratecontrol code
libavcodec
|
2002-08-25 |
michaelni |
new ratecontrol code
libavcodec
|
2002-08-24 |
michaelni |
error concealment needs the mbintra_table so it should allways be allocated
libavcodec
|
2002-08-22 |
arpi |
removed -W -Wall -g and other gcc-specific warning/debug options
libavcodec
|
2002-08-22 |
michaelni |
faster ff_sqrt()
libavcodec
|
2002-08-22 |
michaelni |
better scene change detection
libavcodec
|
2002-08-21 |
michaelni |
darwin patches by Heliodoro Tammaro <helio at interactives dot org>
libavcodec
|
2002-08-20 |
michaelni |
dont trash mm0, its still used in the next iteration of the loop (fixes strange horizontal lines on some blocks in b frames on mmx only cpus)
libavcodec
|
2002-08-18 |
michaelni |
same dc skip behavior for chroma & luma elimination, its confusing otherwise imho
libavcodec
|
2002-08-17 |
michaelni |
skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1
libavcodec
|
2002-08-13 |
michaelni |
patch by (Volker Moell <volker-ml at die-moells dot de>)
libavcodec
|
2002-08-09 |
kabi |
* resync without endless loop
libavcodec
|
2002-08-09 |
michaelni |
faster vlc table selection
libavcodec
|
2002-08-08 |
michael |
1000l
libavcodec
|
2002-08-06 |
michaelni |
mpeg4 mpeg quantizer encoding
libavcodec
|
2002-08-05 |
michaelni |
4mv + bframe decoding bugfix
libavcodec
|
2002-08-05 |
michaelni |
fixing level overflow check for qp=1
libavcodec
|
2002-08-04 |
michaelni |
hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though)
libavcodec
|
2002-08-04 |
michaelni |
fixing slices which start at mb_x>0
libavcodec
|
2002-08-04 |
michaelni |
supporting rare overflow mess even with error_resilience>=0
libavcodec
|
2002-08-04 |
michaelni |
making some error checks optional
libavcodec
|
2002-08-04 |
michaelni |
last_picture should be never == NULL (it was with dr1) this might fix a segfault with error concealment
libavcodec
|
2002-08-02 |
michaelni |
fixing mpeg4 mpeg quantizers
libavcodec
|
2002-08-02 |
michaelni |
fixing normal mmx idct
libavcodec
|
2002-08-01 |
michaelni |
10l found by Rémi Guyomarch <rguyom at pobox dot com>
libavcodec
|
2002-08-01 |
michaelni |
max_b_frame=4 bugfix
libavcodec
|
2002-07-31 |
michaelni |
b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>)
libavcodec
|
2002-07-29 |
mellum |
MVI optimizations for motion estimation.
libavcodec
|
2002-07-27 |
michaelni |
dump bits per frame / qp / frame complexity support
libavcodec
|
2002-07-27 |
michaelni |
handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl>
libavcodec
|
2002-07-27 |
philipjsg |
Add conversions to and from RGBA32 and BGRA32.
libavcodec
|
2002-07-25 |
michaelni |
different edge positions fixed with edge emu / dr1
libavcodec
|
2002-07-25 |
bellard |
added proposed API for parse_only mode to extract compressed frames from compressed streams
libavcodec
|
2002-07-23 |
michaelni |
this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst <nexus at hoth.amu.edu.pl>
libavcodec
|
2002-07-22 |
al3x |
moved codebooks to svq1_cb.h
libavcodec
|
2002-07-22 |
michaelni |
fixing bitrate vs. kbitrate in header
libavcodec
|
2002-07-22 |
michaelni |
adpcm encoding patch by François Revol <revol at free dot fr>
libavcodec
|
2002-07-21 |
michaelni |
YUV410P to YUV420P patch by François Revol <revol at free dot fr>
libavcodec
|
2002-07-21 |
michaelni |
minor optimizations
libavcodec
|
2002-07-21 |
michaelni |
pix_abs mmx2 isnt bit-exact ...
libavcodec
|
2002-07-20 |
michaelni |
beos/mov/adpcm patch by François Revol <revol at free dot fr>
libavcodec
|
2002-07-19 |
michaelni |
BeOS patches by "shatty" <shatty at myrealbox.com>
libavcodec
|
2002-07-18 |
michaelni |
largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net>
libavcodec
|
2002-07-17 |
michaelni |
use edge emu for encoding of width or height %16!=0 files
libavcodec
|
2002-07-17 |
michaelni |
fixing NULL reference frame with dr1
libavcodec
|
2002-07-17 |
michaelni |
hmm ABS(dc-diff) > 512 fix
libavcodec
|
2002-07-17 |
michaelni |
larger edge emu buffer (might have been too small)
libavcodec
|
2002-07-17 |
michaelni |
fixing gmc with emu edges
libavcodec
|
2002-07-17 |
michaelni |
interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize brainlessly wasnt a good idea
libavcodec
|
2002-07-17 |
michaelni |
low_delay / has_b_frames fix
libavcodec
|
2002-07-17 |
michaelni |
fixes fire.avi & subtitles.avi
libavcodec
|
2002-07-16 |
michaelni |
exporting mbskip_table after it has been allocated
libavcodec
|
2002-07-16 |
michaelni |
hurry up support
libavcodec
|
2002-07-16 |
michaelni |
grayscale only decoding
libavcodec
|
2002-07-16 |
michaelni |
dr1
libavcodec
|
2002-07-16 |
michaelni |
dr1
libavcodec
|
2002-07-15 |
michaelni |
direct rendering for SVQ1
libavcodec
|
2002-07-15 |
michaelni |
uvlinesize
libavcodec
|
2002-07-15 |
nickols_k |
1001L
libavcodec
|
2002-07-15 |
michaelni |
4mv & qpel edge emu
libavcodec
|
2002-07-14 |
michaelni |
direct rendering method 1 support
libavcodec
|
2002-07-14 |
michaelni |
rl vlc table optimization (not yet used)
libavcodec
|
2002-07-14 |
michaelni |
faster get_bit_cache
libavcodec
|
2002-07-13 |
mellum |
Force inlining on get_vlc2.
libavcodec
|
2002-07-13 |
michaelni |
rl decoding optimization
libavcodec
|
2002-07-13 |
mellum |
Remove support for variable BSIZE and INCR, as sub_pixels_* is no
libavcodec
|
2002-07-13 |
michaelni |
get_vlc -> get_vlc2
libavcodec
|
2002-07-13 |
mellum |
* Improve xy2 routines slightly
libavcodec
|
2002-07-13 |
michaelni |
optimization (get_vlc() -> get_vlc2())
libavcodec
|
2002-07-13 |
michaelni |
optimization (get_vlc -> get_vlc2)
libavcodec
|
2002-07-13 |
michaelni |
return buf_size again, i hope kabi is finally happy now ;)
libavcodec
|
2002-07-13 |
michaelni |
rl vlc decoding optimizations
libavcodec
|
2002-07-12 |
mellum |
Warning fix.
libavcodec
|
2002-07-11 |
arpi_esp |
don't exit decoder after decoding first field -> fixes angels.avi interlacing
libavcodec
|
2002-07-11 |
mellum |
Tweak Alpha compiler flags.
libavcodec
|
2002-07-11 |
nickols_k |
10L
libavcodec
|
2002-07-11 |
nickols_k |
Add Arpi to list of porters.
libavcodec
|
2002-07-11 |
nickols_k |
Change licence to LGPL since there are no objections from side of original author
libavcodec
|
2002-07-11 |
michaelni |
dont trash table in GET_VLC
libavcodec
|
2002-07-10 |
mellum |
Remove some cruft.
libavcodec
|
2002-07-10 |
michaelni |
adding ff prefix to avoid global name conficts with xvid (patch by Marko Kreen <marko at l-t.ee>)
libavcodec
|
2002-07-10 |
michaelni |
returning the number of consumed bytes (2nd try)
libavcodec
|
2002-07-10 |
michaelni |
get_vlc() optimizations
libavcodec
|
2002-07-10 |
nickols_k |
Applied patch of Felix Buenemann
libavcodec
|
2002-07-10 |
michaelni |
get_vlc() optimization
libavcodec
|
2002-07-10 |
nickols_k |
* prefixication (due Kabi's request)
libavcodec
|
2002-07-10 |
kabi |
* clean compiler warning
libavcodec
|
2002-07-10 |
michaelni |
return the number of consumed bytes instead of 0 or buf_size
libavcodec
|
2002-07-09 |
michaelni |
c std doesnt like negative shifts -> use asm
libavcodec
|
2002-07-09 |
kabi |
* declare av_free
libavcodec
|
2002-07-09 |
michaelni |
warning fix patch by atmos
libavcodec
|
2002-07-09 |
michaelni |
gcc3 bug workaround
libavcodec
|
2002-07-09 |
nickols_k |
new codec: Sorenson v1
libavcodec
|
2002-07-09 |
michaelni |
new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler)
libavcodec
|
2002-07-07 |
michaelni |
wmv1 slice_height != mb_height support
libavcodec
|
2002-07-05 |
mellum |
Implement clear_blocks_axp.
libavcodec
|
2002-07-04 |
mellum |
* Move "restrict" fallback to common.h
libavcodec
|
2002-07-04 |
mellum |
* Detect "retrict" keyword
libavcodec
|
2002-07-03 |
mellum |
Make dct_unquantize_h263 work on systems without MVI extension.
libavcodec
|
2002-07-03 |
mellum |
Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård
libavcodec
|
2002-07-03 |
mellum |
Use updated motion compensation routines.
libavcodec
|
2002-07-02 |
mellum |
Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to
libavcodec
|
2002-07-01 |
mellum |
Assembly version of put_pixels. This is currently the function that
libavcodec
|
2002-07-01 |
mellum |
Add profiling support.
libavcodec
|
2002-07-01 |
mellum |
Implement put_pixels_clamped and add_pixels_clamped in Assembler. This
libavcodec
|
2002-06-29 |
michael |
colorspace converter tests (memory corruption tests at different width/src/dst)
libavcodec
|
2002-06-27 |
kabi |
* turned into debug message - it's annoying when watching mjpeg files
libavcodec
|
2002-06-25 |
michaelni |
init dc_scale tables to defaults (fixes mjpeg sig11)
libavcodec
|
2002-06-24 |
mellum |
Ugly hack to make the assembler accept MVI instructions.
libavcodec
|
2002-06-24 |
mellum |
* Fixed constraints
libavcodec
|
2002-06-24 |
mellum |
Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more
libavcodec
|
2002-06-24 |
michaelni |
4mv bugfix
libavcodec
|