Sat, 07 Apr 2007 14:09:20 +0000 |
diego |
typos/grammar
libavcodec
|
Sat, 31 Mar 2007 22:39:43 +0000 |
gpoirier |
Add doxy comments, based on Loren's explanations posted here:
libavcodec
|
Wed, 14 Mar 2007 12:29:32 +0000 |
michael |
move RLTable stuff to its own header
libavcodec
|
Sat, 23 Dec 2006 03:05:36 +0000 |
michael |
skiprd
libavcodec
|
Thu, 21 Dec 2006 15:20:02 +0000 |
michael |
skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome)
libavcodec
|
Thu, 16 Nov 2006 09:58:34 +0000 |
bcoudurier |
throw error if unsupported resolution is used with h261
libavcodec
|
Tue, 07 Nov 2006 09:46:57 +0000 |
bcoudurier |
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values
libavcodec
|
Mon, 06 Nov 2006 10:43:49 +0000 |
bcoudurier |
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c
libavcodec
|
Sat, 28 Oct 2006 16:11:25 +0000 |
michael |
lambda* should be unsigned
libavcodec
|
Sun, 08 Oct 2006 21:26:19 +0000 |
rathann |
Fixes:
libavcodec
|
Sun, 08 Oct 2006 21:23:57 +0000 |
rathann |
Fixes:
libavcodec
|
Sun, 08 Oct 2006 21:11:03 +0000 |
rathann |
Fixes:
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Thu, 05 Oct 2006 19:27:18 +0000 |
michael |
fix buffer underflows by reencoding the current frame with a higher QP
libavcodec
|
Fri, 29 Sep 2006 19:39:19 +0000 |
takis |
Move the ratecontrol related code from mpegvideo.h to a separate header file.
libavcodec
|
Fri, 29 Sep 2006 19:33:04 +0000 |
takis |
Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and
libavcodec
|
Wed, 27 Sep 2006 22:13:44 +0000 |
mru |
dc_val should be signed
libavcodec
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavcodec
|
Wed, 27 Sep 2006 19:46:19 +0000 |
takis |
Make ratecontrol use ff_eval2().
libavcodec
|
Tue, 15 Aug 2006 14:59:27 +0000 |
gpoirier |
Compile fix (for GCC<3.3) when encoders are disabled
libavcodec
|
Fri, 26 May 2006 15:44:29 +0000 |
bcoudurier |
fix mbd bits bug, finally
libavcodec
|
Tue, 16 May 2006 15:19:54 +0000 |
bcoudurier |
MPEG-2 4:2:2 encoding support
libavcodec
|
Fri, 28 Apr 2006 17:29:07 +0000 |
michael |
use previous qscale for intra_dc_threshold check
libavcodec
|
Mon, 03 Apr 2006 07:52:24 +0000 |
lorenm |
2x faster ff_mpeg4_set_direct_mv
libavcodec
|
Sun, 19 Mar 2006 11:49:37 +0000 |
michael |
various fixes for xvid_rc
libavcodec
|
Sun, 05 Feb 2006 13:35:17 +0000 |
diego |
MSVC-compatible __align8/__align16 declaration
libavcodec
|
Sat, 04 Feb 2006 20:32:02 +0000 |
michael |
faster find_startcode()
libavcodec
|
Fri, 27 Jan 2006 13:19:13 +0000 |
michael |
fixing bframe strategy 2
libavcodec
|
Wed, 25 Jan 2006 22:10:13 +0000 |
diego |
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
libavcodec
|
Tue, 24 Jan 2006 21:57:26 +0000 |
michael |
xvid ratecontrol support
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Thu, 29 Dec 2005 15:46:23 +0000 |
michael |
second try of improved lambda/qp guessing for motion estimation RD in first pass
libavcodec
|
Thu, 22 Dec 2005 22:48:09 +0000 |
michael |
better f_code guessing in 2nd pass
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Mon, 19 Dec 2005 13:41:27 +0000 |
michael |
use correct qp & lambda for ME on the second pass
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Sun, 24 Jul 2005 09:28:24 +0000 |
michael |
fix user data parsing code so it suppors pre1 and cvs
libavcodec
|
Fri, 17 Jun 2005 15:02:53 +0000 |
diego |
spelling fixes
libavcodec
|
Wed, 01 Jun 2005 21:19:00 +0000 |
michael |
adding a few const
libavcodec
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavcodec
|
Sun, 24 Apr 2005 17:21:11 +0000 |
melanson |
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
libavcodec
|
Fri, 04 Mar 2005 12:47:38 +0000 |
lorenm |
H.264: decode arbitrary frame orders and allow B-frames as references.
libavcodec
|
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
|