Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc/platform: Remove part about dllimport | Derek Buitenhuis | 2013-03-30 | 1 | -10/+1 |
| | | | | | | | | | Only deprecated things need this at all anymore, as we have functions to access them or they are no longer needed. The document should not encourage use of deprecated APIs. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | fate: add an option to generate the references | Luca Barbato | 2013-03-29 | 1 | -0/+2 |
| | | | | Useful to add or update fate tests. | ||||
* | lavfi/gradfun: fix rounding in MMX code. | Clément Bœsch | 2013-03-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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> | ||||
* | avconv: add options for reading filtergraphs from a file. | Anton Khirnov | 2013-03-28 | 1 | -0/+12 |
| | |||||
* | doc/developer: Clarify symbol naming prefixes section. | Diego Biurrun | 2013-03-21 | 1 | -5/+8 |
| | |||||
* | pixdesc: add a function for counting planes in a pixel format. | Anton Khirnov | 2013-03-19 | 1 | -0/+3 |
| | |||||
* | avplay: remove the -debug option. | Anton Khirnov | 2013-03-19 | 1 | -2/+0 |
| | | | | | It just shadows the corresponding AVOption and prevents using named constants. | ||||
* | print_options: do not generate docs for options without enc or dec flags | Anton Khirnov | 2013-03-18 | 1 | -0/+3 |
| | | | | | Those are not usable from the avtools, so mentioning them in the manpages just confuses the reader. | ||||
* | document the release process | Reinhard Tartler | 2013-03-16 | 1 | -0/+103 |
| | |||||
* | filters.texi: restore mistakenly removed section name for noformat | Anton Khirnov | 2013-03-16 | 1 | -0/+2 |
| | |||||
* | avfiltergraph: replace AVFilterGraph.filter_count with nb_filters | Anton Khirnov | 2013-03-16 | 1 | -0/+3 |
| | | | | This is more consistent with the naming in the rest of Libav. | ||||
* | Add the bumps and APIchanges entries for reference counted buffers changes. | Anton Khirnov | 2013-03-08 | 1 | -3/+37 |
| | |||||
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -0/+5 |
| | |||||
* | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -10/+0 |
| | | | | | Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it and use AVFrame instead. | ||||
* | avstring: Add locale independent versions of some ctype.h functions | Reimar Döffinger | 2013-03-07 | 1 | -0/+3 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | lavfi: connect libavresample options to af_resample via AVFilterGraph | Justin Ruggles | 2013-02-23 | 1 | -0/+4 |
| | |||||
* | doc: developer: Allow tabs in the vim configuration for Automake files | Diego Biurrun | 2013-02-23 | 1 | -1/+1 |
| | | | | | 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 description | Vicente Jimenez Aguilar | 2013-02-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | doc: Fix some obsolete references to av* tools as ff* tools | Vicente Jimenez Aguilar | 2013-02-18 | 7 | -8/+8 |
| | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> CC: libav-stable@libav.org | ||||
* | doc/platform: Fix 10l typo | Derek Buitenhuis | 2013-02-13 | 1 | -1/+1 |
| | | | | | | 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 space | Diego Biurrun | 2013-02-11 | 1 | -0/+8 |
| | |||||
* | doc: developer: Fix wording in "naming conventions" section | Diego Biurrun | 2013-02-11 | 1 | -11/+10 |
| | |||||
* | doc/developer: Drop obsolete MPlayer reference | Diego Biurrun | 2013-02-01 | 1 | -2/+0 |
| | |||||
* | doc/developer: Add ISC license to list of acceptable licenses | Diego Biurrun | 2013-02-01 | 1 | -2/+4 |
| | |||||
* | doc/developer: Add web links for all suggested licenses | Diego Biurrun | 2013-02-01 | 1 | -2/+5 |
| | |||||
* | doc: update the reference for the title | Luca Barbato | 2013-01-26 | 1 | -1/+1 |
| | | | | The recent texi2html exports the title as 'fulltitle_no_texi'. | ||||
* | doc: document libx264 options and mappings | Luca Barbato | 2013-01-25 | 1 | -0/+182 |
| | |||||
* | dict: add av_dict_parse_string() | Justin Ruggles | 2013-01-25 | 1 | -0/+4 |
| | | | | | | 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 texi2pod | Luca Barbato | 2013-01-25 | 1 | -2/+18 |
| | |||||
* | avfilter: allow setpts filter to use wallclock time for calculations | Vladimir Pantelic | 2013-01-25 | 1 | -0/+9 |
| | | | | | Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | lavu: Add av_strnstr() | Vladimir Pantelic | 2013-01-25 | 1 | -0/+3 |
| | | | | | | | 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 generation | Luca Barbato | 2013-01-24 | 1 | -1/+1 |
| | | | | The script can and will change. | ||||
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -0/+3 |
| | | | | | | | 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 support | Rémi Denis-Courmont | 2013-01-13 | 1 | -0/+3 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU. | Diego Biurrun | 2013-01-12 | 1 | -1/+4 |
| | | | | Also fix a lavu version typo in APIchanges. | ||||
* | oggenc: add a page_duration option and deprecate the pagesize option | Justin Ruggles | 2013-01-08 | 1 | -0/+15 |
| | | | | | | | | | | | 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 Ruggles | 2013-01-08 | 1 | -9/+9 |
| | |||||
* | lavr: add a public function for setting a custom channel map | Justin Ruggles | 2013-01-07 | 1 | -0/+4 |
| | | | | This allows reordering, duplication, and silencing of input channels. | ||||
* | doc: Extend commit message section | Derek Buitenhuis | 2013-01-07 | 1 | -2/+7 |
| | | | | | | | | | | | 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 section | Derek Buitenhuis | 2013-01-07 | 1 | -1/+2 |
| | | | | | | | 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 section | Derek Buitenhuis | 2013-01-07 | 1 | -1/+2 |
| | | | | | | | 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 patches | Derek Buitenhuis | 2013-01-07 | 1 | -8/+6 |
| | | | | | | | 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 documentation | Derek Buitenhuis | 2013-01-07 | 1 | -7/+7 |
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | Drop Snow codec | Diego Biurrun | 2013-01-06 | 3 | -633/+0 |
| | | | | Snow is a toy codec with no real-world use and horrible code. | ||||
* | Update release notes for the 9 release. | Anton Khirnov | 2013-01-04 | 1 | -2/+8 |
| | | | | Add a paragraph about MSVC and mention 24-bit FLAC encoding. | ||||
* | avstring: add av_basename and av_dirname | Luca Barbato | 2012-12-29 | 1 | -0/+3 |
| | | | | Thread safe version of the common basename and dirname. | ||||
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 5 | -6/+6 |
| | |||||
* | doc: improve documentation for the asyncts filter first_pts option | Justin Ruggles | 2012-12-13 | 1 | -2/+3 |
| | | | | Note the time base for the option. Add an additional example description. | ||||
* | img2: document the options available | Luca Barbato | 2012-12-08 | 2 | -0/+18 |
| |