summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: fix stray reference to FFmpegLuca Barbato2012-01-101-1/+1
|
* faq: Solutions for common problems with sample paths when running FATE.Diego Biurrun2012-01-071-0/+12
|
* avconv: add symbolic names for -vsync parametersAnton Khirnov2012-01-041-4/+4
|
* v4l2: list available formatsLuca Barbato2012-01-041-1/+1
| | | | Make use of the experimental framesize enumeration ioctl if available.
* adx: add an adx muxerJustin Ruggles2012-01-031-1/+1
|
* APIchanges: mention cleaned up header includesJonathan Nieder2012-01-041-2/+4
| | | | | | | Fixes bug 188. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* lavu: bump lavu minor for av_popcount64Janne Grunau2012-01-031-4/+7
| | | | Add it to doc/APIchanges and update and correct other entries.
* Release notes: mention cleaned up header includesReinhard Tartler2012-01-021-2/+5
| | | | | A rebuild in debian revealed that this broke compilation of a number packages: http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=siretart@tauware.de;tag=ftbfs-libav0.8
* doxygen: cleanup style to support older doxyLuca Barbato2011-12-291-54/+21
| | | | | Doxygen 1.7.5.1 had been used as reference while certain distributions provide older and not fully compatible versions.
* avformat: Add SMJPEG demuxer.Paul B Mahol2011-12-281-0/+2
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Indeo 4 decoderKostya Shishkov2011-12-281-0/+1
| | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* doxygen: remove unreplaced variables from custom header and footerJanne Grunau2011-12-272-16/+1
|
* Add minor bumps and APIchanges entries for lavc/lavfi changes.Anton Khirnov2011-12-251-0/+14
|
* doxy: add website-alike style to the html outputGautam Gupta2011-12-253-0/+1169
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* FAQ: add an entry for common error when using -profileAnton Khirnov2011-12-251-0/+20
|
* Prepare for 0.8_beta1 snapshot releaseReinhard Tartler2011-12-231-27/+25
|
* segment: introduce segmented chain muxerLuca Barbato2011-12-191-0/+32
| | | | It behaves similarly to image2 muxer
* APIchanges: fill in revision for AVFrame.age deprecationMans Rullgard2011-12-181-1/+1
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* avcodec: deprecate AVFrame.ageMans Rullgard2011-12-181-0/+3
| | | | | | | | This was intended as an optimisation for skipped blocks in MPEG2 P-frames and never used elsewhere. Removing this "optimisation" speeds up MPEG2 decoding by 1-2% (ARM Cortex-A9). Signed-off-by: Mans Rullgard <mans@mansr.com>
* lavf: add OpenMG audio muxer.Michael Karcher2011-12-181-1/+1
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avconv: support stream specifiers in -metadata and -map_metadataAlexandra Khirnova2011-12-162-8/+31
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* v410 encoder and decoderDerek Buitenhuis2011-12-131-1/+2
| | | | | | | | v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* doc: make developer.texi point to correct fate docDerek Buitenhuis2011-12-131-1/+1
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* lavf: add avformat_close_input().Anton Khirnov2011-12-121-0/+4
| | | | | | | It sets the supplied AVFormatContext pointer to NULL after freeing it, which is safer and its name is consistent with other lavf functions. Also deprecate av_close_input_file().
* Fix a bunch of common typos.Diego Biurrun2011-12-119-21/+21
|
* Warn about avserver being broken.Anton Khirnov2011-12-104-4/+8
| | | | Also remove mentions of it from other avtools' manuals.
* doc: update to refer to avconvLuca Barbato2011-12-101-39/+33
|
* doc: remove some stale entries from the faqLuca Barbato2011-12-101-135/+0
| | | | Some entries should be still amended.
* Dxtory capture format decoderKostya Shishkov2011-12-101-0/+1
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* doc: update documentation to use avconvLuca Barbato2011-12-096-84/+84
|
* doc: update demuxers sectionLuca Barbato2011-12-091-3/+3
| | | | Cleanup tags usage and update commandline examples.
* doc: extend external library coverageLuca Barbato2011-12-091-10/+65
|
* doc: split platform specific informationLuca Barbato2011-12-093-346/+360
| | | | Move the platform-specific information in its own file.
* doc: port the git-howto to texinfoLuca Barbato2011-12-092-0/+345
|
* doc: provide fallback css and customize @floatLuca Barbato2011-12-091-0/+86
| | | | Add "note" or "important" class to the generated div.
* doc: document fate in a texinfoLuca Barbato2011-12-093-45/+136
| | | | | Summarize the information provided in the wiki and the one provided in fate.txt
* doc: add pulseaudio to the input listLuca Barbato2011-12-081-0/+1
|
* cljr: add encoderPaul B Mahol2011-12-081-1/+1
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* build: merge lists of HTML documentation targetsDiego Biurrun2011-12-081-2/+6
|
* doc: add editor configuration section with Vim and Emacs settingsDiego Biurrun2011-12-071-0/+25
| | | | based on a patch by Victor Vasiliev, vasilvv gmail com
* doc: document preferred Doxygen syntax and make patcheck detect itDiego Biurrun2011-12-041-0/+5
|
* doc: break some long lines in developer.texiLuca Barbato2011-12-031-11/+16
|
* drawtext: make x and y parametricLuca Barbato2011-12-031-0/+27
| | | | | | Introduce variables "E", "PHI", "PI", "main_w"/"W", "main_h"/"H", "text_w"/"w", "text_h"/"h", "x", "y", "n" and "t" in line with vf_overlay and refactor the code accordingly.
* doc: remove space between variable and post increment in example codeJanne Grunau2011-12-031-1/+1
|
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-0/+7
| | | | | | Deprecate avcodec_decode_audio3(). Implement audio support in avcodec_default_get_buffer(). Implement the new audio decoder API in all audio decoders.
* avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles2011-12-021-0/+6
| | | | | | Add AV_NUM_DATA_POINTERS to simplify the bump transition. This will allow for supporting more planar audio channels without having to allocate separate pointer arrays.
* Update developers documentation with coding conventions.Victor Vasiliev2011-12-021-26/+97
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc: improve general documentation for MacOSXLuca Barbato2011-12-021-2/+11
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* Add PlayStation Portable PMP format demuxerReimar Döffinger2011-12-011-0/+1
| | | | | | | | | Not yet complete, for demuxing AAC the AAC header must be generated manually. Possibly the decoder could accept the header as extradata to simplify this. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* APIchanges: fill in some blanksMans Rullgard2011-11-281-6/+6
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
OpenPOWER on IntegriCloud