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
2013-10-22avplay: Accept cpuflags optionLuca Barbato
Quite useful for debugging. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-09-28lavfi: allow user-provided execute() callbacksAnton Khirnov
2013-09-27pcm: support 24-bit/32-bit little-endian planarPaul B Mahol
Used by LXF. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-09-27tls: Add support for listen modeMartin Storsjö
Also add options for specifying a certificate and key, which can be used both when operating as client and as server. Partially based on a patch by Peter Ross. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-09-27tls: Add options for verifying the peer certificateMartin Storsjö
A file containing the trusted CA certificates needs to be supplied via the ca_file AVOption, unless the TLS library has got a system default file/database set up. This doesn't check the hostname of the peer certificate with openssl, which requires a non-trivial piece of code for manually matching the desired hostname to the string provided by the certificate, not provided as a library function. That is, with openssl, this only validates that the received certificate is signed with the right CA, but not that it is the actual server we think we're talking to. Verification is still disabled by default since we can't count on a proper CA database existing at all times. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-09-24doc/filters: fix an option name in the unsharp docsAnton Khirnov
2013-09-21lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-09-18Add a WebP decoderJustin Ruggles
Container and lossy decoding by Aneesh Dogra <aneesh@sugarlabs.org> Lossless decoding by Justin Ruggles <justin.ruggles@gmail.com>
2013-09-17doc: Add missing hashes and dates to APIChangesLuca Barbato
Also fix the typo in the last entry version.
2013-09-16mem: Introduce av_reallocpLuca Barbato
2013-09-10doc: Drop VDPAU from list of supported codecsDiego Biurrun
2013-09-04doc: Describe TB option of setpts filterClifford Wolf
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-09-02cosmetics: Fix ATRAC codec name spellingDiego Biurrun
2013-08-31configure: Add docdir configuration optionVittorio Giovara
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-08-28doc: document the asf demuxerLuca Barbato
And drop a typo from the previous FLV entry.
2013-08-27doc: Document the flv demuxerLuca Barbato
2013-08-21movenc: add faststart option for web streamingClément Bœsch
Faststart moves the moov atom to the beginning of the file and rewrites the rest of the file after muxing is complete. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-20vf_fps: add 'start_time' optionJustin Ruggles
This allows for dropping or duplication to match a particular start time.
2013-08-10doc: Clarify the avconv section about -reMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-10doc: Add an example on publishing over RTMPMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-10doc: Add librtmp to the section header for the librtmp specific detailsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-10doc: Explain that the default RTMP user agent is different when publishingMartin Storsjö
The fact that a different user agent is used is cruicial for getting publishing authentication working. (When using librtmp, this other user agent has to be specified manually, but that's not needed with the libavformat internal RTMP support.) Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-10doc: Extend the rtmp example to include how to pass username/passwordMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-10lavc: Add refcounted api to AVPacketLuca Barbato
Provide a clean way to manipulate packets.
2013-08-08Voxware MetaSound decoderKostya Shishkov
2013-08-05lavf: Support unix socketsLuca Barbato
2013-08-05libx264: add shortcut for the bluray compatibility optionLuca Barbato
As for intra-refresh it is just a commodity.
2013-08-05vdpau: deprecate bitstream buffers within the hardware contextRémi Denis-Courmont
The bitstream buffers are now private and freed by libavcodec. For backward compatibility, the hold bitstream buffer pointer is left NULL (applications were supposed to av_freep() it). Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-08-05vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-08-05vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-08-05avconv: make input -ss accurate when transcodingAnton Khirnov
Insert (a)trim filters on the corresponding inputs, so the extra frames are decoded and discarded.
2013-08-02avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura
Set output_picture_number in H.264 parser. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-08-02doc/print_options: Move options headers to a saner placeDiego Biurrun
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-07-31avconv: add -n option to immediately exit when output files already existVittorio Giovara
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-07-29avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typoDiego Biurrun
Also fix some similar typos in comments and documentation.
2013-07-27doc: cosmetics: Consistently format list and table itemsDiego Biurrun
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-06-24doc/platform: Add info about ICLDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2013-06-24lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-06-10lavc: add a libwavpack encoder wrapperAnton Khirnov
2013-06-04mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö
These help avoiding overflows and simplify error handling. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-06-03Go2Webinar decoderKostya Shishkov
2013-05-30proresenc: alpha coding supportKostya Shishkov
2013-05-29doc: Mention the target_samples and ld variables for fate configsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-29fate.sh: Allow specifying --as via a specific variableMartin Storsjö
This simplifies specifying a value containing spaces for this parameter. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov
Mostly based on libavcodec's
2013-05-24Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov
It will be useful in lavfi, and could conceivably be useful to the user applications as well.
2013-05-24doxy: enable TYPEDEF_HIDES_STRUCTAnton Khirnov
This means that typedef struct SomeStruct {...} SomeStruct will only be documented as SomeStruct in the doxy, without a pointless entry in the typedefs list.
2013-05-24avcodec: Add picture structure information to AVCodecParserContext.Yusuke Nakamura
Signed-off-by: Anton Khirnov <anton@khirnov.net>