[FFmpeg-cvslog] Changelog: Make formating consistent

Michael Niedermayer git at videolan.org
Thu Apr 21 14:29:50 CEST 2016


ffmpeg | branch: release/3.0 | Michael Niedermayer <michael at niedermayer.cc> | Mon Apr  4 22:45:14 2016 +0200| [6103a8453fadf53f87fe4198db41cb6a5a7420dc] | committer: Michael Niedermayer

Changelog: Make formating consistent

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6103a8453fadf53f87fe4198db41cb6a5a7420dc
---

 Changelog |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

diff --git a/Changelog b/Changelog
index 7556ada..8776e0d 100644
--- a/Changelog
+++ b/Changelog
@@ -2,46 +2,46 @@ Entries are sorted chronologically from oldest to youngest within each release,
 releases are sorted from youngest to oldest.
 
 version 3.0.1:
-avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set
-avformat/rtpdec_jpeg: fix low contrast image on low quality setting
-avformat/mpegtsenc: Fix used service
-avformat/mpegtsenc: Keep track of the program for each service
-avformat/file: Add crypto to default whitelist
-avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored
-lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL unit is found.
-avcodec/resample: Remove disabled and faulty code
-indeo2: Fix banding artefacts
-indeo2data: K&R formatting cosmetics
-avformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8ce14a18b8e861dd9ce
-avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool
-avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing
-avformat/concatdec: set safe mode to enabled instead of auto
-avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay
-avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMAT
-avcodec/dca: clear X96 channels if nothing was decoded
-fate/aac: Increase fuzz from of fate-aac-pns-encode from 72 to 74 for Loongson
-avformat/cache: Fix memleak of tree entries
-lavf/mov: downgrade sidx errors to non-fatal warnings; fixes trac #5216
-lavf/mov: fix sidx with edit lists
-avcodec/mjpegdec: Fix decoding slightly odd progressive jpeg
-swscale/utils: Fix chrSrcHSubSample for GBRAP16
-swscale/input: Fix GBRAP16 input
-avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats
-avcodec/h264: Execute error concealment before marking the frame as done.
-swscale/x86/output: Fix yuv2planeX_16* with unaligned destination
-swscale/x86/output: Move code into yuv2planeX_mainloop
-MAINTAINERS: add myself as an OS/2 maintainer
-libwebpenc_animencoder: print library messages in verbose log levels
-libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions struct
-configure: check for SEC_I_CONTEXT_EXPIRED before enabling SChannel
-lavf/http: Add httpproxy to the default protocol whitelist.
-doc/utils: fix typo for min() description
-ffserver&ffm: Fixed issues preventing ffserver write_index and files_size from being set correctly which was breaking ffserver streaming.
-postproc: fix unaligned access
-vc2enc: fix use of uninitialized variables in the rate control system, correctly zero out coefficient array padding
-aacenc: optimize encoding speed
-avcodec/diracdec: check bitstream size related fields for overflows
-avcodec/h264_slice: Check PPS more extensively when its not copied
+- avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set
+- avformat/rtpdec_jpeg: fix low contrast image on low quality setting
+- avformat/mpegtsenc: Fix used service
+- avformat/mpegtsenc: Keep track of the program for each service
+- avformat/file: Add crypto to default whitelist
+- avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored
+- lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL unit is found.
+- avcodec/resample: Remove disabled and faulty code
+- indeo2: Fix banding artefacts
+- indeo2data: K&R formatting cosmetics
+- avformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8ce14a18b8e861dd9ce
+- avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool
+- avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing
+- avformat/concatdec: set safe mode to enabled instead of auto
+- avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay
+- avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMAT
+- avcodec/dca: clear X96 channels if nothing was decoded
+- fate/aac: Increase fuzz from of fate-aac-pns-encode from 72 to 74 for Loongson
+- avformat/cache: Fix memleak of tree entries
+- lavf/mov: downgrade sidx errors to non-fatal warnings; fixes trac #5216
+- lavf/mov: fix sidx with edit lists
+- avcodec/mjpegdec: Fix decoding slightly odd progressive jpeg
+- swscale/utils: Fix chrSrcHSubSample for GBRAP16
+- swscale/input: Fix GBRAP16 input
+- avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats
+- avcodec/h264: Execute error concealment before marking the frame as done.
+- swscale/x86/output: Fix yuv2planeX_16* with unaligned destination
+- swscale/x86/output: Move code into yuv2planeX_mainloop
+- MAINTAINERS: add myself as an OS/2 maintainer
+- libwebpenc_animencoder: print library messages in verbose log levels
+- libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions struct
+- configure: check for SEC_I_CONTEXT_EXPIRED before enabling SChannel
+- lavf/http: Add httpproxy to the default protocol whitelist.
+- doc/utils: fix typo for min() description
+- ffserver&ffm: Fixed issues preventing ffserver write_index and files_size from being set correctly which was breaking ffserver streaming.
+- postproc: fix unaligned access
+- vc2enc: fix use of uninitialized variables in the rate control system, correctly zero out coefficient array padding
+- aacenc: optimize encoding speed
+- avcodec/diracdec: check bitstream size related fields for overflows
+- avcodec/h264_slice: Check PPS more extensively when its not copied
 
 
 version 3.0:



More information about the ffmpeg-cvslog mailing list