log

age author description
2008-05-25 jbr set audio parameters if frame header is ok, even if crc fails libavcodec
2008-05-25 jbr cosmetics: indent libavcodec
2008-05-25 jbr add error concealment libavcodec
2008-05-25 vitor Yet more cosmetics libavcodec
2008-05-25 vitor More cosmetics libavcodec
2008-05-25 vitor Cosmetics libavcodec
2008-05-25 vitor Rename var libavcodec
2008-05-25 vitor Minor simplification of dec1() libavcodec
2008-05-25 vitor Minor simplification of dec2() libavcodec
2008-05-25 vitor Remove useless variable libavcodec
2008-05-25 vitor Cosmetics: merge declaration and initialization libavcodec
2008-05-25 vitor Cosmetics: braces removal libavcodec
2008-05-25 vitor Move evaluation of variable a to where it is trivial libavcodec
2008-05-25 vitor Make add_wav() receive a vector instead of three integers libavcodec
2008-05-25 jbr cosmetics: indent libavcodec
2008-05-25 jbr 10l: fix error in commit r13382 libavcodec
2008-05-25 vitor Remove gbuf2 from context libavcodec
2008-05-25 jbr add checks for missing information in the first block libavcodec
2008-05-25 jbr add check for invalid channel mode when coupling is used libavcodec
2008-05-25 michael Fix MB skipping with droppable frames. libavcodec
2008-05-25 michael Do not reject odd width/height. libavcodec
2008-05-25 vitor Use (u)int16_t instead of short for tables libavcodec
2008-05-25 vitor Make tables that fit in one byte (u)int8_t libavcodec
2008-05-25 vitor Remove yet another val (gbuf1) from context libavcodec
2008-05-25 vitor Parameter n of dec functions is always 3. Hardcode it. libavcodec
2008-05-24 michael Move const *pow2tab out of context. libavcodec
2008-05-24 michael simplify init_pow2table libavcodec
2008-05-24 michael Merge init_rootpow2table and init_pow2table. libavcodec
2008-05-24 vitor Indent libavcodec
2008-05-24 vitor Remove another useless variable from context libavcodec
2008-05-24 voroshil Move pitch vector interpolation code to acelp_filters libavcodec
2008-05-24 vitor Use an intermediate variable for overflow testing libavcodec
2008-05-24 vitor Handle the case where we do not have enough input libavcodec
2008-05-24 michael Anoter try to make +- behave sanely. libavcodec
2008-05-24 vitor Simplify eq() libavcodec
2008-05-24 vitor Simplify final() libavcodec
2008-05-24 vitor Simplify rms() libavcodec
2008-05-24 vitor More simplifications of ra144_decode_frame() libavcodec
2008-05-24 vitor Make wavtable a table instead of an array libavcodec
2008-05-24 cehoyos Fix compilation for buggy icc. libavcodec
2008-05-23 voroshil adaptive and fixed codebook vector operations for ACELP-based codecs libavcodec
2008-05-23 michael Fix + - bug with non flags. libavcodec
2008-05-22 banan Update copyright and text libavcodec
2008-05-22 banan Fix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski libavcodec
2008-05-21 vitor Make gbuf2 a table instead of an array libavcodec
2008-05-21 vitor Remove unneeded var from context libavcodec
2008-05-21 benoit Improve parse_primary() error message. libavcodec
2008-05-21 vitor Cosmetics: indentation libavcodec
2008-05-21 vitor Simplify irms() libavcodec
2008-05-21 vitor Simplify add_wav() libavcodec
2008-05-21 vitor Only one out of two values of gbuf1 is actually used. Make it half the size. libavcodec
2008-05-21 vitor Make etable1 and etable2 tables instead of arrays. libavcodec
2008-05-21 vitor Simplify ra144_decode_frame() by unrolling a senseless libavcodec
2008-05-21 vitor Use ff_sqrt() function instead of using a table libavcodec
2008-05-17 vitor Cosmetics: move function to remove forward declarations libavcodec
2008-05-17 vitor Minor simplification of rotate_block() libavcodec
2008-05-17 vitor Cosmetics: indentation libavcodec
2008-05-17 vitor Cosmetics: rename variable libavcodec
2008-05-17 vitor Simplify ra144_decode_frame() libavcodec
2008-05-17 michael Simplify vsad16_mmx2(). libavcodec
2008-05-17 vitor Remove a useless temporary buffer libavcodec
2008-05-17 michael Simplify vsad16_mmx(). libavcodec
2008-05-17 vitor Convert ra144.h tables from hex to decimal libavcodec
2008-05-17 michael Simplify vsad_intra16_mmx2() libavcodec
2008-05-17 michael Simplify vsad_intra16_mmx() libavcodec
2008-05-17 diego LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net libavcodec
2008-05-17 diego The MPEG4AAC codec is provided by an external library and will be disabled libavcodec
2008-05-17 diego missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it libavcodec
2008-05-16 michael Avoid using log2() freebsd does not support it. libavcodec
2008-05-16 diego Fix big-endian vs. little-endian typo. libavcodec
2008-05-16 diego consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it libavcodec
2008-05-16 diego Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it. libavcodec
2008-05-15 diego cosmetics: Use C-style comment delimiters with #endif directives. libavcodec
2008-05-15 diego cosmetics: Fix typos in ADPCM codec long names. libavcodec
2008-05-15 diego cosmetics: s/Id/id/ in libavcodec where Id refers to id Software. libavcodec
2008-05-15 vitor Remove useless buffers libavcodec
2008-05-15 vitor Simplify rotate_block() libavcodec
2008-05-15 vitor Do not pass the context to functions that do not use it libavcodec
2008-05-15 vitor Declare vars as const when possible libavcodec
2008-05-15 vitor Do not copy tables to a context var, use them directly libavcodec
2008-05-15 vitor Remove unneeded fields from the decoder context libavcodec
2008-05-15 vitor Read the bitstream where the data is actually needed instead of doing it in unpack_input() libavcodec
2008-05-15 vitor Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out) libavcodec
2008-05-15 vitor Cosmetics: remove useless parenthesis libavcodec
2008-05-15 vitor The first table of decodetable[] is unrelated to the other. Rename it. libavcodec
2008-05-15 diego ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it libavcodec
2008-05-15 diego DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste it libavcodec
2008-05-15 benoit Make av_set_string() fail when number could not be set. libavcodec
2008-05-14 diego Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it. libavcodec
2008-05-14 benoit Update offset in the option string later, to have a better error message. libavcodec
2008-05-13 mru acelp_filters.h needs stdint.h libavcodec
2008-05-13 cehoyos Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT. libavcodec
2008-05-13 benoit Fix a typo. libavcodec
2008-05-12 cehoyos Correct type for pcx_rle_decode(). libavcodec
2008-05-12 cehoyos Replace one more occurrence of -1 with PIX_FMT_NONE. libavcodec
2008-05-12 gpoirier armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since libavcodec