Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavcodec
|
Wed, 29 Dec 2004 17:50:25 +0000 |
michael |
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
libavcodec
|
Tue, 07 Dec 2004 13:14:37 +0000 |
michael |
rv20 encoding
libavcodec
|
Sat, 27 Nov 2004 18:10:06 +0000 |
michael |
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)
libavcodec
|
Thu, 28 Oct 2004 10:12:57 +0000 |
michael |
H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)
libavcodec
|
Mon, 25 Oct 2004 15:27:56 +0000 |
michael |
type fix
libavcodec
|
Fri, 08 Oct 2004 22:57:39 +0000 |
michael |
h.261 loop filter fix
libavcodec
|
Sat, 25 Sep 2004 23:18:58 +0000 |
michael |
1/2 resolution decoding
libavcodec
|
Sat, 25 Sep 2004 09:59:36 +0000 |
michael |
H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Fri, 10 Sep 2004 18:54:02 +0000 |
michael |
mess cleanup
libavcodec
|
Thu, 26 Aug 2004 20:04:54 +0000 |
michael |
quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, but can be extended to other block sizes easily)
libavcodec
|
Fri, 11 Jun 2004 07:59:12 +0000 |
iive |
mpeg2 chroma422/444 support, may be slower, may be faster for other codecs
libavcodec
|
Sun, 30 May 2004 20:37:15 +0000 |
michael |
h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>)
libavcodec
|
Tue, 25 May 2004 18:07:25 +0000 |
michael |
warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
libavcodec
|
Tue, 18 May 2004 17:09:46 +0000 |
michael |
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
libavcodec
|
Wed, 12 May 2004 02:03:24 +0000 |
michael |
motion estimation for SVQ1
libavcodec
|
Tue, 11 May 2004 01:38:46 +0000 |
michael |
moving motion estimation specific variables from MpegEncContext -> MotionEstContext
libavcodec
|
Thu, 29 Apr 2004 14:21:33 +0000 |
michael |
remove duplicated find_frame_end() code
libavcodec
|
Sun, 25 Apr 2004 02:09:47 +0000 |
michael |
support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors
libavcodec
|
Thu, 22 Apr 2004 03:31:29 +0000 |
michael |
motion estimation cleanup
libavcodec
|
Sat, 17 Apr 2004 19:41:49 +0000 |
michael |
passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like motion vectors can be passed from the decoder to the encoder
libavcodec
|
Sat, 17 Apr 2004 13:36:21 +0000 |
michael |
flv dropable p frame support
libavcodec
|
Fri, 16 Apr 2004 01:01:45 +0000 |
michael |
unify table indexing (motion_val,dc_val,ac_val,coded_block changed)
libavcodec
|
Tue, 16 Mar 2004 16:11:29 +0000 |
michael |
init cleanup
libavcodec
|
Wed, 10 Mar 2004 22:11:49 +0000 |
michael |
h263+ custom pcf support
libavcodec
|
Mon, 01 Mar 2004 14:55:21 +0000 |
iive |
initial chroma_format changes,xvmc tweaks and codec_cap
libavcodec
|
Wed, 25 Feb 2004 02:05:50 +0000 |
michael |
set AVFrame.pts based upon framerate if its 0
libavcodec
|
Mon, 23 Feb 2004 20:56:56 +0000 |
michael |
multithreaded mpeg2 decoding
libavcodec
|
Fri, 13 Feb 2004 17:54:10 +0000 |
michael |
multithreaded/SMP motion estimation
libavcodec
|
Fri, 06 Feb 2004 15:27:31 +0000 |
alex |
get_bit_count -> put_bits_count
libavcodec
|