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
|