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
-
seperated out the C-based VP3 DSP functions into a different file; also libavcodecMon, 08 Mar 2004 02:13:45 +0000, by melanson
-
fix motion compensation with (x+1/2,y+1/2) MVs libavcodecFri, 05 Mar 2004 18:44:04 +0000, by michael
-
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodecWed, 03 Mar 2004 15:41:21 +0000, by michael
-
initial chroma_format changes,xvmc tweaks and codec_cap libavcodecMon, 01 Mar 2004 14:55:21 +0000, by iive
-
attribute_used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov)) libavcodecMon, 01 Mar 2004 12:46:20 +0000, by michael
-
attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov)) libavcodecSun, 29 Feb 2004 22:10:18 +0000, by michael
-
interlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi) libavcodecSun, 29 Feb 2004 00:37:36 +0000, by michael
-
int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>) libavcodecSat, 28 Feb 2004 16:41:23 +0000, by michael
-
Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>) libavcodecSat, 28 Feb 2004 15:03:53 +0000, by michael
-
export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk dot fraunhofer dot de>) libavcodecWed, 25 Feb 2004 18:29:17 +0000, by michael
-
use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 libavcodecWed, 25 Feb 2004 17:35:52 +0000, by michael
-
av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodecWed, 25 Feb 2004 02:47:53 +0000, by michael
-
set AVFrame.pts based upon framerate if its 0 libavcodecWed, 25 Feb 2004 02:05:50 +0000, by michael
-
av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodecMon, 23 Feb 2004 21:18:29 +0000, by michael
-
av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodecMon, 23 Feb 2004 16:07:30 +0000, by michael
-
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get libavcodecSun, 22 Feb 2004 00:31:19 +0000, by michael
-
w32threads by (Gildas Bazin <gbazin at altern dot org>) libavcodecThu, 19 Feb 2004 20:29:26 +0000, by michael
-
auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>) libavcodecWed, 18 Feb 2004 19:15:19 +0000, by michael
-
crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix dot inf dot upol dot cz>) libavcodecWed, 18 Feb 2004 04:10:52 +0000, by michael
-
flac decoder by (Alex Beregszaszi <alex at fsn dot hu>) libavcodecWed, 18 Feb 2004 01:22:05 +0000, by michael
-
normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>)) libavcodecSat, 14 Feb 2004 13:37:58 +0000, by michael
-
mpeg4 b frame + adaptive quantization assertion failure fix libavcodecSat, 14 Feb 2004 03:49:43 +0000, by michael
-
multithreaded spatial complexity calculation for i frames libavcodecSat, 14 Feb 2004 03:21:03 +0000, by michael