aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
Commit message (Collapse)AuthorAgeFilesLines
...
| * add APIChanges entry for fe9a3fbJanne Grunau2011-02-081-0/+3
| |
| * Fill in missing date.Ronald S. Bultje2011-02-061-1/+1
| |
| * Update MINOR and set git rev for non-blocking flag API addition.Ronald S. Bultje2011-02-061-1/+1
| |
| * Non-blocking protocols: flag and documentationNicolas George2011-02-051-0/+3
| | | | | | | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * Add an APIchanges entry for avformat_free_contextMartin Storsjö2011-02-041-0/+3
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * Add APIchanges entry for lavc 52.109.0Tomas Härdin2011-02-031-0/+3
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Add forgotten minor API bumps and APIChanges entriesAnton Khirnov2011-02-021-0/+9
| | | | | | | | | | | | | | The bumps are for adding version.h and avio_{get/put}_str functions in lavf and making av_dlog public in lavu. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* | Add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-03-171-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Update version and APIchanges.Ronald S. Bultje2011-02-201-0/+6
| | | | | | | | | | | | | | Update libavformat/version.h and doc/APIChanges after renaming init_put_byte() and ByteIOContext to ffio_init_context() (private) and AVIOContext, (public), and deprecating the originals. (cherry picked from commit d2bbf82e65e4a128ab1f0bf48df5d1e43c43c698)
* | Add SHA1s to APIChanges for av_dump_format, av_parse_time and av_find_info_tagJanne Grunau2011-02-181-4/+4
| | | | | | | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit c3dbfa1afd7d989e3bba4c6bfc492a52c012e9b3)
* | lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov2011-02-181-0/+6
| | | | | | | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 09d171b98879f58be1a766d5f277e131b18e98a1)
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+3
| | | | | | | | Done to keep ABI compatible. Otherwise this is just silly
* | APIchanges: update for 55bad0c: vbv_delayMans Rullgard2011-02-161-0/+3
| | | | | | | | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 8ed4cc65a19b5a6cc7ae6ed5072be2d3836dbeb2) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | APIchanges: update for 12c14cdAnssi Hannula2011-02-151-0/+3
| | | | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 77c330a046d668373cbd9542f3e1d4746916b02f)
* | apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flagMans Rullgard2011-02-151-0/+3
| | | | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 935ee1b9bba3d2fa1bf0d48eef278956307478cb)
* | Update APIchanges for 910b5b8Mans Rullgard2011-02-141-0/+3
| | | | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 08a459f096106f13c03182eed4b7cb725dc4a0ae)
* | Add missing git rev hash.Ronald S. Bultje2011-02-111-1/+1
| | | | | | | | (cherry picked from commit f2146944fcd00a0a7918931c6f0f5c3f88cd6f1d)
* | Deprecate avcodec_thread_init()Alexander Strange2011-02-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a side effect of the last commit, avcodec_open() now calls it automatically, so there is no longer any need for clients to call it. Instead they should set AVCodecContext.thread_count. avcodec_thread_free() is deprecated, and will be removed from avcodec.h at the next MAJOR libavcodec bump. Rename the functions to ff_thread_init/free, since they are now internal. Wrappers are provided to maintain API compatibility. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit c0b102ca03fe92250f1ce620aec3836f529fc1d6)
* | Add missing git rev hash.Ronald S. Bultje2011-02-111-1/+1
| | | | | | | | (cherry picked from commit 8e8cc52be3b515bc91cd9452daca7a65feaea5ad)
* | Frame-based multithreading framework using pthreadsAlexander Strange2011-02-111-0/+5
| | | | | | | | | | | | See doc/multithreading.txt for details on use in codecs. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* | Add missing git revision hask.Ronald S. Bultje2011-02-111-1/+1
| | | | | | | | (cherry picked from commit c2bd7578af069206831a9c25fa68c9bbd5004619)
* | lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-091-0/+4
| | | | | | | | | | | | | | | | It is useful for applications that hand input data directly to lavf via a ByteIOContext. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 3940caad02fbc4f075e77bc605849b1d84ba1b8e)
* | add APIChanges entry for fe9a3fbJanne Grunau2011-02-091-0/+3
| | | | | | | | (cherry picked from commit 7ab8758baf743b3d525c07a770e13038b0885461)
* | Fill in missing date.Ronald S. Bultje2011-02-061-1/+1
| | | | | | | | (cherry picked from commit ae0f8a1a33158397c5014745424389ba1f543cfd)
* | Update MINOR and set git rev for non-blocking flag API addition.Ronald S. Bultje2011-02-061-1/+1
| | | | | | | | (cherry picked from commit efdd67cb00ad770c16c47161c023121e1ae53ae9)
* | Non-blocking protocols: flag and documentationNicolas George2011-02-061-0/+3
| | | | | | | | | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit fe174fc8fc4bbdb050014a945de7eb9b28ba358e)
* | Add an APIchanges entry for avformat_free_contextMartin Storsjö2011-02-061-0/+3
| | | | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit ff1974897778942180c1d4f95b0b7b45a4fbbc02)
* | Add APIchanges entry for lavc 52.109.0Tomas Härdin2011-02-041-0/+3
| | | | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 75fd0668df64c4b7140be5ac829dee4e327a3e57)
* | Add forgotten minor API bumps and APIChanges entriesAnton Khirnov2011-02-041-0/+9
| | | | | | | | | | | | | | The bumps are for adding version.h and avio_{get/put}_str functions in lavf and making av_dlog public in lavu. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* | Add sample_aspect_ratio fields to vsrc_buffer arguments.Michael Niedermayer2011-01-311-0/+3
| | | | | | | | | | This fixes aspect handling in ffmpeg This is based on a patch by baptiste
* | Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-01-311-0/+3
|/
* Fix date and revision for lavc 52.104.Carl Eugen Hoyos2011-01-171-1/+1
| | | | Originally committed as revision 26399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini2011-01-151-0/+3
| | | | | | | More consistent with the rest of FFmpeg and sounds more natural to English speaking people. Originally committed as revision 26374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for the av_metadata_copy() addition.Stefano Sabatini2011-01-151-0/+3
| | | | Originally committed as revision 26361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate reordered_opaque in favor of pkt_pts/dtsMichael Niedermayer2011-01-071-0/+3
| | | | Originally committed as revision 26262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pkt_dts to AVFrame, this will in the future allow multithreading decodersMichael Niedermayer2011-01-071-0/+4
| | | | | | to not mess up dts Originally committed as revision 26261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.ptsMichael Niedermayer2011-01-071-0/+3
| | | | Originally committed as revision 26260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_get_profile_name() to get profile names.Anssi Hannula2011-01-071-0/+3
| | | | | | Patch by Anssi Hannula, anssi d hannula a iki d fi Originally committed as revision 26259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump lavfi minor and add an entry after r26108 (which addedStefano Sabatini2010-12-271-0/+3
| | | | | | AV_PERM_NEG_LINESIZES to avfilter.h). Originally committed as revision 26111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix date in APIchanges.Stefano Sabatini2010-12-271-1/+1
| | | | Originally committed as revision 26109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently prefer short library names in APIchanges.Stefano Sabatini2010-12-271-3/+3
| | | | Originally committed as revision 26106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_find_best_stream.Nicolas George2010-12-271-0/+3
| | | | Originally committed as revision 26104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMSAnton Khirnov2010-12-271-0/+4
| | | | Originally committed as revision 26103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-221-0/+3
| | | | Originally committed as revision 26073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVERROR_*_NOT_FOUND codes.Nicolas George2010-12-191-0/+11
| | | | Originally committed as revision 26056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Stefano Sabatini2010-12-091-1/+1
| | | | Originally committed as revision 25924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini2010-12-091-0/+4
| | | | | | | | libavcodec to libavcore. Remove another compile-time dependancy of libavfilter on libavcodec. Originally committed as revision 25923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_CAP_NEG_LINESIZES.Stefano Sabatini2010-12-041-0/+3
| | | | Originally committed as revision 25886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: add empty line which was previously removed.Stefano Sabatini2010-12-041-0/+1
| | | | | | Improve readability. Originally committed as revision 25882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-041-0/+4
| | | | | | av_get_pix_fmt_string(), added to libavutil/pixdesc.h. Originally committed as revision 25879 to svn://svn.ffmpeg.org/ffmpeg/trunk