[FFmpeg-devel] [PATCH V4 0/6] Misc change V4

Jun Zhao mypopydev at gmail.com
Sat Nov 24 05:31:11 EET 2018


V4: - use AV_PKT_DATA_CPB_PROPERTIES/AVCPBProperties side-data to save max
      bit rate for MOV/MP4 esds box. (Tks Hendrik's suggestion) and update
      the fate test case.

V3: - add rc_max_rate to AVStream and bump the version
    - use AVStream.rc_max_rate for MOV/MP4 esds box.
    - use AVStream.rc_max_rate for ffprobe to fix can't get max bit rate issue.

V2: - fix max_bit_rate dump change break the fate test. 
      (based on Micheal/Moritz's review) 

V1: - indet ffmpeg/buffersrc
    - add auto threads flag for kvazaar
    - delete the unused code from ffmpeg
    - fix max_bit_rate dump warning for ffprobe

Jun Zhao (6):
  lavfi/buffersrc: Indent the code.
  fftools/ffprobe: Indent the code.
  fftools/ffmpeg: delete the unused code.
  lavc/kvazaar: fix auto thread flag in kvazaar wrapper.
  lavf/isom: use side data to save max bit rate for esds box
  fftools/ffprobe: fix max_bit_rate dump.

 fftools/ffmpeg.c                             |    9 +-----
 fftools/ffprobe.c                            |   39 ++++++++++++++------------
 libavcodec/libkvazaar.c                      |    2 +-
 libavfilter/buffersrc.c                      |   30 ++++++++++----------
 libavformat/isom.c                           |   19 ++++++++----
 tests/ref/fate/adtstoasc_ticket3715          |    2 +-
 tests/ref/fate/copy-psp                      |    4 +-
 tests/ref/fate/gaplessenc-itunes-to-ipod-aac |   10 ++++--
 tests/ref/fate/gaplessenc-pcm-to-mov-aac     |   10 ++++--
 tests/ref/fate/gaplessinfo-itunes1           |   10 ++++--
 tests/ref/fate/gaplessinfo-itunes2           |   10 ++++--
 tests/ref/fate/mov-mp3-demux                 |    2 +-
 12 files changed, 78 insertions(+), 69 deletions(-)



More information about the ffmpeg-devel mailing list