aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
Commit message (Collapse)AuthorAgeFilesLines
...
| * APIchanges: Mention lavfi and lavd identification symbol additionVittorio Giovara2015-07-171-0/+4
| |
* | lavc: Add properties field to AVCodecContext.Carl Eugen Hoyos2015-07-161-0/+4
| | | | | | | | The new field can hold information about losslessness and closed captions for now.
* | Merge commit '832129431fd5c693b12c32a1563944c631feaf36'Michael Niedermayer2015-07-031-1/+1
|\| | | | | | | | | | | | | | | | | | | | | * commit '832129431fd5c693b12c32a1563944c631feaf36': lavu: Add version information for av_version_info() Conflicts: doc/APIchanges libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavu: Add version information for av_version_info()Vittorio Giovara2015-07-031-3/+3
| | | | | | | | Move the APIchange entry at the top.
* | Merge commit '1316df7aa98c4784f190d107206d0bb12c590b89'Michael Niedermayer2015-07-031-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1316df7aa98c4784f190d107206d0bb12c590b89': lavu: add an API function to return the Libav version string Conflicts: .gitignore Makefile cmdutils.c doc/APIchanges libavutil/avutil.h libavutil/utils.c See: f91126643a91c2d3f8d8e210c8facaf259951b03 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavu: add an API function to return the Libav version stringwm42015-07-021-0/+3
| | | | | | | | | | | | | | | | This returns something like "v12_dev0-1332-g333a27c". This is much more useful than the individual library versions, of which there are too many, and which are very hard to map back to releases or git commits. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
| * avio: Add avio_put_str16beLuca Barbato2015-06-071-0/+3
| |
| * x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-311-0/+3
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | lavu: add an API function to return the FFmpeg version stringwm42015-07-011-0/+3
| | | | | | | | | | | | | | | | This returns something like "N-73264-gb54ac84". This is much more useful than the individual library versions, of which there are too much and which are very hard to map back to releases or git commits. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/avio: Move avio_delete() avio_move() to avpriv_ namespaceMichael Niedermayer2015-06-291-4/+0
| | | | | | | | | | | | | | | | | | This was suggested in the discussion about these functions With this change the functions are available internally but are not part of the public API Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/avio: Extend API with avio_move() and avio_delete()Mariusz Szczepańczyk2015-06-221-0/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: fill in missing stuffMichael Niedermayer2015-06-091-5/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: Add 2.7 separatorMichael Niedermayer2015-06-091-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Revert addition of a few fixed_dsp functions to APIChangesMichael Niedermayer2015-06-051-7/+0
| | | | | | | | | | | | | | The header is not installed currently so the changes should not be in APIChanges Found-by: Ronald S. Bultje and others This reverts part of commit 19ed3e35a5cd188de69f3635f56d9e51c2f720d5.
* | libavutil/doc: Changes in documentation due to changes to fixed_dspNedeljko Babic2015-06-051-0/+7
| | | | | | | | | | | | | | | | New functions are added to fixed_dsp, so the documentation is changed accordingly. Signed-off-by: Nedeljko Babic <nedeljko.babic@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swresample: Add swr_get_out_samples()Michael Niedermayer2015-06-041-0/+3
| | | | | | | | | | | | Previous version reviewed-by: Pavel Koshevoy <pkoshevoy@gmail.com> Previous version reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | x86/cpu: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-271-0/+3
| | | | | | | | | | Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* | avutil: Add av_q2intfloat()Michael Niedermayer2015-05-261-0/+3
| | | | | | | | | | | | | | This function allows writing AVRationals as IEEE floats without the need of platform dependant float operations Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'e7c5e17d4fbd7c83fb331bf327e25ebd8e6a8623'Michael Niedermayer2015-05-131-0/+3
|\| | | | | | | | | | | | | | | | | | | | | * commit 'e7c5e17d4fbd7c83fb331bf327e25ebd8e6a8623': vda: Make output CVPixelBuffer format configurable Conflicts: doc/APIchanges libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vda: Make output CVPixelBuffer format configurableStefano Pigozzi2015-05-131-0/+3
| | | | | | | | | | | | | | This is useful for client programs to ask for nv12 surfaces instead of the current default (uyvy), since those are more efficient to decode to. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | avformat: add callback for opening further filesMichael Niedermayer2015-05-111-0/+3
| | | | | | | | | | Previous version reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: fill missing versions and hashesJames Almer2015-05-071-8/+8
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | vp9: add missing changelog and APIchanges entries for new VP9 profilesJames Almer2015-05-071-0/+3
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | avcodec: Add av_packet_side_data_name()Michael Niedermayer2015-05-071-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vp9: add profile namesJames Almer2015-05-041-0/+3
| | | | | | | | | | Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* | avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3wm42015-04-221-0/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e'Michael Niedermayer2015-04-201-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e': log: Introduce a more verbose debug level Conflicts: doc/APIchanges doc/fftools-common-opts.texi libavutil/log.c libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * log: Introduce a more verbose debug levelVittorio Giovara2015-04-191-0/+3
| | | | | | | | And deprecate av_dlog macro.
| * parseutils: Make av_small_strptime publicLuca Barbato2015-04-071-0/+3
| | | | | | | | | | | | And use it in libavformat. Based on a similar patch by Stefano Sabatini <stefasab@gmail.com>.
* | lavf/avio: Add new types to AVIODirEntryType, bump minor versionMariusz Szczepańczyk2015-04-031-0/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu/avstring: add av_append_path_component() funcionLukasz Marek2015-03-311-0/+3
| | | | | | | | | | | | Convinient function to build paths. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf: Bump minor version and document directory listing API in doc/APIchanges.Mariusz Szczepańczyk2015-03-301-0/+9
| |
* | Merge commit '6fe2641d6e410b7bc203138fa97e1118b411f16d'Michael Niedermayer2015-03-291-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '6fe2641d6e410b7bc203138fa97e1118b411f16d': lavc: add profile define for DTS Express Conflicts: doc/APIchanges libavcodec/version.h See: 11fe56c8bbf39cd0c3edbf0cd404dea400ff7e0c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: add profile define for DTS ExpressHendrik Leppkes2015-03-291-0/+3
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit 'c48456166e95648719a8be8f8613f9dee98205c1'Michael Niedermayer2015-03-291-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c48456166e95648719a8be8f8613f9dee98205c1': lavc: add MMAL hardware decoder wrapper Conflicts: Changelog configure doc/APIchanges libavcodec/Makefile libavcodec/allcodecs.c libavcodec/version.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: add MMAL hardware decoder wrapperwm42015-03-291-0/+3
| | | | | | | | | | | | Based on a patch by Rodger Combs. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | doc/APIchanges: Fill in the xxMichael Niedermayer2015-03-061-6/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: Add 2.6 cut markerMichael Niedermayer2015-03-061-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat: add avformat_flush()wm42015-03-051-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavformat/avio: added avio_put_str16beMark Reid2015-03-031-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '31d2039cb42668ebcf08248bc48bbad44aa05f49'Michael Niedermayer2015-02-191-0/+4
|\| | | | | | | | | | | | | | | | | | | | | * commit '31d2039cb42668ebcf08248bc48bbad44aa05f49': h264_parser: export video format and dimensions Conflicts: libavcodec/h264_parser.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h264_parser: export video format and dimensionsAnton Khirnov2015-02-191-0/+4
| |
* | Merge commit '5b1d9ceec715846a58fe029bc3889ed6fa62436a'Michael Niedermayer2015-02-191-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '5b1d9ceec715846a58fe029bc3889ed6fa62436a': pixfmt: add a pixel format for QSV hwaccel Conflicts: doc/APIchanges libavutil/pixfmt.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * pixfmt: add a pixel format for QSV hwaccelAnton Khirnov2015-02-191-0/+3
| |
* | lavc: deprecate VIMA decoderPaul B Mahol2015-02-141-0/+3
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'faa8ffda2c513573733624784f0a7d0a4959d33e'Michael Niedermayer2015-02-131-5/+5
|\| | | | | | | | | | | | | | | | | | | | | | | * commit 'faa8ffda2c513573733624784f0a7d0a4959d33e': doc/APIchanges: fill in missing dates and hashes Conflicts: doc/APIchanges See: c651a1aaecb5cb7bb40cf40df27f5273e8bcd245 See: 8c8ee17e8d2800144116ec52f26a435a06b49420 and others Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc/APIchanges: fill in missing dates and hashesAnton Khirnov2015-02-131-17/+17
| | | | | | | | Also, move a misplaced block to the right position.
* | doc/APIchanges: updated Data stream changes in APIChangeAnshul Maheshwari2015-02-081-0/+3
| | | | | | | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '728685f37ab333ca35980bd01766c78d197f784a'Michael Niedermayer2015-01-271-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '728685f37ab333ca35980bd01766c78d197f784a': Add a side data type for audio service type. Conflicts: doc/APIchanges libavcodec/avcodec.h libavcodec/version.h libavutil/frame.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add a side data type for audio service type.Anton Khirnov2015-01-271-0/+4
| | | | | | | | | | Currently, audio service type is a field in AVCodecContext. However, side data is more appropriate for this kind of information.