log

age author description
Sun, 03 Jun 2007 13:27:44 +0000 lu_zero h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> libavcodec
Sun, 03 Jun 2007 11:44:43 +0000 lorenm filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb(). libavcodec
Sat, 02 Jun 2007 11:44:44 +0000 diego Rename aac_decoder to libfaad_decoder for consistency and to be able to libavcodec
Sat, 02 Jun 2007 11:20:24 +0000 diego Rename faac_encoder to libfaac_encoder for consistency and to be able to libavcodec
Sat, 02 Jun 2007 01:42:47 +0000 ramiro Remove get_byte wrapper libavcodec
Sat, 02 Jun 2007 01:41:07 +0000 ramiro Use AV_xx throughout libavcodec libavcodec
Fri, 01 Jun 2007 21:17:05 +0000 michael fix skipped blocks libavcodec
Thu, 31 May 2007 21:40:22 +0000 michael check qblur > 1 (prevent assert failure / segfault) libavcodec
Wed, 30 May 2007 23:06:37 +0000 michael sanity checks (should prevent hypothetical div by zero issue) libavcodec
Wed, 30 May 2007 21:38:57 +0000 michael fix assert() 2nd try libavcodec
Wed, 30 May 2007 14:20:55 +0000 benoit Add support for listing the supported pixel formats using the option libavcodec
Wed, 30 May 2007 09:32:25 +0000 benoit rename attribute_unused to av_unused and moves its declaration to common.h libavcodec
Tue, 29 May 2007 16:51:55 +0000 michael fix assertion failure libavcodec
Tue, 29 May 2007 16:43:25 +0000 kostya Do proper frame swapping so VMD video decoder works again libavcodec
Tue, 29 May 2007 15:01:33 +0000 benoit Split RoQ decoder to accommodate future encoder patch libavcodec
Tue, 29 May 2007 14:35:29 +0000 benoit allocate PPS and SPS dynamically libavcodec
Tue, 29 May 2007 12:20:40 +0000 benoit cosmetics and function rename libavcodec
Mon, 28 May 2007 09:30:41 +0000 diego Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. libavcodec
Sun, 27 May 2007 22:34:49 +0000 michael make decoder decode the first frame properly if theres more than just one libavcodec
Fri, 25 May 2007 14:42:11 +0000 takis Correct the parameter order for the call to "av_clip". libavcodec
Fri, 25 May 2007 00:16:14 +0000 lorenm merge huffman tables for rgb too libavcodec
Thu, 24 May 2007 19:04:19 +0000 lorenm cosmetics (reduce nesting) libavcodec
Thu, 24 May 2007 17:40:02 +0000 lorenm use sparse huffman tables. 1.5% faster huffyuv decoding. libavcodec
Thu, 24 May 2007 17:38:56 +0000 lorenm add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables. libavcodec
Thu, 24 May 2007 04:08:48 +0000 kostya fix dca_bitalloc_index decoder init libavcodec
Thu, 24 May 2007 04:02:47 +0000 kostya Fix dca.c compilation with #define TRACE libavcodec
Wed, 23 May 2007 18:41:34 +0000 ods15 fix mjpeg decoding with broken huffman table headers libavcodec
Wed, 23 May 2007 14:55:13 +0000 ramiro Remove duplicate bytestream functions libavcodec
Wed, 23 May 2007 13:46:11 +0000 takis Export the four remaining H.264 decoder intra prediction functions for reuse in libavcodec
Wed, 23 May 2007 09:07:57 +0000 takis Reindent libavcodec