summaryrefslogtreecommitdiff
path: root/RELEASE
Commit message (Collapse)AuthorAgeFilesLines
* RELEASE: update after 5.1 branchMichael Niedermayer2022-07-131-1/+1
|
* Bump Versions before release/4.4 branchMichael Niedermayer2021-03-201-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* RELEASE: We are after the 4.3 branch point, update for thatMichael Niedermayer2020-06-101-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* RELEASE: Update value for post 4.2 branchMichael Niedermayer2019-07-211-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* RELEASE: bump to 4.1.gitMichael Niedermayer2018-11-021-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* RELEASE: update for git after 4.0 branchpointMatthieu Bouron2018-09-251-1/+1
|
* RELEASE: update for git after 3.4 branchpointMichael Niedermayer2017-10-111-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Bump minor versions for master after release/3.3 branchpointMichael Niedermayer2017-03-311-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* RELEASE: Update for past 3.2 branchMichael Niedermayer2016-10-261-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* RELEASE: Update to 3.0.gitTimothy Gu2016-02-151-1/+1
|
* RELEASE: update to 2.8.gitJames Almer2015-09-091-1/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* RELEASE: update to 2.7.gitJames Almer2015-07-191-1/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* RELEASE: update to 2.6.gitJames Almer2015-03-081-1/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* RELEASE: BumpTimothy Gu2014-12-041-1/+1
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* RELEASE: update to 2.4.gitJames Almer2014-09-151-1/+1
| | | | | Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* RELEASE: update, we are after 2.3 not 2.2Michael Niedermayer2014-07-281-1/+1
| | | | | Found-by: jamrial Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* RELEASE: update for 2.2Michael Niedermayer2014-03-011-1/+1
| | | | | Found-by: Timothy Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* RELEASE: update to 2.1.gitTimothy Gu2013-11-291-1/+1
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Update for 2.0Michael Niedermayer2013-07-101-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* RELEASE: 1.1.git for masterMichael Niedermayer2013-01-061-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa'Michael Niedermayer2012-10-241-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ceb754d041f5f6327fd9195a5f43575af9516daa': lzo: Use AV_COPY*U macros where appropriate prepare 9_beta2 release dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxU intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addresses dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16 mp3: properly forward mp_decode_frame errors Conflicts: RELEASE libavcodec/mpegaudiodec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * prepare 9_beta2 releaseReinhard Tartler2012-10-231-1/+1
| |
| * prepare 9_beta1 releaseJanne Grunau2012-10-111-1/+1
| |
* | RELEASE: update for 1.0Michael Niedermayer2012-09-271-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | RELEASE: update, seem this has been forgottenMichael Niedermayer2012-07-011-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | RELEASE: bump to current version (0.10.2).Clément Bœsch2012-03-261-1/+1
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-211-1/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: rtpdec: Use our own SSRC in the SDES field when sending RRs Finalize changelog for 0.8 Release Prepare for 0.8 Release threads: change the default for threads back to 1 threads: update slice_count and slice_offset from user context aviocat: Remove useless includes doc/APIChanges: fill in missing dates and hashes Revert "avserver: fix build after the next bump." mpegaudiodec: switch error detection check to AV_EF_BUFFER lavf: rename fer option and document resulting (f_)err_detect options lavc: rename err_filter option to err_detect and document it mpegvideo: fix invalid memory access for small video dimensions movenc: Reorder entries in the MOVIentry struct, for tigheter packing rtsp: Remove extern declarations for variables that don't exist aviocat: Flush the output before closing Conflicts: Changelog RELEASE libavcodec/mpegaudiodec.c libavcodec/pthread.c libavformat/options.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Prepare for 0.8 ReleaseReinhard Tartler2012-01-211-1/+1
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-121-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: fft: init functions with INIT_XMM/YMM. pcmenc: set frame_size to 0. gsm demuxer: use generic seeking instead of a gsm-specific function. gsm demuxer: return packets with only 1 gsm block at a time. avcodec: add GSM parser doc: Replace ffmpeg references in avserver config file by avconv. doc: Fix names of av_log color environment variables. Fix a bunch of platform name and other typos. Add some missing changelog entries and release 0.8_beta2 No longer build libpostproc by default wtv: fix memleaks during normal operation threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs Conflicts: Changelog RELEASE cmdutils.c configure doc/ffserver.conf doc/platform.texi ffplay.c libavcodec/Makefile libavcodec/version.h libavformat/wtv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add some missing changelog entries and release 0.8_beta2Reinhard Tartler2012-01-111-1/+1
| | | | | | | | Signed-off-by: Reinhard Tartler <siretart@tauware.de>
| * Prepare for 0.8_beta1 snapshot releaseReinhard Tartler2011-12-231-1/+1
| |
* | RELEASE: We're now at 0.9.1.gitDominique Leuenberger2012-01-101-1/+1
| |
* | RELEASE: We're now at 0.9.0.gitDominique Leuenberger2011-12-161-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | RELEASE: We're now at 0.8.7.gitDominique Leuenberger2011-11-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | RELEASE: bump to 0.8.6.git after the releaseDominique Leuenberger2011-11-121-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | RELEASE: 0.8.5 has been releasedDominique Leuenberger2011-10-031-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | RELEASE: set to 0.8.4.git after the release from 2011-09-22Dominique Leuenberger2011-09-271-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | set Release to 0.8.2.git. We are at 0.8.2 and a bit further.Dominique Leuenberger2011-08-131-1/+1
| |
* | RELEASE: We are git after 0.8 releaseDominique Leuenberger2011-07-121-1/+1
| |
* | make the RELEASE file say git and not 0.7Michael Niedermayer2011-07-091-1/+1
|/ | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Use the contents of RELEASE as version fallback instead of 'UNKNOWN'Reinhard Tartler2011-06-191-0/+1
This makes binaries produced by source tarballs identify themselves with the version number of the corresponding release series, unless overriden by a 'VERSION' file.