Mercurial > libavcodec.hg
graph
-
split stream into valid mp3 frames, at least flv & nut absolutely need this, but probably most other formats too libavcodecThu, 01 Apr 2004 17:07:06 +0000, by michael
-
ensure that the bitstream buffers for encoding partitioned frames are aligned libavcodecFri, 26 Mar 2004 21:58:55 +0000, by michael
-
h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodecFri, 26 Mar 2004 19:35:53 +0000, by michael
-
always parse APP* as it sometimes contains startcodes which confuse the decoder otherwise libavcodecFri, 26 Mar 2004 02:06:34 +0000, by michael
-
* some significant clean-up of the dv_decode_ac (it looks real libavcodecThu, 25 Mar 2004 01:46:40 +0000, by romansh
-
Compile fix by (Chip <szarlada at freemail dot hu>) libavcodecMon, 22 Mar 2004 12:07:02 +0000, by michael
-
static allocation rewrite (old code was plain a broken mess) libavcodecSun, 21 Mar 2004 21:58:14 +0000, by michael
-
do loop filter immediatly after each macroblock is decoded instead of after a frame is decoded libavcodecSat, 20 Mar 2004 16:40:20 +0000, by michael
-
h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodecFri, 19 Mar 2004 21:21:17 +0000, by michael
-
h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot luc dot ac dot be>) libavcodecThu, 18 Mar 2004 22:45:37 +0000, by michael
-
* removing casualties of battle of the wits and English language libavcodecThu, 18 Mar 2004 04:19:34 +0000, by romansh
-
1000000l (using uninitalized variable for initalizing bits per MV table) libavcodecTue, 16 Mar 2004 16:57:27 +0000, by michael
-
use pan_scan to remove some weight, proper pan_scan offset reading libavcodecTue, 16 Mar 2004 15:38:40 +0000, by iive
-
mpeg12 fix 10l of aspect calucalations, return gop perser to print debug info, and make mpeg1_seq_header hot overwrite height/width libavcodecMon, 15 Mar 2004 16:41:15 +0000, by iive
-
move MPV_common_init after parsing stream parameters, matrix rebuild libavcodecMon, 15 Mar 2004 00:08:24 +0000, by iive
-
* DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-) libavcodecSun, 14 Mar 2004 23:45:42 +0000, by romansh
-
* DV decoder simplifications. Now it looks to be 6% faster. At least libavcodecSun, 14 Mar 2004 22:09:58 +0000, by romansh
-
don't fetch the size of SEQH unless SEQH was found libavcodecSun, 14 Mar 2004 15:04:21 +0000, by melanson
-
minor VMD system update; still not perfect, but should not crash either libavcodecSun, 14 Mar 2004 04:08:11 +0000, by melanson
-
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavcodecSun, 14 Mar 2004 04:04:08 +0000, by melanson
-
fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>) libavcodecSat, 13 Mar 2004 21:43:24 +0000, by michael
-
be smarter about the variable size of the extra SVQ3 data libavcodecSat, 13 Mar 2004 21:26:54 +0000, by melanson
-
smarten up the SVQ3 extradata decoder without changing the external API libavcodecSat, 13 Mar 2004 20:07:38 +0000, by melanson
-
* moving some of the commonly used bit reading/writing functions libavcodecFri, 12 Mar 2004 23:39:38 +0000, by romansh
-
disable lames leading zero "feature", fixes a few more flv encoding issues libavcodecWed, 10 Mar 2004 00:43:24 +0000, by michael
-
find_start_code() optimization (about 2x faster now) this may improve decoding speed with multiple threads libavcodecTue, 09 Mar 2004 15:23:14 +0000, by michael
-
use optimized VP3 functions where appropriate libavcodecMon, 08 Mar 2004 02:18:19 +0000, by melanson
-
cut over to using new VP3 DSP functions and remove the old ones; bring libavcodecMon, 08 Mar 2004 02:15:13 +0000, by melanson