summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov2012-06-131-0/+5
| | | | | This will allow making AVFilterPad opaque for the calling apps, since those are the only two fields that can be useful to the users.
* lavfi: add channelsplit audio filter.Anton Khirnov2012-06-121-0/+25
|
* rtmp: support connection parametersSamuel Pitoiset2012-06-111-0/+12
| | | | | | | | | Allow using connection parameters in order to append arbitrary AMF data like "B:1 S:authMe O:1 NN:code:1.23 NS:flag:ok O:0" to the Connect message. You can pass these parameters through the -rtmp_conn option. Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: Add documentation for the newly added rtmp_* optionsSamuel Pitoiset2012-06-111-2/+37
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Bump lavu minor and add an APIChanges entry for audioconvert functions.Anton Khirnov2012-06-101-0/+4
|
* Indeo Audio decoderKostya Shishkov2012-06-051-0/+1
|
* doc/avconv: add some details about the transcoding process.Anton Khirnov2012-06-041-0/+120
|
* avconv: extend -r to work on any input stream.Anton Khirnov2012-05-291-2/+9
| | | | This is done by automatically inserting a setpts filter.
* doc/avconv: expand documentation for the -s option.Anton Khirnov2012-05-291-2/+12
|
* avprobe: restore pseudo-INI old style format for compatibility.Anton Khirnov2012-05-261-2/+11
|
* opt: Add av_opt_set_bin()Samuel Pitoiset2012-05-261-0/+3
| | | | | | | Introduce a new function to set binary data through AVOption, avoiding having to convert the binary data to a string inbetween. Signed-off-by: Martin Storsjö <martin@martin.st>
* avprobe: update documentationLuca Barbato2012-05-251-13/+6
| | | | Update the documentation according to the latest changes
* rtmp: fix url parsingLuca Barbato2012-05-251-1/+1
| | | | | The application component can have a subcomponent to specify the application instance even if it doesn't have a ":" in the playpath.
* fate: document TARGET_EXEC and its usageLuca Barbato2012-05-251-1/+11
| | | | | | TARGET_EXEC allows running FATE on simulators, remote targets and memory checkers. Also document a known issue with Wine and mixed Unix/Windows line ending.
* lavfi: add audio mix filterJustin Ruggles2012-05-231-0/+38
|
* lavfi: add an audio split filterJustin Ruggles2012-05-211-0/+13
| | | | | Based on current version of the asplit filter in FFmpeg written by Stefano Sabatini and others.
* fate: change name of FATE samples location environment variableDiego Biurrun2012-05-211-1/+1
| | | | | | FATE_SAMPLES is now used directly by the Makefiles, which induces the test system to run a test with the value of the environment variable as name. Renaming the environment variable to LIBAV_SAMPLES avoids this problem.
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-201-0/+4
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* lavfi: Add fps filter.Anton Khirnov2012-05-181-0/+13
| | | | Partially based on a patch by Robert Nagy <ronag89@gmail.com>
* doc: Replace some @file tags by more suitable markup.Diego Biurrun2012-05-183-10/+11
|
* build: Add 'check' target to run all compile and test targets.Diego Biurrun2012-05-151-3/+1
|
* Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov2012-05-151-3/+17
|
* avconv: automatically insert asyncts when -async is used.Anton Khirnov2012-05-141-0/+1
| | | | Deprecate -async.
* avconv: add support for audio filters.Anton Khirnov2012-05-141-0/+5
| | | | | The FATE changes are all off-by-one due to different rounding being used (lrintf vs av_rescale_q).
* lavfi: add asyncts filter.Anton Khirnov2012-05-141-0/+19
|
* lavfi: add aformat filterAnton Khirnov2012-05-141-0/+26
| | | | Based on a patch by Mina Nagy Zaki <mnzaki@gmail.com>
* lavfi: add an audio buffer sink.Anton Khirnov2012-05-141-0/+7
|
* lavfi: add an audio buffer source.Anton Khirnov2012-05-141-0/+27
|
OpenPOWER on IntegriCloud