summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
|
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
| | | | | Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it and use AVFrame instead.
* avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger2013-03-07
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-23
|
* doc: developer: Allow tabs in the vim configuration for Automake filesDiego Biurrun2013-02-23
| | | | | While we do not use Automake in libav, this allows our config to be used more globally without introducing unwanted breakage.
* doc: filters: Correct BNF FILTER descriptionVicente Jimenez Aguilar2013-02-20
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* doc: Fix some obsolete references to av* tools as ff* toolsVicente Jimenez Aguilar2013-02-18
| | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> CC: libav-stable@libav.org
* doc/platform: Fix 10l typoDerek Buitenhuis2013-02-13
| | | | | | This error was somehow missed for months. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc: developer: Add a note about reserved system name spaceDiego Biurrun2013-02-11
|
* doc: developer: Fix wording in "naming conventions" sectionDiego Biurrun2013-02-11
|
* doc/developer: Drop obsolete MPlayer referenceDiego Biurrun2013-02-01
|
* doc/developer: Add ISC license to list of acceptable licensesDiego Biurrun2013-02-01
|
* doc/developer: Add web links for all suggested licensesDiego Biurrun2013-02-01
|
* doc: update the reference for the titleLuca Barbato2013-01-26
| | | | The recent texi2html exports the title as 'fulltitle_no_texi'.
* doc: document libx264 options and mappingsLuca Barbato2013-01-25
|
* dict: add av_dict_parse_string()Justin Ruggles2013-01-25
| | | | | | Can be used to set multiple key/value pairs from a string. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc: support multitable in texi2podLuca Barbato2013-01-25
|
* avfilter: allow setpts filter to use wallclock time for calculationsVladimir Pantelic2013-01-25
| | | | | Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* lavu: Add av_strnstr()Vladimir Pantelic2013-01-25
| | | | | | | This is a length limited version of strstr() Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc: fix dependencies in pod generationLuca Barbato2013-01-24
| | | | The script can and will change.
* Drop DCTELEM typedefDiego Biurrun2013-01-22
| | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö2013-01-15
| | | | | | | This supports HMAC-MD5 and HMAC-SHA1 for now, other hashes are simple to add. Signed-off-by: Martin Storsjö <martin@martin.st>
* vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont2013-01-13
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU.Diego Biurrun2013-01-12
| | | | Also fix a lavu version typo in APIchanges.
* oggenc: add a page_duration option and deprecate the pagesize optionJustin Ruggles2013-01-08
| | | | | | | | | | | This uses page duration instead of byte size to determine when to buffer the page. Also, it tries to avoid continued pages by buffering the current page if there are already packets in the page and adding the next packet would require it to be continued on a new page. This can improve seeking performance. The default page duration is 1 second, which is much saner than filling all page segments by default.
* doc/APIchanges: fill in missing dates and hashes.Justin Ruggles2013-01-08
|
* lavr: add a public function for setting a custom channel mapJustin Ruggles2013-01-07
| | | | This allows reordering, duplication, and silencing of input channels.
* doc: Extend commit message sectionDerek Buitenhuis2013-01-07
| | | | | | | | | | | If a bug exists on the tracker, its ID should always be included in fix messages. Also, any relevant bug fixes should be CC'd to libav-stable, so we can actually track what needs to be backported, instead of just randomly combing the git history and old CVEs. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc: Mention memory allocation in the fuzz testing sectionDerek Buitenhuis2013-01-07
| | | | | | | It's obviously undesireable to blindly allocate memory based on a damaged 'size' value, for example. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc: Mention zzuf in the fuzz testing sectionDerek Buitenhuis2013-01-07
| | | | | | | It's pretty much the best tool for the job, and it's what we all use now anyway. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc: Merge disjointed bits about emailing patchesDerek Buitenhuis2013-01-07
| | | | | | | We obviously prefer git-send-email(1), and the disjointed nature of the two statements was misleading. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc: Fix a few typos in the developer documentationDerek Buitenhuis2013-01-07
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* Drop Snow codecDiego Biurrun2013-01-06
| | | | Snow is a toy codec with no real-world use and horrible code.
* Update release notes for the 9 release.Anton Khirnov2013-01-04
| | | | Add a paragraph about MSVC and mention 24-bit FLAC encoding.
* avstring: add av_basename and av_dirnameLuca Barbato2012-12-29
| | | | Thread safe version of the common basename and dirname.
* miscellaneous typo fixesDiego Biurrun2012-12-21
|
* doc: improve documentation for the asyncts filter first_pts optionJustin Ruggles2012-12-13
| | | | Note the time base for the option. Add an additional example description.
* img2: document the options availableLuca Barbato2012-12-08
|
* hls: improve options descriptionLuca Barbato2012-12-08
|
* hls: add start_number optionLuca Barbato2012-12-08
|
* tak: demuxer, parser, and decoderPaul B Mahol2012-12-07
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* lavfi: add volume filterJustin Ruggles2012-12-05
| | | | | Based on the volume filter in FFmpeg written by Stefano Sabatini <stefasab@gmail.com>.
* lavfi: remove vf_slicifyAnton Khirnov2012-11-28
| | | | | | | The following commit will make it useless. The crop_scale_vflip FATE test changes because of off-by-one differences in output when vflipped slices are passed to sws.
* doc: avtools-common-opts: Fix terminology concerning metric prefixesMarcus Stollsteimer2012-11-25
| | | | | | | | | 'k', 'M', and 'G' are SI (unit) prefixes or metric prefixes, not 'number postfixes'. Also, the statement regarding binary prefixes ("powers of 2 are used instead of powers of 10") might be misinterpreted (1 kB = 10^3 B, but 1 KiB != 2^3 B). Signed-off-by: Diego Biurrun <diego@biurrun.de>
* APIChanges: add entry for av_read_packet deprecationJanne Grunau2012-11-15
|
* avserver: remove daemon modeMans Rullgard2012-11-15
| | | | | | | | | | | | This code spews a multitude of warnings with glibc (unchecked return values), some of them possibly warranted. Furthermore, the deamonisation is not suitable for use with typical startup scripts as it does not provide the PID of the daemon in any way. Users wishing to run avserver as a daemon can still do so using start-stop-daemon or equivalent tools. Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* doxygen: remove obsolete options from DoxyfileJanne Grunau2012-11-15
| | | | | | | The options USE_INLINE_TREES, SHOW_DIRECTORIES and HTML_ALIGN_MEMBERS became obsolete with doxygen 1.8.1 (releaded 2012-05-19). The generated outpu for older doxygen versions should not change since they were set to the default value.
* hlsenc: stand alone hls segmenterLuca Barbato2012-11-13
| | | | Simplifies usage but has higher latency.
* doc: git-howto: Leave reviewers time to react before pushing patchesDiego Biurrun2012-11-11
|
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
| | | | Also reorder some other #include when applicable.