log

age author description
Mon, 22 Dec 2008 09:12:42 +0000 diego Rename libavcodec/i386/ --> libavcodec/x86/. libavcodec
Mon, 22 Dec 2008 06:50:18 +0000 kostya Decode TIFF image only after all tags have been decoded libavcodec
Mon, 22 Dec 2008 06:47:51 +0000 kostya Some TIFFs declare -1 for the single strip height libavcodec
Mon, 22 Dec 2008 06:43:14 +0000 kostya Add monochrome TIFF support libavcodec
Mon, 22 Dec 2008 06:39:31 +0000 kostya Calculate line size variable correctly for lower bitdepths and use it for raw data copying libavcodec
Mon, 22 Dec 2008 06:36:10 +0000 kostya Register TIFF tags for CCITT Group 3 and 4 compression options libavcodec
Mon, 22 Dec 2008 00:10:36 +0000 diego Remove a bunch of unused variables. libavcodec
Mon, 22 Dec 2008 00:03:30 +0000 diego Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward. libavcodec
Mon, 22 Dec 2008 00:01:39 +0000 diego Fix incorrectly constructed Dirac parse units that caused A/V sync loss. libavcodec
Sun, 21 Dec 2008 23:56:55 +0000 diego Do not use full include path for headers in the same directory. libavcodec
Sun, 21 Dec 2008 23:50:16 +0000 michael Change mpeg audio parser so it only sets frame_size, channels and bit_rate libavcodec
Sun, 21 Dec 2008 21:53:42 +0000 andoma Include "libavutil/common.h" where we use llrint() in case ffmpeg's libavcodec
Sun, 21 Dec 2008 21:47:29 +0000 michael Fix PTS returned by the demuxers for mpeg4 without a decoder. libavcodec
Sun, 21 Dec 2008 21:30:36 +0000 michael Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header(). libavcodec
Sun, 21 Dec 2008 17:49:40 +0000 michael Remove useless code. libavcodec
Sun, 21 Dec 2008 15:58:42 +0000 michael Only execute clear_blocks() when needed. libavcodec
Sun, 21 Dec 2008 05:32:55 +0000 superdump AAC: Reindent after last commit libavcodec
Sun, 21 Dec 2008 05:28:14 +0000 superdump AAC: Fix AAC prediction when used in conjunction with the CPE libavcodec
Sun, 21 Dec 2008 05:08:32 +0000 superdump AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig libavcodec
Sat, 20 Dec 2008 23:11:30 +0000 michael Optimize get_dct8x8_allowed(). libavcodec
Sat, 20 Dec 2008 18:06:01 +0000 kostya RV30 decoder libavcodec
Sat, 20 Dec 2008 06:09:54 +0000 kostya RV30 loop filter libavcodec
Sat, 20 Dec 2008 02:38:34 +0000 reynaldo Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling' libavcodec
Fri, 19 Dec 2008 22:37:56 +0000 stefano Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions libavcodec
Fri, 19 Dec 2008 22:29:30 +0000 stefano Remove calls to deprecated av_set_string2() with calls to libavcodec
Fri, 19 Dec 2008 14:49:17 +0000 darkshikari H.264 loopfilter speed tweaks libavcodec
Fri, 19 Dec 2008 13:45:13 +0000 darkshikari Port x264 deblocking code to libavcodec. libavcodec
Fri, 19 Dec 2008 09:34:18 +0000 michael Document new idct requirements. libavcodec
Fri, 19 Dec 2008 09:21:54 +0000 michael Fix decoding with the plain C idcts of libavcodec
Fri, 19 Dec 2008 06:29:35 +0000 kostya a table for upcoming RV30 loop filtering libavcodec