log

age author description
Sun, 04 Jan 2009 01:36:11 +0000 cehoyos Use H264 MMX chroma functions to accelerate RV40 decoding. libavcodec
Sat, 03 Jan 2009 19:21:48 +0000 michael Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes. libavcodec
Sat, 03 Jan 2009 19:20:50 +0000 michael Add type, text and ass to AVSubtitleRect. libavcodec
Sat, 03 Jan 2009 19:17:18 +0000 michael Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. libavcodec
Sat, 03 Jan 2009 18:41:35 +0000 michael Replace some fixed width variable from AVSubtitle* by normal int. libavcodec
Sat, 03 Jan 2009 18:26:07 +0000 michael Forgot to update (I likely missed it due to its similar name to dvb...) libavcodec
Sat, 03 Jan 2009 17:58:25 +0000 michael Future doxy for a few fields of AVSubtitleRect. libavcodec
Sat, 03 Jan 2009 17:54:48 +0000 michael Change AVSubtitle.rects to an array of pointers so ABI does not break libavcodec
Sat, 03 Jan 2009 15:15:03 +0000 michael Add enum AVSubtitleType libavcodec
Sat, 03 Jan 2009 00:46:17 +0000 darkshikari Add x264 SSE2 iDCT functions to H.264 decoder. libavcodec
Fri, 02 Jan 2009 16:21:22 +0000 diego Avoid POSIX-reserved _t namespace. libavcodec
Fri, 02 Jan 2009 16:19:27 +0000 diego Avoid POSIX-reserved _t namespace. libavcodec
Tue, 30 Dec 2008 03:13:52 +0000 mru ARM: work around linker bug with movw/movt relocations in shared libs libavcodec
Tue, 30 Dec 2008 03:13:40 +0000 mru ARM: rename coefficient table in NEON IDCT libavcodec
Mon, 29 Dec 2008 17:14:30 +0000 reynaldo Remove duplicated dot product code. Use dsputil's libavcodec
Mon, 29 Dec 2008 10:20:03 +0000 kostya It turned out that RV30 uses motion vectors for forward motion B-frame libavcodec
Sun, 28 Dec 2008 23:26:12 +0000 michael Explain the lack of +3/7 libavcodec
Sun, 28 Dec 2008 20:08:39 +0000 cehoyos Revert r16375: It broke aac decoding. libavcodec
Sun, 28 Dec 2008 19:48:43 +0000 cehoyos Reduce number of warnings when compiling with icc by two. libavcodec
Sun, 28 Dec 2008 19:44:47 +0000 cehoyos Silence one warning when compiling with icc: libavcodec
Sun, 28 Dec 2008 19:40:13 +0000 cehoyos Fix h264 decoding on SSE2 cores with icc compilation. libavcodec
Sat, 27 Dec 2008 23:12:00 +0000 mru Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED libavcodec
Sat, 27 Dec 2008 16:25:36 +0000 mru simple_idct: use MUL16 and MAC16 from mathops.h libavcodec
Sat, 27 Dec 2008 11:33:26 +0000 diego consistency cosmetics: Rename POWERPC identifiers to PPC. libavcodec
Sat, 27 Dec 2008 11:30:30 +0000 lu_zero Remove stray code libavcodec
Sat, 27 Dec 2008 11:21:28 +0000 lu_zero Cleanup _t types in libavcodec/ppc libavcodec
Sat, 27 Dec 2008 09:22:21 +0000 reimar Bump minor number for many small improvements, tiff fax decoding, libavcodec
Fri, 26 Dec 2008 19:52:52 +0000 mru ARM: NEON optimised float_to_int16 libavcodec
Fri, 26 Dec 2008 18:42:26 +0000 michael Enable faxcompr. libavcodec
Fri, 26 Dec 2008 18:39:24 +0000 michael indent libavcodec
Fri, 26 Dec 2008 18:39:07 +0000 michael Simplify vertical mode libavcodec
Fri, 26 Dec 2008 18:14:59 +0000 michael And another sechole ... libavcodec
Fri, 26 Dec 2008 18:06:29 +0000 michael Fix yet another sechole. libavcodec
Fri, 26 Dec 2008 17:51:10 +0000 michael Fix another sechole. libavcodec
Fri, 26 Dec 2008 17:32:11 +0000 michael Minor simplification. libavcodec
Fri, 26 Dec 2008 17:11:19 +0000 michael Remove unused run_start variable. libavcodec
Fri, 26 Dec 2008 17:04:31 +0000 michael Move sync line pointers code to the end of the loop, it is simpler that way. libavcodec
Fri, 26 Dec 2008 16:59:10 +0000 michael Get rid of check for condition that is always true (run_off < avctx->width). libavcodec
Fri, 26 Dec 2008 16:57:35 +0000 michael Get rid of pix_left in the 2d code, it is simpler that way. libavcodec
Fri, 26 Dec 2008 16:50:21 +0000 reynaldo COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch. libavcodec
Fri, 26 Dec 2008 16:49:06 +0000 reynaldo Part 2 of Kenan Gillet's QCELP silence handling patch. libavcodec
Fri, 26 Dec 2008 16:38:55 +0000 michael Factorize "avctx->width + 2" out to avoid someone mistakenly changing libavcodec
Fri, 26 Dec 2008 16:30:50 +0000 michael cosmetic (moving pix_left update) libavcodec
Fri, 26 Dec 2008 16:29:01 +0000 michael Close gaping sechole. That is, a series of run=0 allows arbitrary data to libavcodec
Fri, 26 Dec 2008 15:21:48 +0000 michael minor simplification libavcodec
Fri, 26 Dec 2008 15:05:12 +0000 michael Merge ff_ccitt_unpack_1d and 2d. libavcodec
Fri, 26 Dec 2008 14:57:42 +0000 michael Ensure that an invalid run terminates the line. libavcodec
Fri, 26 Dec 2008 14:39:21 +0000 michael 10l != vs. == (yes, my fault not kostya's). libavcodec
Fri, 26 Dec 2008 13:52:07 +0000 michael indent libavcodec
Fri, 26 Dec 2008 13:51:52 +0000 michael Simplify zero run handling in put_line(). libavcodec
Fri, 26 Dec 2008 13:50:00 +0000 michael Avoid negation in put_line(). libavcodec
Fri, 26 Dec 2008 13:48:09 +0000 michael Factorize mode switching in put_line(). libavcodec
Fri, 26 Dec 2008 13:46:11 +0000 michael Fix (rewrite) find_group3_syncmarker(). libavcodec
Fri, 26 Dec 2008 13:39:19 +0000 michael CCITT Fax Group 3 and 4 decompression by kostya. libavcodec
Fri, 26 Dec 2008 11:00:30 +0000 diego ASAO Nelly Moser implementation moved to a better place on mphq. libavcodec
Fri, 26 Dec 2008 08:03:26 +0000 benoit s/FFmpeg-devel/ffmpeg-devel/ libavcodec
Fri, 26 Dec 2008 00:19:08 +0000 darkshikari Fix compilation without optimization under 64-bit with x264 deblock asm enabled. libavcodec
Thu, 25 Dec 2008 23:13:43 +0000 mru ARM: add new h264 idct functions libavcodec
Thu, 25 Dec 2008 18:27:49 +0000 gpoirier Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16, libavcodec
Thu, 25 Dec 2008 15:49:50 +0000 diego Change mplayerhq.hu references to ffmpeg.org where appropriate. libavcodec