Sun, 28 Mar 2004 23:10:53 +0000 |
michael |
hmm av_log(..., get_bits());
libavcodec
|
Fri, 26 Mar 2004 21:58:55 +0000 |
michael |
ensure that the bitstream buffers for encoding partitioned frames are aligned
libavcodec
|
Fri, 26 Mar 2004 20:28:29 +0000 |
michael |
fix decoding of qp<6
libavcodec
|
Fri, 26 Mar 2004 19:35:53 +0000 |
michael |
h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
Fri, 26 Mar 2004 12:30:04 +0000 |
michael |
huge vbv buffer size + CBR fix
libavcodec
|
Fri, 26 Mar 2004 02:06:34 +0000 |
michael |
always parse APP* as it sometimes contains startcodes which confuse the decoder otherwise
libavcodec
|
Thu, 25 Mar 2004 01:46:40 +0000 |
romansh |
* some significant clean-up of the dv_decode_ac (it looks real
libavcodec
|
Wed, 24 Mar 2004 23:32:48 +0000 |
mellum |
warning patrol
libavcodec
|
Mon, 22 Mar 2004 20:54:04 +0000 |
michael |
1000l for iive
libavcodec
|
Mon, 22 Mar 2004 12:07:02 +0000 |
michael |
Compile fix by (Chip <szarlada at freemail dot hu>)
libavcodec
|
Mon, 22 Mar 2004 11:00:51 +0000 |
michael |
1000l in av_mallocz_static()
libavcodec
|
Sun, 21 Mar 2004 21:58:14 +0000 |
michael |
static allocation rewrite (old code was plain a broken mess)
libavcodec
|
Sat, 20 Mar 2004 16:40:20 +0000 |
michael |
do loop filter immediatly after each macroblock is decoded instead of after a frame is decoded
libavcodec
|
Sat, 20 Mar 2004 00:18:52 +0000 |
michael |
h264 loop filter optimizations
libavcodec
|
Fri, 19 Mar 2004 21:21:17 +0000 |
michael |
h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via dot ecp dot fr>)
libavcodec
|
Thu, 18 Mar 2004 22:45:37 +0000 |
michael |
h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot luc dot ac dot be>)
libavcodec
|
Thu, 18 Mar 2004 04:19:34 +0000 |
romansh |
* removing casualties of battle of the wits and English language
libavcodec
|
Tue, 16 Mar 2004 17:27:03 +0000 |
michael |
moving f/b_code init to where it should be
libavcodec
|
Tue, 16 Mar 2004 16:57:27 +0000 |
michael |
1000000l (using uninitalized variable for initalizing bits per MV table)
libavcodec
|
Tue, 16 Mar 2004 16:11:29 +0000 |
michael |
init cleanup
libavcodec
|
Tue, 16 Mar 2004 15:38:40 +0000 |
iive |
use pan_scan to remove some weight, proper pan_scan offset reading
libavcodec
|
Mon, 15 Mar 2004 16:41:15 +0000 |
iive |
mpeg12 fix 10l of aspect calucalations, return gop perser to print debug info, and make mpeg1_seq_header hot overwrite height/width
libavcodec
|
Mon, 15 Mar 2004 01:21:01 +0000 |
melanson |
update the API for the idct function
libavcodec
|
Mon, 15 Mar 2004 00:08:24 +0000 |
iive |
move MPV_common_init after parsing stream parameters, matrix rebuild
libavcodec
|
Sun, 14 Mar 2004 23:45:42 +0000 |
romansh |
* DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)
libavcodec
|
Sun, 14 Mar 2004 22:09:58 +0000 |
romansh |
* DV decoder simplifications. Now it looks to be 6% faster. At least
libavcodec
|
Sun, 14 Mar 2004 17:55:50 +0000 |
michael |
alignment fix
libavcodec
|
Sun, 14 Mar 2004 17:33:48 +0000 |
michael |
width,height%16!=0 fix
libavcodec
|
Sun, 14 Mar 2004 15:04:21 +0000 |
melanson |
don't fetch the size of SEQH unless SEQH was found
libavcodec
|
Sun, 14 Mar 2004 04:08:11 +0000 |
melanson |
minor VMD system update; still not perfect, but should not crash either
libavcodec
|
Sun, 14 Mar 2004 04:04:08 +0000 |
melanson |
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
libavcodec
|
Sat, 13 Mar 2004 22:01:32 +0000 |
michael |
removing broken mpeg_decode_gop()
libavcodec
|
Sat, 13 Mar 2004 21:43:24 +0000 |
michael |
fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>)
libavcodec
|
Sat, 13 Mar 2004 21:26:54 +0000 |
melanson |
be smarter about the variable size of the extra SVQ3 data
libavcodec
|
Sat, 13 Mar 2004 20:07:38 +0000 |
melanson |
smarten up the SVQ3 extradata decoder without changing the external API
libavcodec
|
Sat, 13 Mar 2004 19:21:58 +0000 |
melanson |
credit update
libavcodec
|
Fri, 12 Mar 2004 23:39:38 +0000 |
romansh |
* moving some of the commonly used bit reading/writing functions
libavcodec
|
Thu, 11 Mar 2004 13:22:39 +0000 |
michael |
10l
libavcodec
|
Wed, 10 Mar 2004 23:13:43 +0000 |
michael |
mb stuffing in partitioned frames fix
libavcodec
|
Wed, 10 Mar 2004 22:11:49 +0000 |
michael |
h263+ custom pcf support
libavcodec
|
Wed, 10 Mar 2004 00:43:24 +0000 |
michael |
disable lames leading zero "feature", fixes a few more flv encoding issues
libavcodec
|
Tue, 09 Mar 2004 15:23:14 +0000 |
michael |
find_start_code() optimization (about 2x faster now) this may improve decoding speed with multiple threads
libavcodec
|
Tue, 09 Mar 2004 12:18:40 +0000 |
kabi |
* missing opts for make dep
libavcodec
|
Mon, 08 Mar 2004 02:18:19 +0000 |
melanson |
use optimized VP3 functions where appropriate
libavcodec
|
Mon, 08 Mar 2004 02:15:13 +0000 |
melanson |
cut over to using new VP3 DSP functions and remove the old ones; bring
libavcodec
|
Mon, 08 Mar 2004 02:13:45 +0000 |
melanson |
seperated out the C-based VP3 DSP functions into a different file; also
libavcodec
|
Sat, 06 Mar 2004 12:33:56 +0000 |
michael |
h263 framerate & aspect ratio fixes
libavcodec
|
Fri, 05 Mar 2004 18:44:04 +0000 |
michael |
fix motion compensation with (x+1/2,y+1/2) MVs
libavcodec
|
Fri, 05 Mar 2004 15:10:56 +0000 |
michael |
10l
libavcodec
|
Fri, 05 Mar 2004 14:21:56 +0000 |
kabi |
* more consts
libavcodec
|
Fri, 05 Mar 2004 14:09:12 +0000 |
kabi |
* const warn elimination
libavcodec
|
Fri, 05 Mar 2004 14:08:33 +0000 |
kabi |
* const warn elimintation
libavcodec
|
Fri, 05 Mar 2004 14:07:33 +0000 |
kabi |
* const
libavcodec
|
Thu, 04 Mar 2004 14:58:48 +0000 |
iive |
silence warnings
libavcodec
|
Wed, 03 Mar 2004 19:29:00 +0000 |
michael |
count > thread_count for execute()
libavcodec
|
Wed, 03 Mar 2004 17:53:55 +0000 |
michael |
av_log() cleanup
libavcodec
|