Sat, 27 Apr 2002 14:10:47 +0000 |
michaelni |
detecting xvid/divx4/opendivx and set low_delay flag
libavcodec
|
Sat, 27 Apr 2002 12:30:26 +0000 |
michaelni |
fixed msmpeg4 infinite loop if buggy stream
libavcodec
|
Wed, 24 Apr 2002 01:24:06 +0000 |
michaelni |
avcodec_flush_buffers()
libavcodec
|
Mon, 22 Apr 2002 21:02:18 +0000 |
michaelni |
segfault fix
libavcodec
|
Mon, 22 Apr 2002 19:04:28 +0000 |
michaelni |
export delay info
libavcodec
|
Mon, 22 Apr 2002 17:33:43 +0000 |
michaelni |
b-frame mpeg4 fix when seeking
libavcodec
|
Mon, 22 Apr 2002 12:45:22 +0000 |
michaelni |
divx 5.01 support
libavcodec
|
Sun, 21 Apr 2002 23:47:27 +0000 |
michaelni |
fix b-frame MB skip
libavcodec
|
Fri, 19 Apr 2002 03:25:20 +0000 |
michaelni |
much better ME for b frames (a bit slow though)
libavcodec
|
Wed, 17 Apr 2002 16:30:31 +0000 |
michaelni |
mpeg2/mpeg4 dequantizer support (c & mmx)
libavcodec
|
Wed, 17 Apr 2002 04:32:12 +0000 |
michaelni |
fixed mpeg4 time stuff on encoding
libavcodec
|
Mon, 15 Apr 2002 02:28:05 +0000 |
pulento |
- Versions defined for libav/libavcodec.
libavcodec
|
Sun, 07 Apr 2002 02:03:32 +0000 |
michaelni |
mpeg4 mpeg quantizer support
libavcodec
|
Fri, 29 Mar 2002 05:15:49 +0000 |
michaelni |
divx5-gmc bug workaround
libavcodec
|
Thu, 28 Mar 2002 04:25:35 +0000 |
michaelni |
mpeg4 4MV encoding
libavcodec
|
Wed, 27 Mar 2002 21:25:22 +0000 |
michaelni |
4MV motion estimation (not finished yet)
libavcodec
|
Mon, 25 Mar 2002 15:36:16 +0000 |
michaelni |
optimizing mpeg4_encode_dc
libavcodec
|
Sun, 24 Mar 2002 23:45:13 +0000 |
michaelni |
fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de>
libavcodec
|
Sun, 24 Mar 2002 22:02:21 +0000 |
michaelni |
b-frame decoding bugfix
libavcodec
|
Sun, 24 Mar 2002 21:25:04 +0000 |
michaelni |
resync marker support, needed for some mp4 files
libavcodec
|
Sat, 23 Mar 2002 20:21:33 +0000 |
michaelni |
fixing motion estimation with h263p hopefully
libavcodec
|
Sat, 23 Mar 2002 17:43:30 +0000 |
michaelni |
statistics for 2-pass encoding
libavcodec
|
Sat, 23 Mar 2002 13:00:08 +0000 |
michaelni |
dont return -1 if mpeg4 scalability ...
libavcodec
|
Sat, 23 Mar 2002 00:31:33 +0000 |
michaelni |
fixing MV range in h263
libavcodec
|
Fri, 22 Mar 2002 23:22:08 +0000 |
michaelni |
mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)
libavcodec
|
Fri, 22 Mar 2002 02:36:08 +0000 |
michaelni |
oops
libavcodec
|
Fri, 22 Mar 2002 02:21:17 +0000 |
michaelni |
new motion estimation (epzs) not complete yet but allready pretty good :)
libavcodec
|
Tue, 19 Mar 2002 03:51:36 +0000 |
michaelni |
use the width & height from the mpeg4 header ... in the case that its complete
libavcodec
|
Mon, 18 Mar 2002 20:11:43 +0000 |
michaelni |
fixing 4MV
libavcodec
|
Fri, 15 Mar 2002 14:57:17 +0000 |
michaelni |
optimization
libavcodec
|
Fri, 15 Mar 2002 04:10:53 +0000 |
michaelni |
use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes)
libavcodec
|
Wed, 13 Mar 2002 19:26:38 +0000 |
michaelni |
support decoding (with mplayer) of 3 .mp4 files from mphq
libavcodec
|
Wed, 13 Mar 2002 12:50:41 +0000 |
michaelni |
generate even more complete mpeg4 headers
libavcodec
|
Tue, 12 Mar 2002 22:54:25 +0000 |
michaelni |
mpeg4 b-frames :)
libavcodec
|
Sat, 09 Mar 2002 13:01:16 +0000 |
michaelni |
divx5-gmc support
libavcodec
|
Thu, 07 Mar 2002 13:27:15 +0000 |
michaelni |
gmc bitstream decoding support (the real motion compensation isnt implemnted yet)
libavcodec
|
Tue, 05 Mar 2002 13:58:13 +0000 |
michaelni |
parsing more of the mpeg4 header & print some "not supported" stuff
libavcodec
|
Fri, 22 Feb 2002 03:35:41 +0000 |
pulento |
- Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder.
libavcodec
|
Tue, 19 Feb 2002 19:23:34 +0000 |
pulento |
- Bug fixes in H.263+ Advanced INTRA Coding decoder.
libavcodec
|
Mon, 18 Feb 2002 19:33:27 +0000 |
pulento |
- H.263+ decoder support for Advanded INTRA Coding (buggy)
libavcodec
|
Mon, 18 Feb 2002 09:32:11 +0000 |
kabi |
* simplified indexing
libavcodec
|
Mon, 18 Feb 2002 01:58:00 +0000 |
michaelni |
avoid overflow of picturenumber*fps*10000
libavcodec
|
Tue, 12 Feb 2002 15:43:16 +0000 |
michaelni |
alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it)
libavcodec
|
Sat, 09 Feb 2002 16:59:56 +0000 |
pulento |
- Fixes on RTP and GOB headers for H.263.
libavcodec
|
Sun, 09 Dec 2001 12:04:09 +0000 |
arpi_esp |
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable
libavcodec
|
Mon, 19 Nov 2001 02:13:14 +0000 |
pulento |
- Preliminary RTP friendly mode for H.263.
libavcodec
|
Sat, 17 Nov 2001 21:14:54 +0000 |
pulento |
- Added support to Inter4V+Q MBs to H.263 decoder.
libavcodec
|
Tue, 13 Nov 2001 01:21:35 +0000 |
pulento |
- Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code.
libavcodec
|
Mon, 12 Nov 2001 05:19:55 +0000 |
pulento |
- Fixed a bug on H.263 MV prediction for MB on GOBs limits.
libavcodec
|
Sat, 03 Nov 2001 00:49:53 +0000 |
pulento |
- Bug fix on inter MCBPC table for inter+q.
libavcodec
|
Wed, 17 Oct 2001 18:05:35 +0000 |
pulento |
Added Juergen Keil fix on quant_tab[4] type.
libavcodec
|
Fri, 31 Aug 2001 06:21:27 +0000 |
pulento |
Moved some H.263+ variables to MpegEncContext to be thread-safe.
libavcodec
|
Tue, 28 Aug 2001 23:32:34 +0000 |
pulento |
Added support to Unrestricted Motion Vectors (UMV)
libavcodec
|
Wed, 15 Aug 2001 13:11:31 +0000 |
glantau |
log2 to av_log2
libavcodec
|
Mon, 13 Aug 2001 21:46:21 +0000 |
glantau |
better vol header parsing for mpeg4
libavcodec
|
Sat, 04 Aug 2001 00:46:50 +0000 |
arpi_esp |
get_bits() specialization, gives 4\speedup
libavcodec
|
Tue, 24 Jul 2001 20:43:41 +0000 |
glantau |
added skip macroblock optimization (big perf win on black regions for example)
libavcodec
|
Sun, 22 Jul 2001 14:18:56 +0000 |
glantau |
Initial revision
libavcodec
|