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

Git pushed a change to branch master
in repository ffmpeg.

    from 38c578b909 swscale_x86/swscale_template: Remove unused macros
     new ee72731722 tests/fate/vcodec: Test intra_dc_precision
     new 9051caa12c avcodec/mpegvideo_enc: Inline intra_dc_precision when known
     new 27d95c3cf8 avcodec/mpegvideo_enc: Move dimension-alignment check to 
rv10enc.c
     new 8a431cd8ba avcodec/rv10enc: Check dimensions once during init
     new 76a005dccf avcodec/rv10enc: Set encode_picture_header in 
rv10_encode_init()
     new cdc632efb3 avcodec/mpegvideo_enc: Ignore intra_dc_precision for 
non-MPEG-2
     new f37cfb370f avcodec/avcodec: Deprecate intra_dc_precision
     new 2f9d3ce5a2 avcodec/h261dec: Don't pretend decoding a skipped 
macroblock can fail

The 8 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                              |  3 +++
 libavcodec/avcodec.h                        |  4 +++
 libavcodec/h261dec.c                        |  5 +---
 libavcodec/mjpegenc.c                       |  2 +-
 libavcodec/mpeg12enc.c                      | 33 ++++++++++++++++++++++++
 libavcodec/mpeg12enc.h                      | 10 --------
 libavcodec/mpegvideo_enc.c                  | 37 +++-----------------------
 libavcodec/options_table.h                  |  4 ++-
 libavcodec/rv10enc.c                        | 29 +++++++++++++++------
 libavcodec/rv20enc.c                        |  2 +-
 libavcodec/{rv10enc.h => rv20enc.h}         |  7 +++--
 libavcodec/version.h                        |  4 +--
 libavcodec/version_major.h                  |  1 +
 tests/fate/lavf-container.mak               |  2 +-
 tests/fate/vcodec.mak                       |  2 +-
 tests/ref/seek/vsynth_lena-mpeg2-idct-int   | 40 ++++++++++++++---------------
 tests/ref/vsynth/vsynth1-mpeg2-idct-int     |  8 +++---
 tests/ref/vsynth/vsynth2-mpeg2-idct-int     |  6 ++---
 tests/ref/vsynth/vsynth3-mpeg2-idct-int     |  8 +++---
 tests/ref/vsynth/vsynth_lena-mpeg2-idct-int |  6 ++---
 20 files changed, 113 insertions(+), 100 deletions(-)
 rename libavcodec/{rv10enc.h => rv20enc.h} (86%)

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

Reply via email to