summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* doc: Describe TB option of setpts filterClifford Wolf2013-09-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* cosmetics: Fix ATRAC codec name spellingDiego Biurrun2013-09-02
|
* configure: Add docdir configuration optionVittorio Giovara2013-08-31
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc: document the asf demuxerLuca Barbato2013-08-28
| | | | And drop a typo from the previous FLV entry.
* doc: Document the flv demuxerLuca Barbato2013-08-27
|
* movenc: add faststart option for web streamingClément Bœsch2013-08-21
| | | | | | | 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>
* vf_fps: add 'start_time' optionJustin Ruggles2013-08-20
| | | | This allows for dropping or duplication to match a particular start time.
* doc: Clarify the avconv section about -reMartin Storsjö2013-08-10
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: Add an example on publishing over RTMPMartin Storsjö2013-08-10
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: Add librtmp to the section header for the librtmp specific detailsMartin Storsjö2013-08-10
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: Explain that the default RTMP user agent is different when publishingMartin Storsjö2013-08-10
| | | | | | | | | 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>
* doc: Extend the rtmp example to include how to pass username/passwordMartin Storsjö2013-08-10
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavc: Add refcounted api to AVPacketLuca Barbato2013-08-10
| | | | Provide a clean way to manipulate packets.
* Voxware MetaSound decoderKostya Shishkov2013-08-08
|
* lavf: Support unix socketsLuca Barbato2013-08-05
|
* libx264: add shortcut for the bluray compatibility optionLuca Barbato2013-08-05
| | | | As for intra-refresh it is just a commodity.
* vdpau: deprecate bitstream buffers within the hardware contextRémi Denis-Courmont2013-08-05
| | | | | | | | 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>
* vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont2013-08-05
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont2013-08-05
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avconv: make input -ss accurate when transcodingAnton Khirnov2013-08-05
| | | | | Insert (a)trim filters on the corresponding inputs, so the extra frames are decoded and discarded.
* avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura2013-08-02
| | | | | | Set output_picture_number in H.264 parser. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* doc/print_options: Move options headers to a saner placeDiego Biurrun2013-08-02
|
* Give less generic names to global library option arraysDiego Biurrun2013-08-02
|
* avconv: add -n option to immediately exit when output files already existVittorio Giovara2013-07-31
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typoDiego Biurrun2013-07-29
| | | | Also fix some similar typos in comments and documentation.
* doc: cosmetics: Consistently format list and table itemsDiego Biurrun2013-07-27
|
* miscellaneous typo fixesDiego Biurrun2013-07-25
|
* doc/platform: Add info about ICLDerek Buitenhuis2013-06-24
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya2013-06-24
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavc: add a libwavpack encoder wrapperAnton Khirnov2013-06-10
|
* mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö2013-06-04
| | | | | | These help avoiding overflows and simplify error handling. Signed-off-by: Martin Storsjö <martin@martin.st>
* Go2Webinar decoderKostya Shishkov2013-06-03
|
* proresenc: alpha coding supportKostya Shishkov2013-05-30
|
* doc: Mention the target_samples and ld variables for fate configsMartin Storsjö2013-05-29
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* fate.sh: Allow specifying --as via a specific variableMartin Storsjö2013-05-29
| | | | | | | This simplifies specifying a value containing spaces for this parameter. Signed-off-by: Martin Storsjö <martin@martin.st>
* lavfi: add a slice threading infrastructureAnton Khirnov2013-05-24
| | | | Mostly based on libavcodec's
* Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov2013-05-24
| | | | | It will be useful in lavfi, and could conceivably be useful to the user applications as well.
* doxy: enable TYPEDEF_HIDES_STRUCTAnton Khirnov2013-05-24
| | | | | | This means that typedef struct SomeStruct {...} SomeStruct will only be documented as SomeStruct in the doxy, without a pointless entry in the typedefs list.
* avcodec: Add picture structure information to AVCodecParserContext.Yusuke Nakamura2013-05-24
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* fate.sh: add support for build-only FATE instancesDiego Biurrun2013-05-21
| | | | | | | If the "build_only" variable is set in the configuration file, the FATE client will skip running tests and just compile all targets. Signed-off-by: Martin Storsjö <martin@martin.st>
* configure: Add basic valgrind-massif supportLuca Barbato2013-05-18
| | | | | | With the parameter --toolchain valgrind-massif, the configure script sets reasonable defaults that can be overridden as explained in the documentation.
* Escape 130 (RPL) decoderEli Friedman2013-05-18
| | | | | | | | Some fixes provided by Paul B Mahol <onemda@gmail.com> and Michael Niedermayer <michaelni@gmx.at> and me. Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* doxy: don't sort struct members alphabeticallyAnton Khirnov2013-05-17
| | | | The declaration order is more meanigful in most cases.
* Apple Intermediate Codec decoderKostya Shishkov2013-05-17
|
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
|
* avconv: remove -deinterlaceAnton Khirnov2013-05-07
| | | | | It is incompatible with refcounted frames and since it's been deprecated for a long time now, fixing it is not worth the effort.
* configure: Add basic valgrind-memcheck supportReinhard Tartler2013-05-04
| | | | | | | | With the parameter --valgrind-memcheck, the configure script sets reasonable defaults that can be overridden as explained in the documentation. The idea of using set_defaults is from Luca Barbato.
* silly typo fixesDiego Biurrun2013-05-03
|
* matroskaenc: add an option to put the index at the start of the fileAnton Khirnov2013-05-03
|
* avcodec: Add field order information to AVCodecParserContext.Masaki Tanaka2013-05-03
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>