summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES
Commit message (Collapse)AuthorAgeFilesLines
* RELEASE_NOTES: Based on the version from 4.3n5.0Michael Niedermayer2022-01-141-0/+15
| | | | | | Name suggested by jb and Reto Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Drop outdated RELEASE_NOTESClément Bœsch2015-03-051-101/+0
| | | | A new RELEASE_NOTES specific to the release will be added.
* avformat/mov: Disable XMP metadata by defaultMichael Niedermayer2014-12-111-0/+2
| | | | | | | | | This was suggested by cbsrobot, ubitux and koda There are files with huge amounts of XMP data, which would otherwise be displayed in the terminal output of FFmpeg Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* RELEASE_NOTES: update for 2.5Michael Niedermayer2014-12-031-40/+58
| | | | | | | If you spot something missing wrong or improvable, do not hesitate to push fixes Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Changelog/RELEASE_NOTES: prepare for 2.4Clément Bœsch2014-09-141-12/+25
|
* doc: mention important API changes in the RELEASE_NOTESAndreas Cadhalpun2014-09-141-6/+10
| | | | | Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* RELEASE_NOTES: add version numbersMichael Niedermayer2014-09-141-9/+9
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* RELEASE_NOTES: Add next versions name (Fresnel)Michael Niedermayer2014-09-131-4/+4
| | | | | | | The name is "randomly" picked from previous suggestions If people prefer something else, suggest it quickly Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: document the addition of the AVProbeData.mime_type field and it's ↵Andreas Cadhalpun2014-09-131-0/+3
| | | | | | | implications Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Revert the default for ffplay to -noautoexit.Carl Eugen Hoyos2014-09-081-1/+0
| | | | Reviewed-by: Marton Balint
* RELEASE_NOTES: mention the ffplay -autoexit behaviour changeClément Bœsch2014-09-061-0/+1
|
* add silenceremove filterPaul B Mahol2014-09-051-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit '12f0388f9cb32016ac0dacaeca631b088b29bb96'Michael Niedermayer2014-09-041-0/+4
| | | | | | | | | | | | * commit '12f0388f9cb32016ac0dacaeca631b088b29bb96': Add release notes for 11. Conflicts: doc/RELEASE_NOTES Mostly not merged Merged-by: Michael Niedermayer <michaelni@gmx.at>
* Use makeinfo to generate html doc for the new websiteTimothy Gu2014-09-041-0/+2
| | | | | | | | | | | | | | | | texi2html is deprecated by upstream in favor of makeinfo/texi2any. See: - https://www.gnu.org/software/texinfo/manual/texinfo/html_node/texi2html.html - https://wiki.debian.org/Texi2htmlTransition - https://lists.debian.org/debian-devel/2013/05/msg01516.html This is actually two separate changes. Based on a patch by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>. Fixes Trac ticket #3232. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* RELEASE_NOTES: mention libmodplug detection changeClément Bœsch2014-09-011-0/+1
|
* avfilter: add codecview filterClément Bœsch2014-08-241-0/+2
|
* reset and complete RELEASE_NOTES for the next versionClément Bœsch2014-08-131-143/+19
|
* RELEASE_NOTES: fix WebVTT decoder typo (-> encoder)Timothy Gu2014-07-251-1/+1
| | | | | | Found-by: Clément Bœsch <u@pkh.me> Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/drawtext: Add basic text shaping using libfribidiMarc Jeffreys2014-07-161-0/+1
| | | | | | | Fixes ticket #3758 Reviewed-by: Andrey Utkin <andrey.krieger.utkin@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf: Add WebM DASH Manifest MuxerVignesh Venkatasubramanian2014-07-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the ability to generate WebM DASH manifest XML using ffmpeg. A sample command line would be as follows: ffmpeg \ -f webm_dash_manifest -i video1.webm \ -f webm_dash_manifest -i video2.webm \ -f webm_dash_manifest -i audio1.webm \ -f webm_dash_manifest -i audio2.webm \ -map 0 -map 1 -map 2 -map 3 \ -c copy \ -f webm_dash_manifest \ -adaptation_sets “id=0,streams=0,1 id=1,streams=2,3” \ manifest.xml It works by exporting necessary fields as metadata tags in matroskadec and use those values to write the appropriate XML fields as per the WebM DASH Specification [1]. Some ideas are adopted from webm-tools project [2]. [1] https://sites.google.com/a/webmproject.org/wiki/adaptive-streaming/webm-dash-specification [2] https://chromium.googlesource.com/webm/webm-tools/+/master/webm_dash_manifest/ Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* RELEASE_NOTES: Mention Libav and add codenameTimothy Gu2014-07-151-10/+11
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat: add av_stream_get_parser() to access avformat AVParserMichael Niedermayer2014-07-141-1/+1
| | | | | | | | | The AVStream.parser field is considered private and its location cannot be preserved while preserving also ABI compatibility to libav, as libav added fields before it. Some tools like ffmpeg.c access this field though Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* RELEASE_NOTES: fill in lib versionsMichael Niedermayer2014-07-141-8/+8
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add a release note for 2.3Timothy Gu2014-07-141-0/+172
Based on a patch by Clément Bœsch <u@pkh.me>. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>