1. 18 Aug, 2011 4 commits
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · edae3dbf
      Michael Niedermayer authored
      * qatar/master: (23 commits)
        h264: hide reference frame errors unless requested
        swscale: split hScale() function pointer into h[cy]Scale().
        Move clipd macros to x86util.asm.
        avconv: reindent.
        avconv: rescue poor abused start_time global.
        avconv: rescue poor abused recording_time global.
        avconv: merge two loops in output_packet().
        avconv: fix broken indentation.
        avconv: get rid of the arbitrary MAX_FILES limit.
        avconv: get rid of the output_streams_for_file vs. ost_table schizophrenia
        avconv: add a wrapper for output AVFormatContexts and merge output_opts into it
        avconv: make itsscale syntax consistent with other options.
        avconv: factor out adding input streams.
        avconv: Factorize combining auto vsync with format.
        avconv: Factorize video resampling.
        avconv: Don't unnecessarily convert ipts to a double.
        ffmpeg: remove unsed variable nopts
        RV3/4 parser: remove unused variable 'off'
        add XMV demuxer
        rmdec: parse FPS in RealMedia properly
        ...
      
      Conflicts:
      	avconv.c
      	libavformat/version.h
      	libswscale/swscale.c
      	tests/ref/fate/lmlm4-demux
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      edae3dbf
    • Dustin Brody's avatar
      b490f0c2
    • Ronald S. Bultje's avatar
      swscale: split hScale() function pointer into h[cy]Scale(). · 3f04ab4f
      Ronald S. Bultje authored
      This allows using more specific implementations for chroma/luma, e.g.
      we can make assumptions on filterSize being constant, thus avoiding
      that test at runtime.
      3f04ab4f
    • Ronald S. Bultje's avatar
      Move clipd macros to x86util.asm. · 38e06c29
      Ronald S. Bultje authored
      This allows sharing them between multiple .asm files.
      38e06c29
  2. 17 Aug, 2011 32 commits
  3. 16 Aug, 2011 4 commits
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · 41bf67d8
      Michael Niedermayer authored
      * qatar/master:
        movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warnings
        avconv: remove a write-only variable
        avconv: remove pointless parameter from new_*_stream().
        avconv: cosmetics, move code
        avconv: cosmetics -- move copy_chapters().
        avconv: cosmetics -- move parse_forced_key_frames().
        lavc: add audio flag to the 'b' option, deprecate 'ab'.
        avconv: rename sameq to same_quant
        doc/avconv: add forgotten end of chapter.
        Changelog: document avconv incompatibilities with ffmpeg.
        avconv: replace -vcodec/-acodec/-scodec with a better system.
        avconv: remove presets.
        svq3: propagate codec memory allocation failure in context init
      
      Conflicts:
      	Changelog
      	avconv.c
      	libavcodec/options.c
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      41bf67d8
    • Carl Eugen Hoyos's avatar
      67a82516
    • Reimar Döffinger's avatar
      Fix VC-1 width/height handling. · 4f00519d
      Reimar Döffinger authored
      avcodec_set_dimensions should be used for size changes to ensure
      compatibility with future changes.
      avctx->width/avctx->height may not be set to display-only dimensions.
      Even more so since vc1dec.c would later set coded_width/height based
      on this.
      coded_width/coded_height should be used instead of width/height for
      decoder setup.
      This fixes playback of e.g. zz-mcr-nsqr.vc1 sample (containing
      display width/height settings) in MPlayer and should fix a crash
      with MPC: http://forum.doom9.org/showthread.php?t=162221.
      Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
      4f00519d
    • Anton Khirnov's avatar
      Revert "avconv: use stream copy by default when possible." · 6cd9d0f7
      Anton Khirnov authored
      This reverts commit 4f4f3384.
      
      This commit has some ugly corner cases and needs to be discussed
      further.
      6cd9d0f7