log

age author description
2009-09-22 mru AAC: use new dsputil functions libavcodec
2009-09-22 mru Add some dsputil functions useful for AAC decoder libavcodec
2009-09-21 banan Add forgotten cleanup function in atrac1. libavcodec
2009-09-21 banan Cosmetics, indentation. libavcodec
2009-09-21 banan Cosmetics. Merge declaration and initialization. libavcodec
2009-09-21 banan Move the scale factor and word length indexes to the stack. libavcodec
2009-09-21 reimar Use a custom radix sort implementation instead of qsort in dnxhd encoder. libavcodec
2009-09-21 alexc aacenc: Use preprocessor constants for trellis states and stages. libavcodec
2009-09-21 alexc aacenc: Split paths in the scalefactor selection trellis into a 2-D array. libavcodec
2009-09-21 alexc aacenc: Replace cbrt() with cbrtf() when the result is destined for float libavcodec
2009-09-21 alexc aacenc: Multiple distortion by lambda after it's summed and not each individual libavcodec
2009-09-21 alexc Cosmetics: Reindent after r19943. libavcodec
2009-09-21 alexc aacenc: Don't make unnecessary compares to the escape value in tight loops. libavcodec
2009-09-21 lorenm extend ff_inverse[], and fix its documentation libavcodec
2009-09-21 mru ARM: merge two loops in ff_mdct_calc_neon libavcodec
2009-09-21 mru ARM: interleave cos/sin tables for improved NEON MDCT libavcodec
2009-09-21 mru Allow arch-specific mdct code to request interleaving of cos/sin tables libavcodec
2009-09-21 mru ARM: remove broken IPP support libavcodec
2009-09-21 melanson Modify unpack_vlcs() so that there are fewer dereferences through the libavcodec
2009-09-20 diego Add parentheses to logical expression to avoid the warning: libavcodec
2009-09-20 diego Remove unused variable, fixes the warning: libavcodec
2009-09-20 mru Merge FFTContext and MDCTContext libavcodec
2009-09-20 diego Fix embarassing typo in last commit: Restore mistakenly removed ','. libavcodec
2009-09-20 diego K&R coding style whitespace cosmetics libavcodec
2009-09-20 cehoyos Cosmetics: Reindent after r19927. libavcodec
2009-09-20 cehoyos Allow encoding frames with more than 2800 lines. libavcodec
2009-09-19 reimar Support uncompressed 16 bit sgi image format, as e.g. used by the files at libavcodec
2009-09-19 reimar Simplify color_flags calculation, remove a pointless initialization libavcodec
2009-09-19 reimar Make default_correlation array const since it is never modified. libavcodec
2009-09-19 jbr Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction libavcodec
2009-09-19 banan Align sample output buffer in atrac1. libavcodec
2009-09-19 banan Fix the short block transform for atrac1. libavcodec
2009-09-18 diego Reorder functions so that encoding functions are disabled by the preprocessor. libavcodec
2009-09-18 diego Add missing stdint.h #include to fix 'make checkheaders'. libavcodec
2009-09-18 bcoudurier fix uninitialized memory in dnxhd encoder libavcodec
2009-09-17 banan Only use one mdct window size in atrac1. libavcodec
2009-09-17 kostya Remove useless code causing crash in Targa decoder libavcodec
2009-09-16 jbr add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXME libavcodec
2009-09-16 mru ARM: do not use movw/movt for relocatable values with PIC libavcodec
2009-09-16 kostya Monkey's Audio uses subframes too, declare that in its capabilities libavcodec
2009-09-16 faust3 Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes libavcodec
2009-09-16 pross perform sanity check on number of audio channels in avcodec_open() libavcodec
2009-09-16 gb Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field. libavcodec
2009-09-16 gb Move down HWAccel code path so that to fill in s->mb_x first. libavcodec
2009-09-15 mru 10l: fix ff_fft_init_arm() prototype libavcodec
2009-09-15 mru Move per-arch fft init bits into the corresponding subdirs libavcodec
2009-09-15 vitor Add two more sizes to ff_sine_windows[] and also pad it with NULLs so libavcodec
2009-09-15 jai_menon Fix max_coded_frame_size computation to account for byte alignment. libavcodec
2009-09-14 mru ARM: 10l: fix large FFTs libavcodec
2009-09-13 banan Do not release the AVFrame when using reget_buffer in flashsv. libavcodec
2009-09-13 banan Cosmetics. Renames, indentation and spacing. libavcodec
2009-09-12 ramiro Remove ; after while(0) in macros. libavcodec
2009-09-12 ramiro eval: Check for return value of memory allocations. libavcodec
2009-09-11 banan Remove table that was forgotten in the split. libavcodec
2009-09-11 banan Fix doxygen comment libavcodec
2009-09-11 faust3 reinit get_bits for every decode_packet call libavcodec
2009-09-11 benoit Make get_ur_golomb capable of reading 16 bit values. libavcodec
2009-09-11 benoit Fix a typo in the documentation. libavcodec
2009-09-11 mru ARM: NEON optimised MDCT libavcodec
2009-09-11 mru Prepare for optimised forward MDCT implementations libavcodec
2009-09-11 mru ARM: faster NEON IMDCT libavcodec
2009-09-10 banan Use reget_buffer instead of get_buffer. Fixes issue1367. libavcodec
2009-09-10 banan Add ATRAC1 codec ID. libavcodec
2009-09-10 banan Initial commit of the atrac1 decoder, not hooked up yet libavcodec
2009-09-10 banan Remove redundant code forgotten in the split libavcodec
2009-09-10 michael Check for thread_count==0. libavcodec
2009-09-10 reimar Simplify: reget_buffer behaves exactly like get_buffer if the buffer was libavcodec
2009-09-10 mru ARM: NEON optimised FFT and MDCT libavcodec
2009-09-10 mru DCA: move an aligned array from stack to context libavcodec
2009-09-09 michael Check thread count as multithreaded decoding is not supported. libavcodec
2009-09-08 banan Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. libavcodec
2009-09-08 diego Remove pointless debug statement that fails to compile. libavcodec
2009-09-08 reimar Try to clarify that anyone using get_bits must check for buffer overrun libavcodec
2009-09-06 cehoyos Cosmetics: Fix typo. libavcodec
2009-09-06 reimar Mark all pix_fmts and supported_framerates compound literals as const. libavcodec
2009-09-06 reimar Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec
2009-09-06 reimar ff_sine_windows table contains only constant data, too. libavcodec
2009-09-06 reimar The ff_cos_tabs table itself is constant, too, so mark it as such. libavcodec
2009-09-06 reimar The pointers in ff_sin_tabs themselves are constant, so mark them accordingly. libavcodec
2009-09-06 reimar ff_swb_offset_* tables should be const. libavcodec
2009-09-06 reimar compatible_frame array can be static const, too. libavcodec
2009-09-06 faust3 do not decode more than one audio frame in a decode packet call libavcodec
2009-09-06 faust3 avoid extra memcpy during scale factor decoding libavcodec
2009-09-06 ramiro Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label libavcodec
2009-09-05 ramiro Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). libavcodec
2009-09-05 reimar Use memcpy to copy till end of line in one go instead of copying pixel by pixel libavcodec
2009-09-05 reimar Slightly simplify detection of end of compressed data in xan_unpack libavcodec
2009-09-05 reimar Make vp3 arrays static const where possible. libavcodec
2009-09-05 reimar Remove useless ulti_decode_end function. libavcodec
2009-09-05 diego prettyprinting cosmetics libavcodec
2009-09-05 faust3 fix handling of packet loss when the output buffer is full libavcodec
2009-09-05 faust3 reindent libavcodec
2009-09-05 faust3 remove no longer needed debug output libavcodec
2009-09-05 faust3 reduce output buffer needs libavcodec
2009-09-05 faust3 store packet GetBitContext in the decoder context libavcodec
2009-09-04 diego Reduce pointless verbosity after seeks in the MP3 decoder. libavcodec
2009-09-04 jbr libspeex: Do not set AVCodecContext.frame_size in decoder init if there is no libavcodec
2009-09-02 diego cosmetics: indentation and other prettyprinting fixes libavcodec
2009-09-02 faust3 add missing wmapro decoder parts libavcodec
2009-08-30 diego Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name. libavcodec
2009-08-30 kostya Convert ZERO8x2 macro into inline function libavcodec
2009-08-30 reimar Remove unused variable. libavcodec
2009-08-30 kostya Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bit libavcodec
2009-08-30 kostya Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block libavcodec
2009-08-29 jbr Store the frame size in the LibSpeexContext in case the header does not exist. libavcodec
2009-08-29 mru One declaration of mm_flags is enough libavcodec
2009-08-29 mru Move declarations of some mmx functions to dsputil_mmx.h libavcodec
2009-08-29 mru Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16 libavcodec
2009-08-28 mru Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16 libavcodec
2009-08-28 jbr Use the output data type to determine the maximum number of samples that can be libavcodec
2009-08-28 jbr Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat libavcodec
2009-08-27 alexc Re-add search_for_ms to the coefficients encoders to silence warnings libavcodec