1. 19 May, 2011 7 commits
    • Stefano Sabatini's avatar
      vsrc_buffer: remove dependency on AVFrame · 6070b7e1
      Stefano Sabatini authored
      Rename av_vsrc_buffer_add_frame to
      av_vsrc_buffer_add_video_buffer_ref(), and change its inteface to make
      it accept in input an AVFilterBufferRef rather than an AVFrame.
      
      This way the interface can be used without requiring the
      inclusion/installation of libavcodec headers.
      6070b7e1
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · 3c7650a8
      Michael Niedermayer authored
      This early morning merge should fix --disable-yasm
      
      * qatar/master:
        Clean up #includes in cmdutils.h.
        g729: Merge g729.h into g729dec.c.
        10l: wrap float_interleave functions in HAVE_YASM.
      
      Conflicts:
      	libavcodec/g729.h
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      3c7650a8
    • Diego Biurrun's avatar
      Clean up #includes in cmdutils.h. · ea91e771
      Diego Biurrun authored
      inttypes.h is not necessary, just stdint.h is enough.
      Unconditionally #include avfilter.h in cmdutils.h.  It is an installed
      header with no non-standard external dependencies, so it is safe.
      ea91e771
    • Diego Biurrun's avatar
      g729: Merge g729.h into g729dec.c. · a2077b85
      Diego Biurrun authored
      The header contains just a single define that is only used in g729dec.c.
      a2077b85
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · 75a37b57
      Michael Niedermayer authored
      * qatar/master:
        APIchanges: fill in date and commit for request_sample_fmt
        Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
        Add support for request_sample_format in ffmpeg and ffplay.
        Add APIchanges entry for request_sample_fmt.
        Add request_sample_fmt field to AVCodecContext.
        Add float_interleave() to FmtConvertContext with x86-optimized versions.
        Remove unused make variable SEEK_REFFILE
        fate: remove redundant aref and vref references
        fate: remove do_ffmpeg_nocheck function
        fate: do not collect -benchmark output
        mpegaudiodec: remove decode_end() function
        fate: run aref and vref as regular tests
        mpegaudio: sanitise compute_antialias_* names
        mpeg12: add slice-threading checks to slice-threading initializers.
        h264: copy pixel_shift between slice threading contexts.
        mdec: enable frame-level multithreading.
        mdec.c: fix overread.
      
      Conflicts:
      	libavcodec/aacdec.c
      	libavcodec/ac3dec.c
      	libavcodec/avcodec.h
      	libavcodec/dca.c
      	libavcodec/h264.c
      	libavcodec/mdec.c
      	libavcodec/mpeg12.c
      	libavcodec/options.c
      	libavcodec/version.h
      	libavcodec/vorbisdec.c
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      75a37b57
    • Michael Niedermayer's avatar
    • Justin Ruggles's avatar
      10l: wrap float_interleave functions in HAVE_YASM. · e98a95e7
      Justin Ruggles authored
      fixes compilation with --disable-yasm
      e98a95e7
  2. 18 May, 2011 31 commits
  3. 17 May, 2011 2 commits