1. 23 Feb, 2012 4 commits
    • Nicolas George's avatar
      avfiltergraph: avoid harmful auto audio conversions. · 42655b24
      Nicolas George authored
      With the current code, an automatically inserted aconvert necessary
      for format change would usually convert to mono for no good reason.
      
      The new code will not avoid all conversions, but at least will keep
      them among the layouts common to both filters.
      42655b24
    • Nicolas George's avatar
      configure: add lavfi dependencies to .pc files. · 69a653ca
      Nicolas George authored
      lavfi have optional filters that depends on some components:
      it is necessary to test which one is enabled to set the correct
      dependencies.
      Signed-off-by: 's avatarNicolas George <nicolas.george@normalesup.org>
      69a653ca
    • Compn's avatar
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · e99f1a8c
      Michael Niedermayer authored
      * qatar/master:
        dxva2: don't check for DXVA_PictureParameters->wDecodedPictureIndex
        img2: split muxer and demuxer into separate files
        rm: prevent infinite loops for index parsing.
        aac: fix infinite loop on end-of-frame with sequence of 1-bits.
        mov: Add more HDV and XDCAM FourCCs.
        lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields().
        rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1.
        cdxl: correctly synchronize video timestamps to audio
        mlpdec_parser: fix a few channel layouts.
        Add channel names to channel_names[] array for channels added in b2890f5e
        movenc: Buffer the mdat for the initial moov fragment, too
        flvdec: Ignore the index if the ignidx flag is set
        flvdec: Fix indentation
        movdec: Don't parse all fragments if ignidx is set
        movdec: Restart parsing root-level atoms at the right spot
        prores: use natural integer type for the codebook index
        mov: Add support for MPEG2 HDV 720p24 (hdv4)
        swscale: K&R formatting cosmetics (part I)
        swscale: variable declaration and placement cosmetics
      
      Conflicts:
      	configure
      	libavcodec/aacdec.c
      	libavcodec/mlp_parser.c
      	libavformat/flvdec.c
      	libavformat/img2.c
      	libavformat/isom.h
      	libavformat/mov.c
      	libavformat/movenc.c
      	libswscale/rgb2rgb.c
      	libswscale/rgb2rgb_template.c
      	libswscale/yuv2rgb.c
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      e99f1a8c
  2. 22 Feb, 2012 25 commits
  3. 21 Feb, 2012 11 commits