1. 06 Jun, 2011 3 commits
    • Stefano Sabatini's avatar
      samplefmt: change layout for arrays created by av_samples_alloc() and _fill_arrays() · e1c74148
      Stefano Sabatini authored
      The new layout is consistent with that of the av_image_() API, and
      simplifies understanding and copy operations, it also preserves
      alignment information which was lost with the previous layout.
      
      This breaks API/ABI, but since the function was never referenced in
      the code (and it isn't unlikely already used by someone) then this
      should not be a problem.
      e1c74148
    • Michael Niedermayer's avatar
      Move code for "ffmpeg: fix massive leak occurring when seeking" /... · 580817df
      Michael Niedermayer authored
      Move code for "ffmpeg: fix massive leak occurring when seeking" / e4841a40 elsewhere
      
      The picture struct is written to in the loop, so this cannot work.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      580817df
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · f9569249
      Michael Niedermayer authored
      * qatar/master:
        Remove some unused scripts from tools/.
        Add x86 assembly for some 10-bit H.264 intra predict functions.
        v4l2: do not force NTSC as standard
        Skip tableprint.h during 'make checkheaders'.
        Remove unnecessary LIBAVFORMAT_BUILD #ifdef.
        Drop explicit filenames from @file Doxygen tags.
        Skip generated table headers during 'make checkheaders'.
        lavf,lavc: free avoptions in a generic way.
        AVOptions: add av_opt_free convenience function.
        tableprint: Restore mistakenly deleted common.h #include for FF_ARRAY_ELEMS.
        tiff: print log in case of unknown / unsupported tag.
        tiff: fix linesize for mono-white/black formats.
        Fix build of eval-test program
        configure: Document --enable-vaapi
        ac3enc: extract all exponents for the frame at once
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      f9569249
  2. 05 Jun, 2011 27 commits
  3. 04 Jun, 2011 10 commits