summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* doc: add support for an optional navigation bar in texi2html pagesJanne Grunau2011-11-14
| | | | | | The navigation header for the web pages lives in a different repository. Read it during documentation regeneration to use the same navigation bar on all pages.
* texi2html: remove stray \nLuca Barbato2011-11-13
| | | | Single-quoted strings are printed verbatim in perl.
* doc: prettyfy the texi2html documentationLuca Barbato2011-11-13
| | | | make it use the website css and start structuring it so it is consistent
* VBLE DecoderDerek Buitenhuis2011-11-11
| | | | | | | | | Add a decoder for the VBLE Lossless Codec, which still has a cult following. Used to be popular several years ago on doom9. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: update libavfilter documentationLuca Barbato2011-11-10
| | | | | | Update the reference to the conversion tool to use avconv and make sure the example line works as supposed. Remove the paragraph pointing to the svn repo
* udp: Allow specifying the local IP addressMartin Storsjö2011-11-09
| | | | | | | This is useful if sending multicast data on a host with multiple interfaces. Signed-off-by: Martin Storsjö <martin@martin.st>
* doc/git-howto: expand format-patch and send-email notes.Anton Khirnov2011-11-08
|
* BMV demuxer and decoderKostya Shishkov2011-11-08
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doc/APIchanges: add missing dates and hashesAnton Khirnov2011-11-06
|
* avconv: move copy_initial_nonkeyframes to the options context.Anton Khirnov2011-11-06
| | | | Also document it.
* doc/avconv: elaborate on basic functionality.Anton Khirnov2011-11-06
|
* doc/avconv: -sample_fmts, not -help sample_fmts prints the sample formatsAnton Khirnov2011-11-06
|
* avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger2011-11-06
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* avstring: Add locale independent implementations of toupper/tolowerLuca Barbato2011-11-06
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* avformat: Add functions for doing global network initializationMartin Storsjö2011-11-05
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* avconv: add -dump_attachment option.Anton Khirnov2011-11-03
|
* avconv: add -attach option.Anton Khirnov2011-11-03
| | | | It allows attaching arbitrary files, e.g. fonts to Matroska files.
* avcodec: remove avcodec_parse_frame and deprecate associated elements.Justin Ruggles2011-10-27
| | | | | | The documentation for CODEC_CAP_PARSE_ONLY and AVCodecContext.parse_only indicates that they are utilized through avcodec_parse_frame(), which was never actually implemented.
* pulse: documentationLuca Barbato2011-10-26
| | | | | | Specify avoptions and how to use pactl to list devices. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* avcodec: remove the Zork PCM encoder.Justin Ruggles2011-10-26
| | | | | | The Zork PCM decoder does not decode the 1 sample we have correctly, therefore the encoder based on the decoder is also incorrect. There is no good reason to keep the encoder.
* libspeexenc: add libspeex encoderJustin Ruggles2011-10-20
|
* presets: rename presets directoryJanne Grunau2011-10-19
|
* lavf: add avformat_new_stream as a replacement for av_new_stream.Anton Khirnov2011-10-19
| | | | It takes a codec parameter, thus enabling codec-specific defaults.
* Ut Video decoderKostya Shishkov2011-10-19
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini2011-10-19
| | | | | | | | | | | | The licence was changed from GPL to LGPL with explicit approval from the original author. See thread: Subject: [FFmpeg-devel] [PATCH] lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs Date: Mon, 11 Jul 2011 16:32:41 +0200 Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavfi: add testsrc sourceStefano Sabatini2011-10-19
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* doc/avtools: add forgotten part to stream specifiers descriptionAnton Khirnov2011-10-18
|
* avconv: add presetsAlexandra Khirnova2011-10-17
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* doc: Update the documentation on setting options for RTSPMartin Storsjö2011-10-17
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavfi: port libmpcodecs delogo filterStefano Sabatini2011-10-17
| | | | | | The ported filter supports named option parsing and more YUV formats. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavfi: port boxblur filter from libmpcodecsStefano Sabatini2011-10-17
| | | | | | | | | | With the following additions: * support to gray format * support to yuva420p format * parametric luma/chroma/alpha radius * consistency check on the radius values, avoid crashes with invalid values Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavfi: add negate filterStefano Sabatini2011-10-17
| | | | | | This filter is a simple wrapper around the LUT filter. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini2011-10-17
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles2011-10-13
| | | | This will prevent seeking by bytes for formats that cannot handle this.
* fix ac3 encoder documentationJustin Ruggles2011-10-12
| | | | some of the mode values were reversed
* AVOptions: bump minor and add APIchanges entry.Anton Khirnov2011-10-12
|
* doc: fix references to obsolete presets directories for avconv/ffmpegDiego Biurrun2011-10-11
|
* avtools: add -v as alias for -loglevelMans Rullgard2011-10-09
| | | | | | This saves a bit of typing. Signed-off-by: Mans Rullgard <mans@mansr.com>
* doc/avconv: add forgotten output/per-stream info to -filterAnton Khirnov2011-10-09
|
* avconv: add -stats option to enable/disable printing encoding progressAnton Khirnov2011-10-09
|
* Fix 'heigth' vs. 'height' typos.Diego Biurrun2011-10-05
|
* vf_unsharp: set default chroma size value to 5x5Stefano Sabatini2011-09-29
| | | | | | | The previous default value 0x0 was not good, since it is not even valid. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* vf_scale: add a "sar" variableStefano Sabatini2011-09-28
| | | | | | | Also create a "dar" alias for the "a" variable, for avoiding possible confusion between dar/sar. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avconv: add support for copying attachments.Anton Khirnov2011-09-27
|
* doc/avconv: expand documentation for some options.Anton Khirnov2011-09-27
|
* doc/avconv: document -timelimit.Anton Khirnov2011-09-27
|
* avconv: replace all fprintf() by av_log().Anton Khirnov2011-09-26
| | | | Deprecate -v option, now only -loglevel is enough.
* Apple ProRes decoderMaxim Poliakovski2011-09-22
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doc: library versions need to be bumped in version.hDiego Biurrun2011-09-21
|
* vf_yadif: correct documentation on the parity parameterStefano Sabatini2011-09-21
| | | | | | | 0 is top-field-first, 1 is bottom-field-first, not the other way around. Signed-off-by: Anton Khirnov <anton@khirnov.net>