log

age author description
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
2008-05-12 cehoyos Do not use variable frame_info before its value is set. libavcodec
2008-05-11 astrange Previous commit missed an initialization - this fixes FATE's test sample. libavcodec
2008-05-11 cehoyos Replace some occurrences of -1 with PIX_FMT_NONE. libavcodec
2008-05-11 astrange Set and use h->mb_xy in SVQ3 too. libavcodec