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

Git pushed a change to branch master
in repository ffmpeg.

    from 3ab8b976c1 avformat/matroskaenc: parse Opus packets to write proper 
durations
     new 853843d86f avcodec/opus/parse: Move frame_duration tab into a file of 
its own
     new 12747e6296 avformat/matroskaenc: Parse Opus packet durations ourselves
     new 0fefecd53f Revert "avcodec/opus/parse: export the packet and extradata 
parsing functions"

The 3 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:
 configure                                          |   3 -
 libavcodec/opus/Makefile                           |   9 +-
 libavcodec/opus/dec.c                              |   2 +-
 .../{bsf/null.c => opus/frame_duration_tab.c}      |  20 +--
 libavcodec/opus/parse.c                            | 176 +++++----------------
 libavcodec/opus/parse.h                            |   8 -
 libavcodec/opus/parser.c                           |   2 +-
 libavcodec/opus/tab.h                              |   4 +-
 libavformat/Makefile                               |   2 +
 libavformat/matroskaenc.c                          |  55 ++++---
 .../opus_frame_duration_tab.c                      |   2 +-
 11 files changed, 96 insertions(+), 187 deletions(-)
 copy libavcodec/{bsf/null.c => opus/frame_duration_tab.c} (73%)
 copy libavcodec/half2float.c => libavformat/opus_frame_duration_tab.c (94%)

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

Reply via email to