1. 17 Oct, 2012 10 commits
    • Michael Niedermayer's avatar
      Merge commit '0bca0283' · c079da50
      Michael Niedermayer authored
      * commit '0bca0283':
        riff: do not write empty INFO tags
      
      Conflicts:
      	tests/ref/fate/vsynth1-cljr
      	tests/ref/fate/vsynth1-ffvhuff
      	tests/ref/fate/vsynth1-h261
      	tests/ref/fate/vsynth1-h263
      	tests/ref/fate/vsynth1-h263-obmc
      	tests/ref/fate/vsynth1-h263p
      	tests/ref/fate/vsynth1-huffyuv
      	tests/ref/fate/vsynth1-jpegls
      	tests/ref/fate/vsynth1-mjpeg
      	tests/ref/fate/vsynth1-mpeg4-adap
      	tests/ref/fate/vsynth1-mpeg4-adv
      	tests/ref/fate/vsynth1-mpeg4-error
      	tests/ref/fate/vsynth1-mpeg4-nr
      	tests/ref/fate/vsynth1-mpeg4-qpel
      	tests/ref/fate/vsynth1-mpeg4-qprd
      	tests/ref/fate/vsynth1-mpeg4-rc
      	tests/ref/fate/vsynth1-mpeg4-thread
      	tests/ref/fate/vsynth1-msmpeg4
      	tests/ref/fate/vsynth1-msmpeg4v2
      	tests/ref/fate/vsynth1-rgb
      	tests/ref/fate/vsynth1-wmv1
      	tests/ref/fate/vsynth1-wmv2
      	tests/ref/fate/vsynth1-yuv
      	tests/ref/fate/vsynth2-cljr
      	tests/ref/fate/vsynth2-ffvhuff
      	tests/ref/fate/vsynth2-h261
      	tests/ref/fate/vsynth2-h263
      	tests/ref/fate/vsynth2-h263-obmc
      	tests/ref/fate/vsynth2-h263p
      	tests/ref/fate/vsynth2-huffyuv
      	tests/ref/fate/vsynth2-jpegls
      	tests/ref/fate/vsynth2-mjpeg
      	tests/ref/fate/vsynth2-mpeg4-adap
      	tests/ref/fate/vsynth2-mpeg4-error
      	tests/ref/fate/vsynth2-mpeg4-nr
      	tests/ref/fate/vsynth2-mpeg4-qpel
      	tests/ref/fate/vsynth2-mpeg4-qprd
      	tests/ref/fate/vsynth2-mpeg4-rc
      	tests/ref/fate/vsynth2-mpeg4-thread
      	tests/ref/fate/vsynth2-msmpeg4
      	tests/ref/fate/vsynth2-msmpeg4v2
      	tests/ref/fate/vsynth2-rgb
      	tests/ref/fate/vsynth2-wmv1
      	tests/ref/fate/vsynth2-wmv2
      	tests/ref/fate/vsynth2-yuv
      	tests/ref/lavf/avi
      	tests/ref/seek/h261_avi
      	tests/ref/seek/h263_avi
      	tests/ref/seek/h263p_avi
      	tests/ref/seek/lavf_avi
      	tests/ref/seek/mjpeg_avi
      	tests/ref/seek/mpeg4_adap_avi
      	tests/ref/seek/mpeg4_error_avi
      	tests/ref/seek/mpeg4_nr_avi
      	tests/ref/seek/mpeg4_qpel_avi
      	tests/ref/seek/mpeg4_qprd_avi
      	tests/ref/seek/mpeg4_rc_avi
      	tests/ref/seek/mpeg4_thread_avi
      	tests/ref/seek/msmpeg4_avi
      	tests/ref/seek/msmpeg4v2_avi
      	tests/ref/seek/wmv1_avi
      	tests/ref/seek/wmv2_avi
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      c079da50
    • Michael Niedermayer's avatar
      Merge commit '71e92414' · fadfbb35
      Michael Niedermayer authored
      * commit '71e92414':
        lavf: move RIFF INFO tag writing from avienc to riff
        avconv: fix disabling auto mappings with -map_metadata
      
      Conflicts:
      	ffmpeg_opt.c
      	libavformat/riff.h
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      fadfbb35
    • Michael Niedermayer's avatar
      Merge commit 'a25d912d' · d6e87190
      Michael Niedermayer authored
      * commit 'a25d912d':
        avcodec_encode_audio(): fix invalid free
        pcm-mpeg: correct bitrate calculation
        ffv1: K&R formatting cosmetics
        fate: Add rangecoder test
        network: #include stdint.h in network.h
        nut: export codec_tag provided by rawvideo
        avserver: move avserver-specific code from ffmdec.c to avserver.c
      
      Conflicts:
      	ffserver.c
      	libavcodec/ffv1.c
      	libavformat/ffmdec.c
      	libavformat/nutenc.c
      	tests/ref/lavfi/crop
      	tests/ref/lavfi/crop_scale
      	tests/ref/lavfi/crop_scale_vflip
      	tests/ref/lavfi/crop_vflip
      	tests/ref/lavfi/null
      	tests/ref/lavfi/pixdesc
      	tests/ref/lavfi/pixfmts_copy
      	tests/ref/lavfi/pixfmts_crop
      	tests/ref/lavfi/pixfmts_hflip
      	tests/ref/lavfi/pixfmts_null
      	tests/ref/lavfi/pixfmts_pad
      	tests/ref/lavfi/pixfmts_scale
      	tests/ref/lavfi/pixfmts_vflip
      	tests/ref/lavfi/scale200
      	tests/ref/lavfi/scale500
      	tests/ref/lavfi/vflip
      	tests/ref/lavfi/vflip_crop
      	tests/ref/lavfi/vflip_vflip
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      d6e87190
    • Paul B Mahol's avatar
      lavc/tta: use meaningful error codes · 1ade37ae
      Paul B Mahol authored
      Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
      1ade37ae
    • Paul B Mahol's avatar
      d6ea59b8
    • Michael Niedermayer's avatar
      sws-test: parse command line args before initing contexts · 364c60bf
      Michael Niedermayer authored
      This fixes parsing comand line args after ref
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      364c60bf
    • Clément Bœsch's avatar
      711ffb84
    • Michael Niedermayer's avatar
      ffv1: fix packed rgb with 1.3 · 4e2e3d94
      Michael Niedermayer authored
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      4e2e3d94
    • Michael Niedermayer's avatar
      mov: fix time types related to mov_metadata_creation_time · adbb75db
      Michael Niedermayer authored
      Fixes Ticket1817
      Based on patch by: Przemyslaw Wesolek <przemyslaw.wesolek@go.art.pl>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      adbb75db
    • Michael Niedermayer's avatar
      examples/muxing: fix video pts · 7b8fd298
      Michael Niedermayer authored
      Fixes Ticket1801
      Based on suggestion from AztecC
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      7b8fd298
  2. 16 Oct, 2012 30 commits