This is an automated email from the git hooks/post-receive script.

Git pushed a change to branch master
in repository ffmpeg.

    from f49ed6235e avcodec/svq1enc: Fix shadowing
     new bd68a61304 avutil/opt: allow passing a fake object to av_opt_set()
     new 3776aadf4b avcodec/encode: add a function to gracefully reconfigure an 
encoder
     new c13bf75fd3 avcodec/libx264: refactor encoder configuration functions
     new 7911830158 avcodec/libx264: add support for encoder reconfiguration
     new 5fd1b8b1f6 avcodec/libaomenc: refactor encoder configuration functions
     new 4f3b01a32d avcodec/libaomenc: add support for encoder reconfiguration
     new 7a89f799bd fftools/ffmpeg_filter: add AVOptions to OutputFilter
     new f241d7bbed fftools/ffmpeg_enc: split off parts of enc_open() into a 
separate function
     new b14162c9d4 fftools/ffmpeg_enc: split off encoder flushing in 
encoder_thread() into a separate function
     new 7d905abec6 fftools/ffmpeg_enc: store a few more AVCodecContext fields 
in Encoder
     new ca821e458a fftools/ffmpeg: support reinitializing the encoder

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/APIchanges              |   4 +
 doc/ffmpeg.texi             |   7 ++
 fftools/ffmpeg.c            |   4 +
 fftools/ffmpeg.h            |  15 +++
 fftools/ffmpeg_enc.c        | 199 +++++++++++++++++++++++++++++---
 fftools/ffmpeg_filter.c     | 153 +++++++++++++++++++++++--
 fftools/ffmpeg_mux_init.c   |  30 +++--
 fftools/ffmpeg_opt.c        |   5 +
 libavcodec/avcodec.h        |  26 +++++
 libavcodec/codec.h          |   6 +
 libavcodec/codec_internal.h |   8 ++
 libavcodec/encode.c         |  98 ++++++++++++++++
 libavcodec/encode.h         |   4 +
 libavcodec/libaomenc.c      | 272 +++++++++++++++++++++++++++-----------------
 libavcodec/libx264.c        | 115 ++++++++++++-------
 libavcodec/version.h        |   2 +-
 libavutil/opt.c             | 140 +++++++++++++++++------
 libavutil/opt.h             |  11 +-
 18 files changed, 882 insertions(+), 217 deletions(-)

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to