log

age author description
Sat, 05 Nov 2005 00:00:24 +0000 rtognimp Place qdm2 and truemotion2 in ifdef block so that they can be disabled libavcodec
Fri, 04 Nov 2005 23:24:24 +0000 michael extradata endianness comment libavcodec
Thu, 03 Nov 2005 23:26:51 +0000 lorenm tidier cabac_intra4x4_pred_mode libavcodec
Wed, 02 Nov 2005 09:18:32 +0000 gpoirier Typo fix libavcodec
Fri, 28 Oct 2005 18:18:04 +0000 mru no mixing of code and declarations libavcodec
Fri, 28 Oct 2005 16:01:12 +0000 reimar Make rle_code int everywhere instead of signed char. libavcodec
Fri, 28 Oct 2005 06:37:32 +0000 lorenm 25% faster deblocking, 4-6% overall. libavcodec
Thu, 27 Oct 2005 21:03:36 +0000 lorenm fix a crash on dropped frames libavcodec
Thu, 27 Oct 2005 06:45:29 +0000 lorenm faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx. libavcodec
Wed, 26 Oct 2005 12:51:10 +0000 gpoirier avoid the registration of DECODERS if only CONFIG_DECODERS is not defined. libavcodec
Wed, 26 Oct 2005 03:58:06 +0000 lorenm 10l: cqm weren't initialized in svq3. libavcodec
Tue, 25 Oct 2005 01:17:20 +0000 lorenm decode custom quant matrices. libavcodec
Sun, 23 Oct 2005 18:16:53 +0000 diego Add DTS_INC to the CFLAGS for DTS. This is only set by external configure libavcodec
Thu, 20 Oct 2005 20:04:45 +0000 rtognimp Increase version because of QDM2 decoder addition libavcodec
Wed, 19 Oct 2005 22:27:34 +0000 rtognimp init_get_bits() requires size in bits, not bytes libavcodec
Wed, 19 Oct 2005 18:42:37 +0000 gpoirier revert useless patch that was supposed to fix DTS support (but the fix belongs to MPlayer, not FFmpeg) libavcodec
Tue, 18 Oct 2005 20:31:12 +0000 rtognimp QDM2 compatible decoder libavcodec
Tue, 18 Oct 2005 20:16:43 +0000 rtognimp QDM2 compatible decoder libavcodec
Sun, 16 Oct 2005 13:56:52 +0000 melanson chroma decoding fix by Kostya libavcodec
Sat, 15 Oct 2005 16:29:58 +0000 rtognimp Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg libavcodec
Sat, 15 Oct 2005 14:33:11 +0000 melanson TM2 fixes by Kostya libavcodec
Fri, 14 Oct 2005 18:17:47 +0000 gpoirier Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POIS edu > libavcodec
Fri, 14 Oct 2005 16:17:40 +0000 melanson gcc 2.95 fix, courtesy of Luca Abeni libavcodec
Thu, 13 Oct 2005 04:35:31 +0000 melanson support for FLX and DTA extensions in the FLIC format, courtesy of libavcodec
Thu, 13 Oct 2005 04:31:55 +0000 melanson Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov libavcodec
Wed, 12 Oct 2005 22:43:12 +0000 alex set_se_golomb can only write 16bits, add a note about this (ok, maybe it's brain dead using it with more than 16bits, but..) libavcodec
Wed, 12 Oct 2005 22:40:10 +0000 alex sanity check whether dimensions are non-null libavcodec
Wed, 12 Oct 2005 22:37:42 +0000 alex removed unused CONFIG_AUDIO_NONSHORT libavcodec
Sun, 09 Oct 2005 23:38:52 +0000 lorenm h264 mmx weighted prediction. up to 3% overall speedup. libavcodec
Thu, 06 Oct 2005 12:13:25 +0000 diego Ignore AMR directories. libavcodec
Tue, 04 Oct 2005 11:19:08 +0000 diego Move all definitions of external dependencies into configure instead of libavcodec
Fri, 30 Sep 2005 02:31:47 +0000 lorenm sse2 16x16 sum squared diff (306=>268 cycles on a K8) libavcodec
Tue, 27 Sep 2005 05:12:13 +0000 lorenm 6% faster decode_cabac_residual libavcodec
Tue, 27 Sep 2005 04:46:45 +0000 lorenm 13% faster decode_residual (cavlc). libavcodec
Mon, 26 Sep 2005 10:05:13 +0000 diego support for building dynamic libraries on Mac OS X libavcodec
Sat, 24 Sep 2005 17:42:56 +0000 diego Fix some #ifdef to allow building amr_wb alone. libavcodec
Wed, 21 Sep 2005 23:18:52 +0000 aurel fix some pointer to intger without cast warnings (patch by Michel Bardiaux) libavcodec
Wed, 21 Sep 2005 23:09:16 +0000 aurel fix unused variable warnings libavcodec
Wed, 21 Sep 2005 21:17:09 +0000 michael replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ... libavcodec
Wed, 21 Sep 2005 08:14:17 +0000 michael Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer. libavcodec
Tue, 20 Sep 2005 21:43:45 +0000 michael changing a few options to AVOptions libavcodec
Tue, 20 Sep 2005 18:51:12 +0000 michael precautionary checks libavcodec
Tue, 20 Sep 2005 12:57:20 +0000 michael dont print NULL libavcodec
Mon, 19 Sep 2005 23:26:47 +0000 diego Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h libavcodec
Mon, 19 Sep 2005 12:03:51 +0000 michael set pts for h.263 decoding libavcodec
Sun, 18 Sep 2005 21:21:01 +0000 diego Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. libavcodec
Sun, 18 Sep 2005 14:45:17 +0000 michael print more time_base fps stuff if av_log level is at debug or above libavcodec
Sat, 17 Sep 2005 08:15:07 +0000 reimar check return value of decode_cabac_mb_dqp, it is INT_MIN on error. libavcodec
Wed, 14 Sep 2005 21:05:24 +0000 mru set more x264 encoding parameters libavcodec
Mon, 12 Sep 2005 19:16:07 +0000 michael the people want lower case ... libavcodec
Mon, 12 Sep 2005 18:24:48 +0000 michael dont include opt.h in avcodec.h libavcodec
Mon, 12 Sep 2005 16:30:47 +0000 diego CAREFULL --> CAREFUL typo fix libavcodec
Mon, 12 Sep 2005 12:07:08 +0000 michael converting a few more options to AVOptions libavcodec
Mon, 12 Sep 2005 10:23:52 +0000 michael convert some options in ffmpeg.c to AVOptions libavcodec
Sun, 11 Sep 2005 23:19:57 +0000 michael avoid stdio.h libavcodec
Sun, 11 Sep 2005 14:39:33 +0000 michael missing include noticed by g0th libavcodec
Sun, 11 Sep 2005 14:22:42 +0000 michael flags and named constants with type checking of course for AVOption libavcodec
Sun, 11 Sep 2005 11:10:25 +0000 michael AVOption API improvments libavcodec
Sat, 10 Sep 2005 23:00:13 +0000 michael add xvid idcts to dct-test libavcodec
Sat, 10 Sep 2005 19:30:40 +0000 reimar Fix compile without CONFIG_GPL, misplaced #endif caused a missing }. libavcodec
Sat, 10 Sep 2005 19:03:37 +0000 michael remove unused table entries libavcodec
Sat, 10 Sep 2005 17:09:54 +0000 michael select xvid idct for xvid files if possible libavcodec
Sat, 10 Sep 2005 17:01:30 +0000 michael xvids mmx&mmx2 idcts libavcodec
Sat, 10 Sep 2005 01:13:10 +0000 michael dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4 libavcodec
Wed, 07 Sep 2005 19:15:48 +0000 alex use av_log in debug mode libavcodec
Tue, 06 Sep 2005 21:32:18 +0000 michael AVOption enumeration support and some flags to classify AVOptions libavcodec
Tue, 06 Sep 2005 21:25:35 +0000 mru Kill some compiler warnings. Compiled code verified identical after changes. libavcodec
Tue, 06 Sep 2005 15:02:43 +0000 michael a few more raw yuv fourccs libavcodec
Tue, 06 Sep 2005 12:51:56 +0000 michael AVOption first try libavcodec
Mon, 05 Sep 2005 17:07:52 +0000 lorenm fix emulated edge motion compensation when resolution%16!=0 libavcodec
Mon, 05 Sep 2005 10:26:11 +0000 michael set a few variables correctly libavcodec
Mon, 05 Sep 2005 09:28:46 +0000 michael AV_LOG_DEBUG vs. AV_LOG_ERROR libavcodec
Sun, 04 Sep 2005 09:04:52 +0000 michael fixme note libavcodec
Sun, 04 Sep 2005 09:03:01 +0000 michael pts must be in time_base units libavcodec
Sat, 03 Sep 2005 20:36:24 +0000 michael print fourcc in a readable form if possible libavcodec
Sat, 03 Sep 2005 09:17:30 +0000 michael simplify (d&a) and (d&~a) calculation, hint by skal libavcodec
Fri, 02 Sep 2005 21:13:19 +0000 michael add consts (this was in my local tree, dunno where it came from, probably forgoten from some const patch) libavcodec
Fri, 02 Sep 2005 20:04:03 +0000 reimar Document "us" parameter for PCM conversion functions. libavcodec
Fri, 02 Sep 2005 19:16:48 +0000 reimar Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). libavcodec
Fri, 02 Sep 2005 17:12:16 +0000 michael setting timebase in the encoder doesnt seem like a good idea libavcodec
Fri, 02 Sep 2005 11:08:49 +0000 michael fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net) libavcodec
Fri, 02 Sep 2005 08:30:26 +0000 michael lowres support libavcodec
Thu, 01 Sep 2005 00:15:12 +0000 michael error concealment fix libavcodec
Tue, 30 Aug 2005 20:03:19 +0000 michael optimizations libavcodec
Fri, 26 Aug 2005 19:05:44 +0000 michael Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) libavcodec
Fri, 26 Aug 2005 15:41:28 +0000 michael Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de) libavcodec
Thu, 25 Aug 2005 00:01:57 +0000 michael prevent assert failures and infinite loops with broken streams libavcodec
Sun, 21 Aug 2005 22:31:01 +0000 michael time_base description by Rich Felker | dalias, aerifal cx libavcodec
Sun, 21 Aug 2005 22:17:41 +0000 michael reducing minimum supported picture size libavcodec
Sun, 21 Aug 2005 20:27:00 +0000 michael vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net) libavcodec
Sun, 21 Aug 2005 19:50:22 +0000 michael Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-stuttgart de) libavcodec
Sun, 21 Aug 2005 15:44:59 +0000 michael segfault fix libavcodec
Tue, 16 Aug 2005 07:53:03 +0000 michael automatically remove mess libavcodec
Mon, 15 Aug 2005 15:58:21 +0000 michael parse pict_type for streams in avi libavcodec
Sun, 14 Aug 2005 18:39:59 +0000 melanson automatically detect Cinepak data from Sega FILM/CPK files libavcodec
Sun, 14 Aug 2005 16:37:29 +0000 michael minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavcodec
Sun, 14 Aug 2005 15:42:40 +0000 mru kill a bunch of compiler warnings libavcodec
Sun, 14 Aug 2005 01:15:27 +0000 michael subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also fixes a few libavcodec
Sat, 13 Aug 2005 21:34:24 +0000 michael set pix_fmt libavcodec
Sat, 13 Aug 2005 20:48:47 +0000 melanson tinfoil patch: no array is written to in bulk before counts are libavcodec
Sat, 13 Aug 2005 18:49:01 +0000 melanson removed a bunch of unused, sub-optimal code libavcodec
Sat, 13 Aug 2005 18:39:21 +0000 melanson tinfoil patch: be more diligent about checking array boundaries before libavcodec
Sat, 13 Aug 2005 18:25:17 +0000 melanson tinfoil patch: validate motion vectors and do not free frame on exit if libavcodec
Sat, 13 Aug 2005 17:46:09 +0000 melanson tinfoil patch: make sure pixel_ptr never goes negative libavcodec
Sat, 13 Aug 2005 17:12:38 +0000 melanson tinfoil patch: accept no widths that are no multiples of 4 libavcodec
Sat, 13 Aug 2005 16:59:01 +0000 melanson tinfoil patch: make sure that pixel pointer does not go out of bounds libavcodec
Sat, 13 Aug 2005 13:45:42 +0000 mru fix building in separate directory libavcodec
Sat, 13 Aug 2005 09:12:09 +0000 michael security fixes libavcodec
Thu, 11 Aug 2005 01:28:04 +0000 michael DV video encoder/decoder doesn't set keyframe and picture type properties patch by (Edward Hervey:bilboed,gmail com) libavcodec
Sat, 06 Aug 2005 09:46:04 +0000 michael mkstemp on win32 workaround by (Ivan Wong: email, ivanwong info) libavcodec
Fri, 05 Aug 2005 23:25:35 +0000 michael liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com) libavcodec
Fri, 05 Aug 2005 19:15:34 +0000 alex 10l libavcodec
Thu, 04 Aug 2005 22:46:27 +0000 michael segfault fix libavcodec
Mon, 01 Aug 2005 20:07:05 +0000 al libavutil: Utility code from libavcodec moved to a separate library. libavcodec
Mon, 01 Aug 2005 20:01:41 +0000 michael fix assertion failure for mpeg2 encoding libavcodec
Mon, 01 Aug 2005 14:47:07 +0000 michael workaround 'colocated mv if colocated block is L1 predicted' bug in x264 libavcodec
Sun, 31 Jul 2005 10:51:04 +0000 michael A.B.C versions libavcodec
Sun, 31 Jul 2005 10:00:25 +0000 michael try to check for nonsense time_base instead of setting fake one libavcodec
Sat, 30 Jul 2005 16:15:36 +0000 michael check time_base.den for mpeg4 libavcodec
Wed, 27 Jul 2005 13:16:35 +0000 michael motion vector limit for mpeg2 libavcodec
Wed, 27 Jul 2005 07:29:20 +0000 diego Reduce verbosity. libavcodec
Wed, 27 Jul 2005 00:15:55 +0000 michael fixing colocated mv if colocated block is L1 predicted for the temporal direct case libavcodec
Tue, 26 Jul 2005 23:40:55 +0000 michael fixing colocated mv if colocated block is L1 predicted libavcodec
Mon, 25 Jul 2005 23:07:27 +0000 michael Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb uni-luebeck de) libavcodec
Mon, 25 Jul 2005 14:35:01 +0000 michael thread mess check for avcodec_open/close() libavcodec
Sun, 24 Jul 2005 09:28:24 +0000 michael fix user data parsing code so it suppors pre1 and cvs libavcodec
Sat, 23 Jul 2005 11:16:18 +0000 michael minor user data reading bugfix libavcodec
Fri, 22 Jul 2005 09:01:47 +0000 reimar Add missing +1 in bounds check. libavcodec
Fri, 22 Jul 2005 08:48:00 +0000 reimar reset restart_count when restart_interval is set and fill the libavcodec
Tue, 19 Jul 2005 14:25:23 +0000 michael portable IEEE float/double read/write functions libavcodec
Tue, 19 Jul 2005 13:29:13 +0000 michael portable IEEE float/double read/write functions libavcodec
Sun, 17 Jul 2005 12:56:56 +0000 michael dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADDING_SIZE libavcodec
Sun, 17 Jul 2005 11:27:00 +0000 michael verify len field validity in mjpeg_decode_com() libavcodec
Sun, 17 Jul 2005 09:22:51 +0000 michael 10l (forgot to commit this yesterday) libavcodec
Sun, 17 Jul 2005 00:28:12 +0000 michael DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) libavcodec
Sat, 16 Jul 2005 11:18:42 +0000 michael yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail com) libavcodec
Fri, 15 Jul 2005 06:51:36 +0000 michael Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com) libavcodec
Thu, 14 Jul 2005 21:57:22 +0000 michael more fine grained skip_frame libavcodec
Thu, 14 Jul 2005 21:39:36 +0000 michael skip_idct libavcodec
Thu, 14 Jul 2005 15:30:39 +0000 michael check for CODEC_CAP_DELAY in audio decoders too libavcodec
Thu, 14 Jul 2005 14:34:39 +0000 michael ffmpeg version should be "CVS" libavcodec
Mon, 11 Jul 2005 23:39:47 +0000 michael check len (should fix #1165694) libavcodec
Mon, 11 Jul 2005 22:56:23 +0000 michael fix segfault (bug #1165640) libavcodec
Mon, 11 Jul 2005 22:34:34 +0000 michael fix infinite loop (suggested change by rjayne at convera dot com) libavcodec
Mon, 11 Jul 2005 22:15:03 +0000 michael fix decoding of (broken) files with f_code=0 libavcodec
Mon, 11 Jul 2005 00:43:21 +0000 michael segfault fix libavcodec
Sun, 10 Jul 2005 00:22:13 +0000 michael patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-devel/files/patch-libavcodec::x264.c libavcodec
Sat, 09 Jul 2005 21:39:29 +0000 michael Here is the patch suggested by: unkaggregate, users sf net libavcodec
Sat, 02 Jul 2005 19:43:23 +0000 alex 100l - this has only worked on big endian libavcodec
Sat, 02 Jul 2005 19:39:58 +0000 alex parenthesing to avoid compiler errors in the future - compared asm outputs, behaviour didnt changed libavcodec
Sat, 02 Jul 2005 19:28:32 +0000 alex print 'not working' message libavcodec
Sat, 02 Jul 2005 19:10:30 +0000 alex 1l libavcodec
Fri, 01 Jul 2005 09:37:35 +0000 michael Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjrn Skjret: cisc, broadpark no) libavcodec
Wed, 29 Jun 2005 08:41:01 +0000 michael off by 1 error bugfix libavcodec
Tue, 28 Jun 2005 22:46:36 +0000 michael IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org) libavcodec
Tue, 28 Jun 2005 14:56:16 +0000 michael WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk) libavcodec
Tue, 28 Jun 2005 08:13:23 +0000 michael support extracting sps/pps from bitstream and putting it in extradata libavcodec
Tue, 28 Jun 2005 06:45:41 +0000 michael fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0 libavcodec
Mon, 27 Jun 2005 23:13:10 +0000 michael check mb_y libavcodec
Mon, 27 Jun 2005 09:37:16 +0000 michael keep decoding nal units after an error libavcodec
Mon, 27 Jun 2005 00:55:29 +0000 michael x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com) libavcodec
Mon, 27 Jun 2005 00:04:03 +0000 michael support changing in bitstream global headers into extradata style and back libavcodec
Sun, 26 Jun 2005 23:04:59 +0000 michael tiny docs improvement which i apparebtly forgot to commit libavcodec
Thu, 23 Jun 2005 20:24:25 +0000 gpoirier GCC4 fix libavcodec
Sun, 19 Jun 2005 23:33:09 +0000 michael make decoder a little bit more tolerant to missing NAL units libavcodec
Sun, 19 Jun 2005 21:46:14 +0000 mellum Communicate proper aliasing to gcc (needed for 4.1). libavcodec
Fri, 17 Jun 2005 15:02:53 +0000 diego spelling fixes libavcodec
Fri, 17 Jun 2005 08:24:35 +0000 lorenm H.264 lossless mode libavcodec
Thu, 09 Jun 2005 20:01:02 +0000 michael non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net) libavcodec
Wed, 08 Jun 2005 00:40:41 +0000 lorenm typo in cabac tables libavcodec
Tue, 07 Jun 2005 20:57:15 +0000 michael apiexample fix by (Chip: szarlada, freemail hu) libavcodec
Tue, 07 Jun 2005 14:12:15 +0000 michael uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavcodec
Sun, 05 Jun 2005 15:51:20 +0000 michael 10l (dont read variables before they have been set) libavcodec
Sat, 04 Jun 2005 15:49:54 +0000 mru remove mixed code/declarations libavcodec
Fri, 03 Jun 2005 13:59:38 +0000 bellard subtitle codec type support libavcodec
Thu, 02 Jun 2005 21:15:20 +0000 lorenm decode H.264 with 8x8 transform. libavcodec
Thu, 02 Jun 2005 20:45:35 +0000 lorenm sort H.264 mmx dsp functions into their own file libavcodec
Wed, 01 Jun 2005 21:19:00 +0000 michael adding a few const libavcodec
Wed, 01 Jun 2005 18:04:01 +0000 michael 100l for myself (breaking amd64) libavcodec
Wed, 01 Jun 2005 12:03:25 +0000 mru fix segfault if flush is called before the first frame libavcodec
Wed, 01 Jun 2005 11:56:58 +0000 michael merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron) libavcodec
Wed, 01 Jun 2005 11:36:32 +0000 michael get rid of 2 movq (680 -> 658 dezicycles on duron) libavcodec
Wed, 01 Jun 2005 08:43:40 +0000 michael avoid one transpose (730->680 dezicycles on duron) libavcodec
Wed, 01 Jun 2005 04:51:46 +0000 lorenm 10l (symbol mangling) libavcodec
Wed, 01 Jun 2005 01:18:41 +0000 michael add rounding bias before the horizontal idct (765->730 dezicyles on duron) libavcodec
Tue, 31 May 2005 22:48:33 +0000 lorenm MMX for H.264 iDCT (adapted from x264) libavcodec
Mon, 30 May 2005 22:02:00 +0000 michael decrease V_NB_BITS if possible libavcodec
Mon, 30 May 2005 20:34:05 +0000 michael more trivial optimizations libavcodec
Mon, 30 May 2005 20:34:02 +0000 mru enable x264 multi-threading libavcodec
Mon, 30 May 2005 19:14:50 +0000 michael maxdepth is supposed to be a constant, its faster if its too large then if its non constant libavcodec
Mon, 30 May 2005 15:03:06 +0000 michael optimizations libavcodec
Mon, 30 May 2005 00:07:52 +0000 michael faster float->short conversation libavcodec
Sun, 29 May 2005 22:50:22 +0000 michael ilog() -> av_log2() libavcodec
Sun, 29 May 2005 22:11:05 +0000 michael Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu) libavcodec
Sun, 29 May 2005 18:18:13 +0000 lorenm decode h264 end-of-slice flag libavcodec
Thu, 26 May 2005 14:40:20 +0000 michael cleanup libavcodec
Thu, 26 May 2005 14:32:46 +0000 michael Better ARM support for mplayer/ffmpeg, ported from atty fork libavcodec
Thu, 26 May 2005 08:57:13 +0000 michael AV_LOG_DEBUG is not a good default ... libavcodec
Wed, 25 May 2005 08:05:41 +0000 hzoli MMX code for (put|avg)_h264_chroma_mc8 libavcodec
Tue, 24 May 2005 14:21:42 +0000 melanson read loop filter limit values from Theora header, courtesy of Matthieu libavcodec
Sun, 22 May 2005 23:58:58 +0000 michael ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com) libavcodec
Sun, 22 May 2005 23:39:11 +0000 michael libgsm warper by (Alban Bedel: albeu, free fr) libavcodec
Sat, 21 May 2005 22:20:26 +0000 michael fix max b frames with b frame strategy 1 libavcodec
Sat, 21 May 2005 21:37:07 +0000 michael START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org) libavcodec
Sat, 21 May 2005 19:31:16 +0000 melanson fix bugs in new loop filter code; also, refrain from filtering against libavcodec
Sat, 21 May 2005 07:43:49 +0000 michael remove unused vp3 related function pointers libavcodec
Sat, 21 May 2005 07:35:15 +0000 michael disable broken loop filter optimization libavcodec
Sat, 21 May 2005 05:20:52 +0000 melanson apply the loop filter to fragments as they are rendered into the final libavcodec
Sat, 21 May 2005 04:43:36 +0000 melanson render by the slice rather than the plane libavcodec
Sat, 21 May 2005 02:06:27 +0000 melanson clean up some warnings and dead code libavcodec
Sat, 21 May 2005 01:17:20 +0000 michael 1.) LGPL license mentioned libavcodec
Sat, 21 May 2005 01:12:41 +0000 melanson another bitstream extraction to optimize: fixed-length motion vectors libavcodec
Thu, 19 May 2005 23:59:10 +0000 melanson read Huffman tables from Theora header (patch courtesy of libavcodec
Thu, 19 May 2005 19:11:40 +0000 lorenm memory leak libavcodec
Thu, 19 May 2005 11:45:10 +0000 mru accept old extradata format libavcodec
Thu, 19 May 2005 11:41:41 +0000 mru fix decoding of multi-channel vorbis streams libavcodec
Thu, 19 May 2005 10:48:36 +0000 michael use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering libavcodec
Thu, 19 May 2005 04:48:06 +0000 lorenm fix crash on negative POC libavcodec
Thu, 19 May 2005 02:43:21 +0000 melanson replace unpack_token() with a series of lookup tables libavcodec
Thu, 19 May 2005 00:17:50 +0000 aurel install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>) libavcodec
Wed, 18 May 2005 19:42:42 +0000 michael fix mpeg2 chroma_420_type libavcodec
Wed, 18 May 2005 17:14:59 +0000 melanson fix 4MV MC and reinstate new MC VLC libavcodec
Wed, 18 May 2005 14:05:17 +0000 mru fix shared libpostproc build libavcodec
Wed, 18 May 2005 09:17:22 +0000 lorenm H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math) libavcodec
Wed, 18 May 2005 09:07:26 +0000 michael reduce size of Vp3Fragment from 32byte to 16byte libavcodec
Wed, 18 May 2005 08:48:11 +0000 michael optimizing rle decoding loops a little libavcodec
Wed, 18 May 2005 07:59:07 +0000 michael disabling buggy optimizations libavcodec
Wed, 18 May 2005 00:11:49 +0000 melanson replace get_superblock_run_length() with a VLC table libavcodec
Tue, 17 May 2005 23:39:23 +0000 melanson use VLCs for in place of get_fragment_run_length(), get_mode_code(), and libavcodec
Tue, 17 May 2005 23:09:59 +0000 melanson signature has an 'x' libavcodec
Tue, 17 May 2005 22:47:34 +0000 melanson Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine libavcodec
Tue, 17 May 2005 20:50:47 +0000 michael some optimizations gcc should have done (10% faster loop filter) libavcodec
Tue, 17 May 2005 20:30:22 +0000 michael SATURATE_U8 -> clip_uint8 (10% faster loop filter) libavcodec
Tue, 17 May 2005 19:02:43 +0000 michael Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu) libavcodec
Tue, 17 May 2005 18:28:40 +0000 michael porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API libavcodec
Tue, 17 May 2005 11:36:07 +0000 michael remove duplicate zigzag tables libavcodec
Tue, 17 May 2005 11:31:57 +0000 michael fix idct permutation libavcodec
Tue, 17 May 2005 11:12:04 +0000 michael porting vp3 idct over to lavc idct api libavcodec
Tue, 17 May 2005 09:18:49 +0000 michael remove permutation done to quant tables and then undone during idct libavcodec
Tue, 17 May 2005 09:11:48 +0000 michael disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct libavcodec