log

age author description
2009-10-16 jai_menon alacenc : Move some code around for clarity. libavcodec
2009-10-16 ramiro mlp: Indent. libavcodec
2009-10-16 ramiro mlp: Only initialize VLC tables once. This caused a crash when multiple libavcodec
2009-10-16 ramiro mlp: Use smaller CRC tables if CONFIG_SMALL. libavcodec
2009-10-16 cehoyos Do not try to free memory that was never allocated (partial revert of r20231). libavcodec
2009-10-16 cehoyos Release unreleased buffers found by make test. libavcodec
2009-10-16 michael Very evil missuse of svn to test if AVOption and AVOption2 are compatible. libavcodec
2009-10-16 michael Add an experimental AVOption2 that uses an union instead of double for default_val. libavcodec
2009-10-16 reimar Split parts of dvdata.h into dvdata.c, this ensures that things like libavcodec
2009-10-15 reimar Add support for hardcoded ff_sin_* tables. libavcodec
2009-10-15 reimar Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions libavcodec
2009-10-15 reimar Remove silly casts to the same type as we already have. libavcodec
2009-10-15 reimar Add missing release_buffer at decode end for asv1 decoder. libavcodec
2009-10-15 reimar Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32. libavcodec
2009-10-15 cehoyos Raise MAX_THREADS to 16. libavcodec
2009-10-15 reimar Do not initialize ff_cos_* tables again in rdft_init, they are already libavcodec
2009-10-15 reimar Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. libavcodec
2009-10-14 reimar Use hardcoded instead of runtime-calculated ff_cos_* tables if libavcodec
2009-10-14 kostya Release frame after decoding is done libavcodec
2009-10-13 reimar Print a warning message when avcodec_default_free_buffers finds unreleased libavcodec
2009-10-13 reimar Remove unnecessary calls to avcodec_check_dimensions, the check is already libavcodec
2009-10-13 reimar Call release_buffer on close for v210dec and v210x libavcodec
2009-10-13 reimar Add missing release_buffer on close libavcodec
2009-10-13 reimar Add decoder for "forward uncompressed". libavcodec
2009-10-13 reimar Implement execute2 for w32thread libavcodec
2009-10-13 reimar Fix w32thread implementation to handle job count > thread_count. libavcodec
2009-10-13 reimar fft_dispatch array should be const libavcodec
2009-10-13 reimar Simplify: use FFSWAP libavcodec
2009-10-12 faust3 extend description of avcodec_decode_audio3: libavcodec
2009-10-12 reimar Reindent after removing the outer for loops in the execute2 patch libavcodec
2009-10-12 reimar Move dnxhdenc to execute2 multithreading API. libavcodec
2009-10-12 reimar Add an execute2 function that is more flexible and allows to use parallel libavcodec
2009-10-11 mru ARM: align stack in NEON h264 mc functions libavcodec
2009-10-11 mru ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs libavcodec
2009-10-11 reimar 100l in avpicture_layout: width of chroma planes depends on format depth, too. libavcodec
2009-10-11 kostya Warn when WVC1 cannot be decoded libavcodec
2009-10-10 reimar Hack: set the coded frame PTS to the incoming PTS. libavcodec
2009-10-10 reimar Fix 100l incorrect bitmask check. libavcodec
2009-10-10 kostya Print error message when true interlaced VC-1 frames are encountered libavcodec
2009-10-09 superdump AAC: Fix regression introduced in r20067 where ADTS files would always be libavcodec
2009-10-08 conrad dca and aac decoders use float_to_int16_interleave, so check for libavcodec
2009-10-07 mru ARM: whitespace cosmetics libavcodec
2009-10-07 mru ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00 libavcodec
2009-10-06 mru ARM: make function names all-lowercase libavcodec
2009-10-06 mru ARM: enable ARMv4 add_pixels_clamped libavcodec
2009-10-06 mru ARM: ARMv6 optimised add_pixels_clamped() libavcodec
2009-10-06 mru ARM: whitespace cosmetics libavcodec
2009-10-06 cehoyos Move HuffYUV left prediction to dsputil. libavcodec
2009-10-06 kostya Since some junk may be or may be not present before actual VC-1 extradata, libavcodec
2009-10-06 reimar Remove casts that are useless since the argument is void *. libavcodec
2009-10-06 jai_menon Allow building api-example from outside of libavcodec and also libavcodec
2009-10-05 jbr cosmetics: reindent and line wrap after last commit libavcodec
2009-10-05 jbr alacenc: add a fixed LPC coefficient mode as compression level 1. old libavcodec
2009-10-05 michael Revert: libavcodec
2009-10-04 mru ARM: add ff_ prefix to lots of functions libavcodec
2009-10-04 mru ARM: cosmetics libavcodec