log

age author description
Sun, 08 Nov 2009 23:37:59 +0000 cehoyos Use enum FrameType as parameter to construct_perm_table(). libavcodec
Sun, 08 Nov 2009 14:54:43 +0000 michael Remove unused variable. libavcodec
Sun, 08 Nov 2009 03:06:05 +0000 jbr ac3dec: revert r20089. The change was just wrong. 10l for me. libavcodec
Sat, 07 Nov 2009 20:10:02 +0000 michael Simpliy exp*table init, based on patch by reimar. libavcodec
Thu, 05 Nov 2009 18:29:06 +0000 reimar Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the libavcodec
Thu, 05 Nov 2009 01:10:27 +0000 reynaldo Correct double include introduced by r20450 libavcodec
Wed, 04 Nov 2009 23:33:08 +0000 vitor Reduce stack memory allocation in MP3 decoder libavcodec
Wed, 04 Nov 2009 19:29:29 +0000 reynaldo Implement ff_scale_vector_to_given_sum_of_squares() libavcodec
Wed, 04 Nov 2009 17:30:23 +0000 reimar Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. libavcodec
Tue, 03 Nov 2009 22:50:02 +0000 alexc Don't lock the channel output configuration based on the first value seen for libavcodec
Tue, 03 Nov 2009 16:17:21 +0000 compn add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov libavcodec
Tue, 03 Nov 2009 03:26:26 +0000 jbr Simplify AC-3 critical band end calculation (correctly this time). libavcodec
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