log

age author description
Tue, 03 Nov 2009 02:59:18 +0000 jbr Revert r20050, which caused decoding errors with at least one valid AC-3 file. libavcodec
Mon, 02 Nov 2009 14:12:25 +0000 michael Avoid huge array for rgb ljpeg on the stack. libavcodec
Mon, 02 Nov 2009 00:10:10 +0000 compn map VYUY fourcc to rawcodec libavcodec
Sun, 01 Nov 2009 16:48:05 +0000 jbr Set sample format in flac_decode_init() rather than in libavcodec
Sun, 01 Nov 2009 15:08:49 +0000 jbr Set the sample format for Smacker audio in the decoder rather than in the libavcodec
Sat, 31 Oct 2009 02:02:30 +0000 vitor Implement AMR gain function that is used by both AMR and SIPR. libavcodec
Thu, 29 Oct 2009 10:58:59 +0000 michael Change whitespace placement a little to improve readabiliy slightly. libavcodec
Thu, 29 Oct 2009 10:46:29 +0000 michael Multiple inclusion guards for synth_filter.h. libavcodec
Thu, 29 Oct 2009 10:46:16 +0000 cehoyos Support demuxing teletext in DVB streams. libavcodec
Thu, 29 Oct 2009 10:43:56 +0000 michael Vertically align function arguments. libavcodec
Thu, 29 Oct 2009 00:55:35 +0000 mru Add generic rules for building helpers with HOSTCC libavcodec
Wed, 28 Oct 2009 22:41:45 +0000 reimar vorbis_dec: factor out duplicated code for index reading, bounds checking and libavcodec
Wed, 28 Oct 2009 20:02:40 +0000 reimar Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwin gcc 4.2.4. libavcodec
Wed, 28 Oct 2009 19:49:19 +0000 mru Makefile cosmetics libavcodec
Wed, 28 Oct 2009 19:49:16 +0000 mru Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set libavcodec
Wed, 28 Oct 2009 19:38:31 +0000 reimar Fix out-of-tree builds with --enable-hardcoded-tables libavcodec
Wed, 28 Oct 2009 19:15:42 +0000 reimar Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one. libavcodec
Wed, 28 Oct 2009 19:05:45 +0000 reimar Better formatting for 2D tables in tableprint code. libavcodec
Wed, 28 Oct 2009 18:52:39 +0000 reimar 10l, fix incorrect endif comment. libavcodec
Wed, 28 Oct 2009 18:42:52 +0000 reimar Add support for hardcoding the mpegaudiodec tables. libavcodec
Wed, 28 Oct 2009 14:40:05 +0000 michael Remove unused variable j. libavcodec
Wed, 28 Oct 2009 10:51:51 +0000 michael Split synth filter out of dca.c. libavcodec
Wed, 28 Oct 2009 06:41:58 +0000 diego Split PAM encoder off into its own file. libavcodec
Wed, 28 Oct 2009 06:34:00 +0000 diego Split the decoders from pnmen.c off into their own file. libavcodec
Wed, 28 Oct 2009 06:32:35 +0000 diego The encoders in pnmenc.c now depend on the init/end functions in pnm.c. libavcodec
Tue, 27 Oct 2009 23:53:18 +0000 vitor Commit some functions that are used by both SIPR and AMR. libavcodec
Tue, 27 Oct 2009 20:56:56 +0000 stefano Move pixdesc.{h,c} from libavcodec to libavutil. libavcodec
Tue, 27 Oct 2009 20:36:17 +0000 stefano Consistently use third person in doxies. libavcodec
Tue, 27 Oct 2009 17:15:05 +0000 diego Move PNM init/end functions to the PNM common code. libavcodec
Tue, 27 Oct 2009 16:57:35 +0000 diego whitespace cosmetics: K&R coding style, prettyprinting libavcodec