Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Mon, 13 Oct 2003 08:02:46 +0000 |
alex |
10l
libavcodec
|
Sun, 24 Aug 2003 22:21:06 +0000 |
bellard |
avoid warning
libavcodec
|
Thu, 19 Jun 2003 01:25:48 +0000 |
tmmm |
fix identifier to fix compilation
libavcodec
|
Wed, 18 Jun 2003 22:00:23 +0000 |
michaelni |
make ff_emulated_edge_mc() independant of MpegEncContext
libavcodec
|
Mon, 19 May 2003 13:30:59 +0000 |
michaelni |
ASV1 codec
libavcodec
|
Sat, 12 Apr 2003 22:53:26 +0000 |
michaelni |
10l
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
|
Tue, 01 Apr 2003 15:38:01 +0000 |
michaelni |
fixing msmpeg4v2 encoding
libavcodec
|
Thu, 20 Mar 2003 01:00:57 +0000 |
michaelni |
error resilience cleanup (its faster too...)
libavcodec
|
Wed, 12 Mar 2003 15:16:19 +0000 |
michaelni |
per context frame_rate_base, this should finally fix frame_rate related av sync issues
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Mon, 03 Mar 2003 14:54:00 +0000 |
michaelni |
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
libavcodec
|
Sun, 16 Feb 2003 23:05:38 +0000 |
michaelni |
more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes)
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Mon, 10 Feb 2003 09:35:32 +0000 |
kabi |
* static,const,compiler warning cleanup
libavcodec
|
Wed, 29 Jan 2003 15:50:07 +0000 |
michaelni |
bugfix
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
|
Thu, 09 Jan 2003 11:37:08 +0000 |
michaelni |
fixed wmv2 slices
libavcodec
|
Fri, 27 Dec 2002 23:51:46 +0000 |
michaelni |
qpel encoding
libavcodec
|