log

age author description
2009-09-22 mru AAC: 10l: fix PNS decoding libavcodec
2009-09-22 banan Hook up the MD studio demuxer and Atrac1 decoder. libavcodec
2009-09-22 banan Mention SDDS so search engines will pick it up for when someone libavcodec
2009-09-22 banan Use ff_sine_32 in atrac1. libavcodec
2009-09-22 melanson Perform the DC prediction reversal immediately after decoding all of libavcodec
2009-09-22 alexc AAC: Simplify some logic from r19956. (The escape codebook is unsigned.) libavcodec
2009-09-22 mru ARM: NEON optimisations for some dsputil functions libavcodec
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