Wed, 11 Feb 2009 12:02:16 +0000 |
kostya |
Initialize s->gob_index for Intel variant of H.263 too
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Mon, 26 Jan 2009 19:46:47 +0000 |
stefano |
Change "H.263 Intel" long name to "Intel H.263".
libavcodec
|
Sun, 25 Jan 2009 16:59:48 +0000 |
stefano |
Make more descriptive the long names for the various variants of H.263.
libavcodec
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Sat, 17 Jan 2009 12:21:01 +0000 |
aurel |
remove ff_get_fourcc() and use AV_RL32() instead
libavcodec
|
Wed, 14 Jan 2009 17:19:17 +0000 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Sun, 21 Dec 2008 21:30:36 +0000 |
michael |
Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().
libavcodec
|
Mon, 03 Nov 2008 18:08:00 +0000 |
rathann |
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
libavcodec
|
Mon, 08 Sep 2008 18:18:49 +0000 |
michael |
Rename error_resilience to error_recognition.
libavcodec
|
Thu, 24 Jul 2008 17:09:28 +0000 |
diego |
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Tue, 29 Apr 2008 08:37:40 +0000 |
superdump |
Remove leading whitespace in long codec name that was committed in r13017
libavcodec
|
Tue, 29 Apr 2008 07:24:44 +0000 |
diego |
Add some long names to AVCodec declarations.
libavcodec
|
Mon, 28 Apr 2008 10:21:58 +0000 |
diego |
Add long names to some AVCodec declarations.
libavcodec
|
Thu, 17 Apr 2008 15:41:25 +0000 |
astrange |
Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Sun, 09 Mar 2008 23:31:02 +0000 |
aurel |
add FF_ prefix to all (frame)_TYPE usage
libavcodec
|
Wed, 05 Mar 2008 14:46:51 +0000 |
aurel |
Avoid linking with h263 and mpeg4 find_frame_end()
libavcodec
|
Fri, 01 Feb 2008 15:13:38 +0000 |
michael |
const
libavcodec
|
Sat, 01 Dec 2007 22:21:04 +0000 |
vitor |
spelling
libavcodec
|
Fri, 09 Nov 2007 21:37:48 +0000 |
michael |
intrax8 decoder patch by "someone"
libavcodec
|
Wed, 13 Jun 2007 08:25:48 +0000 |
benoit |
Workaround adjustments for DivX 6.1 and later
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Thu, 10 May 2007 13:11:36 +0000 |
aurel |
disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in
libavcodec
|
Wed, 09 May 2007 23:13:43 +0000 |
aurel |
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
libavcodec
|
Tue, 08 May 2007 08:52:38 +0000 |
diego |
Move H.263 parser to its own file.
libavcodec
|
Mon, 07 May 2007 00:47:03 +0000 |
aurel |
make some parser parameters const to avoid casting const to non-const
libavcodec
|
Thu, 08 Mar 2007 14:49:43 +0000 |
mbardiaux |
Corrections so that builds with DEBUG work
libavcodec
|
Mon, 22 Jan 2007 22:27:02 +0000 |
michael |
1/0 fix
libavcodec
|
Tue, 14 Nov 2006 03:18:09 +0000 |
mru |
revert bad checkin
libavcodec
|
Tue, 14 Nov 2006 03:12:29 +0000 |
mru |
move some CFLAGS settings away from config.* writing section
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
|
Wed, 01 Nov 2006 22:39:58 +0000 |
diego |
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Wed, 04 Oct 2006 02:57:43 +0000 |
lorenm |
10l in r6412
libavcodec
|
Sun, 01 Oct 2006 21:25:17 +0000 |
lorenm |
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
libavcodec
|
Fri, 04 Aug 2006 22:51:20 +0000 |
melanson |
printf -> av_log, only occurs in DEBUG cases
libavcodec
|
Sun, 09 Jul 2006 12:02:15 +0000 |
mru |
--enable/disable parsers. Warning: some combinations are broken.
libavcodec
|
Thu, 29 Jun 2006 11:17:50 +0000 |
kostya |
Fix initialization of vc1_decoder (the same as wmv3_decoder).
libavcodec
|
Fri, 10 Mar 2006 20:40:52 +0000 |
michael |
cleanup picture / debug output code
libavcodec
|
Wed, 08 Mar 2006 11:43:10 +0000 |
diego |
(f)printf --> av_log conversion
libavcodec
|
Sun, 19 Feb 2006 10:20:27 +0000 |
michael |
RMP4 ("xvid fork") decoding support
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Wed, 21 Dec 2005 15:51:45 +0000 |
michael |
also autodetect xvid idct if bitexact is used
libavcodec
|
Sun, 18 Dec 2005 02:23:19 +0000 |
michael |
fix custom matrix permutation if xvid idct is autoselected and you have bad luck
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Sat, 10 Sep 2005 17:09:54 +0000 |
michael |
select xvid idct for xvid files if possible
libavcodec
|
Thu, 14 Jul 2005 21:39:36 +0000 |
michael |
skip_idct
libavcodec
|
Fri, 17 Jun 2005 15:02:53 +0000 |
diego |
spelling fixes
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
|
Sun, 06 Mar 2005 23:20:53 +0000 |
michael |
AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)
libavcodec
|
Sun, 30 Jan 2005 16:34:57 +0000 |
michael |
In that patch:
libavcodec
|
Sun, 23 Jan 2005 18:09:06 +0000 |
michael |
avoid buf_size == 0 checks in every decoder
libavcodec
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavcodec
|
Wed, 05 Jan 2005 00:20:52 +0000 |
michael |
fix decoding of http://mplayerhq.hu/~diego/problem.mov
libavcodec
|
Sat, 13 Nov 2004 01:05:12 +0000 |
michael |
automatic workaround for another padding bug
libavcodec
|
Fri, 15 Oct 2004 11:48:50 +0000 |
michael |
xvid fake divx version workaround
libavcodec
|
Tue, 28 Sep 2004 23:31:59 +0000 |
michael |
10l (wrong variable)
libavcodec
|
Mon, 27 Sep 2004 11:50:56 +0000 |
michael |
lowres width/height cleanup 3rd try
libavcodec
|
Mon, 27 Sep 2004 02:39:55 +0000 |
michael |
set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0)
libavcodec
|
Sun, 26 Sep 2004 13:03:43 +0000 |
michael |
lowres slice fix
libavcodec
|
Sat, 26 Jun 2004 09:52:16 +0000 |
alex |
10l, non-x86 fix
libavcodec
|
Fri, 25 Jun 2004 19:14:23 +0000 |
michael |
use libmpeg2 idct to decode xvid videos unless the user forced some other idct
libavcodec
|
Thu, 03 Jun 2004 14:17:59 +0000 |
michael |
infinite loop fix
libavcodec
|
Fri, 21 May 2004 14:37:16 +0000 |
michael |
data_size = 0 cleanup
libavcodec
|
Wed, 05 May 2004 19:53:40 +0000 |
michael |
support decoding mpeg4 with buggy dc clipping
libavcodec
|
Thu, 29 Apr 2004 14:21:33 +0000 |
michael |
remove duplicated find_frame_end() code
libavcodec
|
Fri, 16 Apr 2004 01:02:39 +0000 |
michael |
segfault fix
libavcodec
|
Fri, 02 Apr 2004 19:54:33 +0000 |
michael |
interlaced chroma MC divx-bug workaround
libavcodec
|
Tue, 16 Mar 2004 16:11:29 +0000 |
michael |
init cleanup
libavcodec
|
Thu, 22 Jan 2004 19:48:28 +0000 |
michael |
closed gop support & flags2 as all bits in flags are used
libavcodec
|
Thu, 15 Jan 2004 01:29:26 +0000 |
michael |
xvid "packed" stuff support
libavcodec
|
Sat, 10 Jan 2004 16:04:55 +0000 |
michael |
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise
libavcodec
|
Tue, 30 Dec 2003 02:12:12 +0000 |
michael |
motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavcodec
|
Sat, 13 Dec 2003 20:41:33 +0000 |
michael |
cleanup
libavcodec
|
Sun, 07 Dec 2003 01:33:45 +0000 |
michael |
h263 slice structured mode
libavcodec
|
Wed, 03 Dec 2003 16:47:17 +0000 |
michael |
cleanup
libavcodec
|
Wed, 03 Dec 2003 16:07:41 +0000 |
michael |
h263 modified quantization fix
libavcodec
|
Wed, 03 Dec 2003 01:16:35 +0000 |
michael |
split ff_h263_decode_mb() into h263 and mpeg4 versions
libavcodec
|
Mon, 01 Dec 2003 15:23:14 +0000 |
michael |
h263 loop filter
libavcodec
|
Sun, 30 Nov 2003 14:35:35 +0000 |
michael |
rv20 decoder
libavcodec
|
Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Thu, 30 Oct 2003 16:58:49 +0000 |
michael |
pts fix and related fixes
libavcodec
|
Mon, 20 Oct 2003 20:23:46 +0000 |
michael |
AVRational
libavcodec
|
Fri, 17 Oct 2003 18:56:01 +0000 |
michael |
emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set
libavcodec
|
Wed, 15 Oct 2003 15:37:25 +0000 |
michael |
fix "first frame is no keyframe" bug
libavcodec
|
Mon, 13 Oct 2003 11:13:10 +0000 |
michael |
dont check if the ac esc 3 could have been stored as vlc as this detects only very few errors allthough it detects several buggy encoders
libavcodec
|
Sat, 04 Oct 2003 23:59:14 +0000 |
michaelni |
10l ?
libavcodec
|
Wed, 10 Sep 2003 23:40:55 +0000 |
michaelni |
AVI stream header FCC / more reliable detection of old xvid files
libavcodec
|
Wed, 10 Sep 2003 11:28:18 +0000 |
michaelni |
detect old xvid with fourcc=DIVX
libavcodec
|
Tue, 09 Sep 2003 22:50:44 +0000 |
bellard |
removed warnings
libavcodec
|
Thu, 28 Aug 2003 13:30:03 +0000 |
bellard |
spelling fix
libavcodec
|
Mon, 25 Aug 2003 12:50:15 +0000 |
michaelni |
xvid edge bug (if i understand the mpeg4 spec correctly) autodetection
libavcodec
|
Fri, 01 Aug 2003 11:00:03 +0000 |
michaelni |
make the h263 decoder more error tolerant
libavcodec
|
Tue, 29 Jul 2003 02:09:12 +0000 |
michaelni |
rate distortion mb decision support
libavcodec
|
Wed, 23 Jul 2003 09:58:02 +0000 |
michaelni |
last frame decoding fix
libavcodec
|
Thu, 17 Jul 2003 12:29:07 +0000 |
michaelni |
AVCodec.flush()
libavcodec
|
Wed, 16 Jul 2003 18:12:14 +0000 |
michaelni |
fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they arent buggy)
libavcodec
|
Wed, 09 Jul 2003 23:10:59 +0000 |
michaelni |
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)
libavcodec
|
Thu, 03 Jul 2003 22:35:39 +0000 |
michaelni |
fix last_block_index<=0 bug
libavcodec
|
Tue, 27 May 2003 12:31:03 +0000 |
michaelni |
motion vector vissualization for mpeg1/2
libavcodec
|
Thu, 22 May 2003 14:12:22 +0000 |
michaelni |
truncated h263 decoding support / H263-ES "demuxer"
libavcodec
|
Sun, 27 Apr 2003 01:33:39 +0000 |
michaelni |
tired
libavcodec
|
Tue, 22 Apr 2003 13:55:12 +0000 |
michaelni |
cleanup mpeg1/2 bitstream parser
libavcodec
|
Sat, 12 Apr 2003 15:00:32 +0000 |
michaelni |
10l (use before malloc)
libavcodec
|
Thu, 10 Apr 2003 13:18:38 +0000 |
michaelni |
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture
libavcodec
|
Thu, 10 Apr 2003 01:39:53 +0000 |
michaelni |
fixing slice decoding, dunno why the regression tests didnt catch that ...
libavcodec
|
Thu, 20 Mar 2003 17:52:30 +0000 |
michaelni |
better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read
libavcodec
|
Thu, 20 Mar 2003 01:00:57 +0000 |
michaelni |
error resilience cleanup (its faster too...)
libavcodec
|
Sun, 16 Mar 2003 20:22:22 +0000 |
michaelni |
field pic decoding cleanup
libavcodec
|
Sat, 15 Mar 2003 20:47:09 +0000 |
michaelni |
cleaner & more flexible edge bug workaround
libavcodec
|
Mon, 10 Mar 2003 11:48:33 +0000 |
kabi |
* 'externaly' visible option list begins avoptions_ prefix
libavcodec
|
Sat, 08 Mar 2003 01:40:52 +0000 |
michaelni |
merging fourcc with codec_tag
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Wed, 05 Mar 2003 20:03:15 +0000 |
michaelni |
mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why)
libavcodec
|
Fri, 28 Feb 2003 01:59:56 +0000 |
michaelni |
fixing padding bug autodetection for some rare files, closes bug #647941
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Sat, 08 Feb 2003 18:23:39 +0000 |
michaelni |
direct blocksize in bframes fix (might fix qpel+bframe bug)
libavcodec
|
Sun, 02 Feb 2003 23:34:30 +0000 |
michaelni |
divx503 decoding fix
libavcodec
|
Sun, 26 Jan 2003 23:11:08 +0000 |
michaelni |
drawing cute arrows instead of lame lines for motion vector visualization
libavcodec
|
Tue, 21 Jan 2003 21:30:48 +0000 |
michaelni |
cleanup
libavcodec
|
Tue, 21 Jan 2003 17:34:12 +0000 |
michaelni |
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops
libavcodec
|
Mon, 13 Jan 2003 13:20:21 +0000 |
michaelni |
padding bug autodetection improvement 2nd try
libavcodec
|
Mon, 13 Jan 2003 12:57:39 +0000 |
michaelni |
better padding/stuffing bug autodetection
libavcodec
|
Thu, 09 Jan 2003 20:42:37 +0000 |
michaelni |
qpel fix
libavcodec
|
Thu, 09 Jan 2003 11:37:08 +0000 |
michaelni |
fixed wmv2 slices
libavcodec
|
Sun, 29 Dec 2002 22:20:03 +0000 |
michaelni |
better set pix_fmt explicitly
libavcodec
|
Sun, 29 Dec 2002 01:27:50 +0000 |
michaelni |
xvid build 3 still has the padding wrong in 1/8 of the cases :(((((
libavcodec
|
Fri, 27 Dec 2002 23:51:46 +0000 |
michaelni |
qpel encoding
libavcodec
|
Wed, 18 Dec 2002 09:23:24 +0000 |
michaelni |
support dumping the qscale stuff to the screen
libavcodec
|
Wed, 11 Dec 2002 08:56:28 +0000 |
michaelni |
fixing playback of DaveMatthews_Crash_PocketPC.avi
libavcodec
|
Mon, 09 Dec 2002 12:03:43 +0000 |
michaelni |
AVVideoFrame -> AVFrame
libavcodec
|
Mon, 09 Dec 2002 00:29:17 +0000 |
michaelni |
cleanup / messup?
libavcodec
|
Sat, 07 Dec 2002 11:38:26 +0000 |
michaelni |
ump4 decoding fixed
libavcodec
|
Wed, 04 Dec 2002 12:36:18 +0000 |
michaelni |
workaround old xvid bug
libavcodec
|
Wed, 04 Dec 2002 10:04:03 +0000 |
michaelni |
cleanup
libavcodec
|
Mon, 25 Nov 2002 09:57:58 +0000 |
michaelni |
10l
libavcodec
|
Mon, 25 Nov 2002 09:23:19 +0000 |
michaelni |
fixing aspect
libavcodec
|
Sat, 23 Nov 2002 09:12:57 +0000 |
michaelni |
moving init of some variables (hurry_up,...) to MPV_frame_start()
libavcodec
|
Wed, 20 Nov 2002 13:08:04 +0000 |
michaelni |
aspect ratio cleanup
libavcodec
|
Mon, 11 Nov 2002 09:40:17 +0000 |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU extension
libavcodec
|
Sun, 10 Nov 2002 10:54:07 +0000 |
michaelni |
hurry_up>=5 -> skip everything except header & set pict_type&key_frame
libavcodec
|
Fri, 08 Nov 2002 18:35:39 +0000 |
michaelni |
cleanup (breaks compatibility, requested by fabrice)
libavcodec
|
Sat, 02 Nov 2002 18:47:51 +0000 |
michaelni |
support forcing low_delay during decoding
libavcodec
|
Sat, 02 Nov 2002 00:05:06 +0000 |
michaelni |
better padding bug detection
libavcodec
|
Fri, 01 Nov 2002 18:55:03 +0000 |
michaelni |
fixing msmpeg4v3 with mb_height % slice_height != 0
libavcodec
|
Sun, 27 Oct 2002 00:02:23 +0000 |
michaelni |
handle direct rendering buffer allocation failure
libavcodec
|
Wed, 23 Oct 2002 08:14:12 +0000 |
michaelni |
fixing interlaced MC & edge-emu
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
|
Sat, 19 Oct 2002 23:48:08 +0000 |
michaelni |
fixing h263 slice decoding (again)
libavcodec
|
Sat, 19 Oct 2002 01:31:26 +0000 |
michaelni |
fixing h263 decoding (did segfault)
libavcodec
|
Wed, 16 Oct 2002 17:23:18 +0000 |
michaelni |
fixing alt_scan for the first frame (variable was reset)
libavcodec
|
Mon, 14 Oct 2002 19:53:04 +0000 |
michaelni |
better padding bug detection
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 13:16:04 +0000 |
michaelni |
better/cleaner error resilience (done in a 2nd pass after decoding)
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
|
Fri, 27 Sep 2002 10:27:57 +0000 |
michaelni |
ff_get_fourcc() & XVIX support
libavcodec
|
Fri, 13 Sep 2002 19:31:32 +0000 |
al3x |
aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars)
libavcodec
|
Thu, 12 Sep 2002 15:00:09 +0000 |
michaelni |
avoid nonsense frame-skip messages
libavcodec
|
Thu, 12 Sep 2002 14:43:44 +0000 |
michaelni |
uninitialized var ...
libavcodec
|
Thu, 12 Sep 2002 11:10:33 +0000 |
michaelni |
m4v input support
libavcodec
|
Thu, 01 Aug 2002 23:23:48 +0000 |
michaelni |
10l found by Rmi Guyomarch <rguyom at pobox dot com>
libavcodec
|
Sat, 27 Jul 2002 14:48:44 +0000 |
michaelni |
dump bits per frame / qp / frame complexity support
libavcodec
|
Tue, 16 Jul 2002 11:45:14 +0000 |
michaelni |
exporting mbskip_table after it has been allocated
libavcodec
|
Mon, 15 Jul 2002 14:15:10 +0000 |
michaelni |
uvlinesize
libavcodec
|
Sun, 14 Jul 2002 18:37:35 +0000 |
michaelni |
direct rendering method 1 support
libavcodec
|
Sat, 13 Jul 2002 15:03:47 +0000 |
michaelni |
return buf_size again, i hope kabi is finally happy now ;)
libavcodec
|
Wed, 10 Jul 2002 20:21:00 +0000 |
michaelni |
returning the number of consumed bytes (2nd try)
libavcodec
|
Wed, 10 Jul 2002 10:25:11 +0000 |
michaelni |
return the number of consumed bytes instead of 0 or buf_size
libavcodec
|
Tue, 18 Jun 2002 00:46:02 +0000 |
michaelni |
dc scale simplification/optimization
libavcodec
|
Sun, 09 Jun 2002 13:35:56 +0000 |
michaelni |
grayscale only decoding
libavcodec
|
Sun, 02 Jun 2002 22:08:04 +0000 |
michaelni |
100l divx501+ seeking bugfix
libavcodec
|
Sun, 02 Jun 2002 12:16:28 +0000 |
michaelni |
error concealment / error resilience
libavcodec
|
Sat, 25 May 2002 22:45:33 +0000 |
glantau |
license/copyright change
libavcodec
|
Tue, 21 May 2002 23:13:57 +0000 |
michaelni |
workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this)
libavcodec
|
Sat, 18 May 2002 23:03:29 +0000 |
glantau |
removed useless header includes - use av memory functions
libavcodec
|
Thu, 16 May 2002 22:01:30 +0000 |
michaelni |
print frame decoding time support (x86 only)
libavcodec
|
Sun, 05 May 2002 01:39:07 +0000 |
michaelni |
MV visualisation support
libavcodec
|
Thu, 02 May 2002 20:45:43 +0000 |
michaelni |
freeze fix
libavcodec
|
Thu, 02 May 2002 04:39:45 +0000 |
pulento |
- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.
libavcodec
|
Tue, 30 Apr 2002 01:29:29 +0000 |
michaelni |
fixing msmpeg4v3 dc-scale for quantizers 24-31
libavcodec
|
Sat, 27 Apr 2002 13:12:57 +0000 |
michaelni |
export mbskip_table for direct rendering
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 19:04:28 +0000 |
michaelni |
export delay info
libavcodec
|
Mon, 22 Apr 2002 12:45:22 +0000 |
michaelni |
divx 5.01 support
libavcodec
|
Sat, 06 Apr 2002 22:29:37 +0000 |
michaelni |
wmv1 header parser (unfinished)
libavcodec
|
Fri, 05 Apr 2002 04:23:01 +0000 |
michaelni |
b frames & slices bugfix
libavcodec
|
Fri, 05 Apr 2002 04:09:04 +0000 |
michaelni |
msmpeg4v2 decoding (no encoding yet)
libavcodec
|
Thu, 28 Mar 2002 13:41:04 +0000 |
michaelni |
sizeof(s->block) isnt 64*6*2 anymore bugfix
libavcodec
|
Fri, 22 Mar 2002 23:22:08 +0000 |
michaelni |
mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)
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 21:06:07 +0000 |
michaelni |
msmpeg4 bugfix (wrong frame displayed if some frames are skipped)
libavcodec
|
Fri, 15 Mar 2002 14:57:17 +0000 |
michaelni |
optimization
libavcodec
|
Tue, 12 Mar 2002 22:54:25 +0000 |
michaelni |
mpeg4 b-frames :)
libavcodec
|
Fri, 22 Feb 2002 19:19:01 +0000 |
michaelni |
fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext header, its the fps indeed)
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:28:05 +0000 |
kabi |
* continue after error in msmpeg4_decode_mb - helps for some movie samples
libavcodec
|
Sat, 09 Feb 2002 16:59:56 +0000 |
pulento |
- Fixes on RTP and GOB headers for H.263.
libavcodec
|
Tue, 15 Jan 2002 22:22:41 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|
Mon, 14 Jan 2002 04:29:19 +0000 |
arpi_esp |
(commit by michael)
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
|
Sat, 17 Nov 2001 15:43:04 +0000 |
pulento |
- Bug fixed on H.263 decoder initialization.
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, 15 Aug 2001 13:09:47 +0000 |
glantau |
added draw_horiz_band test
libavcodec
|
Sun, 12 Aug 2001 00:52:37 +0000 |
glantau |
moved matrix init away from MPV_common_init()
libavcodec
|
Sat, 11 Aug 2001 19:15:52 +0000 |
glantau |
removed incomplete seek patch
libavcodec
|
Sat, 11 Aug 2001 19:01:04 +0000 |
glantau |
fix msmpeg4 seek
libavcodec
|
Mon, 30 Jul 2001 23:24:58 +0000 |
glantau |
use block[] in structure to have it aligned on 8 bytes for mmx optimizations
libavcodec
|
Sun, 22 Jul 2001 14:18:56 +0000 |
glantau |
Initial revision
libavcodec
|