Thu, 24 Aug 2006 09:24:50 +0000 |
michael |
fix non ALT bitstream reader
libavcodec
|
Mon, 08 May 2006 13:44:54 +0000 |
michael |
add outcommented chunk of code to handle stuffing MBs at the end of slices (IMHO the standard doesnt allow this and there are no real world files which need it)
libavcodec
|
Fri, 28 Apr 2006 17:29:07 +0000 |
michael |
use previous qscale for intra_dc_threshold check
libavcodec
|
Sun, 09 Apr 2006 06:53:40 +0000 |
rfelker |
signedness error caused broken decoding
libavcodec
|
Sun, 09 Apr 2006 06:04:00 +0000 |
rfelker |
100l to loren. at least this fixes the compile error, but the code is still broken (decoding buggy/crashing)
libavcodec
|
Mon, 03 Apr 2006 07:52:24 +0000 |
lorenm |
2x faster ff_mpeg4_set_direct_mv
libavcodec
|
Mon, 20 Mar 2006 01:18:56 +0000 |
michael |
fixing interlaced direct mode field select values
libavcodec
|
Sun, 12 Mar 2006 19:55:52 +0000 |
michael |
reset interlaced_dct flag
libavcodec
|
Fri, 10 Mar 2006 18:40:41 +0000 |
michael |
fixing uninitalized dc_pred_dir
libavcodec
|
Fri, 10 Mar 2006 18:37:18 +0000 |
michael |
very minor optimization
libavcodec
|
Fri, 10 Mar 2006 18:34:51 +0000 |
michael |
unused variable
libavcodec
|
Fri, 27 Jan 2006 13:19:13 +0000 |
michael |
fixing bframe strategy 2
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Sun, 08 Jan 2006 21:19:39 +0000 |
banan |
get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h
libavcodec
|
Sat, 24 Dec 2005 03:12:07 +0000 |
michael |
slightly better mv_penalty table
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Sat, 17 Dec 2005 11:31:56 +0000 |
michael |
bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by (Steve Lhomme | slhomme divxcorp com)
libavcodec
|
Mon, 12 Dec 2005 01:56:46 +0000 |
mru |
use PRIxN, %zd, %td formats where needed
libavcodec
|
Mon, 19 Sep 2005 12:03:51 +0000 |
michael |
set pts for h.263 decoding
libavcodec
|
Sun, 18 Sep 2005 21:21:01 +0000 |
diego |
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
libavcodec
|
Fri, 26 Aug 2005 19:05:44 +0000 |
michael |
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de)
libavcodec
|
Sun, 31 Jul 2005 10:51:04 +0000 |
michael |
A.B.C versions
libavcodec
|
Sun, 31 Jul 2005 10:00:25 +0000 |
michael |
try to check for nonsense time_base instead of setting fake one
libavcodec
|
Sat, 30 Jul 2005 16:15:36 +0000 |
michael |
check time_base.den for mpeg4
libavcodec
|
Sun, 24 Jul 2005 09:28:24 +0000 |
michael |
fix user data parsing code so it suppors pre1 and cvs
libavcodec
|
Sat, 23 Jul 2005 11:16:18 +0000 |
michael |
minor user data reading bugfix
libavcodec
|
Fri, 17 Jun 2005 15:02:53 +0000 |
diego |
spelling fixes
libavcodec
|
Fri, 13 May 2005 23:11:32 +0000 |
michael |
10l (%f vs. %Ld)
libavcodec
|
Wed, 11 May 2005 17:13:42 +0000 |
michael |
fixing decoding of AlanKay-245.asf
libavcodec
|
Sun, 08 May 2005 20:15:42 +0000 |
michael |
#defines for strict_std_compliance and split between inofficial extensions and non standarized things
libavcodec
|
Thu, 05 May 2005 14:34:47 +0000 |
michael |
Even More spelling errors. patch by (Kevin Baragona <kevinmb500 gawab com)
libavcodec
|
Mon, 02 May 2005 22:14:42 +0000 |
michael |
put most codecs under ifdefs
libavcodec
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavcodec
|
Mon, 25 Apr 2005 00:57:48 +0000 |
michael |
avoid unneeded clear_blocks()
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
|
Mon, 18 Apr 2005 20:07:48 +0000 |
michael |
avoid UPDATE_CACHE() in GET_RL_VLC() if not needed
libavcodec
|
Wed, 23 Mar 2005 11:39:38 +0000 |
michael |
support omiting various headers in mpeg4 as WMP seems to have difficulty with them
libavcodec
|
Tue, 08 Mar 2005 14:39:58 +0000 |
michael |
fixing playback of xvid pretending to be divx (sample_vop_nc.avi)
libavcodec
|
Thu, 24 Feb 2005 19:08:50 +0000 |
michael |
kill warnings patch by (Mns Rullgrd <mru inprovide com>)
libavcodec
|
Sun, 06 Feb 2005 18:43:06 +0000 |
michael |
emulate (idiotic) MS behavior for inconsistant dimensions
libavcodec
|
Sun, 06 Feb 2005 17:01:07 +0000 |
michael |
support skiping some bitstream encoding
libavcodec
|
Tue, 18 Jan 2005 01:01:54 +0000 |
michael |
x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>)
libavcodec
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavcodec
|
Thu, 06 Jan 2005 01:02:36 +0000 |
michael |
print "D" instead of "P" for dropable frames in flv with -debug 1
libavcodec
|
Sat, 01 Jan 2005 23:02:09 +0000 |
michael |
WV1F support
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
|
Mon, 27 Sep 2004 17:46:07 +0000 |
michael |
dont print "vop not coded" by default
libavcodec
|
Fri, 24 Sep 2004 20:35:59 +0000 |
michael |
trellis quantization for h263(p)
libavcodec
|
Mon, 20 Sep 2004 13:47:47 +0000 |
michael |
check if the user specified timestamps are strictly monotone
libavcodec
|
Fri, 03 Sep 2004 02:32:39 +0000 |
michael |
Always write VOL control parameters, needed by old xvid patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Wed, 18 Aug 2004 22:10:39 +0000 |
michael |
copy & paste bug
libavcodec
|
Fri, 13 Aug 2004 13:59:28 +0000 |
michael |
user overrideable level & profile
libavcodec
|
Fri, 25 Jun 2004 14:11:44 +0000 |
michael |
optimization
libavcodec
|
Mon, 14 Jun 2004 23:41:41 +0000 |
michael |
coefficient saturation fix
libavcodec
|
Wed, 26 May 2004 19:42:00 +0000 |
michael |
10l (interlaced b frame decoding fix)
libavcodec
|
Wed, 12 May 2004 02:03:24 +0000 |
michael |
motion estimation for SVQ1
libavcodec
|
Wed, 05 May 2004 19:53:40 +0000 |
michael |
support decoding mpeg4 with buggy dc clipping
libavcodec
|
Wed, 05 May 2004 00:14:22 +0000 |
michael |
mpeg4 dc prediction simplification
libavcodec
|
Fri, 30 Apr 2004 18:56:33 +0000 |
michael |
AMV bug workaround
libavcodec
|