log

age author description
Thu, 01 Oct 2009 15:30:27 +0000 reimar Use MANGLE in cavsdsp, the current version using "m" constraints will not libavcodec
Thu, 01 Oct 2009 12:21:54 +0000 benoit Fix indentation after last commit. libavcodec
Thu, 01 Oct 2009 12:20:08 +0000 benoit Add support for TARGA images without RLE compression. libavcodec
Thu, 01 Oct 2009 09:30:08 +0000 diego Fix wrongly indented block. libavcodec
Thu, 01 Oct 2009 09:13:21 +0000 diego Use "!exp" instead of "exp == NULL" in if condition. libavcodec
Thu, 01 Oct 2009 09:11:07 +0000 diego cosmetics: K&R coding style, prettyprinting libavcodec
Thu, 01 Oct 2009 06:31:49 +0000 kostya Do not attempt to decode TIFF files containing fax data with uncompressed libavcodec
Thu, 01 Oct 2009 05:52:38 +0000 kostya lavc MJPEG decoder is capable of decoding some extended sequential libavcodec
Thu, 01 Oct 2009 05:46:17 +0000 kostya Make BMP decoder produce flipped picture with RLE compression. libavcodec
Thu, 01 Oct 2009 05:42:55 +0000 kostya Make MS RLE decoder produce both bottom-up and top-down pictures libavcodec
Thu, 01 Oct 2009 00:06:54 +0000 jbr Change an error to a warning to support broken AC-3 files known to exist. libavcodec
Wed, 30 Sep 2009 22:25:49 +0000 conrad Support constant-quant encoding for libtheora libavcodec
Wed, 30 Sep 2009 21:51:02 +0000 jbr 10l: wrong operation in stereo rematrixing libavcodec
Wed, 30 Sep 2009 21:23:47 +0000 diego Add support for SGI images without RLE compression. libavcodec
Wed, 30 Sep 2009 20:47:59 +0000 reimar Do not needlessly add 7 to put_buts_count before dividing by 8, libavcodec
Wed, 30 Sep 2009 15:13:09 +0000 cehoyos Use floating point mathematics when encoding mpeg audio. libavcodec
Wed, 30 Sep 2009 10:48:14 +0000 reimar Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0 libavcodec
Wed, 30 Sep 2009 10:37:37 +0000 reimar Use ff_put_string in vorbis encoder. libavcodec
Wed, 30 Sep 2009 09:49:12 +0000 reimar Replace several #ifdef PIC with the more obvious and correct libavcodec
Wed, 30 Sep 2009 05:49:18 +0000 kostya When BitsPerSample tag is not present in TIFF, that means file is libavcodec
Wed, 30 Sep 2009 01:25:04 +0000 jbr Simplify stereo rematrixing by only using one temporary variable. It is also libavcodec
Wed, 30 Sep 2009 01:09:57 +0000 jbr remove unneeded assignment in inner loop. rematrixing bands are contiguous. libavcodec
Tue, 29 Sep 2009 19:18:51 +0000 reimar Use context instead of NULL for logging. libavcodec
Tue, 29 Sep 2009 19:17:18 +0000 reimar Make sure that dv encoder initializes all encoded packet data. libavcodec
Tue, 29 Sep 2009 18:03:30 +0000 diego cosmetics: K&R coding style, prettyprinting libavcodec
Tue, 29 Sep 2009 17:34:36 +0000 darkshikari Fix indentation in avcodec.h libavcodec
Tue, 29 Sep 2009 12:48:24 +0000 mru WMA: fix loop unrolling in decode_exp_vlc() libavcodec
Tue, 29 Sep 2009 11:43:58 +0000 diego whitespace cosmetics, prettyprinting, K&R coding style libavcodec
Tue, 29 Sep 2009 11:06:04 +0000 reimar Simplify r20025: use align_get_bits instead of reimplementing it. libavcodec
Tue, 29 Sep 2009 10:38:34 +0000 mru WMA: store level_table as floats, use type punning for sign flip in decode libavcodec
Tue, 29 Sep 2009 10:38:30 +0000 mru WMA: use type punning and unroll loops in decode_exp_vlc() libavcodec
Tue, 29 Sep 2009 10:38:27 +0000 mru WMA: use a table instead of pow() in decode_exp_vlc libavcodec
Tue, 29 Sep 2009 05:55:14 +0000 kostya Make sure all the bits are written to output in fax data decoder. libavcodec
Mon, 28 Sep 2009 21:46:22 +0000 diego some more linebreak and brace placement cosmetics libavcodec
Mon, 28 Sep 2009 21:13:47 +0000 diego brace placement and linebreak cosmetics libavcodec
Mon, 28 Sep 2009 15:37:18 +0000 superdump Refactor channel element configuration and mapping code into its own function libavcodec
Mon, 28 Sep 2009 15:35:51 +0000 superdump Reindent after last commit libavcodec
Mon, 28 Sep 2009 15:35:13 +0000 superdump AAC: Add channel layout support for channel configuration as defined in the libavcodec
Mon, 28 Sep 2009 05:19:13 +0000 kostya cosmetics: reindent and reformat function declarations libavcodec
Mon, 28 Sep 2009 05:17:20 +0000 kostya Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them libavcodec
Mon, 28 Sep 2009 05:15:27 +0000 kostya Make TIFF decoder load compression options only for corresponding codec libavcodec
Sun, 27 Sep 2009 16:52:05 +0000 mru ARM: NEON optimised vector_fmul_add libavcodec
Sun, 27 Sep 2009 16:52:00 +0000 mru cosmetics: fix indentation after previous commit libavcodec
Sun, 27 Sep 2009 16:51:54 +0000 mru Drop unused args from vector_fmul_add_add, simpify code, and rename libavcodec
Sun, 27 Sep 2009 09:43:11 +0000 kostya Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is libavcodec
Sun, 27 Sep 2009 08:16:50 +0000 mru WMAPRO: use vector_fmul_scalar from dsputil where possible libavcodec
Sun, 27 Sep 2009 07:16:51 +0000 jbr Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl() libavcodec
Sun, 27 Sep 2009 07:01:01 +0000 kostya Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data, libavcodec
Sun, 27 Sep 2009 06:38:57 +0000 jbr Move variable declaration to inside of loop. libavcodec
Sun, 27 Sep 2009 06:38:13 +0000 jbr Cosmetics: Rename some variables. libavcodec
Sun, 27 Sep 2009 06:33:23 +0000 jbr Simplify coupling band loop. libavcodec
Sun, 27 Sep 2009 06:16:49 +0000 jbr Remove unneeded table lookup. libavcodec
Sun, 27 Sep 2009 06:13:01 +0000 jbr Cosmetics: Rename some variables to be more descriptive of their use. libavcodec
Sun, 27 Sep 2009 06:10:36 +0000 jbr Move some variable declarations to inside of loops. libavcodec
Sun, 27 Sep 2009 06:01:32 +0000 jbr Remove unneeded variable. libavcodec
Sun, 27 Sep 2009 05:48:03 +0000 jbr Cosmetics: Rename some variables to be more descriptive of their use. libavcodec
Sun, 27 Sep 2009 05:39:57 +0000 jbr Remove some unneeded variables. libavcodec
Sun, 27 Sep 2009 05:36:52 +0000 jbr Cosmetics: Rename some variables libavcodec
Sun, 27 Sep 2009 04:57:36 +0000 jbr simplify 2 lines into 1 using FFMIN libavcodec
Sun, 27 Sep 2009 04:55:37 +0000 jbr Cosmetics: Do some basic pretty-printing. libavcodec
Sun, 27 Sep 2009 04:47:38 +0000 jbr Simplify by combining increment with array access. libavcodec
Sun, 27 Sep 2009 04:46:56 +0000 jbr cosmetics: Rename some variables to be more descriptive of their use. Do some libavcodec
Sun, 27 Sep 2009 04:41:05 +0000 jbr Move 2 variable declarations to inside of loop. libavcodec
Sun, 27 Sep 2009 04:37:00 +0000 jbr simplify by combining increment with array access libavcodec
Sun, 27 Sep 2009 04:32:31 +0000 jbr Remove unneeded variable libavcodec
Sun, 27 Sep 2009 04:07:49 +0000 jbr Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set. libavcodec
Sat, 26 Sep 2009 22:54:29 +0000 jbr simplify format string for writing pix_fmt string. libavcodec
Sat, 26 Sep 2009 19:55:21 +0000 mru ARM: NEON optimised vector_clipf libavcodec
Sat, 26 Sep 2009 19:23:27 +0000 mru WMA: remove some unused variables libavcodec
Sat, 26 Sep 2009 19:23:25 +0000 mru ARM: NEON optimised vector_fmul_reverse libavcodec
Sat, 26 Sep 2009 16:04:35 +0000 reimar Specify maximum sample rate of MLP by defining the factor relative to 48000 libavcodec
Sat, 26 Sep 2009 05:48:50 +0000 kostya Fix decoding of TIFF CCITT RLE compressed data. libavcodec
Fri, 25 Sep 2009 01:31:53 +0000 jbr Align pix_fmt list by allowing one more char for the pix_fmt name. libavcodec
Thu, 24 Sep 2009 22:39:47 +0000 reimar Remove ff_realloc_static, it is no longer used and since it was declared libavcodec
Thu, 24 Sep 2009 22:37:34 +0000 reimar Reindent. libavcodec
Thu, 24 Sep 2009 22:36:52 +0000 reimar Remove a piece of code left-over from the removed alloc'd static vlc table code. libavcodec
Thu, 24 Sep 2009 21:26:35 +0000 vitor Reindent code folowing previous commit (r20019) libavcodec
Thu, 24 Sep 2009 21:24:58 +0000 vitor Factorize duplicated code in at1_imdct_block() libavcodec
Thu, 24 Sep 2009 19:37:41 +0000 cehoyos Allow decoding of 625/50 (PAL) with video_stype==1. libavcodec
Thu, 24 Sep 2009 18:30:28 +0000 kostya Support both LSB and MSB orders for TIFF CCITT G.x compressed data. libavcodec
Thu, 24 Sep 2009 15:13:34 +0000 reimar Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and libavcodec
Thu, 24 Sep 2009 15:12:05 +0000 reimar Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec libavcodec
Thu, 24 Sep 2009 11:04:46 +0000 reimar Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC. libavcodec
Thu, 24 Sep 2009 10:49:47 +0000 reimar Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static libavcodec
Thu, 24 Sep 2009 09:44:51 +0000 reimar Use INIT_VLC_STATIC where easily possible in svq1dec libavcodec
Thu, 24 Sep 2009 06:33:16 +0000 melanson Make sure that all memory allocations succeed. libavcodec
Thu, 24 Sep 2009 05:24:46 +0000 kostya Take into account real number of colours when reading BMP palette. libavcodec
Wed, 23 Sep 2009 15:30:38 +0000 reimar Fix format string to match the types printed. libavcodec
Wed, 23 Sep 2009 15:16:36 +0000 michael Make sure priv_data is freed and codec is set to NULL in case of failure of avcodec_open(). libavcodec
Wed, 23 Sep 2009 14:19:17 +0000 michael Check submap indexes. libavcodec
Wed, 23 Sep 2009 13:52:56 +0000 mru ARM: NEON optimised int32_to_float_fmul_scalar libavcodec
Wed, 23 Sep 2009 13:52:53 +0000 mru AAC: minor simplification in PNS decoding libavcodec
Wed, 23 Sep 2009 13:18:29 +0000 michael Make error return sign consistent. libavcodec
Wed, 23 Sep 2009 13:08:48 +0000 michael Check begin/end/partition_size. libavcodec
Wed, 23 Sep 2009 12:42:12 +0000 michael Fix >= vs > check of coded_fragment_list_index. libavcodec
Wed, 23 Sep 2009 12:29:56 +0000 diego Remove unused variables, fixes the warnings: libavcodec
Wed, 23 Sep 2009 12:27:10 +0000 michael Fix init_get_bits() buffer size. libavcodec
Wed, 23 Sep 2009 12:24:21 +0000 michael Check res_setup->books. libavcodec
Wed, 23 Sep 2009 12:17:54 +0000 michael Check masterbook index and subclass book index. libavcodec
Wed, 23 Sep 2009 12:09:33 +0000 michael Add checks for per-packet mode indexes and per-header mode mapping indexes. libavcodec
Wed, 23 Sep 2009 12:02:31 +0000 michael Check classbook value. libavcodec
Wed, 23 Sep 2009 11:44:30 +0000 michael Set data_size to 0 to avoid having it uninitialized. libavcodec
Wed, 23 Sep 2009 11:33:44 +0000 michael Check data_size in decode_frame_mp3on4(). libavcodec
Wed, 23 Sep 2009 11:29:38 +0000 michael check data_size in decode_frame() libavcodec
Wed, 23 Sep 2009 10:45:14 +0000 michael Fix book_idx check. libavcodec
Wed, 23 Sep 2009 10:40:33 +0000 michael Sanity checks for magnitude and angle. libavcodec
Wed, 23 Sep 2009 10:33:49 +0000 michael = -> == typo. libavcodec
Wed, 23 Sep 2009 10:33:13 +0000 mru WMA: use DSPContext.butterflies_float libavcodec
Wed, 23 Sep 2009 10:07:29 +0000 cehoyos Cosmetics: Fix typo. libavcodec
Wed, 23 Sep 2009 09:58:44 +0000 michael Check num_units_in_tick/time_scale to be valid and within the range we support. libavcodec
Wed, 23 Sep 2009 09:03:26 +0000 darkshikari Add support for new x264 API. libavcodec
Wed, 23 Sep 2009 08:35:29 +0000 michael Check dimensions against 0 too. libavcodec
Wed, 23 Sep 2009 07:46:51 +0000 michael Check validity of channels & samplerate. libavcodec
Wed, 23 Sep 2009 05:38:12 +0000 melanson Another micro-optimization for unpack_vlcs(): Eliminate a possible libavcodec
Tue, 22 Sep 2009 22:44:56 +0000 michael Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome libavcodec
Tue, 22 Sep 2009 20:37:55 +0000 mru ARM: NEON optimised scalarproduct_float libavcodec
Tue, 22 Sep 2009 19:31:01 +0000 mru AAC: 10l: fix PNS decoding libavcodec
Tue, 22 Sep 2009 17:28:03 +0000 banan Hook up the MD studio demuxer and Atrac1 decoder. libavcodec
Tue, 22 Sep 2009 17:05:19 +0000 banan Mention SDDS so search engines will pick it up for when someone libavcodec
Tue, 22 Sep 2009 17:03:28 +0000 banan Use ff_sine_32 in atrac1. libavcodec