Fri, 07 May 2004 03:10:11 +0000 |
melanson |
first pass at a Sorenson Video 1 (SVQ1) encoder
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
|
Fri, 02 Jan 2004 02:31:53 +0000 |
melanson |
off-by-1 error in the never-before-tested embedded string code
libavcodec
|
Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Fri, 25 Jul 2003 13:36:08 +0000 |
al3x |
get_bits -> skip_bits
libavcodec
|
Thu, 17 Jul 2003 12:29:07 +0000 |
michaelni |
AVCodec.flush()
libavcodec
|
Mon, 26 May 2003 17:44:24 +0000 |
tmmm |
rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's
libavcodec
|
Sat, 24 May 2003 18:48:30 +0000 |
mellum |
Warning and compatibility fixes.
libavcodec
|
Sun, 16 Mar 2003 20:22:22 +0000 |
michaelni |
field pic decoding cleanup
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Tue, 04 Feb 2003 01:32:25 +0000 |
michaelni |
cliping MVs, i dunno if its correct but it looks better then without it
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
|