summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugsDiego Biurrun2012-08-091-15/+0
|
* vsrc_movie: discourage its use with avconv.Anton Khirnov2012-08-081-0/+5
|
* avconv: allow no input files.Anton Khirnov2012-08-081-0/+8
| | | | It is now possible to use lavfi sources.
* doc: cygwin: Update list of FATE package requirementsDiego Biurrun2012-08-071-2/+2
|
* rtmp: Add a new option 'rtmp_subscribe'Samuel Pitoiset2012-08-071-0/+5
| | | | | | | This option specifies the name of live stream to subscribe. Defaults to rtmp_playpath. Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
|
* lavc: add AV prefix to codec ids.Anton Khirnov2012-08-071-0/+3
|
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-0/+5
| | | | | | | Refactoring mmx2/mmxext YASM code with cpuflags will force renames. So switching to a consistent naming scheme beforehand is sensible. The name "mmxext" is more official and widespread and also the name of the CPU flag, as reported e.g. by the Linux kernel.
* Canopus Lossless decoderDerek Buitenhuis2012-08-011-0/+1
| | | | | | At the moment it only does BGR24, but I plan to add the rest after. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* af_asyncts: add first_pts optionJustin Ruggles2012-07-291-0/+7
| | | | | | This allows for padding/trimming at the start of stream. By default, no assumption is made about the first frame's expected pts, so no padding or trimming is done.
* avf: introduce nobuffer optionLuca Barbato2012-07-291-0/+3
| | | | | | | | | | | | | Useful in cases where a significant analyzeduration is still needed, while minimizing buffering before output. An example is processing low-latency streams where all media types won't necessarily come in if the analyzeduration is small. Additional changes by Josh Allmann <joshua.allmann@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* build: use COMPILE template for HOSTOBJSMans Rullgard2012-07-261-2/+0
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* rtmp: Add a new option 'rtmp_pageurl'Samuel Pitoiset2012-07-251-0/+4
| | | | | | | This option specifies the URL of the web page in which the media was embedded. Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: Update the description of the rtmp_tcurl optionSamuel Pitoiset2012-07-251-1/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: Add Git configuration sectionDiego Biurrun2012-07-231-0/+26
|
* RTMPTE protocol supportSamuel Pitoiset2012-07-232-1/+9
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* RTMPE protocol supportSamuel Pitoiset2012-07-232-1/+10
| | | | | | | | | | This adds two protocols, but one of them is an internal implementation detail just used as an abstraction layer/generalization in the code. The RTMPE protocol implementation uses ffrtmpcrypt:// as an alternative to the tcp:// protocol. This allows moving most of the lower level logic out from the higher level generic rtmp code. Signed-off-by: Martin Storsjö <martin@martin.st>
* G.723.1 demuxer and decoderMohamed Naufal Basheer2012-07-221-0/+1
| | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* lavfi: add avfilter_unref_bufferp()Robert Nagy2012-07-201-0/+3
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* libopenjpeg: introduce encoding supportMichael Bradshaw2012-07-171-1/+1
| | | | | | | Based on FFmpeg version from commit 713a7854e06964abc8f7d015b94acbed27769d24 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* RTMPTS protocol supportSamuel Pitoiset2012-07-172-0/+9
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* RTMPS protocol supportSamuel Pitoiset2012-07-172-1/+8
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: update api changes with the right commit hashesLuca Barbato2012-07-141-8/+8
|
* mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato2012-07-141-0/+3
| | | | | Both function ease allocating large arrays implementing the overflow check inside it.
* MS Expression Encoder Screen decoderKostya Shishkov2012-07-131-0/+2
|
* Support AAC encoding via the external library fdk-aacMartin Storsjö2012-07-121-2/+10
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* TechSmith Screen Codec 2 decoderKostya Shishkov2012-07-111-0/+2
|
* rtsp: Add listen modeJordi Ortiz2012-07-101-0/+8
| | | | | | | This makes the RTSP demuxer act as a server, listening for an incoming connection. Signed-off-by: Martin Storsjö <martin@martin.st>
* eval: Add the isinf() function and tests for itMartin Storsjö2012-07-041-0/+2
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: Remind devs to check return values, especially for malloc() et alDiego Biurrun2012-07-021-0/+4
|
* MS ATC Screen (aka MSS3) decoderKostya Shishkov2012-07-021-0/+2
|
* doc: Indicate that RTMPT is natively implemented in libavformatSamuel Pitoiset2012-06-291-1/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: git: Add checklist with test steps to perform before pushingDiego Biurrun2012-06-281-0/+55
|
* udp: Support IGMPv3 source specific multicast and source blockingMartin Storsjö2012-06-271-0/+8
| | | | | | Based on an original patch by Stephen D'Angelo <SDAngelo@evertz.com>. Signed-off-by: Martin Storsjö <martin@martin.st>
* doc/filters: fix typo.Anton Khirnov2012-06-241-1/+1
|
* lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse2012-06-221-0/+33
| | | | Inspired by MPlayer's af_channels filter and SoX's remix effect.
* lavfi: add join audio filter.Anton Khirnov2012-06-221-0/+37
| | | | It joins multiple input streams into one multi-channel output.
* lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-06-221-1/+1
| | | | This breaks libavfilter ABI.
* lavu: add av_usleep() functionMans Rullgard2012-06-221-0/+3
| | | | | | | | | | | | | | | This function implements a delay using the first available of the following functions: - nanosleep() - usleep() - Sleep() (Windows) The conditional #includes in time.c are simplified by including unistd.h and windows.h whenever they are available rather than having these lines triggered by specific functions. Signed-off-by: Mans Rullgard <mans@mansr.com>
* lavf, lavu: version bumps and APIchanges for av_gettime() moveMans Rullgard2012-06-211-0/+3
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* MS Screen 1 decoderKostya Shishkov2012-06-201-0/+2
|
* Implement the iLBC storage file formatMartin Storsjö2012-06-181-0/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö2012-06-181-0/+13
| | | | | | The library is 3-clause BSD licensed. Signed-off-by: Martin Storsjö <martin@martin.st>
* rtmp: Don't send every flv packet in a separate HTTP request in RTMPTSamuel Pitoiset2012-06-181-0/+4
| | | | | | | | | | | Add a new option 'rtmp_flush_interval' that allows specifying the number of packets to write before sending it off as a HTTP request. This is mostly relevant for RTMPT - for plain RTMP, it only controls how often we check the socket for incoming packets, which shouldn't affect the performance in any noticeable way. Signed-off-by: Martin Storsjö <martin@martin.st>
* Add Dolby/DPLII downmix support to libavresampleJohn Stebbins2012-06-181-0/+3
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* RTMPT protocol supportSamuel Pitoiset2012-06-171-0/+8
| | | | | | | | | | This adds two protocols, but one of them is an internal implementation detail just used as an abstraction layer/generalization in the code. The RTMPT protocol implementation uses rtmphttp:// as an alternative to the tcp:// protocol. This allows moving most of the lower level logic out from the higher level generic rtmp code. Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: Add missing protocols to list of supported protocols.Diego Biurrun2012-06-171-2/+13
|
* doc: document THREAD_TYPE fate variableLuca Barbato2012-06-141-0/+3
|
* rtmp: Add a new option 'rtmp_buffer', for setting the client buffer timeSamuel Pitoiset2012-06-131-0/+3
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-131-0/+4
| | | | This is more consistent with naming in the rest of Libav.
OpenPOWER on IntegriCloud