OSDN Git Service

Merge remote branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 24 Apr 2011 01:38:03 +0000 (03:38 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 24 Apr 2011 01:41:22 +0000 (03:41 +0200)
* qatar/master:
  Handle unicode file names on windows
  rtp: Rename the open/close functions to alloc/free
  Lowercase all ff* program names.
  Refer to ff* tools by their lowercase names.
NOT Pulled  Replace more FFmpeg instances by Libav or ffmpeg.
  Replace `` by $() syntax in shell scripts.
  patcheck: Allow overiding grep program(s) through environment variables.
NOT Pulled  Remove stray libavcore and _g binary references.
  vorbis: Rename decoder/encoder files to follow general file naming scheme.
  aacenc: Fix whitespace after last commit.
  cook: Fix small typo in av_log_ask_for_sample message.
  aacenc: Finish 3GPP psymodel analysis for non mid/side cases.
  Remove RDFT dependency from AAC decoder.
  Add some debug log messages to AAC extradata
  Fix mov debug (u)int64_t format strings.
  bswap: use native types for av_bwap16().
  doc: FLV muxing is supported.
  applehttp: Handle AES-128 encrypted streams
  Add a protocol handler for AES CBC decryption with PKCS7 padding
  doc: Mention that DragonFly BSD requires __BSD_VISIBLE set

Conflicts:
ffplay.c
ffprobe.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
43 files changed:
1  2 
cmdutils.c
configure
doc/faq.texi
doc/ffmpeg.texi
doc/ffplay.texi
doc/ffprobe.texi
doc/ffserver.texi
doc/general.texi
ffmpeg.c
ffplay.c
ffprobe.c
ffserver.c
libavcodec/Makefile
libavcodec/aacdec.c
libavcodec/aacenc.c
libavcodec/aacpsy.c
libavcodec/cook.c
libavcodec/twinvq.c
libavcodec/vorbisdec.c
libavcodec/vorbisenc.c
libavformat/Makefile
libavformat/allformats.c
libavformat/applehttp.c
libavformat/mov.c
libavformat/os_support.c
libavformat/os_support.h
libavformat/rdt.c
libavformat/rtpdec.h
libavformat/rtpdec_amr.c
libavformat/rtpdec_asf.c
libavformat/rtpdec_h264.c
libavformat/rtpdec_latm.c
libavformat/rtpdec_mpeg4.c
libavformat/rtpdec_qcelp.c
libavformat/rtpdec_qdm2.c
libavformat/rtpdec_qt.c
libavformat/rtpdec_svq3.c
libavformat/rtpdec_vp8.c
libavformat/rtpdec_xiph.c
libavformat/rtsp.c
libavformat/version.h
libavutil/x86/bswap.h
tools/patcheck

diff --cc cmdutils.c
Simple merge
diff --cc configure
Simple merge
diff --cc doc/faq.texi
Simple merge
diff --cc doc/ffmpeg.texi
@@@ -1057,10 -1046,10 +1055,10 @@@ file to which you want to add them
  @ignore
  
  @setfilename ffmpeg
- @settitle FFmpeg video converter
+ @settitle ffmpeg video converter
  
  @c man begin SEEALSO
 -ffplay(1), ffprobe(1), ffserver(1) and the Libav HTML documentation
 +ffplay(1), ffprobe(1), ffserver(1) and the FFmpeg HTML documentation
  @c man end
  
  @c man begin AUTHORS
diff --cc doc/ffplay.texi
Simple merge
@@@ -119,10 -119,10 +119,10 @@@ with name "STREAM"
  @ignore
  
  @setfilename ffprobe
- @settitle FFprobe media prober
+ @settitle ffprobe media prober
  
  @c man begin SEEALSO
 -ffmpeg(1), ffplay(1), ffserver(1) and the Libav HTML documentation
 +ffmpeg(1), ffplay(1), ffserver(1) and the FFmpeg HTML documentation
  @c man end
  
  @c man begin AUTHORS
Simple merge
@@@ -786,12 -781,12 +786,12 @@@ to configure
  
  @subsection BSD
  
 -BSD make will not build Libav, you need to install and use GNU Make
 +BSD make will not build FFmpeg, you need to install and use GNU Make
  (@file{gmake}).
  
- @subsubsection FreeBSD
+ @subsubsection FreeBSD, DragonFly BSD
  
FreeBSD will not compile out-of-the-box due to broken system headers.
These systems will not compile out-of-the-box due to broken system headers.
  Passing @code{--extra-cflags=-D__BSD_VISIBLE} to configure will work
  around the problem. This may have unexpected sideeffects, so use it at
  your own risk. If you care about FreeBSD, please make an attempt at
diff --cc ffmpeg.c
+++ b/ffmpeg.c
@@@ -1,10 -1,10 +1,10 @@@
  /*
-  * FFmpeg main
+  * ffmpeg main
   * Copyright (c) 2000-2003 Fabrice Bellard
   *
 - * This file is part of Libav.
 + * This file is part of FFmpeg.
   *
 - * Libav is free software; you can redistribute it and/or
 + * FFmpeg is free software; you can redistribute it and/or
   * modify it under the terms of the GNU Lesser General Public
   * License as published by the Free Software Foundation; either
   * version 2.1 of the License, or (at your option) any later version.
diff --cc ffplay.c
+++ b/ffplay.c
@@@ -1,10 -1,10 +1,10 @@@
  /*
-  * FFplay : Simple Media Player based on the FFmpeg libraries
 - * ffplay : Simple Media Player based on the Libav libraries
++ * ffplay : Simple Media Player based on the FFmpeg libraries
   * Copyright (c) 2003 Fabrice Bellard
   *
 - * This file is part of Libav.
 + * This file is part of FFmpeg.
   *
 - * Libav is free software; you can redistribute it and/or
 + * FFmpeg is free software; you can redistribute it and/or
   * modify it under the terms of the GNU Lesser General Public
   * License as published by the Free Software Foundation; either
   * version 2.1 of the License, or (at your option) any later version.
diff --cc ffprobe.c
+++ b/ffprobe.c
@@@ -1,10 -1,10 +1,10 @@@
  /*
-  * FFprobe : Simple Media Prober based on the FFmpeg libraries
 - * ffprobe : Simple Media Prober based on the Libav libraries
++ * ffprobe : Simple Media Prober based on the FFmpeg libraries
   * Copyright (c) 2007-2010 Stefano Sabatini
   *
 - * This file is part of Libav.
 + * This file is part of FFmpeg.
   *
 - * Libav is free software; you can redistribute it and/or
 + * FFmpeg is free software; you can redistribute it and/or
   * modify it under the terms of the GNU Lesser General Public
   * License as published by the Free Software Foundation; either
   * version 2.1 of the License, or (at your option) any later version.
diff --cc ffserver.c
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -2414,9 -2414,9 +2414,9 @@@ static int mov_read_packet(AVFormatCont
          mov->found_mdat = 0;
          if (s->pb->seekable||
              mov_read_default(mov, s->pb, (MOVAtom){ AV_RL32("root"), INT64_MAX }) < 0 ||
 -            s->pb->eof_reached)
 +            url_feof(s->pb))
              return AVERROR_EOF;
-         av_dlog(s, "read fragments, offset 0x%llx\n", avio_tell(s->pb));
+         av_dlog(s, "read fragments, offset 0x%"PRIx64"\n", avio_tell(s->pb));
          goto retry;
      }
      sc = st->priv_data;
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc tools/patcheck
Simple merge