Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2011-03-17Add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-03-15Merge remote-tracking branch 'newdev/master'Michael Niedermayer
Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-03-14Bitmap Brothers JV errataPeter Ross
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-03-14Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-03-13doc: document applehttp protocolLuca Barbato
The documentation might be extended once/if a live/store override option will have to be provided for non-compliant segmenter.
2011-03-11Bitmap Brothers JV errataPeter Ross
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-03-08framebuffer device demuxerStefano Sabatini
2011-03-08Add Apple HTTP Live Streaming protocol handlerMartin Storsjö
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit f4f4e12c0d4e86c4900481b7dca94d22e733c14a)
2011-03-07Add Apple HTTP Live Streaming protocol handlerMartin Storsjö
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-02-22Port drawtext filter by Hemanth from the libavfilter soc repo, withStefano Sabatini
the following additions: * support to anti-aliased glyph rendering * support to UTF-8 text and Unicode chars rendering * support for RGB packed formats Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-02-21lavfi: add fade filterBrandon Mintern
Port fade filter from libavfilter soc repo, with minor fixes by Stefano. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-02-20Update version and APIchanges.Ronald S. Bultje
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)
2011-02-20Update version and APIchanges.Ronald S. Bultje
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.
2011-02-18Add SHA1s to APIChanges for av_dump_format, av_parse_time and av_find_info_tagJanne Grunau
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit c3dbfa1afd7d989e3bba4c6bfc492a52c012e9b3)
2011-02-18lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 09d171b98879f58be1a766d5f277e131b18e98a1)
2011-02-18documentation: add encoders chapterJames Zern
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 0fa904c9d845d4a47372e619067e21991bb39b06)
2011-02-17Add SHA1s to APIChanges for av_dump_format, av_parse_time and av_find_info_tagJanne Grunau
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-17lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-17documentation: add encoders chapterJames Zern
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-17Merge libavcore into libavutilReinhard Tartler
Done to keep ABI compatible. Otherwise this is just silly
2011-02-16APIchanges: update for 55bad0c: vbv_delayMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 8ed4cc65a19b5a6cc7ae6ed5072be2d3836dbeb2) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-02-15APIchanges: update for 12c14cdAnssi Hannula
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 77c330a046d668373cbd9542f3e1d4746916b02f)
2011-02-15apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flagMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 935ee1b9bba3d2fa1bf0d48eef278956307478cb)
2011-02-15Merge libavcore into libavutilReinhard Tartler
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>
2011-02-15APIchanges: update for 55bad0c: vbv_delayMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-15APIchanges: update for 12c14cdAnssi Hannula
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-15apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flagMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-15Fix spelling error.Tilman Brock
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit b08f59dca493e7582ddfd08097c594bfb0ae6ff9)
2011-02-15Update APIchanges for 910b5b8Mans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 08a459f096106f13c03182eed4b7cb725dc4a0ae)
2011-02-14Fix spelling error.Tilman Brock
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-14Update APIchanges for 910b5b8Mans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-13Fix script command in a FAQ entryStefano Sabatini
In the FAQ section "How do I encode single pictures into movies?", use -s for generating symbolic links with the ln command. The script was generating hard links, which is not likely what it was supposed to do. Fix issue 2488. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit e063f5886b27a7374f5060b7c2c21385685b2cb0)
2011-02-13Update overlay documentation after movie syntax update.Stefano Sabatini
Overlay documentation is still using the old unsupported syntax. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit aa8ac53b51cd8b9446b50404660685041060fa4f)
2011-02-13Bink version 'b' video decoderPeter Ross
Based on original patch by Kostya Shishkov Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit e00f41d5742b3a0dc1877b030f4f6f58c19b7bbd)
2011-02-12Fix script command in a FAQ entryStefano Sabatini
In the FAQ section "How do I encode single pictures into movies?", use -s for generating symbolic links with the ln command. The script was generating hard links, which is not likely what it was supposed to do. Fix issue 2488. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-11Update overlay documentation after movie syntax update.Stefano Sabatini
Overlay documentation is still using the old unsupported syntax. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-11Bink version 'b' video decoderPeter Ross
Based on original patch by Kostya Shishkov Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-11document passing the fate samples location via make variableJanne Grunau
(cherry picked from commit 5c19f64c600ece050a1deb27f53963e4416beb31)
2011-02-11Add missing git rev hash.Ronald S. Bultje
(cherry picked from commit f2146944fcd00a0a7918931c6f0f5c3f88cd6f1d)
2011-02-11Deprecate avcodec_thread_init()Alexander Strange
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)
2011-02-11Add missing git rev hash.Ronald S. Bultje
(cherry picked from commit 8e8cc52be3b515bc91cd9452daca7a65feaea5ad)
2011-02-11Frame-based multithreading framework using pthreadsAlexander Strange
See doc/multithreading.txt for details on use in codecs. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-11Add missing git revision hask.Ronald S. Bultje
(cherry picked from commit c2bd7578af069206831a9c25fa68c9bbd5004619)
2011-02-10document passing the fate samples location via make variableJanne Grunau
2011-02-09Add missing git rev hash.Ronald S. Bultje
2011-02-09Deprecate avcodec_thread_init()Alexander Strange
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>
2011-02-09Add missing git rev hash.Ronald S. Bultje
2011-02-09Frame-based multithreading framework using pthreadsAlexander Strange
See doc/multithreading.txt for details on use in codecs. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-09Add missing git revision hask.Ronald S. Bultje
2011-02-09lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula
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)