log

age author description
2008-04-19 voroshil Implement FFMAX3(a,b,c) - maximum over three arguments. libavcodec
2008-04-19 ramiro Do not pass dct_block to vlc_decode_block(). libavcodec
2008-04-19 ramiro Cosmetics and style. libavcodec
2008-04-19 ramiro Rename vlc1 to vlc. libavcodec
2008-04-19 michael Make most of E-AC-3 work without breaking regression tests. libavcodec
2008-04-19 michael This fixes the code so it is correct on both sides of the if(). libavcodec
2008-04-19 michael indent libavcodec
2008-04-19 diego Ignore cputest-test. libavcodec
2008-04-19 diego Fix build of cputest test program. libavcodec
2008-04-19 michael 100l I broke AC3 in MPEG seeking. libavcodec
2008-04-19 michael Part 2 of EAC3 support, this is still disabled as it breaks regressions libavcodec
2008-04-19 michael part 1 of EAC3 support libavcodec
2008-04-19 michael Add new_frame_start and need_next_header. libavcodec
2008-04-19 michael Change aac and ac3 parsers to use ff_combine_frame(). libavcodec
2008-04-18 benoit check alac EOF marker libavcodec
2008-04-18 benoit BFI video decoder. libavcodec
2008-04-18 michael remove AACAC3FrameFlag libavcodec
2008-04-17 diego cosmetics: spelling libavcodec
2008-04-17 diego cosmetics: Sort some lists alphabetically. libavcodec
2008-04-17 diego cosmetics: __asm__ __volatile__ --> asm volatile libavcodec
2008-04-17 vitor Remove another unneeded var from context libavcodec
2008-04-17 vitor 10l: my last commit broke compilation and introduced warnings libavcodec
2008-04-17 vitor Remove unneeded variables from context libavcodec
2008-04-17 vitor Remove wrapper around av_log2() libavcodec
2008-04-17 astrange Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them. libavcodec
2008-04-17 benoit fix a typo libavcodec
2008-04-17 benoit Make two comments doxygen compatible. libavcodec
2008-04-17 andoma Add descriptive long_name to AVCodec libavcodec
2008-04-17 michael indent libavcodec
2008-04-17 michael Factorize more code. libavcodec
2008-04-17 michael Factorize decode_postfix() out. libavcodec
2008-04-17 michael Change k limiting code, i think the code was buggy. libavcodec
2008-04-17 michael more senseless code libavcodec
2008-04-17 michael senseless code libavcodec
2008-04-17 michael useless variable libavcodec
2008-04-17 michael simplify libavcodec
2008-04-16 mru fix building of test programs (make tests) libavcodec
2008-04-16 diego cosmetics: Fix nonstandard indentation. libavcodec
2008-04-16 heydowns Cosmetics: libavcodec
2008-04-16 michael unused libavcodec
2008-04-16 michael cosmetic libavcodec
2008-04-16 michael Move the *-1 to a more sane place as well. libavcodec
2008-04-16 michael Move scale_bias to a more sane place. I am starting to wonder how this libavcodec
2008-04-16 michael simplify libavcodec
2008-04-16 michael Avoid reverse addressing, not sure if this is faster or slower but people libavcodec
2008-04-16 michael commutative law based cleanup libavcodec
2008-04-16 michael do the -1 outside of the transform libavcodec
2008-04-16 michael normalize signs libavcodec
2008-04-16 heydowns Redo r12838 one more time, hopefully transferring the history libavcodec
2008-04-16 michael 100l lost add_bias libavcodec
2008-04-16 michael simplify transform libavcodec
2008-04-16 heydowns Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. libavcodec
2008-04-16 heydowns Revert 12838 to redo it the right way (use svn copy to create new libavcodec
2008-04-16 astrange Test idct_xvid_sse2() in dct-test. libavcodec
2008-04-16 astrange Add a new xvid-style IDCT using SSE2. libavcodec
2008-04-16 astrange Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs. libavcodec
2008-04-15 heydowns Move decode_significance_x86() and decode_significance_8x8_x86() to libavcodec
2008-04-15 kostya DCA frame size is constant libavcodec
2008-04-14 lu_zero Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom libavcodec
2008-04-14 benoit Maxis XA demuxer and decoder. libavcodec