summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* avutil: Add AVERROR_EXPERIMENTALNathan Caldwell2012-10-211-0/+3
| | | | Signed-off-by: Luca Barbato <[email protected]>
* doc/platform: Add info on shared builds with MSVCDerek Buitenhuis2012-10-201-3/+8
| | | | Signed-off-by: Derek Buitenhuis <[email protected]>
* doc/platform: Move a caveat down to the notes sectionDerek Buitenhuis2012-10-201-5/+6
| | | | Signed-off-by: Derek Buitenhuis <[email protected]>
* nut: support pcm codecs not mapped in aviLuca Barbato2012-10-131-1/+1
| | | | The native tags will be used when available.
* pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov2012-10-121-0/+5
| | | | | | | | 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-111-0/+4
| | | | | | | | | | | | 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ö <[email protected]>
* doc: update the faq entry about custom I/OLuca Barbato2012-10-111-2/+2
| | | | | URLProtocols are private and custom AVIOContexts are a simple and easier solution for most of the situations.
* avio: introduce avio_closepLuca Barbato2012-10-101-0/+3
|
* avconv: remove -same_quantAnton Khirnov2012-10-092-15/+9
| | | | | | | 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-081-1/+2
| | | | Signed-off-by: Mans Rullgard <[email protected]>
* doc: support the new website layoutLuca Barbato2012-10-084-279/+1261
|
* doc: remove a warning from filters.texiLuca Barbato2012-10-081-12/+12
| | | | The tag @table expects @item to mark entries.
* doc: initial nut documentationLuca Barbato2012-10-082-0/+129
|
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
|
* pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov2012-10-081-0/+8
|
* doc/RELEASE_NOTES: update for the 9 release.Anton Khirnov2012-10-061-54/+67
| | | | Signed-off-by: Diego Biurrun <[email protected]>
* doc/APIchanges: fill in missing dates and hashes.Anton Khirnov2012-10-051-5/+5
|
* lavr: bump major to 1 and declare it stable.Anton Khirnov2012-10-051-0/+5
|
* Opus encoder using libopusNathan Caldwell2012-10-011-1/+1
| | | | Signed-off-by: Diego Biurrun <[email protected]>
* doc/platform: Rework the Visual Studio linking sectionDerek Buitenhuis2012-09-281-41/+20
| | | | Signed-off-by: Derek Buitenhuis <[email protected]>
* doc/faq: Change the Visual Studio entry to reflect current statusDerek Buitenhuis2012-09-281-21/+2
| | | | Signed-off-by: Derek Buitenhuis <[email protected]>
* doc/platform: Replace Visual Studio section with build instructionsDerek Buitenhuis2012-09-281-13/+68
| | | | Signed-off-by: Derek Buitenhuis <[email protected]>
* doc/platform: Nuke section on linking static MinGW-built libs with MSVCDerek Buitenhuis2012-09-281-59/+0
| | | | | | | | 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 <[email protected]>
* doc/platform: Remove false claim about MinGW installerDerek Buitenhuis2012-09-281-15/+0
| | | | | | | This works just fine, and has for quite a while, using the mingw-get installer. Signed-off-by: Derek Buitenhuis <[email protected]>
* doc/platform: Mention MinGW-w64Derek Buitenhuis2012-09-281-4/+5
| | | | | | This is the toolchain most, including Libav's nightlies, use to build. Signed-off-by: Derek Buitenhuis <[email protected]>
* Opus decoder using libopusNicolas George2012-09-281-0/+2
| | | | Signed-off-by: Diego Biurrun <[email protected]>
* lavc: add avcodec_free_frame().Anton Khirnov2012-09-241-0/+4
| | | | | Since an AVFrame now has malloced members (extended_data), it must have a destructor.
* Enhance doc on asyncts audiofilterAndrey Utkin2012-09-151-3/+6
| | | | Signed-off-by: Anton Khirnov <[email protected]>
* lavu/audioconvert: add a second low frequency channel.Tim Walker2012-09-121-0/+3
| | | | | | Can be used by DTS-HD, TrueHD and E-AC-3, among others. Signed-off-by: Justin Ruggles <[email protected]>
* avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö2012-09-041-0/+4
| | | | | | Also mention this change in APIchanges. Signed-off-by: Martin Storsjö <[email protected]>
* MSS2 decoderAlberto Delmás2012-08-311-0/+2
| | | | Signed-off-by: Kostya Shishkov <[email protected]>
* avconv: make the -passlogfile option per-stream.Anton Khirnov2012-08-301-1/+1
|
* avconv: make the -pass option per-stream.Anton Khirnov2012-08-301-1/+1
|
* lavc: add lossy/lossless codec properties.Anton Khirnov2012-08-301-0/+4
|
* Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov2012-08-291-0/+2
|
* doc/APIchanges: add an entry for codec descriptors.Anton Khirnov2012-08-231-6/+16
| | | | Also fill in missing dates and hashes.
* lavc: add Ut Video encoderJan Ekström2012-08-201-1/+1
| | | | Signed-off-by: Anton Khirnov <[email protected]>
* avtools: add -h demuxer/muxerAnton Khirnov2012-08-191-0/+9
|
* cmdutils: extend -h to allow printing codec details.Anton Khirnov2012-08-191-2/+14
|
* avconv: deprecate -isync.Anton Khirnov2012-08-191-7/+0
| | | | | | This option does not do anything. Also remove OPT_GRAB, since -isync is the last option using it.
* cmdutils: refactor -codecs option.Anton Khirnov2012-08-181-16/+9
| | | | | | | Make it print a list of AVCodecDescriptors. Add new -decoders and -encoders options that print lists of decoders and encoders respectively.
* avconv: make -shortest a per-output file option.Anton Khirnov2012-08-181-1/+1
|
* doc: Fix syntax errors in sample Emacs configJordi Ortiz2012-08-171-2/+2
| | | | Signed-off-by: Diego Biurrun <[email protected]>
* rtmp: Add support for receiving incoming streamsJordi Ortiz2012-08-161-0/+5
| | | | Signed-off-by: Martin Storsjö <[email protected]>
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+3
| | | | Signed-off-by: Martin Storsjö <[email protected]>
* rtmp: Automatically compute the hash for SWFVerificationSamuel Pitoiset2012-08-151-0/+3
| | | | Signed-off-by: Martin Storsjö <[email protected]>
* rtmp: Add support for SWFVerificationSamuel Pitoiset2012-08-151-0/+6
| | | | | | | | | Specifies how the server verifies client SWF files before allowing the files to connect to an application. Verifying SWF files is a security measure that prevents someone from creating their own SWF files that can attempt to stream your resources. Signed-off-by: Martin Storsjö <[email protected]>
* lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.Anton Khirnov2012-08-101-0/+4
| | | | | | | C++ does not allow to mix different enums, so e.g. code comparing ACodecID with CodecID would fail to compile with gcc. This very evil hack should fix this problem.
* dict: add av_dict_count()Mans Rullgard2012-08-101-0/+3
| | | | | | | | This adds a function to retrieve the number of entries in a dictionary and updates the places directly accessing what should be an opaque struct to use this new function instead. Signed-off-by: Mans Rullgard <[email protected]>
* doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugsDiego Biurrun2012-08-091-15/+0
|