2002-11-09 |
michaelni |
cleanup
libavcodec
|
2002-11-08 |
michaelni |
cleanup (breaks compatibility, requested by fabrice)
libavcodec
|
2002-11-06 |
michaelni |
cleanup
libavcodec
|
2002-11-06 |
michaelni |
cleanup
libavcodec
|
2002-11-05 |
michaelni |
cleanup
libavcodec
|
2002-11-05 |
michaelni |
lrintf detection (based upon a patch by François Revol <revol at free dot fr>)
libavcodec
|
2002-11-04 |
michael |
dont use fastmemcpy for PIC
libavcodec
|
2002-11-04 |
michaelni |
vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)
libavcodec
|
2002-11-04 |
kabi |
* DR1 support
libavcodec
|
2002-11-04 |
michael |
fixing dependancies
libavcodec
|
2002-11-03 |
michael |
pp docs
libavcodec
|
2002-11-02 |
al3x |
fixed some bugs in app parser - some jfif and adobe jpgs fixed
libavcodec
|
2002-11-02 |
michaelni |
support forcing low_delay during decoding
libavcodec
|
2002-11-02 |
michael |
cleanup
libavcodec
|
2002-11-02 |
michael |
cleanup
libavcodec
|
2002-11-02 |
michaelni |
Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)
libavcodec
|
2002-11-02 |
michaelni |
added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support
libavcodec
|
2002-11-02 |
michaelni |
cleanup
libavcodec
|
2002-11-02 |
arpi_esp |
handle init error in ffmpeg12
libavcodec
|
2002-11-02 |
michaelni |
better padding bug detection
libavcodec
|
2002-11-01 |
michaelni |
put MIN/MAX under ifndef MAX/MIN
libavcodec
|
2002-11-01 |
michaelni |
fixing msmpeg4v3 with mb_height % slice_height != 0
libavcodec
|
2002-11-01 |
michaelni |
hopefully fixing sprite_warping_points==0
libavcodec
|
2002-11-01 |
michael |
cosmetics requested by kabi
libavcodec
|
2002-10-31 |
kabi |
* avoid negative numbers as well
libavcodec
|
2002-10-31 |
nickols_k |
10l
libavcodec
|
2002-10-31 |
nickols_k |
reverse first hunk
libavcodec
|
2002-10-31 |
nickols_k |
fixed debug compilation
libavcodec
|
2002-10-31 |
michaelni |
put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them
libavcodec
|
2002-10-31 |
michaelni |
dont call emms_c() for each MB
libavcodec
|
2002-10-31 |
michaelni |
cleanup
libavcodec
|
2002-10-31 |
michael |
disabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it
libavcodec
|
2002-10-31 |
al3x |
fixed 10l
libavcodec
|
2002-10-31 |
michael |
using fewer registers ... to workaround something
libavcodec
|
2002-10-31 |
michaelni |
fixing another assert q>0.0 issue caused by variance < 0, this fix allso changes the inter/intra decission very slightly -> all regression checksums need to be updated
libavcodec
|
2002-10-31 |
bellard |
fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized)
libavcodec
|
2002-10-30 |
michaelni |
fixing q>0.0 assert failure caused by overflow of variance for b frames
libavcodec
|
2002-10-30 |
michael |
removing "-npp" (found by arpi)
libavcodec
|
2002-10-30 |
michael |
per context cpuCaps (idea by kabi)
libavcodec
|
2002-10-30 |
michael |
change qscale type to int8 and fix qscale ordering
libavcodec
|
2002-10-30 |
michaelni |
exporting the internal qscale table, this allso fixes the ordering
libavcodec
|
2002-10-30 |
al3x |
NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de>
libavcodec
|
2002-10-30 |
michaelni |
1) Add MMX deinterlace code.
libavcodec
|
2002-10-30 |
michael |
using same numbers for cpuCaps as libmpeg2 & liba52
libavcodec
|
2002-10-30 |
michael |
cleanly passing the cpuCaps
libavcodec
|
2002-10-29 |
michael |
10l
libavcodec
|
2002-10-29 |
bellard |
use lrintf to avoid double conversion
libavcodec
|
2002-10-29 |
bellard |
added lrintf for non ISOC libcs (fixme: find a better test)
libavcodec
|
2002-10-29 |
bellard |
avoid name clash - fixed again block size selection
libavcodec
|
2002-10-29 |
bellard |
avoid name clash
libavcodec
|
2002-10-29 |
michael |
cleanup
libavcodec
|
2002-10-29 |
michael |
cosmetics ;)
libavcodec
|
2002-10-29 |
michael |
better deblocking filter
libavcodec
|
2002-10-29 |
michael |
-fomit-frame-pointer is needed for the PIC code
libavcodec
|
2002-10-29 |
michael |
using fewer registers (fixes compilation bug hopefully)
libavcodec
|
2002-10-29 |
colin |
fix compilation on non-x86 with gcc 2.95
libavcodec
|
2002-10-28 |
michael |
postprocessing cleanup:
libavcodec
|
2002-10-28 |
al3x |
FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), workarounded a restart interval bug (Spectralfan.mov) (rst support should be rewritten and moved from decode_sos)
libavcodec
|
2002-10-28 |
bellard |
fixed block size selection
libavcodec
|
2002-10-28 |
bellard |
added new fft/mdct code - added fft-test program
libavcodec
|
2002-10-28 |
bellard |
added wma decoder
libavcodec
|
2002-10-28 |
bellard |
preparing integration of new AC3 decoder
libavcodec
|
2002-10-28 |
bellard |
new generic FFT/MDCT code for audio codecs
libavcodec
|
2002-10-27 |
michaelni |
get_vlc2()
libavcodec
|
2002-10-27 |
arpi_esp |
3rd 10l - don't let it read data beyond the end of frame
libavcodec
|
2002-10-27 |
al3x |
2nd 10l (noticed by arpi)
libavcodec
|
2002-10-27 |
al3x |
minor speedup noticed by arpi
libavcodec
|
2002-10-27 |
al3x |
10l
libavcodec
|
2002-10-27 |
al3x |
reworked decode_frame marker searching, fixes many non-working samples
libavcodec
|
2002-10-27 |
michaelni |
mergeing inter & intra rl_length tables (50% smaller & no meassureable difference in filesize/quality)
libavcodec
|
2002-10-27 |
michaelni |
75% smaller rl_length table
libavcodec
|
2002-10-27 |
michaelni |
dsputil mmi cleanup patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
2002-10-27 |
michaelni |
handle direct rendering buffer allocation failure
libavcodec
|
2002-10-26 |
michaelni |
segfault fix patch by (Juergen Keil <jk at tools dot de>)
libavcodec
|
2002-10-25 |
michaelni |
fixing decoding of streams with no keyframe at the start
libavcodec
|
2002-10-25 |
michaelni |
idct_permutation_type variable, so the permutation type can quickly be identified
libavcodec
|
2002-10-25 |
michaelni |
regression test for H263+
libavcodec
|
2002-10-25 |
michaelni |
slice encoding cleanup
libavcodec
|
2002-10-24 |
michaelni |
clip MVs for direct mode
libavcodec
|
2002-10-23 |
michaelni |
optimize block_permute()
libavcodec
|
2002-10-23 |
michaelni |
fixing interlaced MC & edge-emu
libavcodec
|
2002-10-22 |
michaelni |
more defaults
libavcodec
|
2002-10-22 |
michaelni |
xvid qpel bug autodetect
libavcodec
|
2002-10-22 |
michaelni |
xvid qpel bug workaround
libavcodec
|
2002-10-20 |
michaelni |
fixing msmpeg4v3 encoding at bitrates <128k
libavcodec
|
2002-10-19 |
michaelni |
fixing h263 slice decoding (again)
libavcodec
|
2002-10-19 |
michaelni |
fixing interlaced dct with 4mv
libavcodec
|
2002-10-19 |
michaelni |
fixing h263 decoding (did segfault)
libavcodec
|
2002-10-18 |
michaelni |
fixing interlaced dct + hq mode
libavcodec
|
2002-10-16 |
michaelni |
init flags before using it (found by arpi)
libavcodec
|
2002-10-16 |
michaelni |
complete mpeg4 GMC decoding support
libavcodec
|
2002-10-16 |
michaelni |
fixing alt_scan for the first frame (variable was reset)
libavcodec
|
2002-10-15 |
michaelni |
warning fixes
libavcodec
|
2002-10-14 |
michaelni |
better padding bug detection
libavcodec
|
2002-10-14 |
bellard |
removed warnings
libavcodec
|
2002-10-14 |
bellard |
removed invalid header include
libavcodec
|
2002-10-14 |
michaelni |
mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata)
libavcodec
|
2002-10-13 |
michaelni |
fixing wmv1 slice decoding
libavcodec
|
2002-10-13 |
michaelni |
better/cleaner error resilience (done in a 2nd pass after decoding)
libavcodec
|
2002-10-11 |
mellum |
Move Alpha optimized IDCT to own file. Based on a patch by Måns
libavcodec
|
2002-10-11 |
bellard |
removed unused variables
libavcodec
|
2002-10-11 |
bellard |
corrected pixel format display
libavcodec
|
2002-10-10 |
bellard |
added two pass info
libavcodec
|
2002-10-09 |
michaelni |
mpeg1 2pass encoding
libavcodec
|
2002-10-09 |
bellard |
resample fix by Petros Tsantoulis
libavcodec
|
2002-10-09 |
bellard |
support buffers containing more than one frame
libavcodec
|
2002-10-08 |
bellard |
fixed NTSC end of line bug
libavcodec
|
2002-10-08 |
bellard |
minimum support for YUV411P (new combined scaler/converter will handle that better...)
libavcodec
|
2002-10-08 |
michaelni |
16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>)
libavcodec
|
2002-10-07 |
arpi_esp |
10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer)
libavcodec
|
2002-10-07 |
arpi_esp |
DV ntsc support, 411P colorspace added
libavcodec
|
2002-10-07 |
mellum |
* Fix dct_unquantize_h263_axp for changed block_last_index indexing.
libavcodec
|
2002-10-06 |
michaelni |
set low_delay on encoding if no b frames
libavcodec
|
2002-10-06 |
michaelni |
trying to fix the non-x86 IDCTs (untested)
libavcodec
|
2002-10-05 |
mellum |
Make compilable again after DCT cleanup. It gives wrong results,
libavcodec
|
2002-10-05 |
mellum |
Some nifty stuff for upcoming patches.
libavcodec
|
2002-10-04 |
mellum |
Fix for source dir != build dir. Patch provided by Måns Rullgård.
libavcodec
|
2002-10-04 |
al3x |
moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv)
libavcodec
|
2002-10-04 |
bellard |
simplified parsing - added MMX idct support
libavcodec
|
2002-10-04 |
bellard |
added DV support
libavcodec
|
2002-10-03 |
bellard |
first working version of DV video decoder
libavcodec
|
2002-10-03 |
bellard |
in fact IDCT248 needs to be normalized as I suspected
libavcodec
|
2002-10-03 |
michaelni |
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
2002-10-03 |
bellard |
added IDCT248 testing
libavcodec
|
2002-10-03 |
bellard |
first version of IDCT248 for DV decoding support
libavcodec
|
2002-10-02 |
michaelni |
fixing custom quantizer matrix decoding
libavcodec
|
2002-10-02 |
michaelni |
optimization
libavcodec
|
2002-10-02 |
michaelni |
sliced mode for mpeg1/2
libavcodec
|
2002-10-01 |
michaelni |
move scantable init from block-decode to header parser
libavcodec
|
2002-10-01 |
michaelni |
optimizing mpeg2 decode block stuff
libavcodec
|
2002-10-01 |
michaelni |
rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) )
libavcodec
|
2002-09-30 |
michaelni |
fixing rv10, this isnt the cleanest solution (parsing the packet header in the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution
libavcodec
|
2002-09-30 |
michaelni |
optimizing mpeg1_decode_block()
libavcodec
|
2002-09-30 |
michaelni |
forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>)
libavcodec
|
2002-09-30 |
michaelni |
convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame)
libavcodec
|
2002-09-29 |
michaelni |
indenting preprocessor stuff, as its completly unreadable otherwise
libavcodec
|
2002-09-29 |
michaelni |
renaming variable
libavcodec
|
2002-09-29 |
michaelni |
idct permutation cleanup, idct can be selected per context now
libavcodec
|
2002-09-29 |
mellum |
Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win
libavcodec
|
2002-09-28 |
mellum |
An easy way to speed up encoding by 6%.
libavcodec
|
2002-09-28 |
mellum |
Minor warning fix.
libavcodec
|
2002-09-27 |
michaelni |
minor optimization of h263_encode_motion()
libavcodec
|
2002-09-27 |
michaelni |
ff_get_fourcc() & XVIX support
libavcodec
|
2002-09-26 |
michaelni |
autodetect UMP4 (by adding a fourcc field to AVCodecContext)
libavcodec
|
2002-09-26 |
michaelni |
automatically detect broken opendivx codec and workaround, so bug=1 shouldnt be needed anymore for mpeg4 files, if there still are files which need bug=1 then tell me ...
libavcodec
|
2002-09-26 |
michaelni |
h263_dc_scale() cleanup
libavcodec
|
2002-09-26 |
michaelni |
mpeg4 interlaced dct encoding
libavcodec
|
2002-09-24 |
michaelni |
ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
2002-09-24 |
michaelni |
adaptive quantization for h263
libavcodec
|
2002-09-24 |
michaelni |
adaptive quantization for mpeg1
libavcodec
|
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
|
2002-06-22 |
michaelni |
fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc prediction as mpeg4 just cuz they changed it a bit from msmpeg4v3
libavcodec
|
2002-06-18 |
michaelni |
wmv1 support
libavcodec
|
2002-06-18 |
michaelni |
wmv1 support
libavcodec
|
2002-06-18 |
michaelni |
dc scale simplification/optimization
libavcodec
|
2002-06-17 |
bellard |
use #ifdef
libavcodec
|
2002-06-13 |
bellard |
reverted to inttypes.h since it gives problems on some unixes
libavcodec
|
2002-06-11 |
bellard |
moved code to mem.c and allcodecs.c
libavcodec
|
2002-06-11 |
bellard |
fixed one mpeg decoder memory leak
libavcodec
|
2002-06-11 |
bellard |
move unaligned access macros to dsputil.h - added unaligned 32 bit store
libavcodec
|
2002-06-11 |
bellard |
memory functions are exported
libavcodec
|
2002-06-11 |
bellard |
put codec registering in another file so that the user can install the codecs he wants
libavcodec
|
2002-06-11 |
bellard |
put memory functions in a separate file so that the user can redefinite them without modifying the library
libavcodec
|
2002-06-11 |
bellard |
added installlib target to install static libraries and includes
libavcodec
|
2002-06-11 |
bellard |
do not export internal functions - use stdint.h
libavcodec
|
2002-06-09 |
michaelni |
grayscale only encoding
libavcodec
|
2002-06-09 |
michaelni |
passing avctx->flags so that grayscale only decoding works with mpeg1/2 too
libavcodec
|
2002-06-09 |
michaelni |
grayscale only decoding
libavcodec
|
2002-06-07 |
arpi_esp |
in libavcodec/Makefile there is in line 110: "distclean: clean<binary char>"
libavcodec
|
2002-06-06 |
bellard |
fixed multiple allocation bug
libavcodec
|
2002-06-06 |
bellard |
fixed case where abs_level > MAX_LEVEL
libavcodec
|
2002-06-05 |
michaelni |
optimizing MPV_decode_mb
libavcodec
|
2002-06-05 |
bellard |
added ff_idct_put/add
libavcodec
|
2002-06-05 |
bellard |
added inlined put/add functions
libavcodec
|
2002-06-05 |
bellard |
use ff_idct_put/add()
libavcodec
|
2002-06-05 |
bellard |
use ff_idct_put()
libavcodec
|
2002-06-05 |
bellard |
removed unused code - began to merge alpha specific stuff - added mac macros for suitable CPUs
libavcodec
|
2002-06-04 |
michaelni |
run1 can be <0 bugfix (found by fabrice)
libavcodec
|
2002-06-04 |
bellard |
avoid name clash with libjpeg - added missing externs
libavcodec
|
2002-06-04 |
bellard |
added missing externs (we were lucky that commons are used)
libavcodec
|
2002-06-04 |
bellard |
added missing externs
libavcodec
|
2002-06-03 |
kabi |
* reimplemented remaing avg_ pixel functions
libavcodec
|
2002-06-03 |
kabi |
* implemented remaing avg_ pixel functions (these are not used offen)
libavcodec
|
2002-06-03 |
mellum |
Revert previous bogus warning fix.
libavcodec
|
2002-06-03 |
mellum |
Minor warning cleanup.
libavcodec
|
2002-06-03 |
nickols_k |
use qstride instead of fixed constants
libavcodec
|
2002-06-03 |
nickols_k |
new field for communicating with external postprocessing
libavcodec
|
2002-06-02 |
michaelni |
100l divx501+ seeking bugfix
libavcodec
|
2002-06-02 |
michaelni |
gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge.net>)
libavcodec
|
2002-06-02 |
michaelni |
10l found&patch by D Richard Felker III <dalias at aerifal.cx>
libavcodec
|
2002-06-02 |
michaelni |
typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>)
libavcodec
|
2002-06-02 |
michaelni |
divx5 bug workaround
libavcodec
|
2002-06-02 |
michaelni |
single coefficient elimination
libavcodec
|
2002-06-02 |
michaelni |
b_quant_offset (unfinished, should be 0 for now)
libavcodec
|
2002-06-02 |
michaelni |
data partitioning
libavcodec
|
2002-06-02 |
michaelni |
msmpeg4v1 decoding
libavcodec
|
2002-06-02 |
michaelni |
single coefficient elimination
libavcodec
|
2002-06-02 |
michaelni |
dont double check vectors
libavcodec
|
2002-06-02 |
michaelni |
error concealment / error resilience
libavcodec
|
2002-06-02 |
michaelni |
error concealment / error resilience
libavcodec
|
2002-06-02 |
michaelni |
fixing get_bits_count at the end
libavcodec
|
2002-06-02 |
michaelni |
sqrt
libavcodec
|
2002-06-01 |
michaelni |
bugfix
libavcodec
|
2002-06-01 |
bellard |
fixed layer1/2 overflow if very loud sound - fixed broken free format decoding to pass all mpeg audio standard decoding tests (please avoid patching the parser without having all test streams available - contact me if necessary)
libavcodec
|
2002-05-30 |
kabi |
* removed MANGLE from macros for setting constants
libavcodec
|
2002-05-29 |
kabi |
* using unrolled loops seems to help to MMX Celerons
libavcodec
|
2002-05-29 |
kabi |
* reenabled original xy2 put routine - rounding error is really bad with
libavcodec
|
2002-05-29 |
kabi |
* code with new PAVGB for MMX only CPU splited into separate file
libavcodec
|
2002-05-29 |
kabi |
* new mmx code - based upon http://aggregate.org/MAGIC
libavcodec
|
2002-05-29 |
kabi |
* cosmetic minor change
libavcodec
|
2002-05-29 |
kabi |
* optimized remaing avg_pixels_xy2
libavcodec
|
2002-05-28 |
kabi |
* optimized avg_* functions (except xy2)
libavcodec
|
2002-05-27 |
kabi |
* started to cleanup name clashes for onetime compilation
libavcodec
|
2002-05-27 |
kabi |
* more PIC friendly and faster code
libavcodec
|
2002-05-27 |
kabi |
* removed TESTCPU_MAIN - not needed for testing
libavcodec
|
2002-05-27 |
kabi |
* for this moment bswap.h included ahead of HAVE_AV_CONFIG_H check
libavcodec
|
2002-05-27 |
kabi |
* undefine local defines when they are no longer needed
libavcodec
|
2002-05-27 |
kabi |
* compatibilized declaration with its original definition
libavcodec
|
2002-05-27 |
kabi |
* avoids double inclusion of this header
libavcodec
|
2002-05-26 |
bellard |
don't use inttypes.h - use inline function for bswap_64()
libavcodec
|
2002-05-26 |
bellard |
fixed mangle issue
libavcodec
|
2002-05-26 |
bellard |
removed invalid buffer handling
libavcodec
|
2002-05-26 |
nickols_k |
untested generic bswap64
libavcodec
|
2002-05-25 |
glantau |
license/copyright change
libavcodec
|
2002-05-25 |
glantau |
consistent include usage
libavcodec
|
2002-05-25 |
glantau |
fixed incorrect buffer handling
libavcodec
|
2002-05-25 |
glantau |
better logic for bswap
libavcodec
|
2002-05-25 |
glantau |
removed
libavcodec
|
2002-05-25 |
glantau |
moved in libavcodec
libavcodec
|
2002-05-24 |
philipjsg |
Add an av_abort macro that aborts, but also prints out the location of the abort.
libavcodec
|
2002-05-23 |
kabi |
* baling 8 seems to have the same speed
libavcodec
|
2002-05-23 |
kabi |
* always baling even though it seems to produce sometime worse
libavcodec
|
2002-05-23 |
kabi |
* cleanup for put_pixels_mmx
libavcodec
|
2002-05-23 |
alex |
applied 64bit patch from Ulrich Hecht <uli at suse dot de>
libavcodec
|
2002-05-23 |
kabi |
* somewhat more advanced test suit for dsp code - for now i386 only
libavcodec
|
2002-05-23 |
kabi |
* align the source initialy address
libavcodec
|
2002-05-23 |
kabi |
* fixed contrains and avoid usage of scale index access
libavcodec
|
2002-05-23 |
kabi |
* added simple test main - see comments about how to
libavcodec
|
2002-05-22 |
michaelni |
using 1 operand less and slightly faster put_pixels_y2
libavcodec
|
2002-05-22 |
kabi |
* fix for -fPIC compilation - compiles with 2.95.2 as well - any
libavcodec
|
2002-05-22 |
kabi |
* minor cleanup
libavcodec
|
2002-05-21 |
michaelni |
workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this)
libavcodec
|
2002-05-21 |
kabi |
* oops - these are the midnight commits...
libavcodec
|
2002-05-21 |
kabi |
* restored previous behaviour for this moment
libavcodec
|
2002-05-21 |
kabi |
* restored previous non '..' version
libavcodec
|
2002-05-21 |
glantau |
fixed incorrect global gain - slightly increased precision of n^(4/3) table
libavcodec
|
2002-05-21 |
kabi |
* using ../ for bswap.h
libavcodec
|
2002-05-21 |
kabi |
* avoid conflicts with non-ffmpeg config.h and also it's consistent
libavcodec
|
2002-05-20 |
glantau |
fixed one overflow problem
libavcodec
|
2002-05-20 |
glantau |
removed unused stuff - added dsputil_set_bit_exact() support for easier testing
libavcodec
|
2002-05-20 |
glantau |
removed unused code
libavcodec
|
2002-05-20 |
glantau |
mpeg1/2 identifier - fixed frame rate for some bad mpeg1 streams
libavcodec
|
2002-05-20 |
glantau |
better av_freep()
libavcodec
|
2002-05-20 |
glantau |
added avcodec_set_bit_exact() for testing
libavcodec
|
2002-05-19 |
michaelni |
fixing alignment for alignment picky cpus
libavcodec
|
2002-05-18 |
glantau |
removed unmaintained vc stuff
libavcodec
|
2002-05-18 |
glantau |
removed useless header includes - use av memory functions
libavcodec
|
2002-05-18 |
glantau |
added VPATH support for multiple dir compilation
libavcodec
|
2002-05-18 |
glantau |
proper memory handling functions
libavcodec
|
2002-05-18 |
glantau |
removed debug function
libavcodec
|
2002-05-18 |
glantau |
put all integer init code to compute n^(4/3) - memory alloc and header fixes
libavcodec
|
2002-05-18 |
glantau |
improved mpeg1/2 decoding speed
libavcodec
|
2002-05-18 |
glantau |
added proper memory handling functions - fixed include paths
libavcodec
|
2002-05-18 |
glantau |
tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added comment about rounding bug in some functions (need to correct or suppress them for regression tests)
libavcodec
|
2002-05-17 |
michaelni |
qmin==1 bugfix
libavcodec
|
2002-05-17 |
michaelni |
shared lib support (req by kabi) ...
libavcodec
|
2002-05-17 |
michaelni |
hopefully faster mmx2&3dnow MC
libavcodec
|
2002-05-16 |
michaelni |
new hopefully faster MC
libavcodec
|
2002-05-16 |
michaelni |
print frame decoding time support (x86 only)
libavcodec
|
2002-05-14 |
pulento |
- repeat_pict meaning changed, now it signals the extra delay for the
libavcodec
|
2002-05-14 |
kabi |
* first shot for the new avcodec API
libavcodec
|
2002-05-14 |
philipjsg |
* Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it.
libavcodec
|
2002-05-12 |
nickols_k |
build num ++
libavcodec
|
2002-05-12 |
nickols_k |
build info for ABI
libavcodec
|
2002-05-12 |
nickols_k |
I was too lazy to be a hero ;)
libavcodec
|
2002-05-12 |
pulento |
- repeat_pict added to AVCodecContext to signal if the decoder must repeat
libavcodec
|
2002-05-11 |
pulento |
- pict_type exported to AVCodecContext
libavcodec
|
2002-05-09 |
pulento |
- Warning fix.
libavcodec
|
2002-05-09 |
philipjsg |
* Don't allocate 0 bytes of memory. It upsets electricFence!
libavcodec
|
2002-05-09 |
philipjsg |
* Fix a problem with the first sample when down sampling.
libavcodec
|
2002-05-09 |
philipjsg |
* Every frame is a key_frame
libavcodec
|
2002-05-09 |
philipjsg |
* Start using enumerated types (makes debugging much easier)
libavcodec
|
2002-05-07 |
al3x |
clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)
libavcodec
|
2002-05-07 |
al3x |
added support for various app headers, and writin FFmpeg comment
libavcodec
|
2002-05-06 |
pulento |
- Segfault fixed when liba52 dynamic library isn't found.
libavcodec
|
2002-05-06 |
pulento |
- MPEG-4 B frames coding option for ffmpeg.c
libavcodec
|
2002-05-06 |
kabi |
* replaced with liba52
libavcodec
|
2002-05-06 |
michaelni |
there are divx5? encoded files without a userdata section but with b-frames :(
libavcodec
|
2002-05-05 |
michaelni |
segfault fix for b-frame encoding with height%16!=0
libavcodec
|
2002-05-05 |
michael |
3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyom@pobox.com>
libavcodec
|
2002-05-05 |
nickols_k |
version info
libavcodec
|
2002-05-05 |
michaelni |
MV visualisation support
libavcodec
|
2002-05-05 |
michaelni |
shorter user data with formating by juanjo
libavcodec
|
2002-05-04 |
michaelni |
move ABS() to common.h
libavcodec
|
2002-05-03 |
michaelni |
move put_string() to common.{c,h}
libavcodec
|
2002-05-03 |
michaelni |
correct quantizer bias
libavcodec
|
2002-05-03 |
arpi_esp |
ar -s has portability problems, anyway rc is enough without s -- suggested by Atmosfear
libavcodec
|
2002-05-03 |
pulento |
- H263 PAR support by Alex Beregszaszi.
libavcodec
|
2002-05-03 |
arpi_esp |
patch by Alex Beregszaszi <alex@naxine.org>
libavcodec
|
2002-05-02 |
michaelni |
freeze fix
libavcodec
|
2002-05-02 |
michaelni |
C4=16383 for the c version too and even for some outcommented code
libavcodec
|
2002-05-02 |
michaelni |
set C4 to 16383
libavcodec
|
2002-05-02 |
pulento |
- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.
libavcodec
|
2002-05-01 |
arpi_esp |
Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine.org>
libavcodec
|
2002-05-01 |
kabi |
* by Thomas Sailer:
libavcodec
|
2002-04-30 |
michaelni |
fixing msmpeg4v3 dc-scale for quantizers 24-31
libavcodec
|
2002-04-27 |
michaelni |
detecting xvid/divx4/opendivx and set low_delay flag
libavcodec
|
2002-04-27 |
michaelni |
export mbskip_table for direct rendering
libavcodec
|
2002-04-27 |
michaelni |
fixed msmpeg4 infinite loop if buggy stream
libavcodec
|
2002-04-26 |
kabi |
* cleanup
libavcodec
|
2002-04-24 |
kabi |
* fixes problem with -funroll-loops and buggy gcc compiler
libavcodec
|
2002-04-24 |
michaelni |
avcodec_flush_buffers()
libavcodec
|
2002-04-23 |
kabi |
* path to ffmpegs config.h
libavcodec
|
2002-04-22 |
michaelni |
segfault fix
libavcodec
|
2002-04-22 |
kabi |
* using liba52
libavcodec
|
2002-04-22 |
kabi |
* using some small char buffer - needed for sprintf
libavcodec
|
2002-04-22 |
michaelni |
export delay info
libavcodec
|
2002-04-22 |
michaelni |
b-frame mpeg4 fix when seeking
libavcodec
|
2002-04-22 |
michael |
x1 deblocking filter bugfix
libavcodec
|
2002-04-22 |
michaelni |
divx 5.01 support
libavcodec
|
2002-04-22 |
kabi |
* add support for liba52
libavcodec
|
2002-04-21 |
michaelni |
fix b-frame MB skip
libavcodec
|
2002-04-21 |
michaelni |
rounding bugfix
libavcodec
|
2002-04-21 |
michaelni |
fixed ratecontrol & b-frames
libavcodec
|
2002-04-20 |
arpi_esp |
postprocess array increased to handle images up to 2048x1536
libavcodec
|
2002-04-19 |
michaelni |
much better ME for b frames (a bit slow though)
libavcodec
|
2002-04-17 |
michaelni |
fixing hq mode with mpeg1 and 2-pass
libavcodec
|
2002-04-17 |
michaelni |
mpeg2/mpeg4 dequantizer support (c & mmx)
libavcodec
|
2002-04-17 |
michaelni |
fixed mpeg4 time stuff on encoding
libavcodec
|
2002-04-15 |
kabi |
* minor - slightly modified debug message
libavcodec
|
2002-04-15 |
pulento |
- Versions defined for libav/libavcodec.
libavcodec
|
2002-04-14 |
pulento |
- ME method compatibility with legacy apps.
libavcodec
|
2002-04-14 |
pulento |
- ME setting moved to AVCodecContext/MpegEncContext, no longer a global.
libavcodec
|
2002-04-12 |
michael |
fix typo found by Milan Cutka <cutka@szm.sk>
libavcodec
|
2002-04-09 |
pulento |
- Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for
libavcodec
|
2002-04-09 |
pulento |
- PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it.
libavcodec
|
2002-04-09 |
pulento |
- Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting
libavcodec
|
2002-04-08 |
kabi |
* using pixtype as enum - by Philip Gladstone
libavcodec
|
2002-04-08 |
kabi |
* encoding of AC3 with more than 2 channels
libavcodec
|
2002-04-07 |
pulento |
- Added force_pts to av_write_packet() to be able to force PTS, this helps
libavcodec
|
2002-04-07 |
michaelni |
mpeg4 mpeg quantizer support
libavcodec
|
2002-04-06 |
michaelni |
wmv1 header parser (unfinished)
libavcodec
|
2002-04-05 |
michaelni |
msmpeg4v2 encoding
libavcodec
|
2002-04-05 |
michaelni |
fixing msmpeg4v2 bugs (is bugfree now afaik)
libavcodec
|
2002-04-05 |
michaelni |
b frames & slices bugfix
libavcodec
|
2002-04-05 |
michaelni |
msmpeg4v2 decoding (no encoding yet)
libavcodec
|
2002-04-04 |
michaelni |
dump_stream support (nicely formated 0s and 1s)
libavcodec
|
2002-04-04 |
michaelni |
emms was missing, found by juanjo but he didnt commit it?!
libavcodec
|
2002-04-01 |
michaelni |
fixing MVs in hq mode
libavcodec
|
2002-04-01 |
michaelni |
multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>)
libavcodec
|
2002-03-30 |
michaelni |
fixing 1/0
libavcodec
|
2002-03-29 |
michaelni |
divx5-gmc bug workaround
libavcodec
|
2002-03-29 |
michaelni |
msmpeg4v2 header parser & some dump bits code behind #if 0
libavcodec
|
2002-03-29 |
michaelni |
minor optimizations / simplifications
libavcodec
|
2002-03-28 |
arpi_esp |
using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines aren't exported in the public interface, and the flagged method matches the way as qscale forcing work
libavcodec
|
2002-03-28 |
michaelni |
force frame type for 2-pass encoding
libavcodec
|
2002-03-28 |
michaelni |
sizeof(s->block) isnt 64*6*2 anymore bugfix
libavcodec
|
2002-03-28 |
michaelni |
mpeg4 4MV encoding
libavcodec
|
2002-03-27 |
michaelni |
4MV motion estimation (not finished yet)
libavcodec
|
2002-03-25 |
michaelni |
optimizing mpeg4_encode_dc
libavcodec
|
2002-03-24 |
michaelni |
fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de>
libavcodec
|
2002-03-24 |
michaelni |
b-frame decoding bugfix
libavcodec
|
2002-03-24 |
michaelni |
resync marker support, needed for some mp4 files
libavcodec
|
2002-03-24 |
michaelni |
seems the old intra/inter decission is slightly better with a threshold, than the new one
libavcodec
|
2002-03-24 |
michaelni |
10l (motion_val was uninitilized)
libavcodec
|
2002-03-23 |
michaelni |
fixing motion estimation with h263p hopefully
libavcodec
|
2002-03-23 |
michaelni |
statistics for 2-pass encoding
libavcodec
|
2002-03-23 |
michaelni |
dont return -1 if mpeg4 scalability ...
libavcodec
|
2002-03-23 |
michaelni |
better inter/intra decission algo (same as xvid)
libavcodec
|
2002-03-23 |
michaelni |
fixing MV range in h263
libavcodec
|
2002-03-22 |
michaelni |
more aspect stuff
libavcodec
|
2002-03-22 |
michaelni |
mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)
libavcodec
|
2002-03-22 |
michaelni |
fixing epzs & mpeg1 (hopefully now really ...)
libavcodec
|
2002-03-22 |
michaelni |
mpeg1 & epzs fix
libavcodec
|
2002-03-22 |
michaelni |
oops
libavcodec
|
2002-03-22 |
michaelni |
new motion estimation (epzs) not complete yet but allready pretty good :)
libavcodec
|
2002-03-20 |
pulento |
- Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert Buytenhek
libavcodec
|
2002-03-19 |
pulento |
- Added video coding statistics for ffmpeg. Needs more work.
libavcodec
|
2002-03-19 |
michaelni |
use the width & height from the mpeg4 header ... in the case that its complete
libavcodec
|
2002-03-18 |
michaelni |
msmpeg4 bugfix (wrong frame displayed if some frames are skipped)
libavcodec
|
2002-03-18 |
michaelni |
fixing 4MV
libavcodec
|
2002-03-17 |
michaelni |
scene change detection
libavcodec
|
2002-03-17 |
michaelni |
10l
libavcodec
|
2002-03-17 |
pulento |
- Fixes on MPEG demuxer to handle VOBs without System Header.
libavcodec
|
2002-03-17 |
michaelni |
hopefully better bitrate controll
libavcodec
|
2002-03-16 |
pulento |
- Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)
libavcodec
|
2002-03-15 |
michaelni |
optimization
libavcodec
|
2002-03-15 |
michaelni |
use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes)
libavcodec
|
2002-03-13 |
michaelni |
support decoding (with mplayer) of 3 .mp4 files from mphq
libavcodec
|
2002-03-13 |
michaelni |
generate even more complete mpeg4 headers
libavcodec
|
2002-03-12 |
michaelni |
mpeg4 b-frames :)
libavcodec
|
2002-03-10 |
pulento |
- Bug fix on output sample rate for lame MP3 encoding.
libavcodec
|
2002-03-10 |
pulento |
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.
libavcodec
|
2002-03-10 |
pulento |
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.
libavcodec
|
2002-03-10 |
pulento |
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.
libavcodec
|
2002-03-10 |
michaelni |
divx5 draw_edges bugfix
libavcodec
|
2002-03-09 |
michaelni |
q-pel mc fixed
libavcodec
|
2002-03-09 |
michaelni |
divx5-gmc support
libavcodec
|
2002-03-07 |
michaelni |
gmc bitstream decoding support (the real motion compensation isnt implemnted yet)
libavcodec
|
2002-03-05 |
michaelni |
parsing more of the mpeg4 header & print some "not supported" stuff
libavcodec
|
2002-02-26 |
pulento |
- Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm
libavcodec
|
2002-02-22 |
michaelni |
fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext header, its the fps indeed)
libavcodec
|
2002-02-22 |
pulento |
- Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder.
libavcodec
|
2002-02-19 |
pulento |
- Bug fixes in H.263+ Advanced INTRA Coding decoder.
libavcodec
|
2002-02-18 |
pulento |
- H.263+ decoder support for Advanded INTRA Coding (buggy)
libavcodec
|
2002-02-18 |
kabi |
* some modifications to allow gcc to compile same code for -fPIC
libavcodec
|
2002-02-18 |
kabi |
* simplified indexing
libavcodec
|
2002-02-18 |
kabi |
* simplified indexing
libavcodec
|
2002-02-18 |
kabi |
* eliminating duplicated code from MPV_common_end
libavcodec
|
2002-02-18 |
kabi |
* using static instead of extern
libavcodec
|
2002-02-18 |
kabi |
* continue after error in msmpeg4_decode_mb - helps for some movie samples
libavcodec
|
2002-02-18 |
michaelni |
avoid overflow of picturenumber*fps*10000
libavcodec
|
2002-02-18 |
michaelni |
block_last_index was too large (in mpeg1 decoding)
libavcodec
|
2002-02-15 |
pulento |
- Minor changes on bitrate control
libavcodec
|
2002-02-15 |
michaelni |
optimized the normal bitstream writer, its faster than the alternative one on p3 now ... lets hope its at least not slower on p4 & k7
libavcodec
|
2002-02-13 |
michaelni |
optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings)
libavcodec
|
2002-02-13 |
michaelni |
optimize mpeg1_encode_block()
libavcodec
|
2002-02-12 |
michaelni |
aligned bitstream writer (1% slower on p3 but perhaps its faster on p4?)
libavcodec
|
2002-02-12 |
michaelni |
alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it)
libavcodec
|
2002-02-10 |
pulento |
- More work on preliminary bit rate control, just to be able to get an
libavcodec
|
2002-02-10 |
pulento |
- Now the ME is done for the entire picture when enconding, the
libavcodec
|
2002-02-09 |
pulento |
- Fixes on RTP and GOB headers for H.263.
libavcodec
|
2002-02-09 |
arpi_esp |
PATCH by Rik Snel <rsnel@cube.dyndns.org>
libavcodec
|
2002-02-09 |
arpi_esp |
PATCH by Rik Snel <rsnel@cube.dyndns.org>
libavcodec
|
2002-02-09 |
michaelni |
workaround gcc 2.95.2 bug
libavcodec
|
2002-02-07 |
michaelni |
avoid copying input when encoding non intra stuff too
libavcodec
|
2002-02-07 |
michaelni |
width or height %16 != 0 bugfix
libavcodec
|
2002-02-05 |
michaelni |
use multiply instead of divides for DC prediction on X86
libavcodec
|
2002-01-29 |
michael |
top row bugfix
libavcodec
|
2002-01-28 |
michael |
minor QP bugfix
libavcodec
|
2002-01-28 |
arpi_esp |
workaround gcc bug "m" (0)
libavcodec
|
2002-01-28 |
kabi |
* temporal solution for shared lib compilation
libavcodec
|
2002-01-27 |
arpi_esp |
(commit by michael)
libavcodec
|
2002-01-26 |
arpi_esp |
(m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org>
libavcodec
|
2002-01-24 |
arpi_esp |
(commit by michael)
libavcodec
|
2002-01-24 |
arpi_esp |
(commit by michael)
libavcodec
|
2002-01-24 |
arpi_esp |
(commit by michael)
libavcodec
|
2002-01-21 |
nickols_k |
Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
libavcodec
|
2002-01-20 |
nickols_k |
Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
libavcodec
|
2002-01-20 |
nickols_k |
Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net>
libavcodec
|
2002-01-19 |
albeu |
Added reverting support for -pp and -npp options
libavcodec
|
2002-01-19 |
atmos4 |
fix mangling with runtime cpu detection
libavcodec
|
2002-01-19 |
atmos4 |
mangle for win32 in postproc
libavcodec
|
2002-01-17 |
arpi_esp |
(commit by michael)
libavcodec
|
2002-01-15 |
arpi_esp |
(commit by michael)
libavcodec
|
2002-01-15 |
arpi_esp |
(commit by michael)
libavcodec
|
2002-01-15 |
arpi_esp |
(commit by michael)
libavcodec
|
2002-01-14 |
arpi_esp |
(commit by michael)
libavcodec
|
2002-01-14 |
arpi_esp |
(commit by michael)
libavcodec
|
2002-01-14 |
arpi_esp |
(commit by michael)
libavcodec
|
2002-01-13 |
michael |
dont print -npp parser debug info if only -v
libavcodec
|
2002-01-13 |
arpi_esp |
(commit by michael)
libavcodec
|
2002-01-13 |
arpi_esp |
(commit by michael)
libavcodec
|
2002-01-12 |
arpi_esp |
(commited by michael / arpi was crazy enough to give me his password)
libavcodec
|
2002-01-12 |
arpi_esp |
rv10 sig11 fix by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
2002-01-11 |
arpi_esp |
different fix, s->mbintra_table used only if h263_pred set. - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
2002-01-11 |
arpi_esp |
This fixes segfaults because of uninitialized s->mbintra_table variable - patch by Vladimir Dergachev <volodya@mindspring.com>
libavcodec
|
2002-01-11 |
arpi_esp |
s->c_dc_scale was 7 if s->qscale==2 but should be 8 (the bug is visible in deep red areas in high bitrate clips) - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
2002-01-11 |
arpi_esp |
mpeg4 encoder fix by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
2002-01-11 |
arpi_esp |
aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni@gmx.at>
libavcodec
|
2002-01-10 |
uid46427 |
another bitstream reader code (faster on intel cpus) - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
2002-01-10 |
uid46427 |
AC table reset (memset) optimization - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
2002-01-10 |
uid46427 |
fix for non-mmx runtimedetect encoding bugs - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
2002-01-10 |
uid46427 |
fix different UMV handling for mpeg4 vs. h263 - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
2002-01-10 |
uid46427 |
print cpu flags
libavcodec
|
2002-01-08 |
arpi_esp |
qscale estimate fix, diff extended to 64bit wide. patch by Stephen Davies <steve@daviesfam.org>
libavcodec
|
2002-01-08 |
arpi_esp |
fix slices when code=0x18, patch by Michael Niedermayer <michael@mplayer.dev.hu>
libavcodec
|
2002-01-04 |
michael |
fixed -npp help ... i think i need more sleep ;)
libavcodec
|
2002-01-04 |
michael |
-npp help
libavcodec
|
2002-01-03 |
michael |
-npp fq:<quantizer>
libavcodec
|
2001-12-28 |
michael |
minor brightness/contrast bugfix / moved some global vars into ppMode
libavcodec
|
2001-12-28 |
michael |
customizeable deblocking (2 thresholds)
libavcodec
|
2001-12-26 |
michael |
101
libavcodec
|
2001-12-26 |
michael |
new -pp options stuff (-npp ...)
libavcodec
|
2001-12-26 |
arpi_esp |
informal msg
libavcodec
|
2001-12-23 |
arpi_esp |
avcodec_find_encoder_by_name() patch by Alex
libavcodec
|
2001-12-16 |
arpi_esp |
unrestricted MC fixed - thanks to Michael Niedermayer for idea
libavcodec
|
2001-12-09 |
arpi_esp |
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable
libavcodec
|
2001-12-09 |
arpi_esp |
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable
libavcodec
|
2001-11-28 |
michael |
faster brightness correcture in MMX2
libavcodec
|
2001-11-27 |
michael |
compiletime pp-mode support (luminance = chrominance filters though) 1-2% faster with -benchmark -vo null -nosound
libavcodec
|
2001-11-27 |
michael |
runtime cpu detect optional (compiles faster)
libavcodec
|
2001-11-26 |
michael |
runtime cpu detection
libavcodec
|
2001-11-24 |
michael |
runtime cpu detection
libavcodec
|
2001-11-24 |
michael |
use fastmemcpy for chrominance if no chrominance filtering is done
libavcodec
|
2001-11-24 |
michael |
faster dering
libavcodec
|
2001-11-20 |
michael |
1% speedup
libavcodec
|
2001-11-20 |
michael |
oops, too much cleanup ;)
libavcodec
|
2001-11-20 |
michael |
cleanup
libavcodec
|
2001-11-19 |
michael |
faster mmx2 / 3dnow deblocking filter
libavcodec
|
2001-11-19 |
pulento |
- Preliminary RTP friendly mode for H.263.
libavcodec
|
2001-11-17 |
pulento |
- Added support to Inter4V+Q MBs to H.263 decoder.
libavcodec
|
2001-11-17 |
pulento |
- Bug fixed on H.263 decoder initialization.
libavcodec
|
2001-11-16 |
gabucino |
postproc/ dir now respects --with-extraincdir
libavcodec
|
2001-11-14 |
michael |
temp denoiser:
libavcodec
|
2001-11-14 |
michael |
temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW version
libavcodec
|
2001-11-13 |
michael |
temporal noise reducer in C (-pp 0x100000)
libavcodec
|
2001-11-13 |
pulento |
- Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code.
libavcodec
|
2001-11-12 |
pulento |
- Fixed a bug on H.263 MV prediction for MB on GOBs limits.
libavcodec
|
2001-11-11 |
nickols_k |
Let loops will be aligned
libavcodec
|
2001-11-11 |
michael |
QP_store==null bugfix and no opendivx bugfix
libavcodec
|
2001-11-10 |
nickols_k |
fixed gcc-3.0.x compilation (by Michael Niedermayer)
libavcodec
|
2001-11-09 |
pl |
added missing #include <malloc.h>
libavcodec
|
2001-11-06 |
michael |
gcc does optimize writes to non volatile variables away if it didnt know that they were read in between
libavcodec
|
2001-11-06 |
michael |
minor changes (fixed some warnings, added attribute aligned(8) stuff)
libavcodec
|
2001-11-06 |
nick |
Move yuv2rgb to postprocess
libavcodec
|
2001-11-05 |
arpi_esp |
postprocessing array increased to handle HDTV resolutions (1920x1152)
libavcodec
|
2001-11-03 |
arpi_esp |
dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
2001-11-03 |
pulento |
- Bug fix on inter MCBPC table for inter+q.
libavcodec
|
2001-10-31 |
kabi |
* fixed decoding busy loop
libavcodec
|
2001-10-31 |
michael |
deinterlace bugfix
libavcodec
|
2001-10-31 |
michael |
c speedup (x1, rk1 filters)
libavcodec
|
2001-10-30 |
michael |
minor speedup
libavcodec
|
2001-10-28 |
nick |
vo_vesa: rgb2rgb support
libavcodec
|
2001-10-27 |
nickols_k |
missing header
libavcodec
|
2001-10-27 |
nickols_k |
headers installation
libavcodec
|
2001-10-27 |
nickols_k |
Shared objects support
libavcodec
|
2001-10-26 |
michael |
faster dering
libavcodec
|
2001-10-26 |
michael |
dering in c
libavcodec
|
2001-10-25 |
pl |
a few warning fixes (missing #include's)
libavcodec
|
2001-10-25 |
michael |
3dnow dering
libavcodec
|
2001-10-25 |
michael |
just a few "not implemented yet" removed
libavcodec
|
2001-10-25 |
michael |
dering in mmx2
libavcodec
|
2001-10-25 |
michael |
fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 versions
libavcodec
|
2001-10-24 |
michael |
much better horizontal filters (transpose & use the vertical ones) :)
libavcodec
|
2001-10-24 |
nick |
Independed compilation of SUBDIRS
libavcodec
|
2001-10-24 |
michael |
more speed
libavcodec
|
2001-10-23 |
kabi |
* and finaly avoid deadlock at the end of audio stream
libavcodec
|
2001-10-23 |
kabi |
* fixes to avoid crash when broken mp3 header is found
libavcodec
|
2001-10-23 |
kabi |
* simple fix to avoid memcpy with len < 0
libavcodec
|
2001-10-23 |
kabi |
* prevent crash in decoder
libavcodec
|
2001-10-23 |
michael |
more speed
libavcodec
|
2001-10-23 |
michael |
and another +2% speedup
libavcodec
|
2001-10-23 |
michael |
optimizations (+2% speedup)
libavcodec
|
2001-10-23 |
michael |
brightness / contrast fix/copy optimizations +2% speedup
libavcodec
|
2001-10-23 |
michael |
negative black bugfix
libavcodec
|
2001-10-22 |
michael |
auto brightness/ contrast bugfix
libavcodec
|
2001-10-19 |
michael |
more logic behavior if the altenative deblock filters are used (turning a alt filter on without turning the deblock filter on uses the alt filter instead of using no filter now)
libavcodec
|
2001-10-19 |
arpi |
PP_FUNNY_STRIDE disabled
libavcodec
|
2001-10-19 |
michael |
added compiletime option to turn width%8==0 on
libavcodec
|
2001-10-19 |
michael |
fixed a bug in the tmp buffer
libavcodec
|
2001-10-17 |
michael |
fixed the height%8!=0 bug
libavcodec
|
2001-10-17 |
pulento |
Added Juergen Keil fix on quant_tab[4] type.
libavcodec
|
2001-10-17 |
michael |
quick fix for movies with a height which is not a multiple of 8
libavcodec
|
2001-10-16 |
arpi_esp |
exporting qscale data for postprocessing (for MPlayer)
libavcodec
|
2001-10-16 |
michael |
minor cleanups
libavcodec
|
2001-10-15 |
michael |
rewrote the horizontal lowpass filter to fix a bug which caused a blocky look
libavcodec
|
2001-10-14 |
arpi |
c++ fix
libavcodec
|
2001-10-13 |
arpi |
Cleanup:
libavcodec
|
2001-10-13 |
arpi |
small changes for mplayer integration:
libavcodec
|
2001-10-13 |
arpi |
small changes for mplayer integration:
libavcodec
|
2001-10-13 |
michael |
fixed a sig4 bug an non mmx2 cpus (in case of more sig4 errors please send me a "disassemble $eip-16 $eip+16" from gdb)
libavcodec
|
2001-10-13 |
michael |
minor QP scaling & auto-contrast bugfix
libavcodec
|
2001-10-13 |
michael |
fixed a rounding bug thing in the X1 Filter
libavcodec
|
2001-10-11 |
michael |
final changes to convert to C
libavcodec
|
2001-10-11 |
michael |
bugfixes: last 3 lines not brightness/contrast corrected
libavcodec
|
2001-10-10 |
arpi |
fixed a bug in the horizontal default filter
libavcodec
|
2001-10-10 |
arpi |
new postprocess code by Michael Niedermayer (michaelni@gmx.at)
libavcodec
|
2001-09-24 |
glantau |
fixed pcm bitrate
libavcodec
|
2001-09-23 |
glantau |
suppressed mpglib
libavcodec
|
2001-09-23 |
glantau |
added pcm codecs
libavcodec
|
2001-09-21 |
arpi_esp |
CONFIG_MPGLIB no more needed
libavcodec
|
2001-09-17 |
glantau |
copyright change
libavcodec
|
2001-09-17 |
glantau |
corrected mpeg audio encoding overflows - now it should give correct quality even for very high volumes
libavcodec
|
2001-09-16 |
glantau |
mlib merge
libavcodec
|
2001-09-16 |
glantau |
fixed symetric quantization (better quality!)
libavcodec
|
2001-09-16 |
glantau |
version change
libavcodec
|
2001-09-15 |
glantau |
added get_bits_count()
libavcodec
|
2001-09-15 |
glantau |
merged code and tables between encoder and decoder
libavcodec
|
2001-09-15 |
glantau |
added mpeg audio decoder tables
libavcodec
|
2001-09-15 |
glantau |
added completely new mpeg audio decoder (integer only, free format support, lsf/mpeg25 support, high/low precision support, simpler code)
libavcodec
|
2001-09-15 |
glantau |
suppressed mpglib
libavcodec
|
2001-09-13 |
nickols_k |
memalign autodetection
libavcodec
|
2001-08-31 |
pulento |
Moved some H.263+ variables to MpegEncContext to be thread-safe.
libavcodec
|
2001-08-28 |
pulento |
Added support to Unrestricted Motion Vectors (UMV)
libavcodec
|
2001-08-20 |
nickols_k |
Aligned malloc. Another 10% of speedup.
libavcodec
|
2001-08-15 |
glantau |
win32 fixes
libavcodec
|
2001-08-15 |
glantau |
motion test
libavcodec
|
2001-08-15 |
glantau |
suppressed nasm stuff
libavcodec
|
2001-08-15 |
glantau |
removed
libavcodec
|
2001-08-15 |
glantau |
suppressed nasm dependancy - rewrote forward DCT and motion estimation code
libavcodec
|
2001-08-15 |
glantau |
changed opendivx to mpeg4
libavcodec
|
2001-08-15 |
glantau |
log2 to av_log2
libavcodec
|
2001-08-15 |
glantau |
copy avctx
libavcodec
|
2001-08-15 |
glantau |
fix got_picture output
libavcodec
|
2001-08-15 |
glantau |
added draw_horiz_band test
libavcodec
|
2001-08-15 |
glantau |
log2 to av_log2 - added integer version define
libavcodec
|
2001-08-15 |
glantau |
renamed log2 to av_log2
libavcodec
|
2001-08-13 |
glantau |
win32 fixes
libavcodec
|
2001-08-13 |
glantau |
better vol header parsing for mpeg4
libavcodec
|
2001-08-13 |
glantau |
arm optimizations
libavcodec
|
2001-08-13 |
glantau |
arm specific code
libavcodec
|
2001-08-12 |
glantau |
moved matrix init away from MPV_common_init()
libavcodec
|
2001-08-12 |
glantau |
fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsing
libavcodec
|
2001-08-11 |
glantau |
fixed last zero mv for field - fixed mismatch handling for intra coefs
libavcodec
|
2001-08-11 |
glantau |
fixed mpeg2 interlaced DCT
libavcodec
|
2001-08-11 |
glantau |
removed incomplete seek patch
libavcodec
|
2001-08-11 |
glantau |
picture utils
libavcodec
|
2001-08-11 |
glantau |
fixed mpeg2 qscale decoding
libavcodec
|
2001-08-11 |
glantau |
added interlaced MJPEG support
libavcodec
|
2001-08-11 |
glantau |
added 422P, 444P support - added deinterlace support - added xxx to RGB24 convertion
libavcodec
|
2001-08-11 |
glantau |
fix msmpeg4 seek
libavcodec
|
2001-08-11 |
glantau |
export for imgconvert usage
libavcodec
|
2001-08-11 |
glantau |
new img_convert API - added deinterlacing filter
libavcodec
|
2001-08-11 |
glantau |
fixed mb_intra_vlc decoding table size
libavcodec
|
2001-08-08 |
glantau |
return dummy quality to avoid bug in -sameq case - forgot emms in error case
libavcodec
|
2001-08-08 |
glantau |
fixed mpeg1 first block bug (pb with black picture optimisation for B frames)
libavcodec
|
2001-08-08 |
glantau |
fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...)
libavcodec
|
2001-08-08 |
glantau |
added forgotten emms() - fix various segmentation faults when using mjpeg
libavcodec
|
2001-08-08 |
nickols_k |
Portability and testing issues
libavcodec
|
2001-08-07 |
glantau |
added mmx idct
libavcodec
|
2001-08-07 |
glantau |
fixed scan protos
libavcodec
|
2001-08-07 |
glantau |
fixed block permutation in encoder (not optimal - should move it in forward DCT code)
libavcodec
|
2001-08-07 |
glantau |
updated scans
libavcodec
|
2001-08-07 |
glantau |
changed quant matrix order (should fix mmx mpeg decoding bug)
libavcodec
|
2001-08-07 |
glantau |
fixed mjpeg matrix quant encoding and decoding
libavcodec
|
2001-08-07 |
glantau |
permuted coefs in normal IDCT to avoid having different cases there
libavcodec
|
2001-08-07 |
glantau |
added idct reference code
libavcodec
|
2001-08-07 |
glantau |
added block permutation functions
libavcodec
|
2001-08-07 |
glantau |
updated dct-test to test IDCTs too
libavcodec
|
2001-08-07 |
glantau |
added idct mmx
libavcodec
|
2001-08-07 |
glantau |
updated mmx macros
libavcodec
|
2001-08-07 |
glantau |
added idct mmx code
libavcodec
|
2001-08-06 |
glantau |
use default huffman tables if none given
libavcodec
|
2001-08-06 |
glantau |
added 422P and 444P support - fixed block parsing error
libavcodec
|
2001-08-06 |
glantau |
added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program)
libavcodec
|
2001-08-06 |
glantau |
added correct component id handling
libavcodec
|
2001-08-06 |
glantau |
types fix
libavcodec
|
2001-08-06 |
glantau |
added MJPEG decoder + comments
libavcodec
|
2001-08-06 |
glantau |
added MJPEG decoder, renamed mjpegenc.c to mjpeg.c
libavcodec
|
2001-08-05 |
nickols_k |
Suppressing external gas stuff to improve portability to Win32
libavcodec
|
2001-08-04 |
arpi_esp |
get_bits() specialization, gives 4\speedup
libavcodec
|
2001-08-03 |
arpi_esp |
inlineing common case of get_bits() -> gives 2speedup. more optim coming soon...
libavcodec
|
2001-08-03 |
arpi_esp |
MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2
libavcodec
|
2001-08-02 |
arpi_esp |
- removed #include ../config.h, because it's included from common.h
libavcodec
|
2001-08-02 |
nickols_k |
Adding fastmemcpy stuff to speedup mplayer project
libavcodec
|
2001-07-30 |
glantau |
added external cpuid code to solve -fPIC and gcc unclear constraints problems
libavcodec
|
2001-07-30 |
glantau |
added cpuid.s
libavcodec
|
2001-07-30 |
glantau |
renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 mmx specific unquantization stuff
libavcodec
|
2001-07-30 |
glantau |
use block[] in structure to have it aligned on 8 bytes for mmx optimizations - dct_unquantize is always a function pointer - added specialized dct_unquantize_h263
libavcodec
|
2001-07-30 |
glantau |
use block[] in structure to have it aligned on 8 bytes for mmx optimizations
libavcodec
|
2001-07-30 |
glantau |
comments
libavcodec
|
2001-07-30 |
glantau |
added HAVE_AV_CONFIG_H
libavcodec
|
2001-07-30 |
glantau |
added mpegvideo_mmx.c - added HAVE_AV_CONFIG_H
libavcodec
|
2001-07-30 |
nickols_k |
Sync with mplayer's stuff
libavcodec
|
2001-07-24 |
glantau |
added skip macroblock optimization (big perf win on black regions for example)
libavcodec
|
2001-07-24 |
glantau |
added emms_c() macro which should can used in c code in both mmx/non mmx cases
libavcodec
|
2001-07-24 |
glantau |
suppressed no longer needed emms()
libavcodec
|
2001-07-24 |
glantau |
fixed cpuid macro to allow PIC compiling
libavcodec
|
2001-07-23 |
glantau |
added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer)
libavcodec
|
2001-07-23 |
glantau |
fixed config for direct mplayer build compatibility
libavcodec
|
2001-07-23 |
glantau |
fixed unsigned pb
libavcodec
|
2001-07-22 |
glantau |
Initial revision
libavcodec
|