summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* APIChanges: add entry for av_read_packet deprecationJanne Grunau2012-11-15
|
* avserver: remove daemon modeMans Rullgard2012-11-15
| | | | | | | | | | | | This code spews a multitude of warnings with glibc (unchecked return values), some of them possibly warranted. Furthermore, the deamonisation is not suitable for use with typical startup scripts as it does not provide the PID of the daemon in any way. Users wishing to run avserver as a daemon can still do so using start-stop-daemon or equivalent tools. Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* doxygen: remove obsolete options from DoxyfileJanne Grunau2012-11-15
| | | | | | | 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.
* hlsenc: stand alone hls segmenterLuca Barbato2012-11-13
| | | | Simplifies usage but has higher latency.
* doc: git-howto: Leave reviewers time to react before pushing patchesDiego Biurrun2012-11-11
|
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
| | | | Also reorder some other #include when applicable.
* lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.hJustin Ruggles2012-11-11
|
* lavu: add av_ctz() for trailing zero bit countJustin Ruggles2012-11-05
|
* doc: add apidoc target for doxygen API documentationJanne Grunau2012-11-02
| | | | | | | | | 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>
* doc: Point to the new location of the c99-to-c89 toolMartin Storsjö2012-11-01
| | | | | | This location contains prebuilt binaries as well. Signed-off-by: Martin Storsjö <martin@martin.st>
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-31
|
* lavfi: add ashowinfo filterAnton Khirnov2012-10-29
| | | | | | It can be useful for debugging. Based on a patch by Stefano Sabatini <stefano.sabatini-lala@poste.it>
* nut: support textual dataLuca Barbato2012-10-29
| | | | Plain text (utf8 encoded) data can be muxed and demuxed in nut.
* doc: git-howto: Clarify comment about pushing series of commitsDiego Biurrun2012-10-26
|
* doxygen: Add av_alloc_size to list of predefined macrosDiego Biurrun2012-10-26
| | | | This avoids Doxygen believing the attribute is the function name.
* doxygen: Drop some pointless entries from PREDEFINED macros listDiego Biurrun2012-10-26
|
* Move Doxyfile into the doc/ subdirectoryDiego Biurrun2012-10-23
|
* build: Plan 9 supportMans Rullgard2012-10-23
| | | | | | | | | | | | | 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>
* lavu: bump major to 52Anton Khirnov2012-10-23
| | | | | | 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.
* APIchanges: update lavr bump dateAnton Khirnov2012-10-23
|
* avutil: Add AVERROR_EXPERIMENTALNathan Caldwell2012-10-21
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc/platform: Add info on shared builds with MSVCDerek Buitenhuis2012-10-20
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc/platform: Move a caveat down to the notes sectionDerek Buitenhuis2012-10-20
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* nut: support pcm codecs not mapped in aviLuca Barbato2012-10-13
| | | | The native tags will be used when available.
* pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov2012-10-12
| | | | | | | | 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.
* avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-11
| | | | | | | | | | | | 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>
* doc: update the faq entry about custom I/OLuca Barbato2012-10-11
| | | | | URLProtocols are private and custom AVIOContexts are a simple and easier solution for most of the situations.
* avio: introduce avio_closepLuca Barbato2012-10-10
|
* avconv: remove -same_quantAnton Khirnov2012-10-09
| | | | | | | 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.
* doc: allow building with old texi2html versionsMans Rullgard2012-10-08
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* doc: support the new website layoutLuca Barbato2012-10-08
|
* doc: remove a warning from filters.texiLuca Barbato2012-10-08
| | | | The tag @table expects @item to mark entries.
* doc: initial nut documentationLuca Barbato2012-10-08
|
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
|
* pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov2012-10-08
|
* doc/RELEASE_NOTES: update for the 9 release.Anton Khirnov2012-10-06
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* doc/APIchanges: fill in missing dates and hashes.Anton Khirnov2012-10-05
|
* lavr: bump major to 1 and declare it stable.Anton Khirnov2012-10-05
|
* Opus encoder using libopusNathan Caldwell2012-10-01
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* doc/platform: Rework the Visual Studio linking sectionDerek Buitenhuis2012-09-28
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc/faq: Change the Visual Studio entry to reflect current statusDerek Buitenhuis2012-09-28
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc/platform: Replace Visual Studio section with build instructionsDerek Buitenhuis2012-09-28
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc/platform: Nuke section on linking static MinGW-built libs with MSVCDerek Buitenhuis2012-09-28
| | | | | | | | 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>
* doc/platform: Remove false claim about MinGW installerDerek Buitenhuis2012-09-28
| | | | | | | This works just fine, and has for quite a while, using the mingw-get installer. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc/platform: Mention MinGW-w64Derek Buitenhuis2012-09-28
| | | | | | This is the toolchain most, including Libav's nightlies, use to build. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* Opus decoder using libopusNicolas George2012-09-28
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* lavc: add avcodec_free_frame().Anton Khirnov2012-09-24
| | | | | Since an AVFrame now has malloced members (extended_data), it must have a destructor.
* Enhance doc on asyncts audiofilterAndrey Utkin2012-09-15
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavu/audioconvert: add a second low frequency channel.Tim Walker2012-09-12
| | | | | | Can be used by DTS-HD, TrueHD and E-AC-3, among others. Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö2012-09-04
| | | | | | Also mention this change in APIchanges. Signed-off-by: Martin Storsjö <martin@martin.st>