log

age author description
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
Tue, 22 Sep 2009 15:58:08 +0000 melanson Perform the DC prediction reversal immediately after decoding all of libavcodec
Tue, 22 Sep 2009 01:34:42 +0000 alexc AAC: Simplify some logic from r19956. (The escape codebook is unsigned.) libavcodec
Tue, 22 Sep 2009 00:48:48 +0000 mru ARM: NEON optimisations for some dsputil functions libavcodec
Tue, 22 Sep 2009 00:48:45 +0000 mru AAC: use new dsputil functions libavcodec
Tue, 22 Sep 2009 00:48:41 +0000 mru Add some dsputil functions useful for AAC decoder libavcodec
Mon, 21 Sep 2009 21:00:18 +0000 banan Add forgotten cleanup function in atrac1. libavcodec
Mon, 21 Sep 2009 20:53:29 +0000 banan Cosmetics, indentation. libavcodec
Mon, 21 Sep 2009 20:52:24 +0000 banan Cosmetics. Merge declaration and initialization. libavcodec
Mon, 21 Sep 2009 20:49:08 +0000 banan Move the scale factor and word length indexes to the stack. libavcodec
Mon, 21 Sep 2009 10:28:31 +0000 reimar Use a custom radix sort implementation instead of qsort in dnxhd encoder. libavcodec
Mon, 21 Sep 2009 04:32:51 +0000 alexc aacenc: Use preprocessor constants for trellis states and stages. libavcodec
Mon, 21 Sep 2009 04:15:12 +0000 alexc aacenc: Split paths in the scalefactor selection trellis into a 2-D array. libavcodec
Mon, 21 Sep 2009 03:53:39 +0000 alexc aacenc: Replace cbrt() with cbrtf() when the result is destined for float libavcodec
Mon, 21 Sep 2009 03:50:59 +0000 alexc aacenc: Multiple distortion by lambda after it's summed and not each individual libavcodec
Mon, 21 Sep 2009 03:42:54 +0000 alexc Cosmetics: Reindent after r19943. libavcodec
Mon, 21 Sep 2009 03:41:08 +0000 alexc aacenc: Don't make unnecessary compares to the escape value in tight loops. libavcodec
Mon, 21 Sep 2009 03:01:57 +0000 lorenm extend ff_inverse[], and fix its documentation libavcodec
Mon, 21 Sep 2009 02:56:12 +0000 mru ARM: merge two loops in ff_mdct_calc_neon libavcodec
Mon, 21 Sep 2009 02:56:09 +0000 mru ARM: interleave cos/sin tables for improved NEON MDCT libavcodec
Mon, 21 Sep 2009 02:56:06 +0000 mru Allow arch-specific mdct code to request interleaving of cos/sin tables libavcodec
Mon, 21 Sep 2009 01:40:08 +0000 mru ARM: remove broken IPP support libavcodec
Mon, 21 Sep 2009 01:37:50 +0000 melanson Modify unpack_vlcs() so that there are fewer dereferences through the libavcodec
Sun, 20 Sep 2009 18:29:48 +0000 diego Add parentheses to logical expression to avoid the warning: libavcodec
Sun, 20 Sep 2009 18:21:54 +0000 diego Remove unused variable, fixes the warning: libavcodec
Sun, 20 Sep 2009 17:30:20 +0000 mru Merge FFTContext and MDCTContext libavcodec
Sun, 20 Sep 2009 17:18:59 +0000 diego Fix embarassing typo in last commit: Restore mistakenly removed ','. libavcodec
Sun, 20 Sep 2009 17:16:12 +0000 diego K&R coding style whitespace cosmetics libavcodec
Sun, 20 Sep 2009 14:09:27 +0000 cehoyos Cosmetics: Reindent after r19927. libavcodec
Sun, 20 Sep 2009 14:08:44 +0000 cehoyos Allow encoding frames with more than 2800 lines. libavcodec
Sat, 19 Sep 2009 11:42:41 +0000 reimar Support uncompressed 16 bit sgi image format, as e.g. used by the files at libavcodec
Sat, 19 Sep 2009 11:36:51 +0000 reimar Simplify color_flags calculation, remove a pointless initialization libavcodec
Sat, 19 Sep 2009 11:35:55 +0000 reimar Make default_correlation array const since it is never modified. libavcodec
Sat, 19 Sep 2009 04:56:22 +0000 jbr Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction libavcodec
Sat, 19 Sep 2009 01:46:03 +0000 banan Align sample output buffer in atrac1. libavcodec
Sat, 19 Sep 2009 01:45:00 +0000 banan Fix the short block transform for atrac1. libavcodec
Fri, 18 Sep 2009 19:45:09 +0000 diego Reorder functions so that encoding functions are disabled by the preprocessor. libavcodec
Fri, 18 Sep 2009 19:41:23 +0000 diego Add missing stdint.h #include to fix 'make checkheaders'. libavcodec
Fri, 18 Sep 2009 19:03:05 +0000 bcoudurier fix uninitialized memory in dnxhd encoder libavcodec
Thu, 17 Sep 2009 18:52:11 +0000 banan Only use one mdct window size in atrac1. libavcodec
Thu, 17 Sep 2009 05:01:27 +0000 kostya Remove useless code causing crash in Targa decoder libavcodec
Wed, 16 Sep 2009 22:57:00 +0000 jbr add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXME libavcodec
Wed, 16 Sep 2009 19:20:48 +0000 mru ARM: do not use movw/movt for relocatable values with PIC libavcodec
Wed, 16 Sep 2009 16:18:18 +0000 kostya Monkey's Audio uses subframes too, declare that in its capabilities libavcodec
Wed, 16 Sep 2009 15:08:26 +0000 faust3 Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes libavcodec
Wed, 16 Sep 2009 11:29:47 +0000 pross perform sanity check on number of audio channels in avcodec_open() libavcodec
Wed, 16 Sep 2009 07:50:09 +0000 gb Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field. libavcodec
Wed, 16 Sep 2009 07:49:08 +0000 gb Move down HWAccel code path so that to fill in s->mb_x first. libavcodec
Tue, 15 Sep 2009 23:14:55 +0000 mru 10l: fix ff_fft_init_arm() prototype libavcodec
Tue, 15 Sep 2009 21:14:14 +0000 mru Move per-arch fft init bits into the corresponding subdirs libavcodec
Tue, 15 Sep 2009 16:18:16 +0000 vitor Add two more sizes to ff_sine_windows[] and also pad it with NULLs so libavcodec
Tue, 15 Sep 2009 15:06:04 +0000 jai_menon Fix max_coded_frame_size computation to account for byte alignment. libavcodec
Mon, 14 Sep 2009 21:37:41 +0000 mru ARM: 10l: fix large FFTs libavcodec
Sun, 13 Sep 2009 19:17:02 +0000 banan Do not release the AVFrame when using reget_buffer in flashsv. libavcodec
Sun, 13 Sep 2009 18:05:14 +0000 banan Cosmetics. Renames, indentation and spacing. libavcodec
Sat, 12 Sep 2009 20:10:02 +0000 ramiro Remove ; after while(0) in macros. libavcodec
Sat, 12 Sep 2009 17:59:19 +0000 ramiro eval: Check for return value of memory allocations. libavcodec
Fri, 11 Sep 2009 19:39:40 +0000 banan Remove table that was forgotten in the split. libavcodec
Fri, 11 Sep 2009 19:38:26 +0000 banan Fix doxygen comment libavcodec
Fri, 11 Sep 2009 15:59:27 +0000 faust3 reinit get_bits for every decode_packet call libavcodec
Fri, 11 Sep 2009 06:25:36 +0000 benoit Make get_ur_golomb capable of reading 16 bit values. libavcodec
Fri, 11 Sep 2009 06:20:05 +0000 benoit Fix a typo in the documentation. libavcodec
Fri, 11 Sep 2009 02:24:22 +0000 mru ARM: NEON optimised MDCT libavcodec
Fri, 11 Sep 2009 02:24:19 +0000 mru Prepare for optimised forward MDCT implementations libavcodec
Fri, 11 Sep 2009 02:01:18 +0000 mru ARM: faster NEON IMDCT libavcodec
Thu, 10 Sep 2009 19:01:53 +0000 banan Use reget_buffer instead of get_buffer. Fixes issue1367. libavcodec
Thu, 10 Sep 2009 18:49:25 +0000 banan Add ATRAC1 codec ID. libavcodec
Thu, 10 Sep 2009 18:47:02 +0000 banan Initial commit of the atrac1 decoder, not hooked up yet libavcodec
Thu, 10 Sep 2009 18:39:57 +0000 banan Remove redundant code forgotten in the split libavcodec
Thu, 10 Sep 2009 14:12:05 +0000 michael Check for thread_count==0. libavcodec
Thu, 10 Sep 2009 12:23:45 +0000 reimar Simplify: reget_buffer behaves exactly like get_buffer if the buffer was libavcodec
Thu, 10 Sep 2009 08:50:03 +0000 mru ARM: NEON optimised FFT and MDCT libavcodec
Thu, 10 Sep 2009 08:49:59 +0000 mru DCA: move an aligned array from stack to context libavcodec
Wed, 09 Sep 2009 21:44:48 +0000 michael Check thread count as multithreaded decoding is not supported. libavcodec
Tue, 08 Sep 2009 19:25:54 +0000 banan Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. libavcodec
Tue, 08 Sep 2009 09:11:56 +0000 diego Remove pointless debug statement that fails to compile. libavcodec
Tue, 08 Sep 2009 08:30:56 +0000 reimar Try to clarify that anyone using get_bits must check for buffer overrun libavcodec
Sun, 06 Sep 2009 18:24:25 +0000 cehoyos Cosmetics: Fix typo. libavcodec
Sun, 06 Sep 2009 16:09:21 +0000 reimar Mark all pix_fmts and supported_framerates compound literals as const. libavcodec
Sun, 06 Sep 2009 09:15:07 +0000 reimar Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec
Sun, 06 Sep 2009 08:56:10 +0000 reimar ff_sine_windows table contains only constant data, too. libavcodec
Sun, 06 Sep 2009 08:53:14 +0000 reimar The ff_cos_tabs table itself is constant, too, so mark it as such. libavcodec