log

age author description
Mon, 07 Jan 2008 12:43:04 +0000 benoit Mark the tables in g726.c as constant. libavcodec
Mon, 07 Jan 2008 12:40:39 +0000 benoit Remove unused symbol. libavcodec
Mon, 07 Jan 2008 00:18:02 +0000 jbr split out init of downmix coeffs into a separate function that can be called libavcodec
Sun, 06 Jan 2008 23:56:19 +0000 jbr remove unneeded variable from AC3DecodeContext libavcodec
Sun, 06 Jan 2008 23:33:30 +0000 jbr make sure that the last coupling band stops at the end of the coupling range libavcodec
Sun, 06 Jan 2008 20:15:24 +0000 jbr fix phase flag processing for the case when coupling coordinates are reused libavcodec
Sun, 06 Jan 2008 16:02:55 +0000 diego Rename two structures, identifiers starting with _[A-Z] are reserved. libavcodec
Sun, 06 Jan 2008 11:47:53 +0000 kostya Fractional parts of motion vectors should be accounted separately too libavcodec
Sat, 05 Jan 2008 21:23:57 +0000 jbr check for request_channels in dca init function libavcodec
Sat, 05 Jan 2008 21:08:20 +0000 jbr add downmixing support to libfaad decoder libavcodec
Sat, 05 Jan 2008 18:40:49 +0000 jbr cosmetics: indentation after last commit libavcodec
Sat, 05 Jan 2008 18:39:55 +0000 jbr move E-AC3 header parsing to ff_ac3_parse_header() libavcodec
Sat, 05 Jan 2008 17:04:57 +0000 jbr remove unneeded variables from AC3HeaderInfo libavcodec
Sat, 05 Jan 2008 16:47:40 +0000 jbr do not set channels before checking request_channels libavcodec
Sat, 05 Jan 2008 16:45:25 +0000 jbr use request_channels in liba52 decoder libavcodec
Sat, 05 Jan 2008 15:23:39 +0000 jbr cosmetics: indentation libavcodec
Sat, 05 Jan 2008 15:22:53 +0000 jbr check for request_channels at codec init libavcodec
Sat, 05 Jan 2008 15:18:15 +0000 jbr do not set channels before checking request_channels libavcodec
Sat, 05 Jan 2008 05:36:00 +0000 jbr adjust output channels based on AVCodecContext.request_channels in AC3 parser libavcodec
Sat, 05 Jan 2008 01:14:09 +0000 michael Drop non key frames before the first key frame. libavcodec
Fri, 04 Jan 2008 23:09:58 +0000 aurel improve CRC API libavcodec
Fri, 04 Jan 2008 20:02:10 +0000 banan Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net libavcodec
Fri, 04 Jan 2008 17:50:45 +0000 kostya RV30 thirdpel motion compensation support libavcodec
Fri, 04 Jan 2008 13:38:25 +0000 diego Change some files to only include the necessary headers. libavcodec
Fri, 04 Jan 2008 13:18:28 +0000 benoit Initialize "saved" buffer to zero. libavcodec
Fri, 04 Jan 2008 00:39:03 +0000 jbr cosmetics: indentation and add a TODO comment libavcodec
Thu, 03 Jan 2008 23:05:53 +0000 jbr only check ac3 crc if AVCodecContext.error_resilience > 0 libavcodec
Thu, 03 Jan 2008 22:42:37 +0000 jbr cosmetics: indentation after last commit libavcodec
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