Wed, 30 Oct 2002 21:02:03 +0000 |
michael |
per context cpuCaps (idea by kabi)
libavcodec
|
Wed, 30 Oct 2002 20:50:31 +0000 |
michael |
change qscale type to int8 and fix qscale ordering
libavcodec
|
Wed, 30 Oct 2002 20:41:40 +0000 |
michaelni |
exporting the internal qscale table, this allso fixes the ordering
libavcodec
|
Wed, 30 Oct 2002 20:31:04 +0000 |
al3x |
NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de>
libavcodec
|
Wed, 30 Oct 2002 09:09:34 +0000 |
michaelni |
1) Add MMX deinterlace code.
libavcodec
|
Wed, 30 Oct 2002 01:59:51 +0000 |
michael |
using same numbers for cpuCaps as libmpeg2 & liba52
libavcodec
|
Wed, 30 Oct 2002 01:50:58 +0000 |
michael |
cleanly passing the cpuCaps
libavcodec
|
Tue, 29 Oct 2002 23:36:37 +0000 |
michael |
10l
libavcodec
|
Tue, 29 Oct 2002 22:39:11 +0000 |
bellard |
use lrintf to avoid double conversion
libavcodec
|
Tue, 29 Oct 2002 22:38:21 +0000 |
bellard |
added lrintf for non ISOC libcs (fixme: find a better test)
libavcodec
|
Tue, 29 Oct 2002 22:27:30 +0000 |
bellard |
avoid name clash - fixed again block size selection
libavcodec
|
Tue, 29 Oct 2002 22:26:01 +0000 |
bellard |
avoid name clash
libavcodec
|
Tue, 29 Oct 2002 20:12:24 +0000 |
michael |
cleanup
libavcodec
|
Tue, 29 Oct 2002 18:51:52 +0000 |
michael |
cosmetics ;)
libavcodec
|
Tue, 29 Oct 2002 18:35:15 +0000 |
michael |
better deblocking filter
libavcodec
|
Tue, 29 Oct 2002 11:21:43 +0000 |
michael |
-fomit-frame-pointer is needed for the PIC code
libavcodec
|
Tue, 29 Oct 2002 09:16:06 +0000 |
michael |
using fewer registers (fixes compilation bug hopefully)
libavcodec
|
Tue, 29 Oct 2002 00:54:07 +0000 |
colin |
fix compilation on non-x86 with gcc 2.95
libavcodec
|
Mon, 28 Oct 2002 19:30:58 +0000 |
michael |
postprocessing cleanup:
libavcodec
|
Mon, 28 Oct 2002 16:29:40 +0000 |
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
|
Mon, 28 Oct 2002 01:42:05 +0000 |
bellard |
fixed block size selection
libavcodec
|
Mon, 28 Oct 2002 00:51:48 +0000 |
bellard |
added new fft/mdct code - added fft-test program
libavcodec
|
Mon, 28 Oct 2002 00:48:55 +0000 |
bellard |
added wma decoder
libavcodec
|
Mon, 28 Oct 2002 00:39:05 +0000 |
bellard |
preparing integration of new AC3 decoder
libavcodec
|
Mon, 28 Oct 2002 00:34:08 +0000 |
bellard |
new generic FFT/MDCT code for audio codecs
libavcodec
|
Sun, 27 Oct 2002 21:02:47 +0000 |
michaelni |
get_vlc2()
libavcodec
|
Sun, 27 Oct 2002 19:20:02 +0000 |
arpi_esp |
3rd 10l - don't let it read data beyond the end of frame
libavcodec
|
Sun, 27 Oct 2002 19:11:06 +0000 |
al3x |
2nd 10l (noticed by arpi)
libavcodec
|
Sun, 27 Oct 2002 19:01:00 +0000 |
al3x |
minor speedup noticed by arpi
libavcodec
|
Sun, 27 Oct 2002 18:03:42 +0000 |
al3x |
10l
libavcodec
|
Sun, 27 Oct 2002 17:59:35 +0000 |
al3x |
reworked decode_frame marker searching, fixes many non-working samples
libavcodec
|
Sun, 27 Oct 2002 12:20:58 +0000 |
michaelni |
mergeing inter & intra rl_length tables (50% smaller & no meassureable difference in filesize/quality)
libavcodec
|
Sun, 27 Oct 2002 12:09:25 +0000 |
michaelni |
75% smaller rl_length table
libavcodec
|
Sun, 27 Oct 2002 09:20:48 +0000 |
michaelni |
dsputil mmi cleanup patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Sun, 27 Oct 2002 00:02:23 +0000 |
michaelni |
handle direct rendering buffer allocation failure
libavcodec
|
Sat, 26 Oct 2002 18:56:43 +0000 |
michaelni |
segfault fix patch by (Juergen Keil <jk at tools dot de>)
libavcodec
|
Fri, 25 Oct 2002 16:06:32 +0000 |
michaelni |
fixing decoding of streams with no keyframe at the start
libavcodec
|
Fri, 25 Oct 2002 13:39:47 +0000 |
michaelni |
idct_permutation_type variable, so the permutation type can quickly be identified
libavcodec
|
Fri, 25 Oct 2002 10:50:02 +0000 |
michaelni |
regression test for H263+
libavcodec
|
Fri, 25 Oct 2002 00:08:32 +0000 |
michaelni |
slice encoding cleanup
libavcodec
|
Thu, 24 Oct 2002 00:51:17 +0000 |
michaelni |
clip MVs for direct mode
libavcodec
|
Wed, 23 Oct 2002 15:11:07 +0000 |
michaelni |
optimize block_permute()
libavcodec
|
Wed, 23 Oct 2002 08:14:12 +0000 |
michaelni |
fixing interlaced MC & edge-emu
libavcodec
|
Tue, 22 Oct 2002 23:43:25 +0000 |
michaelni |
more defaults
libavcodec
|
Tue, 22 Oct 2002 19:48:52 +0000 |
michaelni |
xvid qpel bug autodetect
libavcodec
|
Tue, 22 Oct 2002 18:55:20 +0000 |
michaelni |
xvid qpel bug workaround
libavcodec
|
Sun, 20 Oct 2002 17:02:41 +0000 |
michaelni |
fixing msmpeg4v3 encoding at bitrates <128k
libavcodec
|
Sat, 19 Oct 2002 23:48:08 +0000 |
michaelni |
fixing h263 slice decoding (again)
libavcodec
|
Sat, 19 Oct 2002 11:03:13 +0000 |
michaelni |
fixing interlaced dct with 4mv
libavcodec
|
Sat, 19 Oct 2002 01:31:26 +0000 |
michaelni |
fixing h263 decoding (did segfault)
libavcodec
|
Fri, 18 Oct 2002 18:32:50 +0000 |
michaelni |
fixing interlaced dct + hq mode
libavcodec
|
Wed, 16 Oct 2002 22:18:41 +0000 |
michaelni |
init flags before using it (found by arpi)
libavcodec
|
Wed, 16 Oct 2002 19:55:49 +0000 |
michaelni |
complete mpeg4 GMC decoding support
libavcodec
|
Wed, 16 Oct 2002 17:23:18 +0000 |
michaelni |
fixing alt_scan for the first frame (variable was reset)
libavcodec
|
Tue, 15 Oct 2002 15:24:08 +0000 |
michaelni |
warning fixes
libavcodec
|
Mon, 14 Oct 2002 19:53:04 +0000 |
michaelni |
better padding bug detection
libavcodec
|
Mon, 14 Oct 2002 18:25:58 +0000 |
bellard |
removed warnings
libavcodec
|
Mon, 14 Oct 2002 18:01:32 +0000 |
bellard |
removed invalid header include
libavcodec
|
Mon, 14 Oct 2002 12:21:54 +0000 |
michaelni |
mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata)
libavcodec
|
Sun, 13 Oct 2002 19:53:32 +0000 |
michaelni |
fixing wmv1 slice decoding
libavcodec
|
Sun, 13 Oct 2002 13:16:04 +0000 |
michaelni |
better/cleaner error resilience (done in a 2nd pass after decoding)
libavcodec
|
Fri, 11 Oct 2002 23:01:16 +0000 |
mellum |
Move Alpha optimized IDCT to own file. Based on a patch by Mns
libavcodec
|
Fri, 11 Oct 2002 13:49:16 +0000 |
bellard |
removed unused variables
libavcodec
|
Fri, 11 Oct 2002 09:16:35 +0000 |
bellard |
corrected pixel format display
libavcodec
|
Thu, 10 Oct 2002 17:12:55 +0000 |
bellard |
added two pass info
libavcodec
|
Wed, 09 Oct 2002 17:18:24 +0000 |
michaelni |
mpeg1 2pass encoding
libavcodec
|
Wed, 09 Oct 2002 14:16:31 +0000 |
bellard |
resample fix by Petros Tsantoulis
libavcodec
|
Wed, 09 Oct 2002 12:35:22 +0000 |
bellard |
support buffers containing more than one frame
libavcodec
|
Tue, 08 Oct 2002 17:54:02 +0000 |
bellard |
fixed NTSC end of line bug
libavcodec
|
Tue, 08 Oct 2002 17:42:33 +0000 |
bellard |
minimum support for YUV411P (new combined scaler/converter will handle that better...)
libavcodec
|
Tue, 08 Oct 2002 12:09:23 +0000 |
michaelni |
16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>)
libavcodec
|
Mon, 07 Oct 2002 23:08:42 +0000 |
arpi_esp |
10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer)
libavcodec
|
Mon, 07 Oct 2002 21:28:33 +0000 |
arpi_esp |
DV ntsc support, 411P colorspace added
libavcodec
|
Mon, 07 Oct 2002 02:03:21 +0000 |
mellum |
* Fix dct_unquantize_h263_axp for changed block_last_index indexing.
libavcodec
|
Sun, 06 Oct 2002 17:46:22 +0000 |
michaelni |
set low_delay on encoding if no b frames
libavcodec
|
Sun, 06 Oct 2002 15:27:01 +0000 |
michaelni |
trying to fix the non-x86 IDCTs (untested)
libavcodec
|
Sat, 05 Oct 2002 00:57:42 +0000 |
mellum |
Make compilable again after DCT cleanup. It gives wrong results,
libavcodec
|
Sat, 05 Oct 2002 00:12:58 +0000 |
mellum |
Some nifty stuff for upcoming patches.
libavcodec
|
Fri, 04 Oct 2002 23:32:40 +0000 |
mellum |
Fix for source dir != build dir. Patch provided by Mns Rullgrd.
libavcodec
|
Fri, 04 Oct 2002 20:59:29 +0000 |
al3x |
moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv)
libavcodec
|
Fri, 04 Oct 2002 07:49:00 +0000 |
bellard |
simplified parsing - added MMX idct support
libavcodec
|
Fri, 04 Oct 2002 07:16:50 +0000 |
bellard |
added DV support
libavcodec
|
Thu, 03 Oct 2002 21:07:39 +0000 |
bellard |
first working version of DV video decoder
libavcodec
|
Thu, 03 Oct 2002 21:03:59 +0000 |
bellard |
in fact IDCT248 needs to be normalized as I suspected
libavcodec
|
Thu, 03 Oct 2002 20:57:19 +0000 |
michaelni |
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Thu, 03 Oct 2002 19:49:23 +0000 |
bellard |
added IDCT248 testing
libavcodec
|
Thu, 03 Oct 2002 13:41:33 +0000 |
bellard |
first version of IDCT248 for DV decoding support
libavcodec
|
Wed, 02 Oct 2002 22:56:58 +0000 |
michaelni |
fixing custom quantizer matrix decoding
libavcodec
|
Wed, 02 Oct 2002 17:07:39 +0000 |
michaelni |
optimization
libavcodec
|
Wed, 02 Oct 2002 16:36:43 +0000 |
michaelni |
sliced mode for mpeg1/2
libavcodec
|
Tue, 01 Oct 2002 23:47:04 +0000 |
michaelni |
move scantable init from block-decode to header parser
libavcodec
|
Tue, 01 Oct 2002 23:11:40 +0000 |
michaelni |
optimizing mpeg2 decode block stuff
libavcodec
|
Tue, 01 Oct 2002 19:29:10 +0000 |
michaelni |
rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) )
libavcodec
|
Mon, 30 Sep 2002 21:36:43 +0000 |
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
|
Mon, 30 Sep 2002 16:14:14 +0000 |
michaelni |
optimizing mpeg1_decode_block()
libavcodec
|
Mon, 30 Sep 2002 10:06:17 +0000 |
michaelni |
forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>)
libavcodec
|
Mon, 30 Sep 2002 09:19:54 +0000 |
michaelni |
convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame)
libavcodec
|
Sun, 29 Sep 2002 23:39:30 +0000 |
michaelni |
indenting preprocessor stuff, as its completly unreadable otherwise
libavcodec
|
Sun, 29 Sep 2002 23:21:13 +0000 |
michaelni |
renaming variable
libavcodec
|
Sun, 29 Sep 2002 22:44:22 +0000 |
michaelni |
idct permutation cleanup, idct can be selected per context now
libavcodec
|
Sun, 29 Sep 2002 15:14:28 +0000 |
mellum |
Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win
libavcodec
|
Sat, 28 Sep 2002 02:18:34 +0000 |
mellum |
An easy way to speed up encoding by 6%.
libavcodec
|
Sat, 28 Sep 2002 01:49:37 +0000 |
mellum |
Minor warning fix.
libavcodec
|
Fri, 27 Sep 2002 15:38:54 +0000 |
michaelni |
minor optimization of h263_encode_motion()
libavcodec
|
Fri, 27 Sep 2002 10:27:57 +0000 |
michaelni |
ff_get_fourcc() & XVIX support
libavcodec
|
Thu, 26 Sep 2002 23:27:22 +0000 |
michaelni |
autodetect UMP4 (by adding a fourcc field to AVCodecContext)
libavcodec
|
Thu, 26 Sep 2002 22:37:33 +0000 |
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
|
Thu, 26 Sep 2002 09:16:23 +0000 |
michaelni |
h263_dc_scale() cleanup
libavcodec
|
Thu, 26 Sep 2002 00:22:25 +0000 |
michaelni |
mpeg4 interlaced dct encoding
libavcodec
|
Tue, 24 Sep 2002 23:57:17 +0000 |
michaelni |
ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Tue, 24 Sep 2002 15:07:44 +0000 |
michaelni |
adaptive quantization for h263
libavcodec
|
Tue, 24 Sep 2002 12:33:37 +0000 |
michaelni |
adaptive quantization for mpeg1
libavcodec
|
Tue, 24 Sep 2002 10:53:59 +0000 |
michaelni |
darkness masking (lumi masking does only bright stuff now)
libavcodec
|
Tue, 24 Sep 2002 09:15:46 +0000 |
michaelni |
fixing ac prediction encoding with adaptive quantization
libavcodec
|
Mon, 23 Sep 2002 15:16:09 +0000 |
michaelni |
fixing variance scaling for b frames (messed adaptive quants up)
libavcodec
|
Mon, 23 Sep 2002 14:56:11 +0000 |
michaelni |
adaptive quantization (lumi/temporal & spatial complexity masking)
libavcodec
|
Mon, 23 Sep 2002 08:44:24 +0000 |
michaelni |
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
Fri, 20 Sep 2002 10:03:01 +0000 |
michaelni |
pix_sum16_mmx()
libavcodec
|
Thu, 19 Sep 2002 22:14:53 +0000 |
arpi_esp |
fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)
libavcodec
|
Thu, 19 Sep 2002 20:22:39 +0000 |
michaelni |
fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully
libavcodec
|