1. 23 Jul, 2012 29 commits
  2. 22 Jul, 2012 11 commits
    • Diego Biurrun's avatar
      5a6e3c03
    • Diego Biurrun's avatar
      swscale: x86: Drop pointless _mmx suffix from filenames · 16d2a1a5
      Diego Biurrun authored
      The files do not contain only MMX code.
      16d2a1a5
    • Ronald S. Bultje's avatar
      lavf: use conditional notation for default codec in muxer declarations. · fd487218
      Ronald S. Bultje authored
      This removes the use of macro nesting in these code constructs, which
      makes it easier to parse in pre-processors.
      fd487218
    • Ronald S. Bultje's avatar
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'dwbuiten/master' · d486a6ea
      Michael Niedermayer authored
      * dwbuiten/master:
        wav: Add check for 'fmt' tag in SMV code
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      d486a6ea
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · 88beb2df
      Michael Niedermayer authored
      * qatar/master:
        FATE: fix the asyncts test
        build: Drop gcc-specific warning flag from header compilation rule
        FATE: add a test for the asyncts audio filter.
        matroskadec: return more correct error code on read error.
        buffersrc: check ff_get_audio_buffer() for errors.
        lavfi: check all ff_get_video_buffer() calls for errors.
        lavfi: check all avfilter_ref_buffer() calls for errors.
        vf_select: avoid an unnecessary avfilter_ref_buffer().
        buffersrc: avoid creating unnecessary buffer reference
        lavfi: use avfilter_unref_bufferp() where appropriate.
        vf_fps: add more error checks.
        vf_fps: fix a memleak on malloc failure.
        lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors
        lavfi: add error handling to end_frame().
        lavfi: add error handling to draw_slice().
        lavfi: add error handling to start_frame().
      
      Conflicts:
      	Makefile
      	ffplay.c
      	libavfilter/buffersrc.c
      	libavfilter/vf_boxblur.c
      	libavfilter/vf_drawtext.c
      	libavfilter/vf_fade.c
      	libavfilter/vf_frei0r.c
      	libavfilter/vf_hflip.c
      	libavfilter/vf_overlay.c
      	libavfilter/vf_pad.c
      	libavfilter/vf_scale.c
      	libavfilter/video.c
      	libavfilter/vsrc_color.c
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      88beb2df
    • Derek Buitenhuis's avatar
      wav: Add check for 'fmt' tag in SMV code · 5ab85577
      Derek Buitenhuis authored
      If there is a 'SMV0' tag, but no 'fmt' tag, it is possible that
      'st' got used as NULL.
      Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
      5ab85577
    • Justin Ruggles's avatar
      dsputil: ppc: cosmetics: pretty-print · a35738f4
      Justin Ruggles authored
      a35738f4
    • Jason Garrett-Glaser's avatar
      dsputil: x86: add SHUFFLE_MASK_W macro · 85a3c19e
      Jason Garrett-Glaser authored
      Simplifies pshufb masks that operate on words.
      85a3c19e
    • Michael Niedermayer's avatar
      Merge commit '1470ce21' · 9023de34
      Michael Niedermayer authored
      * commit '1470ce21':
        Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxer
        G.723.1 demuxer and decoder
        Add a shift parameter to celp_lp_synthesis_filter()
        libopenjpeg: K&R formatting cosmetics
        yadif: use emms_c() instead of inline assembly for emms invocations.
        ac3: don't use different names for option tables in the template file.
        lavfi: use const for AVFilterPad declarations in all filters.
        adpcm: don't duplicate identical AVSampleFmt array for each encoder.
        configure: cosmetics: Group test dependencies together
        configure: add more passthrough flags in tms470 filter
        configure: move flag filtering functions out of if/else blocks
      
      Conflicts:
      	Changelog
      	configure
      	doc/general.texi
      	libavcodec/Makefile
      	libavcodec/ac3enc_fixed.c
      	libavcodec/allcodecs.c
      	libavcodec/eac3enc.c
      	libavcodec/g723_1.c
      	libavcodec/g723_1_data.h
      	libavcodec/libopenjpegdec.c
      	libavcodec/libopenjpegenc.c
      	libavcodec/v210dec.h
      	libavcodec/version.h
      	libavfilter/af_anull.c
      	libavfilter/asrc_anullsrc.c
      	libavfilter/f_settb.c
      	libavfilter/fifo.c
      	libavfilter/split.c
      	libavfilter/src_movie.c
      	libavfilter/vf_aspect.c
      	libavfilter/vf_blackframe.c
      	libavfilter/vf_boxblur.c
      	libavfilter/vf_copy.c
      	libavfilter/vf_crop.c
      	libavfilter/vf_cropdetect.c
      	libavfilter/vf_delogo.c
      	libavfilter/vf_drawbox.c
      	libavfilter/vf_drawtext.c
      	libavfilter/vf_fade.c
      	libavfilter/vf_fieldorder.c
      	libavfilter/vf_format.c
      	libavfilter/vf_frei0r.c
      	libavfilter/vf_gradfun.c
      	libavfilter/vf_hflip.c
      	libavfilter/vf_hqdn3d.c
      	libavfilter/vf_libopencv.c
      	libavfilter/vf_lut.c
      	libavfilter/vf_null.c
      	libavfilter/vf_overlay.c
      	libavfilter/vf_pad.c
      	libavfilter/vf_pixdesctest.c
      	libavfilter/vf_scale.c
      	libavfilter/vf_select.c
      	libavfilter/vf_setpts.c
      	libavfilter/vf_showinfo.c
      	libavfilter/vf_slicify.c
      	libavfilter/vf_transpose.c
      	libavfilter/vf_unsharp.c
      	libavfilter/vf_vflip.c
      	libavfilter/vf_yadif.c
      	libavfilter/vsrc_color.c
      	libavfilter/vsrc_testsrc.c
      	libavformat/Makefile
      	libavformat/allformats.c
      	libavformat/g723_1.c
      	libavformat/version.h
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      9023de34
    • Mans Rullgard's avatar
      configure: respect CC_O setting in check_cc · b2704a65
      Mans Rullgard authored
      Use compiler-specific replacements for the -o flag in check_cc.
      This makes tests work properly with compilers using non-standard
      flags.
      
      The tms470 flags are updated to work with this scheme.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      b2704a65