log

age author description
Mon, 10 Nov 2003 15:19:05 +0000 bellard comment fix libavcodec
Mon, 10 Nov 2003 03:14:04 +0000 melanson added Apple Graphics (SMC) decoder libavcodec
Sun, 09 Nov 2003 21:54:49 +0000 rtognimp 4bpp support libavcodec
Fri, 07 Nov 2003 22:39:18 +0000 rtognimp 8BPS decoder libavcodec
Fri, 07 Nov 2003 21:21:36 +0000 rtognimp Set buffer hints, use cr where available libavcodec
Fri, 07 Nov 2003 21:20:24 +0000 rtognimp Add cr codec capability and buffer hints libavcodec
Thu, 06 Nov 2003 22:05:22 +0000 michael fix context=1 libavcodec
Wed, 05 Nov 2003 23:27:23 +0000 rtognimp 100l: sometime palette was not copied to output frame libavcodec
Tue, 04 Nov 2003 19:35:43 +0000 romansh * fixes for broken builds on Solaris, OS2 and all bingendian libavcodec
Mon, 03 Nov 2003 18:06:54 +0000 michael av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Mon, 03 Nov 2003 17:42:50 +0000 michael flush fix (untested) libavcodec
Mon, 03 Nov 2003 13:58:26 +0000 michael only add prefix after \n libavcodec
Mon, 03 Nov 2003 13:31:02 +0000 michael 10l (fixes dct coeff noise reduction) libavcodec
Mon, 03 Nov 2003 13:26:22 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Sun, 02 Nov 2003 23:19:47 +0000 michael noise reduction of dct coefficients libavcodec
Sun, 02 Nov 2003 22:56:47 +0000 michael 10l ... libavcodec
Sun, 02 Nov 2003 21:57:55 +0000 rtognimp Moved to new palette API libavcodec
Sun, 02 Nov 2003 21:53:28 +0000 rtognimp Fix some palette related defines, bump build number libavcodec
Sat, 01 Nov 2003 17:38:25 +0000 michael ffv1 rgb support libavcodec
Fri, 31 Oct 2003 22:56:16 +0000 rtognimp 100l: free previous frame, not current one! libavcodec
Fri, 31 Oct 2003 22:28:19 +0000 rtognimp Don't memcpy from unallocated memory libavcodec
Fri, 31 Oct 2003 22:26:26 +0000 romansh * DV demuxer is now capable of decoding auxilary audio stream. So, libavcodec
Thu, 30 Oct 2003 22:51:02 +0000 michael move identical code into its own function libavcodec
Thu, 30 Oct 2003 21:05:00 +0000 michael initalize various uninitalized variables and avoid coded_picture_number as its not always correct (later should be reversed after fixing the picture_number mess) libavcodec
Thu, 30 Oct 2003 19:55:44 +0000 michael 100l (SAR is written as height/width instead of width/height in the MPEG1 standard) libavcodec
Thu, 30 Oct 2003 16:58:49 +0000 michael pts fix and related fixes libavcodec
Thu, 30 Oct 2003 05:40:58 +0000 melanson revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) libavcodec
Wed, 29 Oct 2003 17:30:13 +0000 michael dumping funny numbers from first zygo i frame header libavcodec
Wed, 29 Oct 2003 14:54:45 +0000 alex initial support for zygovideo libavcodec
Wed, 29 Oct 2003 14:08:18 +0000 bellard added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed) libavcodec
Tue, 28 Oct 2003 09:23:26 +0000 michael linear blend 1 line shift fix libavcodec
Mon, 27 Oct 2003 23:22:43 +0000 iive XvMC speedup by removing one memcpy and doing MB packing libavcodec
Mon, 27 Oct 2003 14:37:30 +0000 michael make convert_matrix() independant of MpegEncContext libavcodec
Sun, 26 Oct 2003 10:14:05 +0000 michael AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>) libavcodec
Sun, 26 Oct 2003 09:56:21 +0000 michael fixing the remaning block-align checks libavcodec
Sun, 26 Oct 2003 09:49:45 +0000 michael block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>) libavcodec
Sat, 25 Oct 2003 21:59:28 +0000 michael reorder table instead of wasting instructions to reorder the input to match the table libavcodec
Sat, 25 Oct 2003 19:44:37 +0000 michael 10l libavcodec
Sat, 25 Oct 2003 19:30:14 +0000 michael segfault fix libavcodec
Sat, 25 Oct 2003 15:22:34 +0000 melanson support Cinepak files with funky (not divisible by 4) resolutions libavcodec
Sat, 25 Oct 2003 00:32:54 +0000 romansh * adding integer/floating point AAN implementations for DCT 2-4-8 libavcodec
Fri, 24 Oct 2003 21:57:04 +0000 michael optimizing libavcodec
Fri, 24 Oct 2003 20:09:30 +0000 michael Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) libavcodec
Fri, 24 Oct 2003 19:59:43 +0000 michael rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>) libavcodec
Fri, 24 Oct 2003 18:28:01 +0000 romansh * introducing dct248 into the DSP context. libavcodec
Thu, 23 Oct 2003 23:24:38 +0000 alex 1l libavcodec
Thu, 23 Oct 2003 13:22:20 +0000 michael minor mmx2 optimization if the dct libavcodec
Thu, 23 Oct 2003 12:59:21 +0000 michael inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference for the dct itself should be even bigger) libavcodec
Thu, 23 Oct 2003 12:41:54 +0000 michael 4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd supports that but we emulate it ... libavcodec
Thu, 23 Oct 2003 09:11:56 +0000 michael optionally merge postscale into quantization table for the float aan dct libavcodec
Thu, 23 Oct 2003 08:31:26 +0000 michael 10l libavcodec
Wed, 22 Oct 2003 22:12:25 +0000 alex 10l libavcodec
Wed, 22 Oct 2003 22:10:22 +0000 alex 100l libavcodec
Wed, 22 Oct 2003 19:15:55 +0000 michael oops forgot libavcodec
Wed, 22 Oct 2003 18:26:38 +0000 michael floating point AAN DCT libavcodec
Wed, 22 Oct 2003 15:36:46 +0000 michael 112 bytes smaller MpegEncContext libavcodec
Wed, 22 Oct 2003 12:01:21 +0000 michael move blocks away MpegEncContext (7.4 -> 5.8k) libavcodec
Wed, 22 Oct 2003 11:23:39 +0000 michael move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown) libavcodec
Wed, 22 Oct 2003 10:59:39 +0000 michael move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slightly faster now, dont ask my why ... libavcodec
Tue, 21 Oct 2003 19:55:31 +0000 michael dynamic alloc of picture structs instead of putting them in MpegEncContext libavcodec
Tue, 21 Oct 2003 01:00:31 +0000 michael BSD doesnt have log2 libavcodec
Mon, 20 Oct 2003 23:24:39 +0000 michael mpeg2 aspect ratio encoding fixed libavcodec
Mon, 20 Oct 2003 22:33:53 +0000 michael use continued fractions to approximate a fraction if its numerator or denominator is too large libavcodec
Mon, 20 Oct 2003 20:23:46 +0000 michael AVRational libavcodec
Mon, 20 Oct 2003 10:33:13 +0000 michael bottom_field_first -> top_field_first libavcodec
Mon, 20 Oct 2003 09:52:02 +0000 michael export mpeg2 active display area / pan scan libavcodec
Sun, 19 Oct 2003 21:05:41 +0000 michael gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec
Sat, 18 Oct 2003 18:47:06 +0000 michael - Moving -Wall from the individual Makefiles to configure (and only libavcodec
Sat, 18 Oct 2003 03:19:44 +0000 romansh * providing MPEG codecs with a generic fields in AVFrame to use. libavcodec
Fri, 17 Oct 2003 18:56:01 +0000 michael emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set libavcodec
Thu, 16 Oct 2003 18:27:48 +0000 romansh * original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE libavcodec
Thu, 16 Oct 2003 04:50:54 +0000 romansh * fix for a trivial 100l declaration typo libavcodec
Thu, 16 Oct 2003 00:21:54 +0000 michael picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least libavcodec
Wed, 15 Oct 2003 21:59:08 +0000 michael default_get_buffer() fixes libavcodec
Wed, 15 Oct 2003 16:20:50 +0000 michael align libavcodec
Wed, 15 Oct 2003 15:37:25 +0000 michael fix "first frame is no keyframe" bug libavcodec
Wed, 15 Oct 2003 03:20:40 +0000 melanson activate the XA and ADX ADPCM codecs libavcodec
Wed, 15 Oct 2003 03:14:14 +0000 melanson replace file to remove nasty DOS CRs and hard tabs libavcodec
Wed, 15 Oct 2003 03:02:44 +0000 melanson this should be part of adpcm.c libavcodec
Wed, 15 Oct 2003 02:59:03 +0000 melanson quiet libavcodec
Tue, 14 Oct 2003 04:40:53 +0000 melanson added CRI ADX and XA ADPCM audio modules, courtesy of BERO libavcodec
Tue, 14 Oct 2003 04:15:53 +0000 melanson disable encoders where appropriate (patch courtesy of BERO libavcodec
Mon, 13 Oct 2003 19:38:34 +0000 michael fix the case where all vlc codes are 8 bits long (repeat=256) libavcodec
Mon, 13 Oct 2003 18:17:58 +0000 michael alignment 10l libavcodec
Mon, 13 Oct 2003 17:27:30 +0000 michael mmx2 optimization of huffyuv median encoding libavcodec
Mon, 13 Oct 2003 14:37:04 +0000 michael 10l libavcodec
Mon, 13 Oct 2003 11:13:10 +0000 michael dont check if the ac esc 3 could have been stored as vlc as this detects only very few errors allthough it detects several buggy encoders libavcodec
Mon, 13 Oct 2003 08:02:46 +0000 alex 10l libavcodec
Sun, 12 Oct 2003 21:32:58 +0000 michael fix decoding if the aspect ratio changes libavcodec
Sun, 12 Oct 2003 21:25:00 +0000 alex removed the obsolete and unused parameters of init_put_bits libavcodec
Sun, 12 Oct 2003 19:18:37 +0000 michael h263 GOB decoding fix libavcodec
Sun, 12 Oct 2003 14:01:53 +0000 michael intra dc treshold != 0 decoding fixed libavcodec
Sat, 11 Oct 2003 21:49:10 +0000 alex Sunplus JPEG codec (SP5X) support libavcodec
Sat, 11 Oct 2003 19:40:45 +0000 alex theora comments skipping libavcodec
Sat, 11 Oct 2003 17:48:49 +0000 alex using av_abort libavcodec
Sat, 11 Oct 2003 17:44:21 +0000 alex theora decoding support (only keyframes for now, because by theora the frame isn't flipped so the motion vectors are getting screwed up) libavcodec
Sat, 11 Oct 2003 16:43:51 +0000 melanson optimised versions of the get_pixels, diff_pixels, and bswap_buf libavcodec
Sat, 11 Oct 2003 09:11:15 +0000 michael forgot to commit, i hope its correct libavcodec
Sat, 11 Oct 2003 08:29:05 +0000 michael recommit of libavcodec
Sat, 11 Oct 2003 08:27:07 +0000 michael recommit of libavcodec
Sat, 11 Oct 2003 08:25:23 +0000 michael recommit (of patch, as cvslog msg didnt apply cleanly) libavcodec
Sat, 11 Oct 2003 08:21:23 +0000 michael recommit of libavcodec
Sat, 11 Oct 2003 08:19:39 +0000 michael recommit of libavcodec
Sat, 11 Oct 2003 08:18:05 +0000 michael recommit of libavcodec
Sat, 11 Oct 2003 01:41:41 +0000 romansh * recommiting change from SF CVS libavcodec
Sat, 11 Oct 2003 01:11:29 +0000 melanson support a few more types of VQA files libavcodec
Tue, 07 Oct 2003 11:32:40 +0000 michaelni use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken libavcodec
Sun, 05 Oct 2003 21:48:16 +0000 tmmm This patch marks frames used in RPZA decoder as reference frames, from libavcodec
Sun, 05 Oct 2003 15:32:39 +0000 michaelni mpeg1 + trellis quant segfault fix libavcodec
Sat, 04 Oct 2003 23:59:14 +0000 michaelni 10l ? libavcodec
Sat, 04 Oct 2003 17:47:22 +0000 tmmm added solid color vectors; basic PAL8, 4x2-vector video (as in libavcodec
Sat, 04 Oct 2003 09:53:34 +0000 michaelni Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>) libavcodec
Fri, 03 Oct 2003 05:50:06 +0000 tmmm instructions for using the decoder libavcodec
Fri, 03 Oct 2003 05:43:03 +0000 tmmm implemented Id Quake II CIN support libavcodec
Thu, 02 Oct 2003 08:52:37 +0000 michaelni rd cbp + single coeff elimination fix libavcodec
Thu, 02 Oct 2003 05:20:07 +0000 tmmm first pass at a VQA video decoder libavcodec
Thu, 02 Oct 2003 04:19:56 +0000 tmmm experimental half-pel motion compensation for C planes, courtesy of Dr. libavcodec
Thu, 02 Oct 2003 00:24:34 +0000 michaelni optionally try to encode each MB with MV=<0,0> and choose the one with better RD libavcodec
Wed, 01 Oct 2003 23:34:46 +0000 romansh * preAlpha DV encoding support -- there's still a truckload libavcodec
Wed, 01 Oct 2003 15:41:36 +0000 michaelni ac prediction cleanup libavcodec
Wed, 01 Oct 2003 04:39:38 +0000 tmmm New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & libavcodec
Tue, 30 Sep 2003 22:18:43 +0000 michaelni rate distortion optimal cbp support (h263/mpeg4 non intra only) libavcodec
Mon, 29 Sep 2003 17:54:07 +0000 romansh * DV handling was streamlined for both muxing/demuxing and libavcodec
Mon, 29 Sep 2003 15:44:59 +0000 michaelni avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) libavcodec
Sun, 28 Sep 2003 22:53:25 +0000 michaelni PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec
Sun, 28 Sep 2003 20:34:11 +0000 michaelni AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>) libavcodec
Sun, 28 Sep 2003 20:27:56 +0000 michaelni simpler libavcodec
Sat, 27 Sep 2003 00:02:29 +0000 michaelni hurry_up fix? libavcodec
Sat, 27 Sep 2003 00:01:46 +0000 michaelni 100l libavcodec
Fri, 26 Sep 2003 22:18:25 +0000 michaelni h263 stuffing decode fix libavcodec
Thu, 25 Sep 2003 12:19:26 +0000 michaelni fixes levis.avi libavcodec
Wed, 24 Sep 2003 19:45:57 +0000 michaelni slight quality improvement ( < +0.04 PSNR) for high bitrate videos with trellis quantization libavcodec
Wed, 24 Sep 2003 00:06:33 +0000 michaelni constraint_parameter_flag fix libavcodec
Mon, 22 Sep 2003 20:29:58 +0000 mellum Fix compilation with ccc libavcodec
Fri, 19 Sep 2003 04:41:02 +0000 tmmm fix Interplay DPCM (frames are intracoded, predictors do not carry libavcodec
Fri, 19 Sep 2003 04:00:32 +0000 tmmm MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it's libavcodec
Fri, 19 Sep 2003 01:13:53 +0000 tmmm do away with all those naughty global variables libavcodec
Thu, 18 Sep 2003 03:30:08 +0000 tmmm video looks beautiful now, many thanks to Alexander Belyakov libavcodec
Wed, 17 Sep 2003 05:17:31 +0000 tmmm wrong, wrong, wrong...coded bits are read in the opposite direction libavcodec
Tue, 16 Sep 2003 20:28:53 +0000 bellard use VC++ lib tool if available libavcodec
Tue, 16 Sep 2003 11:25:29 +0000 michaelni scenechange_threshold libavcodec
Mon, 15 Sep 2003 22:27:43 +0000 bellard correct DLL windows install libavcodec
Mon, 15 Sep 2003 19:18:28 +0000 michaelni another non const static, maybe its thread save now libavcodec
Sun, 14 Sep 2003 19:39:18 +0000 tmmm initial Interplay video decoder libavcodec
Sun, 14 Sep 2003 16:52:34 +0000 tmmm Ministry of English Composition fixes (courtesy of Diego Biurrun libavcodec
Sun, 14 Sep 2003 16:11:01 +0000 tmmm change pixel identifier conflict with AltiVec headers (patch courtesy of libavcodec
Sat, 13 Sep 2003 10:07:46 +0000 mellum Use asms instead of builtins when compiling for generic Alpha. Less libavcodec
Sat, 13 Sep 2003 02:31:03 +0000 tmmm final word on RGBA byte order libavcodec
Fri, 12 Sep 2003 18:25:04 +0000 romansh * patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COM libavcodec
Fri, 12 Sep 2003 03:48:14 +0000 tmmm deploy palette control API libavcodec
Thu, 11 Sep 2003 22:51:05 +0000 bellard simplified version handling libavcodec
Thu, 11 Sep 2003 06:16:39 +0000 tmmm copy & paste strikes again libavcodec
Thu, 11 Sep 2003 05:46:25 +0000 tmmm xan_wc3 decoder now works correctly; added a bunch of output libavcodec
Wed, 10 Sep 2003 23:40:55 +0000 michaelni AVI stream header FCC / more reliable detection of old xvid files libavcodec
Wed, 10 Sep 2003 11:28:18 +0000 michaelni detect old xvid with fourcc=DIVX libavcodec
Wed, 10 Sep 2003 08:20:14 +0000 michaelni detect avcodec_open() on an already opened AVCodecContext libavcodec
Tue, 09 Sep 2003 22:59:16 +0000 bellard removed warnings libavcodec
Tue, 09 Sep 2003 22:56:25 +0000 bellard use const data - began to make code more portable libavcodec
Tue, 09 Sep 2003 22:50:44 +0000 bellard removed warnings libavcodec
Tue, 09 Sep 2003 22:48:19 +0000 bellard remove warnings libavcodec
Tue, 09 Sep 2003 19:46:21 +0000 michaelni --disable-risky fix by (Luca Abeni <lucabe72 at email dot it>) libavcodec
Tue, 09 Sep 2003 19:03:14 +0000 michaelni Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>) libavcodec
Mon, 08 Sep 2003 22:49:26 +0000 bellard update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?) libavcodec
Mon, 08 Sep 2003 22:04:29 +0000 bellard CODEC_ID_MP3LAME is obsolete libavcodec
Mon, 08 Sep 2003 22:03:29 +0000 bellard changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absolete libavcodec
Mon, 08 Sep 2003 21:05:43 +0000 bellard removed os_support.h libavcodec
Mon, 08 Sep 2003 21:04:11 +0000 bellard removed os_support.h as most of libavcodec is os independant - most of the time only libavformat needs OS dependant features libavcodec
Mon, 08 Sep 2003 19:58:34 +0000 bellard ctype.h is a common header libavcodec
Mon, 08 Sep 2003 04:10:59 +0000 tmmm New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM libavcodec
Fri, 05 Sep 2003 14:41:53 +0000 al3x bump version numbers to 0.4.8 libavcodec
Thu, 04 Sep 2003 08:21:27 +0000 michaelni MingW patches by (Glenn Maynard <g_sf at zewt dot org>) libavcodec
Tue, 02 Sep 2003 08:34:29 +0000 michaelni CODEC_ID_MPEGVIDEO libavcodec
Tue, 02 Sep 2003 04:32:02 +0000 tmmm initial commit for Id RoQ and Interplay MVE multimedia subsystems libavcodec
Mon, 01 Sep 2003 17:42:07 +0000 michaelni 100l libavcodec
Mon, 01 Sep 2003 17:05:28 +0000 michaelni more fixes libavcodec
Mon, 01 Sep 2003 16:40:25 +0000 michaelni some fixes (still buggy though) libavcodec
Mon, 01 Sep 2003 15:53:01 +0000 tmmm skip preamble bytes libavcodec
Mon, 01 Sep 2003 12:26:39 +0000 michaelni asv2 encoding libavcodec
Mon, 01 Sep 2003 08:10:01 +0000 michaelni ASV2 decoder libavcodec
Sat, 30 Aug 2003 19:40:30 +0000 michaelni fixing unused f_code values libavcodec
Sat, 30 Aug 2003 19:31:49 +0000 michaelni 10l (big vs. little endian) libavcodec
Fri, 29 Aug 2003 19:42:23 +0000 michaelni bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate libavcodec
Fri, 29 Aug 2003 15:57:40 +0000 michaelni 10l (closed gop bit) libavcodec
Thu, 28 Aug 2003 13:38:06 +0000 bellard fixed audio frame buffering problem (should correct problems on some streams) - faster synthesis filter - prototype 'parse_only' support libavcodec
Thu, 28 Aug 2003 13:30:03 +0000 bellard spelling fix libavcodec
Tue, 26 Aug 2003 22:26:18 +0000 michaelni 100l (forget to reset me.skip for b frames) libavcodec
Tue, 26 Aug 2003 22:05:12 +0000 romansh * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem libavcodec
Tue, 26 Aug 2003 20:14:28 +0000 michaelni fixing CODEC_FLAG_GLOBAL_HEADER libavcodec
Tue, 26 Aug 2003 07:42:25 +0000 michaelni mpeg2 regression test libavcodec
Mon, 25 Aug 2003 22:54:53 +0000 michaelni oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in the other sucks, especially if they are in different directories (MPlayer/main/libavcodec vs. ffmpeg/libavcodec) libavcodec
Mon, 25 Aug 2003 22:47:32 +0000 michaelni mpeg2 encoding libavcodec
Mon, 25 Aug 2003 12:50:15 +0000 michaelni xvid edge bug (if i understand the mpeg4 spec correctly) autodetection libavcodec
Sun, 24 Aug 2003 22:28:41 +0000 bellard removed unused variable libavcodec
Sun, 24 Aug 2003 22:21:06 +0000 bellard avoid warning libavcodec
Sun, 24 Aug 2003 22:15:37 +0000 bellard avoid warning libavcodec
Sun, 24 Aug 2003 22:13:48 +0000 bellard removed unused variable libavcodec
Sun, 24 Aug 2003 22:08:22 +0000 bellard removed unused variables libavcodec
Sun, 24 Aug 2003 22:01:33 +0000 bellard memmove fixes (Jon Burgess) libavcodec
Sun, 24 Aug 2003 16:00:34 +0000 bellard export int64_t_C as it is needed by libavformat.h libavcodec
Sun, 24 Aug 2003 13:57:42 +0000 bellard when changing version, please keep my changes (win32 compile fix) libavcodec
Fri, 22 Aug 2003 22:18:08 +0000 michaelni custom quant matrix encoding support libavcodec
Fri, 22 Aug 2003 14:59:04 +0000 michaelni PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl> libavcodec
Fri, 22 Aug 2003 08:29:44 +0000 bellard repeat_pict was never returned libavcodec
Wed, 20 Aug 2003 07:57:00 +0000 michaelni AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) libavcodec
Wed, 20 Aug 2003 07:35:23 +0000 michaelni fixing chroma MC libavcodec
Tue, 19 Aug 2003 17:10:00 +0000 michaelni MC rounding fixed? libavcodec
Tue, 19 Aug 2003 16:18:48 +0000 michaelni fix AVFrame.reference (the frames are used for decoding future frames so it should be !=0) libavcodec
Mon, 18 Aug 2003 09:20:02 +0000 michaelni use codec_tag for encoding too libavcodec
Fri, 15 Aug 2003 19:58:27 +0000 michaelni fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext) libavcodec
Tue, 12 Aug 2003 18:20:29 +0000 romansh * fixing a regression in mpeg encoder (not setting pix_fmt), libavcodec
Tue, 12 Aug 2003 10:00:31 +0000 tmmm reverse earlier patch libavcodec
Mon, 11 Aug 2003 20:27:17 +0000 al3x Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se> libavcodec
Sun, 10 Aug 2003 21:11:45 +0000 michaelni skip ext header missing message for msmpeg4v2 libavcodec
Fri, 08 Aug 2003 00:12:18 +0000 tmmm endian-conscious fix, courtesy of Sebastian Jedruszkiewicz libavcodec
Tue, 05 Aug 2003 14:08:28 +0000 michaelni check input pix_fmt libavcodec
Tue, 05 Aug 2003 10:19:43 +0000 michaelni cleanup / fixes libavcodec
Sat, 02 Aug 2003 22:01:02 +0000 michaelni clear bitstream buffers in AVCodec.flush() libavcodec
Fri, 01 Aug 2003 11:01:05 +0000 michaelni FF_INPUT_BUFFER_PADDING_SIZE libavcodec
Fri, 01 Aug 2003 11:00:03 +0000 michaelni make the h263 decoder more error tolerant libavcodec
Tue, 29 Jul 2003 14:15:28 +0000 iive Add GNU header, remove X includes, add more check for xvmc render packet libavcodec
Tue, 29 Jul 2003 10:26:34 +0000 michaelni namespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus Damm <damm at opensource dot se>) libavcodec
Tue, 29 Jul 2003 09:58:47 +0000 michaelni patch for flv deblocking by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodec
Tue, 29 Jul 2003 02:09:12 +0000 michaelni rate distortion mb decision support libavcodec
Tue, 29 Jul 2003 01:45:19 +0000 michaelni debug stuff libavcodec
Mon, 28 Jul 2003 16:35:42 +0000 al3x using av_abort instead exit libavcodec
Sun, 27 Jul 2003 20:45:09 +0000 al3x 410p -> 411p libavcodec
Sun, 27 Jul 2003 20:20:31 +0000 al3x CLJR decoding support libavcodec
Sat, 26 Jul 2003 23:31:13 +0000 iive make MPV_frame_start fail on get_buffer failer libavcodec
Sat, 26 Jul 2003 23:21:30 +0000 iive compile xvmc only when requested libavcodec
Sat, 26 Jul 2003 01:52:06 +0000 iive initial XvMC support libavcodec
Sat, 26 Jul 2003 01:28:49 +0000 iive initial XvMC support libavcodec
Sat, 26 Jul 2003 00:49:46 +0000 michaelni ati vcr2 uv swap libavcodec
Fri, 25 Jul 2003 13:36:08 +0000 al3x get_bits -> skip_bits libavcodec
Fri, 25 Jul 2003 13:15:16 +0000 al3x warning fixes libavcodec
Thu, 24 Jul 2003 23:44:45 +0000 michaelni vcr2 cleanup libavcodec
Thu, 24 Jul 2003 23:32:12 +0000 michaelni ATI VCR2 decoding support libavcodec
Thu, 24 Jul 2003 21:52:41 +0000 michaelni fix libavcodec
Thu, 24 Jul 2003 12:18:46 +0000 michaelni ATI VCR1 decoder libavcodec
Wed, 23 Jul 2003 10:41:07 +0000 michaelni last frames & b frames encoding fix libavcodec
Wed, 23 Jul 2003 09:58:02 +0000 michaelni last frame decoding fix libavcodec