[FFmpeg-devel] [PATCH 1/2] RELEASE_NOTES: Reset after release

James Almer jamrial at gmail.com
Thu Dec 4 06:07:32 CET 2014


On 04/12/14 1:15 AM, Timothy Gu wrote:
> Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
> ---
>  RELEASE_NOTES | 61 ++++++++++++++++++++++++++---------------------------------
>  1 file changed, 27 insertions(+), 34 deletions(-)
> 

I personally think this is not needed for now. It can be updated just fine close to release.

> diff --git a/RELEASE_NOTES b/RELEASE_NOTES
> index a1ddd35..adcab42 100644
> --- a/RELEASE_NOTES
> +++ b/RELEASE_NOTES
> @@ -1,10 +1,13 @@
>   ┌────────────────────────────────────────┐
> - │ RELEASE NOTES for FFmpeg 2.5 "Bohr"    │
> + │ RELEASE NOTES for FFmpeg 2.6 "TODO"    │
>   └────────────────────────────────────────┘
>  
> -   The FFmpeg Project proudly presents FFmpeg 2.5 "Bohr", just 2.5 months
> -   after the release of 2.4. Since this wasn't a long time ago, the Changelog
> -   is a bit short this time.
> +   The FFmpeg Project proudly presents FFmpeg 2.6 "TODO", TODO months
> +   after the release of 2.5.
> +
> +   XXX, YYY, and ZZZ are the most exciting features in this release. For CCCCC
> +   feature users, we have also made additions in the DDDDD demuxer for better
> +   support of TODO.

Sorry, but this is silly. Might as well go with lorem ipsum.
Same goes with the "mostly backwards compatible" comment below. Making assumptions like this 
in a placeholder makes no sense.

Either leave the file as is until the 2.6 release is made, or clean the file and leave every 
section empty (or with a single TODO), allowing people to add lines at the same time as they 
are added to changelog if they want to.

>  
>     As usual, if you have any question on this release or any FFmpeg related
>     topic, feel free to join us on the #ffmpeg IRC channel (on
> @@ -14,21 +17,21 @@
>     │ ��  API Information         │
>     └────────────────────────────┘
>  
> -     FFmpeg 2.5 includes the following library versions:
> -
> -       • libavutil      54.15.100
> -       • libavcodec     56.13.100
> -       • libavformat    56.15.102
> -       • libavdevice    56. 3.100
> -       • libavfilter     5. 2.103
> -       • libswscale      3. 1.101
> -       • libswresample   1. 1.100
> -       • libpostproc    53. 3.100
> +     FFmpeg 2.6 is mostly backwards compatible with the 2.5 series, and
> +     includes the following library versions:
>  
> -     Important API changes since 2.4:
> +       • libavutil      5x.xx.1xx
> +       • libavcodec     5x.xx.1xx
> +       • libavformat    5x.xx.1xx
> +       • libavdevice    5x. x.1xx
> +       • libavfilter     x. x.1xx
> +       • libswscale      x. x.1xx
> +       • libswresample   x. x.1xx
> +       • libpostproc    5x. x.1xx
>  
> -       • avpriv_dv_frame_profile2() has been deprecated
> +     Important API changes since 2.5:
>  
> +       • `this()` has been deprecated
>  
>       Please refer to the doc/APIchanges file for more information.
>  
> @@ -40,59 +43,49 @@
>     │ ffprobe                    │
>     └────────────────────────────┘
>  
> -    • -show_pixel_formats option
> +    • TODo
>  
>     ┌────────────────────────────┐
>     │ ffserver                   │
>     └────────────────────────────┘
>  
> -    • codec private options support
> +    • TODO
>  
>     ┌────────────────────────────┐
>     │ libavcodec                 │
>     └────────────────────────────┘
>  
> -    • STL subtitle decoder
> -    • libutvideo YUV 4:2:2 10bit support
> -    • animated WebP decoding support
> -    • zygoaudio decoding support
> +    • TODO
>  
>     ┌────────────────────────────┐
>     │ libavdevice                │
>     └────────────────────────────┘
>  
> -    • XCB-based screen-grabber
> -    • AVFoundation screen capturing support
> +    • TODO
>  
>     ┌────────────────────────────┐
>     │ libavformat                │
>     └────────────────────────────┘
>  
> -    • HEVC/H.265 RTP payload format (draft v6) packetizer
> -    • SUP/PGS subtitle demuxer
> -    • STL subtitle demuxer
> -    • UDP-Lite support (RFC 3828)
> -    • creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer
> -    • WebP muxer
> -    • APNG demuxer
> +    • TODO
>  
>     ┌────────────────────────────┐
>     │ libavfilter                │
>     └────────────────────────────┘
>  
> -    • xBR scaling filter
> +    • TODO
>  
>     ┌────────────────────────────┐
>     │ libavutil                  │
>     └────────────────────────────┘
>  
> -    • CAST128 symmetric block cipher, ECB mode
> +    • TODO
>  
>     ┌────────────────────────────┐
>     │ libpostproc                │
>     └────────────────────────────┘
>  
> -    • visualization support
> +    • TODO
>  
>   ┌────────────────────────────┐
>   │ ⚠  Behaviour changes       │
> 



More information about the ffmpeg-devel mailing list