FFmpeg git repo
Go to file
Billy Shambrook 3c2d9f86c7 ffprobe: add rc_max_rate to stream output
The value is used by some bitstream to mark the maximum bit rate.

See thread:
Subject: [FFmpeg-devel] [PATCH] Add rc_max_rate to ffprobe stream output
Date: Sun,  1 Jun 2014 17:36:36 +0100
To: ffmpeg-devel@ffmpeg.org

http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/178461

Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2014-06-09 23:19:33 +02:00
compat
doc ffprobe: add rc_max_rate to stream output 2014-06-09 23:19:33 +02:00
libavcodec avcodec/x86/dct_init: fix build failure with clang && disable-optimizations 2014-06-09 19:32:41 +02:00
libavdevice avdevice/lavfi: Use av_malloc_array() 2014-06-07 15:04:50 +02:00
libavfilter avfilter/vf_zoompan: fix mixing of declarations and statements 2014-06-09 17:27:34 +02:00
libavformat avformat: add mjpeg_probe() 2014-06-09 17:52:44 +02:00
libavresample
libavutil Merge commit '1619274fb393f55a365cc10f88faa173c9a8e772' 2014-06-09 17:25:09 +02:00
libpostproc
libswresample swr: handle 64bit overflow check in multiple_resample(). 2014-06-09 15:24:51 +02:00
libswscale x86/scale: fix xmm register count for hscale*_sse2 2014-06-09 04:13:23 +02:00
presets
tests ffprobe: add rc_max_rate to stream output 2014-06-09 23:19:33 +02:00
tools
.gitignore
arch.mak
Changelog Zoom & Pan filter 2014-06-09 12:41:33 +00:00
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c
cmdutils.h
common.mak
configure Merge commit '7b06ddb8352fe7f434414d7911ced94956bb25b2' 2014-06-09 16:48:08 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: support setting AVStream.discard 2014-06-07 21:26:22 +02:00
ffmpeg_vda.c
ffmpeg_vdpau.c
ffmpeg.c
ffmpeg.h ffmpeg: support setting AVStream.discard 2014-06-07 21:26:22 +02:00
ffplay.c
ffprobe.c ffprobe: add rc_max_rate to stream output 2014-06-09 23:19:33 +02:00
ffserver.c
INSTALL.md
library.mak
LICENSE.md
MAINTAINERS
Makefile
README.md
RELEASE
version.sh

FFmpeg README

  1. Documentation

  1. Licensing

  • See the LICENSE file.
  1. Build and Install

  • See the INSTALL file.