1. 10 Oct, 2012 1 commit
  2. 09 Oct, 2012 28 commits
  3. 08 Oct, 2012 11 commits
    • Carl Eugen Hoyos's avatar
      b49d94e4
    • Mans Rullgard's avatar
      ppc: fix Altivec build with old compilers · f79364b2
      Mans Rullgard authored
      The vec_splat() intrinsic requires a constant argument for the
      element number, and the code relies on the compiler unrolling
      the loop to provide this.  Manually unrolling the loop avoids
      this reliance and works with all compilers.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      f79364b2
    • Tim Nicholson's avatar
      movenc.c: Force correct value for "Samples per packet" for pcm audio · a0276299
      Tim Nicholson authored
      Apple spec is for it to always be "1" for uncompressed audio.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      a0276299
    • Mans Rullgard's avatar
      build: add LTO support for PGI compiler · 643933f5
      Mans Rullgard authored
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      643933f5
    • Mans Rullgard's avatar
      build: add -Mdse to PGI optimisation flags · 8f23907f
      Mans Rullgard authored
      Enable dead store elimination.  The last few releases work no worse
      with this flag than without.  Older versions failed to build some
      source files when using this flag.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      8f23907f
    • Martin Storsjö's avatar
      rtpenc_vp8: Update the packetizer to the latest spec version · c9b10cc4
      Martin Storsjö authored
      Tested to work with the gstreamer depacketizer.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      c9b10cc4
    • Martin Storsjö's avatar
      rtpdec_vp8: Make the depacketizer implement the latest spec draft · 66d652cb
      Martin Storsjö authored
      Not all details are implemented, but it's enough for proper
      playback as long as there is no packet loss.
      
      Tested to work with the packetizer in gstreamer (which although
      uses a different codec name, to clarify that it is still a spec
      draft).
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      66d652cb
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · 52dc18d4
      Michael Niedermayer authored
      * qatar/master:
        x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)
        x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)
        x86: call most of the x86 dsp init functions under if (ARCH_X86)
        doc: support the new website layout
        doc: remove a warning from filters.texi
        doc: initial nut documentation
        segment: drop global headers setting
        lavu: fix typo in Makefile
      
      Conflicts:
      	doc/Makefile
      	doc/filters.texi
      	doc/t2h.init
      	libavcodec/fmtconvert.c
      	libavcodec/proresdsp.c
      	libavcodec/x86/Makefile
      	libavcodec/x86/vc1dsp_mmx.c
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      52dc18d4
    • Mans Rullgard's avatar
      27a310e3
    • Michael Niedermayer's avatar
      Merge commit '716d413c' · ac627b3d
      Michael Niedermayer authored
      * commit '716d413c':
        Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
      
      Conflicts:
      	doc/examples/muxing.c
      	ffmpeg.h
      	ffmpeg_filter.c
      	ffmpeg_opt.c
      	ffplay.c
      	ffprobe.c
      	libavcodec/8bps.c
      	libavcodec/aasc.c
      	libavcodec/aura.c
      	libavcodec/avcodec.h
      	libavcodec/avs.c
      	libavcodec/bfi.c
      	libavcodec/bmp.c
      	libavcodec/bmpenc.c
      	libavcodec/c93.c
      	libavcodec/cscd.c
      	libavcodec/cyuv.c
      	libavcodec/dpx.c
      	libavcodec/dpxenc.c
      	libavcodec/eatgv.c
      	libavcodec/escape124.c
      	libavcodec/ffv1.c
      	libavcodec/flashsv.c
      	libavcodec/fraps.c
      	libavcodec/h264.c
      	libavcodec/huffyuv.c
      	libavcodec/iff.c
      	libavcodec/imgconvert.c
      	libavcodec/indeo3.c
      	libavcodec/kmvc.c
      	libavcodec/libopenjpegdec.c
      	libavcodec/libopenjpegenc.c
      	libavcodec/libx264.c
      	libavcodec/ljpegenc.c
      	libavcodec/mjpegdec.c
      	libavcodec/mjpegenc.c
      	libavcodec/motionpixels.c
      	libavcodec/mpeg12.c
      	libavcodec/mpeg12enc.c
      	libavcodec/mpeg4videodec.c
      	libavcodec/mpegvideo_enc.c
      	libavcodec/pamenc.c
      	libavcodec/pcxenc.c
      	libavcodec/pgssubdec.c
      	libavcodec/pngdec.c
      	libavcodec/pngenc.c
      	libavcodec/pnm.c
      	libavcodec/pnmdec.c
      	libavcodec/pnmenc.c
      	libavcodec/ptx.c
      	libavcodec/qdrw.c
      	libavcodec/qpeg.c
      	libavcodec/qtrleenc.c
      	libavcodec/raw.c
      	libavcodec/rawdec.c
      	libavcodec/rl2.c
      	libavcodec/sgidec.c
      	libavcodec/sgienc.c
      	libavcodec/snowdec.c
      	libavcodec/snowenc.c
      	libavcodec/sunrast.c
      	libavcodec/targa.c
      	libavcodec/targaenc.c
      	libavcodec/tiff.c
      	libavcodec/tiffenc.c
      	libavcodec/tmv.c
      	libavcodec/truemotion2.c
      	libavcodec/utils.c
      	libavcodec/vb.c
      	libavcodec/vp3.c
      	libavcodec/wnv1.c
      	libavcodec/xl.c
      	libavcodec/xwddec.c
      	libavcodec/xwdenc.c
      	libavcodec/yop.c
      	libavdevice/v4l2.c
      	libavdevice/x11grab.c
      	libavfilter/avfilter.c
      	libavfilter/avfilter.h
      	libavfilter/buffersrc.c
      	libavfilter/drawutils.c
      	libavfilter/formats.c
      	libavfilter/src_movie.c
      	libavfilter/vf_ass.c
      	libavfilter/vf_drawtext.c
      	libavfilter/vf_fade.c
      	libavfilter/vf_format.c
      	libavfilter/vf_hflip.c
      	libavfilter/vf_lut.c
      	libavfilter/vf_overlay.c
      	libavfilter/vf_pad.c
      	libavfilter/vf_scale.c
      	libavfilter/vf_transpose.c
      	libavfilter/vf_yadif.c
      	libavfilter/video.c
      	libavfilter/vsrc_testsrc.c
      	libavformat/movenc.c
      	libavformat/mxf.h
      	libavformat/utils.c
      	libavformat/yuv4mpeg.c
      	libavutil/imgutils.c
      	libavutil/pixdesc.c
      	libswscale/input.c
      	libswscale/output.c
      	libswscale/swscale_internal.h
      	libswscale/swscale_unscaled.c
      	libswscale/utils.c
      	libswscale/x86/swscale_template.c
      	libswscale/x86/yuv2rgb.c
      	libswscale/x86/yuv2rgb_template.c
      	libswscale/yuv2rgb.c
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      ac627b3d
    • Anton Khirnov's avatar
      lavu: fix typo in Makefile · 89715a3c
      Anton Khirnov authored
      89715a3c