log

age author description
Thu, 03 Jan 2008 22:41:59 +0000 jbr remove workaround which is no longer needed due to libavcodec
Thu, 03 Jan 2008 09:16:56 +0000 kostya Make decode210() common function. libavcodec
Thu, 03 Jan 2008 02:26:29 +0000 jbr add crc check to ac3 decoder libavcodec
Wed, 02 Jan 2008 19:24:42 +0000 diego Fix issue #301: libavcodec
Mon, 31 Dec 2007 07:12:50 +0000 kostya Direct blocks should use motion vectors from the second reference frame libavcodec
Sun, 30 Dec 2007 22:58:20 +0000 jbr simplify libavcodec
Sun, 30 Dec 2007 22:28:17 +0000 jbr pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments libavcodec
Sun, 30 Dec 2007 21:26:30 +0000 jbr cosmetics: rename sampling_rate to sample_rate libavcodec
Sun, 30 Dec 2007 21:24:49 +0000 jbr do not need to cast a (void *) libavcodec
Sun, 30 Dec 2007 21:09:08 +0000 jbr cosmetics: vertical realignment after last commit libavcodec
Sun, 30 Dec 2007 20:58:50 +0000 jbr cosmetics: rename all AC3DecodeContext variables from ctx to s libavcodec
Sun, 30 Dec 2007 20:47:22 +0000 jbr cosmetics: rename GetBitContext gb to gbc libavcodec
Sun, 30 Dec 2007 03:10:18 +0000 jbr remove unused context variable libavcodec
Sat, 29 Dec 2007 20:49:03 +0000 aurel export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) libavcodec
Fri, 28 Dec 2007 13:12:47 +0000 ivo remove forgotten debug statement libavcodec
Fri, 28 Dec 2007 13:09:57 +0000 ivo Sort properly libavcodec
Fri, 28 Dec 2007 13:07:43 +0000 ivo Sun Rasterfile decoder libavcodec
Fri, 28 Dec 2007 06:13:55 +0000 jbr use cutoff frequency to adjust bandwidth in ac3 encoder libavcodec
Fri, 28 Dec 2007 05:32:12 +0000 jbr use bps instead of kbps for bitrate libavcodec
Fri, 28 Dec 2007 03:12:24 +0000 jbr Do not give advice for which bitrate to choose. libavcodec
Fri, 28 Dec 2007 03:05:49 +0000 jbr fix typo libavcodec
Fri, 28 Dec 2007 01:42:58 +0000 diego Remove mistakenly added multiple inclusion guards. libavcodec
Thu, 27 Dec 2007 12:56:49 +0000 diego Fix make checkheaders. libavcodec
Thu, 27 Dec 2007 12:31:23 +0000 diego Add necessary #include, fixes the warnings: libavcodec
Thu, 27 Dec 2007 11:55:53 +0000 diego Fix clicking sound in xa-adpcm. libavcodec
Thu, 27 Dec 2007 11:49:28 +0000 ivo remove useless cast libavcodec
Thu, 27 Dec 2007 03:03:45 +0000 michael Fix encoding wmv1 with -mbd 1. libavcodec
Wed, 26 Dec 2007 22:17:46 +0000 ivo PC Paintbrush PCX image decoder libavcodec
Wed, 26 Dec 2007 16:24:49 +0000 ivo remove useless assignment libavcodec
Wed, 26 Dec 2007 16:24:04 +0000 ivo remove useless assignment libavcodec
Wed, 26 Dec 2007 16:23:25 +0000 ivo remove useless casts libavcodec
Tue, 25 Dec 2007 15:36:12 +0000 reimar Check for avcodec_open codec parameter == NULL and return error in that case libavcodec
Sun, 23 Dec 2007 21:01:09 +0000 diego typo: begining --> beginning libavcodec
Sun, 23 Dec 2007 19:07:21 +0000 lu_zero Reindent libavcodec
Sun, 23 Dec 2007 19:06:33 +0000 lu_zero Minor fix libavcodec
Sun, 23 Dec 2007 15:54:21 +0000 lu_zero 10l do not load after the buffer... libavcodec
Sat, 22 Dec 2007 23:10:02 +0000 lu_zero Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventually libavcodec
Sat, 22 Dec 2007 15:39:32 +0000 lu_zero Reindent libavcodec
Sat, 22 Dec 2007 15:17:46 +0000 lu_zero Partially address issue299, no performance change apparently libavcodec
Sat, 22 Dec 2007 03:39:53 +0000 lu_zero Avoid a vec_add, directly start with sum libavcodec
Sat, 22 Dec 2007 02:53:36 +0000 lu_zero Reindent libavcodec
Sat, 22 Dec 2007 02:46:32 +0000 lu_zero Factorize common code (almost cosmetic) libavcodec
Sat, 22 Dec 2007 02:35:33 +0000 lu_zero Cosmetics libavcodec
Fri, 21 Dec 2007 23:11:22 +0000 gpoirier add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding. libavcodec
Fri, 21 Dec 2007 12:38:41 +0000 diego Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. libavcodec
Fri, 21 Dec 2007 11:50:18 +0000 diego comment typo fixes libavcodec
Fri, 21 Dec 2007 10:20:10 +0000 michael More consistent { placement. libavcodec
Fri, 21 Dec 2007 10:17:25 +0000 michael indent libavcodec
Fri, 21 Dec 2007 10:16:22 +0000 michael ~15% faster h264_chroma_mc2/4_c() these also prevent some possible out libavcodec
Fri, 21 Dec 2007 10:01:04 +0000 michael 30% faster h264_chroma_mc8_c(), this also prevents a possible out of libavcodec
Fri, 21 Dec 2007 00:22:40 +0000 ivo typo ;) libavcodec
Thu, 20 Dec 2007 09:59:07 +0000 michael Document a few more structure change rules with relation to ABI/API. libavcodec
Thu, 20 Dec 2007 09:43:01 +0000 michael Document structure change rules with relation to ABI/API. libavcodec
Thu, 20 Dec 2007 00:55:08 +0000 jbr Add option for user to scale the amount of dynamic range compression which is libavcodec
Wed, 19 Dec 2007 23:03:52 +0000 cehoyos Fix problem with multithreaded decoding, introduced by r11214. libavcodec
Wed, 19 Dec 2007 08:14:21 +0000 diego cosmetics: Sort some more entries. libavcodec
Tue, 18 Dec 2007 19:40:57 +0000 michael A little more doxygenization. libavcodec
Tue, 18 Dec 2007 19:40:08 +0000 michael Document Motion_Est_IDs. libavcodec
Tue, 18 Dec 2007 14:51:55 +0000 michael Remove old variable with the next major version bump. libavcodec
Tue, 18 Dec 2007 13:52:07 +0000 bcoudurier add bitrate helper to choose all dnxhd variants libavcodec