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
2012-11-15doxygen: remove obsolete options from DoxyfileJanne Grunau
The options USE_INLINE_TREES, SHOW_DIRECTORIES and HTML_ALIGN_MEMBERS became obsolete with doxygen 1.8.1 (releaded 2012-05-19). The generated outpu for older doxygen versions should not change since they were set to the default value.
2012-11-13hlsenc: stand alone hls segmenterLuca Barbato
Simplifies usage but has higher latency.
2012-11-11doc: git-howto: Leave reviewers time to react before pushing patchesDiego Biurrun
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
Also reorder some other #include when applicable.
2012-11-11lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.hJustin Ruggles
2012-11-06lavu: add av_ctz() for trailing zero bit countJustin Ruggles
2012-11-02doc: add apidoc target for doxygen API documentationJanne Grunau
Documentation includes only the externally visible API of the installed headers. Based on a patch by Anton Khirnov <anton@khirnov.net>. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-11-02doc: Point to the new location of the c99-to-c89 toolMartin Storsjö
This location contains prebuilt binaries as well. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-10-31x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun
2012-10-30lavfi: add ashowinfo filterAnton Khirnov
It can be useful for debugging. Based on a patch by Stefano Sabatini <stefano.sabatini-lala@poste.it>
2012-10-29nut: support textual dataLuca Barbato
Plain text (utf8 encoded) data can be muxed and demuxed in nut.
2012-10-26doc: git-howto: Clarify comment about pushing series of commitsDiego Biurrun
2012-10-26doxygen: Add av_alloc_size to list of predefined macrosDiego Biurrun
This avoids Doxygen believing the attribute is the function name.
2012-10-26doxygen: Drop some pointless entries from PREDEFINED macros listDiego Biurrun
2012-10-23Move Doxyfile into the doc/ subdirectoryDiego Biurrun
2012-10-23build: Plan 9 supportMans Rullgard
This adds support for building on Plan 9 x86-32. The compat/plan9 directory contains these items: - replacements for the 'head' and 'printf' shell commands - wrapper for main() to disable FPU exceptions Larger required changes to the system are described in the documentation. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-10-23lavu: bump major to 52Anton Khirnov
In addition to the recent tables mess, the AVOption defaults behavior changed, so an old lavc used with a new lavu will get completely messed up defaults.
2012-10-23APIchanges: update lavr bump dateAnton Khirnov
2012-10-22avutil: Add AVERROR_EXPERIMENTALNathan Caldwell
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2012-10-20doc/platform: Add info on shared builds with MSVCDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2012-10-20doc/platform: Move a caveat down to the notes sectionDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2012-10-13nut: support pcm codecs not mapped in aviLuca Barbato
The native tags will be used when available.
2012-10-12pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov
Make av_pix_fmt_descriptors table static on next major bump. Making the table public is dangerous, since the caller has no way to know how large it actually is. It also prevents adding new fields to AVPixFmtDescriptor without a major bump.
2012-10-12avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö
The current API where the plain size is exposed is not of much use - in most cases it is allocated dynamically anyway. If allocated e.g. on the stack via an uint8_t array, there's no guarantee that the struct's members are aligned properly (unless the array is overallocated and the opaque pointer within it manually aligned to some unspecified alignment). Signed-off-by: Martin Storsjö <martin@martin.st>
2012-10-11doc: update the faq entry about custom I/OLuca Barbato
URLProtocols are private and custom AVIOContexts are a simple and easier solution for most of the situations.
2012-10-10avio: introduce avio_closepLuca Barbato
2012-10-09avconv: remove -same_quantAnton Khirnov
It has not worked for anything other than fringe codecs (asv1/2, mdec, mjpeg[b]) since about 2003 and nobody ever noticed or complained. This sufficiently proves that there are no users of this option who have a clue of what they are doing, so it is completely useless.
2012-10-08doc: allow building with old texi2html versionsMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-10-08doc: support the new website layoutLuca Barbato
2012-10-08doc: remove a warning from filters.texiLuca Barbato
The tag @table expects @item to mark entries.
2012-10-08doc: initial nut documentationLuca Barbato
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-08pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov
2012-10-06doc/RELEASE_NOTES: update for the 9 release.Anton Khirnov
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-10-05doc/APIchanges: fill in missing dates and hashes.Anton Khirnov
2012-10-05lavr: bump major to 1 and declare it stable.Anton Khirnov
2012-10-01Opus encoder using libopusNathan Caldwell
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-09-28doc/platform: Rework the Visual Studio linking sectionDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2012-09-28doc/faq: Change the Visual Studio entry to reflect current statusDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2012-09-28doc/platform: Replace Visual Studio section with build instructionsDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2012-09-28doc/platform: Nuke section on linking static MinGW-built libs with MSVCDerek Buitenhuis
This practice is not supported by the MinGW developers, and even requires patching the MinGW runtimes in newer versions. Furthermore, we now support build with MSVC, so this section is rendered useless. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2012-09-28doc/platform: Remove false claim about MinGW installerDerek Buitenhuis
This works just fine, and has for quite a while, using the mingw-get installer. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2012-09-28doc/platform: Mention MinGW-w64Derek Buitenhuis
This is the toolchain most, including Libav's nightlies, use to build. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2012-09-28Opus decoder using libopusNicolas George
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-09-24lavc: add avcodec_free_frame().Anton Khirnov
Since an AVFrame now has malloced members (extended_data), it must have a destructor.
2012-09-15Enhance doc on asyncts audiofilterAndrey Utkin
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-09-13lavu/audioconvert: add a second low frequency channel.Tim Walker
Can be used by DTS-HD, TrueHD and E-AC-3, among others. Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
2012-09-05avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö
Also mention this change in APIchanges. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-08-31MSS2 decoderAlberto Delmás
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
2012-08-30avconv: make the -passlogfile option per-stream.Anton Khirnov