log

age author description
Thu, 26 Feb 2004 19:11:21 +0000 michael 10l (vdpart fix) 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
Thu, 26 Feb 2004 13:42:17 +0000 michael 10l libavcodec
Thu, 26 Feb 2004 02:48:07 +0000 michael 100l (field picture decoding 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, 25 Feb 2004 02:47:53 +0000 michael av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
Wed, 25 Feb 2004 02:05:50 +0000 michael set AVFrame.pts based upon framerate if its 0 libavcodec
Mon, 23 Feb 2004 21:18:29 +0000 michael av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
Mon, 23 Feb 2004 20:56:56 +0000 michael multithreaded mpeg2 decoding libavcodec
Mon, 23 Feb 2004 16:07:30 +0000 michael av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
Mon, 23 Feb 2004 15:59:21 +0000 michael av_log() libavcodec
Sun, 22 Feb 2004 21:22:47 +0000 michael c99 libavcodec
Sun, 22 Feb 2004 00:31:19 +0000 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 libavcodec
Thu, 19 Feb 2004 20:29:26 +0000 michael w32threads by (Gildas Bazin <gbazin at altern dot org>) libavcodec
Thu, 19 Feb 2004 00:30:33 +0000 iive use get_format libavcodec
Wed, 18 Feb 2004 22:54:02 +0000 michael simplify libavcodec
Wed, 18 Feb 2004 19:15:19 +0000 michael auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>) libavcodec
Wed, 18 Feb 2004 16:26:16 +0000 michael check if threads_count is too large libavcodec
Wed, 18 Feb 2004 15:17:54 +0000 michael flac_flush() libavcodec
Wed, 18 Feb 2004 14:05:49 +0000 michael simplify libavcodec
Wed, 18 Feb 2004 12:49:30 +0000 alex avoid negative array indices libavcodec
Wed, 18 Feb 2004 04:10:52 +0000 michael crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix dot inf dot upol dot cz>) libavcodec
Wed, 18 Feb 2004 02:00:55 +0000 michael remove residual array, it isnt really needed libavcodec
Wed, 18 Feb 2004 01:49:30 +0000 michael flac fixes: libavcodec
Wed, 18 Feb 2004 01:22:05 +0000 michael flac decoder by (Alex Beregszaszi <alex at fsn dot hu>) libavcodec
Tue, 17 Feb 2004 18:57:50 +0000 michael noise reduction with threads bugfix libavcodec
Mon, 16 Feb 2004 03:34:11 +0000 michael more error checks for the sequence header libavcodec
Sat, 14 Feb 2004 18:12:36 +0000 rtognimp rle_code can overflow when multiplied by 4 libavcodec
Sat, 14 Feb 2004 17:11:46 +0000 rtognimp Use av_log libavcodec
Sat, 14 Feb 2004 13:37:58 +0000 michael normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>)) libavcodec
Sat, 14 Feb 2004 03:49:43 +0000 michael mpeg4 b frame + adaptive quantization assertion failure fix libavcodec
Sat, 14 Feb 2004 03:21:03 +0000 michael multithreaded spatial complexity calculation for i frames libavcodec
Sat, 14 Feb 2004 01:25:41 +0000 michael ff_copy_bits() optimization libavcodec
Fri, 13 Feb 2004 21:07:31 +0000 michael activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt working before because of a incorrectly used pbBufPtr() libavcodec
Fri, 13 Feb 2004 20:59:48 +0000 michael replace a few pbBufPtr() by put_bits_count(), one of them was actually wrong libavcodec
Fri, 13 Feb 2004 18:39:43 +0000 michael simplify MV availability check / dont use below last row MV which is always zero libavcodec
Fri, 13 Feb 2004 17:54:10 +0000 michael multithreaded/SMP motion estimation libavcodec
Thu, 12 Feb 2004 16:21:21 +0000 michael ppc chroma mess workaround (real bug is that the motion compensation code assumes that 2*uvlinesize == linesize and fixing this would mean a slowdown) libavcodec
Tue, 10 Feb 2004 20:48:09 +0000 romansh * gotta setup coded_frame for encoding. avcodec.h says that for decoding libavcodec
Mon, 09 Feb 2004 15:23:35 +0000 michael rv10/obmc fixes libavcodec
Sun, 08 Feb 2004 22:52:35 +0000 michael 2 byte shorter userdata for mpeg4 libavcodec
Sun, 08 Feb 2004 02:16:48 +0000 michael M$ ADPCM encoding & some simplifications libavcodec
Sat, 07 Feb 2004 20:50:26 +0000 michael segfault fix libavcodec
Sat, 07 Feb 2004 15:33:00 +0000 michael use clip() from common.h libavcodec
Sat, 07 Feb 2004 08:20:00 +0000 romansh * Initial implementation of the G.726 ADPCM audio codec. libavcodec
Fri, 06 Feb 2004 23:56:37 +0000 michael - made --extra-cflags option work on darwin libavcodec
Fri, 06 Feb 2004 22:34:33 +0000 michael h263 4mv encoding fix libavcodec
Fri, 06 Feb 2004 21:07:17 +0000 michael segfault fix libavcodec
Fri, 06 Feb 2004 17:51:58 +0000 alex get_bit_count -> put_bits_count libavcodec
Fri, 06 Feb 2004 15:27:31 +0000 alex get_bit_count -> put_bits_count libavcodec
Fri, 06 Feb 2004 03:56:05 +0000 michael analyze the gradient of the error surface to avoid a few checks in the quantizing noise shaper libavcodec
Fri, 06 Feb 2004 02:12:37 +0000 michael quantizer noise shaping optimization libavcodec
Thu, 05 Feb 2004 05:22:44 +0000 melanson initial commit for Quicktime Animation (RLE) video decoder; bit depths libavcodec
Thu, 05 Feb 2004 00:35:08 +0000 michael remove incorect motion estimation table libavcodec
Wed, 04 Feb 2004 16:03:10 +0000 michael cleanup ugly code (also appearently works around a bug gcc 3.4 which fails compiling it) by (mru at kth dot se (Mns Rullgrd)) libavcodec
Wed, 04 Feb 2004 15:49:55 +0000 michael fixes by Gildas Bazin <gbazin at altern dot org> libavcodec
Tue, 03 Feb 2004 04:27:17 +0000 melanson added support for EA ADPCM and SMJPEG IMA ADPCM libavcodec
Mon, 02 Feb 2004 14:59:43 +0000 michael simplify libavcodec
Mon, 02 Feb 2004 03:52:58 +0000 michael quantizer noise shaping libavcodec
Sun, 01 Feb 2004 22:56:54 +0000 mellum tiny warning fix libavcodec
Sat, 31 Jan 2004 22:58:32 +0000 alex changed includes libavcodec
Sat, 31 Jan 2004 22:47:48 +0000 alex not needed anymore libavcodec
Sat, 31 Jan 2004 21:28:49 +0000 michael segfault fix libavcodec
Sat, 31 Jan 2004 20:41:07 +0000 melanson vsad16_mmx2 only applies if encoders are turned on libavcodec
Sat, 31 Jan 2004 20:37:46 +0000 melanson these functions (get_bit_count and align_put_bits) are referenced even libavcodec
Sat, 31 Jan 2004 18:17:38 +0000 melanson handle invalid buffer sizes libavcodec
Sat, 31 Jan 2004 17:57:57 +0000 melanson watch those hard tabs libavcodec
Sat, 31 Jan 2004 17:40:28 +0000 melanson handle 0-length buffers libavcodec
Sat, 31 Jan 2004 17:30:28 +0000 melanson handle 0-length buffers libavcodec
Thu, 29 Jan 2004 15:50:54 +0000 michael b frames + cbr fix libavcodec
Thu, 29 Jan 2004 01:15:25 +0000 michael SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>) libavcodec
Wed, 28 Jan 2004 00:36:58 +0000 michael 4mv + b frame encoding segfault fix libavcodec
Tue, 27 Jan 2004 13:55:34 +0000 michael first coded vs. first displayed pts (segfault & pts fix if b frames are used) libavcodec
Mon, 26 Jan 2004 19:14:02 +0000 michael 10l libavcodec
Mon, 26 Jan 2004 19:09:47 +0000 michael int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Mon, 26 Jan 2004 19:04:32 +0000 michael mpeg4 pts fix libavcodec
Sun, 25 Jan 2004 16:43:09 +0000 rtognimp Use reget buffer instead of copying from prev frame libavcodec
Sun, 25 Jan 2004 11:13:56 +0000 alex freebsd fix for mpeg12.c (moving INT64_MAX to common.h) libavcodec
Sat, 24 Jan 2004 23:47:33 +0000 michael optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 and http://www.alicestreet.com/ffh263.html libavcodec
Sat, 24 Jan 2004 22:22:42 +0000 michael optimization libavcodec
Fri, 23 Jan 2004 12:30:31 +0000 michael segfault fix libavcodec
Thu, 22 Jan 2004 19:48:28 +0000 michael closed gop support & flags2 as all bits in flags are used libavcodec
Thu, 22 Jan 2004 12:09:14 +0000 michael inttypes.h patch by (Chip <szarlada at freemail dot hu>) libavcodec
Wed, 21 Jan 2004 19:14:26 +0000 michael more tolerance for dc=0 libavcodec
Mon, 19 Jan 2004 14:41:34 +0000 michael avcodec_flush_buffers() fix libavcodec
Sun, 18 Jan 2004 21:57:32 +0000 michael segfault fix libavcodec
Sun, 18 Jan 2004 21:41:44 +0000 michael removing broken framerate conversation hack in mpeg1/2 libavcodec
Sun, 18 Jan 2004 02:59:01 +0000 michael rv20 mv prediction in b frames fix libavcodec
Thu, 15 Jan 2004 01:29:26 +0000 michael xvid "packed" stuff support libavcodec
Wed, 14 Jan 2004 02:35:04 +0000 michael dont calculate stuff if its not used ... libavcodec
Wed, 14 Jan 2004 02:21:39 +0000 michael fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmp libavcodec
Tue, 13 Jan 2004 20:26:44 +0000 rtognimp Right fix for older zlib version libavcodec
Tue, 13 Jan 2004 19:46:37 +0000 rtognimp Fix for older version of zlib libavcodec
Mon, 12 Jan 2004 22:39:19 +0000 michael type fixes, found by Wolfgang Hesseler libavcodec
Mon, 12 Jan 2004 22:14:45 +0000 rtognimp MSZH and ZLIB decoder support libavcodec
Sat, 10 Jan 2004 19:54:12 +0000 michael grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb)) libavcodec
Sat, 10 Jan 2004 16:04:55 +0000 michael copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise libavcodec
Sat, 10 Jan 2004 12:53:07 +0000 michael more sane inttypes emulation behavior if libavcodec is used outside ffmpeg libavcodec
Sat, 10 Jan 2004 01:58:00 +0000 michael cleanup libavcodec
Fri, 09 Jan 2004 23:43:57 +0000 michael something unimportant ... libavcodec
Fri, 09 Jan 2004 18:00:31 +0000 michael inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at androme dot be>) libavcodec
Thu, 08 Jan 2004 23:51:23 +0000 michael lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
Thu, 08 Jan 2004 21:08:57 +0000 michael optimize compute_antialias() and add a floating point based alternative (2x faster) libavcodec
Thu, 08 Jan 2004 18:44:36 +0000 michael uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>) libavcodec
Thu, 08 Jan 2004 18:24:35 +0000 michael memleak fix libavcodec
Mon, 05 Jan 2004 23:40:23 +0000 michael 10l libavcodec
Mon, 05 Jan 2004 22:57:07 +0000 michael interlaced dct decision cleanup libavcodec
Mon, 05 Jan 2004 11:16:05 +0000 michael simplify libavcodec
Sun, 04 Jan 2004 22:13:14 +0000 michael gop timestamp fix libavcodec
Sun, 04 Jan 2004 19:49:57 +0000 michael 10000l libavcodec
Sun, 04 Jan 2004 17:43:28 +0000 michael frame rate emulation "fix" by (Mean <fixounet at free dot fr>) libavcodec
Sun, 04 Jan 2004 17:29:51 +0000 michael mpeg2 QP clamping fix libavcodec
Sun, 04 Jan 2004 17:13:14 +0000 michael non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
Sun, 04 Jan 2004 14:43:52 +0000 michael warn the user if we had to clip some dct coefficient due to a crappy format which doenst support the whole needed range (msmpeg4/wmv mostly but mpeg1 too to a lesser extend) libavcodec
Sun, 04 Jan 2004 00:23:14 +0000 michael SVCD scan offset stuff libavcodec
Sat, 03 Jan 2004 20:14:45 +0000 michael denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>) libavcodec
Fri, 02 Jan 2004 22:29:08 +0000 michael denoise_dct_mmx() libavcodec
Fri, 02 Jan 2004 19:22:00 +0000 michael more trellis quant optimizations libavcodec
Fri, 02 Jan 2004 04:45:06 +0000 melanson first pass at Sierra VMD A/V decoders; video looks great, audio is not libavcodec
Fri, 02 Jan 2004 03:02:34 +0000 michael cleanup libavcodec
Fri, 02 Jan 2004 02:39:05 +0000 michael optimizing (trellis) quantizer libavcodec
Fri, 02 Jan 2004 02:31:53 +0000 melanson off-by-1 error in the never-before-tested embedded string code libavcodec
Thu, 01 Jan 2004 18:02:30 +0000 michael put_pixels width comment fix libavcodec
Thu, 01 Jan 2004 16:56:04 +0000 michael dont show uninitalized motion vectors libavcodec
Thu, 01 Jan 2004 15:13:44 +0000 michael rate limit tips and checks libavcodec
Thu, 01 Jan 2004 02:56:35 +0000 michael print vbv buffer size & bitrate when decoding with -debug 1 libavcodec
Tue, 30 Dec 2003 19:19:45 +0000 michael info about h and tpel libavcodec
Tue, 30 Dec 2003 16:07:57 +0000 michael interlaced motion estimation libavcodec
Tue, 30 Dec 2003 15:29:38 +0000 michael 100000l libavcodec
Tue, 30 Dec 2003 02:12:12 +0000 michael motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
Mon, 29 Dec 2003 22:25:08 +0000 michael picture number fixes libavcodec
Sun, 28 Dec 2003 11:35:54 +0000 michael 10l (segfault fix) libavcodec
Mon, 22 Dec 2003 19:42:28 +0000 michael lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
Mon, 22 Dec 2003 19:06:01 +0000 michael 10l (forgot to copy top_field_first flag) libavcodec
Sun, 21 Dec 2003 20:06:59 +0000 michael rv20 / h263 b frame fix libavcodec
Fri, 19 Dec 2003 00:47:36 +0000 michael fix crash libavcodec
Thu, 18 Dec 2003 23:44:49 +0000 melanson SVQ3 uses unrestricted motion vectors libavcodec
Thu, 18 Dec 2003 21:35:02 +0000 michael svq3 fix libavcodec
Wed, 17 Dec 2003 19:53:05 +0000 michael vbv_delay libavcodec
Tue, 16 Dec 2003 11:17:06 +0000 bellard pts and dts support in parser API libavcodec
Tue, 16 Dec 2003 01:17:58 +0000 melanson initial predictors are not sent to the output in QT IMA; fix stereo QT libavcodec
Mon, 15 Dec 2003 14:40:37 +0000 bellard added End Of File handling to return last picture for MPEG1/2/4 libavcodec
Mon, 15 Dec 2003 09:21:28 +0000 michael 100l (forgot alpha & ppc) libavcodec
Sun, 14 Dec 2003 20:48:12 +0000 michael mv vissualization & field picture fix libavcodec
Sun, 14 Dec 2003 17:47:23 +0000 michael cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
Sun, 14 Dec 2003 16:15:32 +0000 michael 10l (printing qscale before parsing it) libavcodec
Sun, 14 Dec 2003 02:57:00 +0000 michael split intra / inter dequantization libavcodec
Sun, 14 Dec 2003 01:42:00 +0000 michael error concealment regression test libavcodec
Sat, 13 Dec 2003 20:41:33 +0000 michael cleanup libavcodec
Sat, 13 Dec 2003 02:14:18 +0000 michael Here are juste two added #ifdef CONFIG_ENCODERS to allow libavcodec
Sat, 13 Dec 2003 01:33:52 +0000 michael mb type & qp vissualization libavcodec
Fri, 12 Dec 2003 21:30:47 +0000 michael stuffing to stay above min_bitrate libavcodec
Fri, 12 Dec 2003 19:26:55 +0000 michael CBR improvements libavcodec
Fri, 12 Dec 2003 16:56:38 +0000 bellard fixed top_field_first support when encoding libavcodec
Fri, 12 Dec 2003 16:55:12 +0000 bellard fill codec info libavcodec
Thu, 11 Dec 2003 16:14:27 +0000 michael fixing h263p encoding without UMV libavcodec
Thu, 11 Dec 2003 11:17:54 +0000 michael set AVCodecContext.width/height before get_buffer() libavcodec
Wed, 10 Dec 2003 17:05:41 +0000 michael interlaced dct encoding fix libavcodec
Wed, 10 Dec 2003 16:51:54 +0000 bellard interlaced DCT support for MPEG2 encoding libavcodec
Wed, 10 Dec 2003 16:49:20 +0000 bellard fixed interlaced encoding libavcodec
Wed, 10 Dec 2003 16:20:28 +0000 michael 10l (uninitialized var ...) libavcodec
Wed, 10 Dec 2003 11:18:36 +0000 bellard fixed potential problem if aspect_ratio_info == 0 for MPEG stream - fixed aspect ratio problem if CODEC_ID_MPEG2VIDEO is used to decode an MPEG1 stream (which is the recommended codec id for mpeg video) libavcodec
Wed, 10 Dec 2003 02:34:09 +0000 michael MB_TYPE_INTERLACED info fix libavcodec
Tue, 09 Dec 2003 14:51:49 +0000 bellard fixed low delay decoding libavcodec
Tue, 09 Dec 2003 14:03:55 +0000 michael 100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l libavcodec
Tue, 09 Dec 2003 13:47:08 +0000 michael slice structured fixes libavcodec
Tue, 09 Dec 2003 01:55:54 +0000 michael motion_subsample_log2 libavcodec
Tue, 09 Dec 2003 01:49:56 +0000 michael move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
Mon, 08 Dec 2003 18:26:22 +0000 alex FF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY support libavcodec
Mon, 08 Dec 2003 17:42:20 +0000 michael AIC/MQ encoding fix libavcodec
Mon, 08 Dec 2003 11:35:09 +0000 alex cosmetics libavcodec
Mon, 08 Dec 2003 11:32:06 +0000 alex more correct header parsing libavcodec
Mon, 08 Dec 2003 02:23:22 +0000 michael alternative inter vlc encoding fix libavcodec
Sun, 07 Dec 2003 02:10:30 +0000 michael slice flush / position fix libavcodec
Sun, 07 Dec 2003 01:33:45 +0000 michael h263 slice structured mode libavcodec
Fri, 05 Dec 2003 23:12:03 +0000 michael removing unused var & converting 64->32bit libavcodec
Fri, 05 Dec 2003 01:03:12 +0000 michael AVFrame.interlaced_frame fixes libavcodec
Fri, 05 Dec 2003 00:19:46 +0000 michael export top_field_first & interlaced_frame libavcodec
Thu, 04 Dec 2003 19:15:37 +0000 michael set has_b_frames correctly, fixes rv20 dr1 with mplayer libavcodec
Thu, 04 Dec 2003 18:46:49 +0000 michael cleanup libavcodec
Thu, 04 Dec 2003 18:34:47 +0000 michael rv20 (h263) b frame decoding support libavcodec
Thu, 04 Dec 2003 14:14:43 +0000 melanson this should make the decoder safe for big-endian platforms libavcodec
Wed, 03 Dec 2003 22:23:08 +0000 michael altivec.h bug workaround (untested) libavcodec
Wed, 03 Dec 2003 16:47:17 +0000 michael cleanup libavcodec
Wed, 03 Dec 2003 16:07:41 +0000 michael h263 modified quantization fix libavcodec
Wed, 03 Dec 2003 04:22:15 +0000 melanson initial support for Duck TrueMotion v1 (think of it as On2 VP1); only libavcodec
Wed, 03 Dec 2003 01:16:35 +0000 michael split ff_h263_decode_mb() into h263 and mpeg4 versions libavcodec
Tue, 02 Dec 2003 22:02:57 +0000 michael h263_h_loop_filter_mmx libavcodec
Tue, 02 Dec 2003 20:28:10 +0000 michael h263_v_loop_filter_mmx libavcodec
Mon, 01 Dec 2003 20:04:14 +0000 michael h263 MV prediction doesnt match mpeg4, for some slices configurations (fixes RV20 MVs) libavcodec
Mon, 01 Dec 2003 15:49:10 +0000 michael 10l libavcodec
Mon, 01 Dec 2003 15:23:14 +0000 michael h263 loop filter libavcodec
Sun, 30 Nov 2003 19:04:56 +0000 michael 4th frame type ... libavcodec
Sun, 30 Nov 2003 18:08:35 +0000 michael rv20 sub_id == 0x20200002 support libavcodec
Sun, 30 Nov 2003 17:30:18 +0000 michael cleanup libavcodec
Sun, 30 Nov 2003 17:22:51 +0000 michael rv10 fix libavcodec
Sun, 30 Nov 2003 14:35:35 +0000 michael rv20 decoder libavcodec
Sat, 29 Nov 2003 08:44:33 +0000 michael forgot libavcodec
Sat, 29 Nov 2003 08:37:51 +0000 michael h263 alternative inter vlc support libavcodec
Sat, 29 Nov 2003 00:19:24 +0000 michael intra16x16 fix libavcodec
Fri, 28 Nov 2003 23:38:43 +0000 michael 10000l libavcodec
Fri, 28 Nov 2003 22:09:09 +0000 michael cleanup libavcodec
Fri, 28 Nov 2003 21:31:20 +0000 michael h263 OBMC & 4MV support libavcodec
Thu, 27 Nov 2003 13:38:00 +0000 michael dont read from b frames if draw_horiz_band==NULL libavcodec
Thu, 27 Nov 2003 01:40:13 +0000 romansh * 3x encoding speedup. Finally we seem to be on par with libdv libavcodec
Wed, 26 Nov 2003 20:57:15 +0000 rtognimp - Add reget_buffer() function to AVCodecContext libavcodec
Tue, 25 Nov 2003 00:35:18 +0000 michael 16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
Mon, 24 Nov 2003 21:53:32 +0000 michael 10l libavcodec
Sun, 23 Nov 2003 18:49:53 +0000 alex theora alpha3 support (with maintaining backward compatibility, maybe we should remove all backward compatibility codes after final theora release?) libavcodec
Sun, 23 Nov 2003 18:43:09 +0000 alex finally working with old theora bitstream (flipped image), the only sample I have is decoded successfully (theora.ogg) libavcodec
Sun, 16 Nov 2003 19:23:39 +0000 michael av_d2q() documentation libavcodec
Fri, 14 Nov 2003 05:42:14 +0000 melanson yep, FLI support libavcodec
Thu, 13 Nov 2003 23:45:25 +0000 michael qprd with b frames fix libavcodec
Thu, 13 Nov 2003 23:22:06 +0000 michael qprd needs mbd=2 libavcodec
Thu, 13 Nov 2003 22:20:12 +0000 kabi * sys/types.h for size_t libavcodec
Thu, 13 Nov 2003 21:55:05 +0000 iive silence few warnings libavcodec
Wed, 12 Nov 2003 22:06:15 +0000 michael better fix libavcodec
Wed, 12 Nov 2003 22:01:13 +0000 michael small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge dot net>) libavcodec
Wed, 12 Nov 2003 13:03:51 +0000 michael ac prediction with rate distorted qp fix libavcodec
Wed, 12 Nov 2003 12:25:44 +0000 michael rate distored optimal lambda->qp support libavcodec
Wed, 12 Nov 2003 01:19:36 +0000 iive mpegvideo is back libavcodec
Mon, 10 Nov 2003 18:33:58 +0000 bellard also parse extradata for MPEG4 libavcodec
Mon, 10 Nov 2003 15:29:20 +0000 bellard new audio/video parser API libavcodec
Mon, 10 Nov 2003 15:21:16 +0000 bellard exported mpa_decode_header for new parser API libavcodec
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