log avcodec.h @ 2201:ccff80bb955f libavcodec

age author description
Thu, 02 Sep 2004 15:30:46 +0000 michael optional non spec compliant optimizations libavcodec
Sun, 22 Aug 2004 17:16:03 +0000 michael 4x4 SSE compare function libavcodec
Sat, 21 Aug 2004 19:19:35 +0000 alex new opensource lossy/lossless audio codec based on speech compression techniques (actually based on bonk) libavcodec
Sat, 14 Aug 2004 22:51:24 +0000 melanson build++ libavcodec
Sat, 14 Aug 2004 15:08:09 +0000 melanson TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov libavcodec
Fri, 13 Aug 2004 13:59:28 +0000 michael user overrideable level & profile libavcodec
Fri, 30 Jul 2004 11:12:47 +0000 michael raise build number for the snow libavcodec
Sun, 25 Jul 2004 23:36:44 +0000 michael my experimental wavelet codec libavcodec
Sun, 25 Jul 2004 10:01:36 +0000 michael UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavcodec
Fri, 16 Jul 2004 19:48:30 +0000 michael XviD Support patch by (Adam Thayer <krevnik at comcast dot net>) libavcodec
Wed, 14 Jul 2004 01:32:14 +0000 michael libdts support by (Benjamin Zores <ben at geexbox dot org>) libavcodec
Fri, 09 Jul 2004 12:49:55 +0000 michael update version for next release libavcodec
Thu, 08 Jul 2004 10:46:28 +0000 michael av_resample_close in avcodec.h patch by ("William Juwono" <william.juwono at sensestream dot com>) libavcodec
Wed, 30 Jun 2004 14:10:17 +0000 michael forgotten libavcodec
Sat, 26 Jun 2004 02:20:38 +0000 michael support skiping of mb rows during decoding libavcodec
Tue, 22 Jun 2004 21:14:01 +0000 michael flush audio encoder buffers at the end libavcodec
Thu, 17 Jun 2004 15:43:23 +0000 michael polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample filters libavcodec
Mon, 07 Jun 2004 17:30:02 +0000 michael nsse weight libavcodec
Mon, 07 Jun 2004 03:23:31 +0000 michael noise preserving sum of squares comparission function libavcodec
Sat, 05 Jun 2004 22:33:47 +0000 michael mini-fix for compatibility with other compilers by (Hauke Duden <H.NS.Duden at gmx dot net>) libavcodec
Sun, 30 May 2004 20:37:15 +0000 michael h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) libavcodec
Sun, 23 May 2004 01:10:15 +0000 michael mpeg audio timestamp fix libavcodec
Fri, 21 May 2004 13:44:03 +0000 michael forgotten prototypes libavcodec
Tue, 18 May 2004 17:23:49 +0000 michael rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot be>) libavcodec
Tue, 18 May 2004 17:09:46 +0000 michael some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodec
Thu, 13 May 2004 19:08:39 +0000 michael mention avcodec_align_dimensions() libavcodec
Wed, 12 May 2004 16:00:44 +0000 michael automatic pixel format selection libavcodec
Fri, 07 May 2004 03:10:11 +0000 melanson first pass at a Sorenson Video 1 (SVQ1) encoder libavcodec
Wed, 05 May 2004 19:53:40 +0000 michael support decoding mpeg4 with buggy dc clipping libavcodec
Tue, 04 May 2004 02:58:30 +0000 michael use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 64*32/32 libavcodec
Fri, 30 Apr 2004 18:56:33 +0000 michael AMV bug workaround libavcodec
Fri, 30 Apr 2004 17:42:58 +0000 michael cleanup & memleak fix libavcodec
Fri, 30 Apr 2004 13:44:29 +0000 michael intra_dc_precission>0 encoding support libavcodec
Sun, 25 Apr 2004 02:09:47 +0000 michael support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors libavcodec
Thu, 22 Apr 2004 03:31:29 +0000 michael motion estimation cleanup libavcodec
Sat, 17 Apr 2004 19:41:49 +0000 michael passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like motion vectors can be passed from the decoder to the encoder libavcodec
Sun, 11 Apr 2004 13:50:42 +0000 michael verbosity patch by (Allen Day <allenday at ucla dot edu>) libavcodec
Thu, 08 Apr 2004 18:54:40 +0000 michael padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>) libavcodec
Fri, 02 Apr 2004 19:54:33 +0000 michael interlaced chroma MC divx-bug workaround libavcodec
Wed, 24 Mar 2004 23:32:48 +0000 mellum warning patrol libavcodec
Sun, 21 Mar 2004 21:58:14 +0000 michael static allocation rewrite (old code was plain a broken mess) 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 04:04:08 +0000 melanson remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> 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
Wed, 03 Mar 2004 15:41:21 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Wed, 03 Mar 2004 01:57:43 +0000 michael macrofree av_freep() libavcodec
Mon, 01 Mar 2004 14:55:21 +0000 iive initial chroma_format changes,xvmc tweaks and codec_cap libavcodec
Sat, 28 Feb 2004 16:41:23 +0000 michael int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>) libavcodec
Thu, 26 Feb 2004 18:29:39 +0000 michael AVCodec.supported_framerates libavcodec
Thu, 26 Feb 2004 15:15:05 +0000 michael INT64_MIN fix libavcodec
Wed, 25 Feb 2004 18:29:17 +0000 michael export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk dot fraunhofer dot de>) libavcodec
Wed, 25 Feb 2004 18:17:45 +0000 michael 1l libavcodec
Wed, 25 Feb 2004 17:35:52 +0000 michael use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 libavcodec
Wed, 18 Feb 2004 01:49:30 +0000 michael flac fixes: libavcodec
Fri, 13 Feb 2004 17:54:10 +0000 michael multithreaded/SMP motion estimation libavcodec
Sat, 07 Feb 2004 08:20:00 +0000 romansh * Initial implementation of the G.726 ADPCM audio codec. libavcodec
Thu, 05 Feb 2004 05:22:44 +0000 melanson initial commit for Quicktime Animation (RLE) video decoder; bit depths libavcodec