[FFmpeg-devel] [PATCH] RDT/Realmedia patches #2
Ronald S. Bultje
rsbultje
Tue Dec 2 16:43:31 CET 2008
Hi,
On Tue, Dec 2, 2008 at 9:16 AM, M?ns Rullg?rd <mans at mansr.com> wrote:
> diffstat would be more informative.
Oh goodie, I always wondered how people did that. Behold:
$ for patch in `quilt applied`; do wc -c patches/$patch && diffstat
patches/$patch; done
3837 patches/rtsp-change-parse_sdp_a_line-prototype.patch
rdt.c | 4 +++-
rtp_h264.c | 5 +++--
rtp_internal.h | 3 ++-
rtsp.c | 6 +++---
4 files changed, 11 insertions(+), 7 deletions(-)
2758 patches/rdt-rmctx-array.patch
rdt.c | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
3879 patches/rdt-asmrulebook-parsing.patch
rdt.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
rdt.h | 11 +++++++++++
rtsp.c | 3 +++
3 files changed, 77 insertions(+)
1283 patches/rdt-parse-stream-bitrate.patch
rdt.c | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+)
3465 patches/rdt-parse-payload-mdpr.patch
rdt.c | 36 +++++++++++++++++++++++-------------
rdt.h | 3 ---
rtsp.c | 4 ----
3 files changed, 23 insertions(+), 20 deletions(-)
3827 patches/rtsp-rdt-subscription.patch
rtsp.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++--------------
1 files changed, 56 insertions(+), 15 deletions(-)
663 patches/rtsp-report-bitrate.patch
rdt.c | 2 ++
1 files changed, 2 insertions(+)
998 patches/rtsp-move-start_pts.patch
rdt.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
I hope the patchnames sort of tell you what they do.
Ronald
More information about the ffmpeg-devel
mailing list