1. 20 May, 2011 5 commits
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · 80d156d7
      Michael Niedermayer authored
      * qatar/master:
        qdm2: Use floating point synthesis filter.
        h264: correct border check.
        h264: fix loopfilter with threading at slice boundaries.
        Fix ff_mpa_synth_filter_fixed() prototype
        Rename costablegen.c ---> cos_tablegen.c.
        Collapse tableprint.c into tableprint.h.
        Simplify trig table rules
        Remove potentially unstable filenames from comments in generated files.
        Ignore generated tables and generated table generator programs.
        Simplify CLEANFILES make variable by using wildcards.
        Remove silly insults from avformat_version() Doxygen documentation.
        mpegaudiodsp: fix x86 and ppc makefiles
        configure: Adjust AVX assembler check.
        mpegaudio: remove unused version of SAME_HEADER_MASK
        mpegaudio: remove useless #undef at end of file
        asfdec: add missing #include for av_bswap32()
        mpegaudio: merge two #if CONFIG_FLOAT blocks
        mpegaudio: move some struct definitions from mpegaudio.h
        Move some mpegaudio functions to new mpegaudiodsp subsystem
      
      Conflicts:
      	libavcodec/h264.c
      	libavcodec/x86/Makefile
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      80d156d7
    • Vitor Sessak's avatar
      qdm2: Use floating point synthesis filter. · 984ece75
      Vitor Sessak authored
      This avoid needlessly convertion from floating point to fixed point and back.
      Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
      984ece75
    • Ronald S. Bultje's avatar
      h264: correct border check. · 4e987f82
      Ronald S. Bultje authored
      When backing up the top-left border, check that the top-left
      (rather than left) MB indeed does belong to our slice. If it
      doesn't, backing up has no positive effect but may accidentally
      interfere with other threads writing in the same space.
      
      Fixes occasional one-off effects when enabling slice-MT.
      4e987f82
    • Ronald S. Bultje's avatar
    • Mans Rullgard's avatar
      Fix ff_mpa_synth_filter_fixed() prototype · 89a20987
      Mans Rullgard authored
      The prototype should use the same typedefs as the definition, or it
      will fail where int32_t is not int (DOS apparently).
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      89a20987
  2. 19 May, 2011 34 commits
  3. 18 May, 2011 1 commit