aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-261-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * newdev/master: mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom. Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser and decoder, and vice-versa for the AC-3 encoder. Use audio_service_type to set stream disposition. Add APIchanges entry for audio_service_type. Add audio_service_type field to AVCodecContext for encoding and reporting of the service type in the audio bitstream. configure: in check_ld, place new -l flags before existing ones support @heading, @subheading, @subsubheading, and @subsubsection in texi2pod.pl doc: update build system documentation aacenc: indentation aacenc: fix the side calculation in search_for_ms vp8.c: rename EDGE_* to VP8_EDGE_*. Conflicts: doc/APIchanges libavcodec/avcodec.h libavcodec/version.h libavcodec/vp8.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add APIchanges entry for audio_service_type.Justin Ruggles2011-03-251-0/+3
| |
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-0/+5
|\| | | | | | | | | | | | | | | | | | | Conflicts: Changelog doc/APIchanges doc/optimization.txt libavformat/avio.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add missed APIchanges and changelog entriesMartin Storsjö2011-03-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Add an APIchanges entry for the av_pkt_dump2 and av_pkt_dump_log2 functions, and a changelog entry for the apple http live streaming protocol handler. Since neither of them got a minor bump at commit time, but were applied before the jv demuxer, they all can be considered added in this minor version. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * 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.
| * Add SHA1s to APIChanges for av_dump_format, av_parse_time and av_find_info_tagJanne Grunau2011-02-171-4/+4
| | | | | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
| * lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov2011-02-171-0/+6
| | | | | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
| * APIchanges: update for 55bad0c: vbv_delayMans Rullgard2011-02-151-0/+3
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * APIchanges: update for 12c14cdAnssi Hannula2011-02-141-0/+3
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flagMans Rullgard2011-02-141-0/+3
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Update APIchanges for 910b5b8Mans Rullgard2011-02-141-0/+3
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Add missing git rev hash.Ronald S. Bultje2011-02-091-1/+1
| |
| * Deprecate avcodec_thread_init()Alexander Strange2011-02-091-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>
| * Add missing git rev hash.Ronald S. Bultje2011-02-091-1/+1
| |
| * Frame-based multithreading framework using pthreadsAlexander Strange2011-02-091-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-091-1/+1
| |
| * lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-081-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>
| * 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