Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2013-03-28lavfi/gradfun: fix rounding in MMX code.Clément Bœsch
Current code divides before increasing precision. Also reduce upper bound for strength from 255 to 64. This will prevent an overflow in the SSSE3 and MMX filter_line code: delta is expressed as an u16 being shifted by 2 to the left. If it overflows, having a strength not above 64 will make sure that m is set to 0 (making the m*m*delta >> 14 expression void). A value above 64 should not make any sense unless gradfun is used as a blur filter. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-03-28avconv: add options for reading filtergraphs from a file.Anton Khirnov
2013-03-21doc/developer: Clarify symbol naming prefixes section.Diego Biurrun
2013-03-19pixdesc: add a function for counting planes in a pixel format.Anton Khirnov
2013-03-19avplay: remove the -debug option.Anton Khirnov
It just shadows the corresponding AVOption and prevents using named constants.
2013-03-18print_options: do not generate docs for options without enc or dec flagsAnton Khirnov
Those are not usable from the avtools, so mentioning them in the manpages just confuses the reader.
2013-03-16document the release processReinhard Tartler
2013-03-16filters.texi: restore mistakenly removed section name for noformatAnton Khirnov
2013-03-16avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov
This is more consistent with the naming in the rest of Libav.
2013-03-08Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it and use AVFrame instead.
2013-03-07avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-02-24lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles
2013-02-23doc: developer: Allow tabs in the vim configuration for Automake filesDiego Biurrun
While we do not use Automake in libav, this allows our config to be used more globally without introducing unwanted breakage.
2013-02-20doc: filters: Correct BNF FILTER descriptionVicente Jimenez Aguilar
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-02-18doc: Fix some obsolete references to av* tools as ff* toolsVicente Jimenez Aguilar
Signed-off-by: Diego Biurrun <diego@biurrun.de> CC: libav-stable@libav.org
2013-02-14doc/platform: Fix 10l typoDerek Buitenhuis
This error was somehow missed for months. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2013-02-11doc: developer: Add a note about reserved system name spaceDiego Biurrun
2013-02-11doc: developer: Fix wording in "naming conventions" sectionDiego Biurrun
2013-02-01doc/developer: Drop obsolete MPlayer referenceDiego Biurrun
2013-02-01doc/developer: Add ISC license to list of acceptable licensesDiego Biurrun
2013-02-01doc/developer: Add web links for all suggested licensesDiego Biurrun
2013-01-26doc: update the reference for the titleLuca Barbato
The recent texi2html exports the title as 'fulltitle_no_texi'.
2013-01-25doc: document libx264 options and mappingsLuca Barbato
2013-01-25dict: add av_dict_parse_string()Justin Ruggles
Can be used to set multiple key/value pairs from a string. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-01-25doc: support multitable in texi2podLuca Barbato
2013-01-25avfilter: allow setpts filter to use wallclock time for calculationsVladimir Pantelic
Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-01-25lavu: Add av_strnstr()Vladimir Pantelic
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>
2013-01-24doc: fix dependencies in pod generationLuca Barbato
The script can and will change.
2013-01-23Drop DCTELEM typedefDiego Biurrun
It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2013-01-15lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö
This supports HMAC-MD5 and HMAC-SHA1 for now, other hashes are simple to add. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-01-13vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-01-12Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU.Diego Biurrun
Also fix a lavu version typo in APIchanges.
2013-01-09oggenc: add a page_duration option and deprecate the pagesize optionJustin Ruggles
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.
2013-01-08doc/APIchanges: fill in missing dates and hashes.Justin Ruggles
2013-01-08lavr: add a public function for setting a custom channel mapJustin Ruggles
This allows reordering, duplication, and silencing of input channels.
2013-01-07doc: Extend commit message sectionDerek Buitenhuis
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>
2013-01-07doc: Mention memory allocation in the fuzz testing sectionDerek Buitenhuis
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>
2013-01-07doc: Mention zzuf in the fuzz testing sectionDerek Buitenhuis
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>
2013-01-07doc: Merge disjointed bits about emailing patchesDerek Buitenhuis
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>
2013-01-07doc: Fix a few typos in the developer documentationDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2013-01-06Drop Snow codecDiego Biurrun
Snow is a toy codec with no real-world use and horrible code.
2013-01-04Update release notes for the 9 release.Anton Khirnov
Add a paragraph about MSVC and mention 24-bit FLAC encoding.
2012-12-29avstring: add av_basename and av_dirnameLuca Barbato
Thread safe version of the common basename and dirname.
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-13doc: improve documentation for the asyncts filter first_pts optionJustin Ruggles
Note the time base for the option. Add an additional example description.
2012-12-08img2: document the options availableLuca Barbato
2012-12-08hls: improve options descriptionLuca Barbato
2012-12-08hls: add start_number optionLuca Barbato