aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Ensoniq Paris Audio File demuxerPaul B Mahol2012-12-051-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* IRCAM demuxer & muxerPaul B Mahol2012-12-051-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavc/dvdsubdec: accept palette from options.Nicolas George2012-12-051-0/+26
| | | | | On DVDs, the palette is part of the IFO file and therefore not available when reading from a dumped VOB file.
* lavfi/drawtext: add the reload option.Nicolas George2012-12-041-0/+4
|
* AST MuxerJames Almer2012-12-041-1/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* lavfi: add subtitles filter.Clément Bœsch2012-12-041-32/+40
|
* doc: describe micro versioning policyPeter Ross2012-12-031-1/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini2012-12-031-9/+3
| | | | Improve usability and robustness.
* PVF demuxerPaul B Mahol2012-12-011-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/geq: add T variable and exampleStefano Sabatini2012-12-011-0/+10
|
* doc/ffmpeg-filters: add short descriptionStefano Sabatini2012-12-011-0/+8
|
* Gif demuxerVitaliy E Sugrobov2012-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | Gif demuxer is capable of extracting multiple frames from gif file. In conjunction with gif decoder it implements support for reading animated gifs. Demuxer has two options available to user: default_delay and min_delay. These options are for protection from too rapid gif animations. In practice it is standard approach to slow down rendering of this kind of gifs. If you try to play gif with delay between frames of one hundredth of second (100fps) using one of major web browsers, you get significantly slower playback, around 10 fps. This is because browser detects that delay value is less than some threshold (usually 2 hundredths of second) and reset it to default value (usually 10 hundredths of second, which corresponds to 10fps). Manipulating these options user can achieve the same effect during conversion to some video format. Otherwise user can set them to not protect from rapid animations at all. The other case when these options necessary is for gif images encoded according to gif87a standard since prior to gif89a there was no delay information included in file. Bump lavf minor version. Signed-off-by: Vitaliy E Sugrobov <vsugrob@hotmail.com>
* BRSTM demuxerPaul B Mahol2012-11-291-0/+2
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/Makefile: rework component configuration logicStefano Sabatini2012-11-291-13/+20
| | | | | Only enable component manual when the corresponding library providing the feature is enabled.
* doc/ffmpeg-codecs: add short descriptionStefano Sabatini2012-11-291-0/+8
|
* Merge commit 'bb6c67bb36b136de10256f0999128df4a42f9ffc'Michael Niedermayer2012-11-281-15/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bb6c67bb36b136de10256f0999128df4a42f9ffc': lavfi: remove vf_slicify Conflicts: doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/vf_slicify.c tests/lavfi-regression.sh tests/ref/lavfi/crop_scale_vflip Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: remove vf_slicifyAnton Khirnov2012-11-281-15/+0
| | | | | | | | | | | | | | 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: add ffmpeg-bitstream-filters.texi fileStefano Sabatini2012-11-283-3/+44
| |
* | Vivo demuxerDaniel Verkamp2012-11-281-0/+1
| |
* | lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-10/+10
| | | | | | | | | | Based on patch by Anton Khirnov Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: add ffmpeg-protocols.texi manualStefano Sabatini2012-11-273-2/+39
| |
* | doc: move syntax and eval chapters from libavutil to ffmpeg-utilsStefano Sabatini2012-11-273-5/+40
| | | | | | | | | | Move utilities description to a dedicated manual, consistent with what I did with the rest of the documentation.
* | doc: add libavdevice.texi and ffmpeg-devices.texi filesStefano Sabatini2012-11-273-1/+97
| |
* | doc: add libavformat.texi and ffmpeg-formats.texi filesStefano Sabatini2012-11-273-1/+203
| |
* | lavfi/drawtext: add support to expansion of generic expressionsStefano Sabatini2012-11-271-0/+10
| |
* | AFC demuxerPaul B Mahol2012-11-271-0/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/general: improve AST descriptionPaul B Mahol2012-11-261-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '28c8e288fa0342fdef532a7522a4707bebf831cc'Michael Niedermayer2012-11-261-5/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '28c8e288fa0342fdef532a7522a4707bebf831cc': x86: h264_chromamc: port to cpuflags yop: fix typo avconv: fix copying per-stream metadata. doc: avtools-common-opts: Fix terminology concerning metric prefixes configure: suncc: Add compiler arch support for Nehalem & Sandy Bridge riff: Make ff_riff_tags static and move under appropriate #ifdef Conflicts: libavformat/riff.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: avtools-common-opts: Fix terminology concerning metric prefixesMarcus Stollsteimer2012-11-251-5/+6
| | | | | | | | | | | | | | | | | | '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>
* | doc/encoders: add a note for x264 options that use colonIvan Pozdeev2012-11-251-1/+3
| | | | | | | | | | Signed-off-by: Ivan Pozdeev <ivan_pozdeev@mail.ru> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc: add libswscale.texi and ffmpeg-scaler.texi filesStefano Sabatini2012-11-253-1/+193
| |
* | lavu/opt: add av_opt_ accessors for pixel/format/image size optionsStefano Sabatini2012-11-251-0/+9
| | | | | | | | | | The interface is implemented against the style of the other options accessors. Possibly simplify programmatic setting of options.
* | doc: add libswresample.texi and ffmpeg-resampler.texi filesStefano Sabatini2012-11-253-1/+262
| |
* | doc: move filters documentation to dedicated manual page ffmpeg-filtersStefano Sabatini2012-11-253-4/+31
| |
* | doc: move codec options and descriptions to a dedicated manual pageStefano Sabatini2012-11-253-1094/+1121
| |
* | ADPCM IMA Dialogic decoderPaul B Mahol2012-11-241-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | ADPCM AFC decoderPaul B Mahol2012-11-221-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | ffprobe: implement -sections optionStefano Sabatini2012-11-221-0/+8
| |
* | ffprobe: implement subsection field selection through the -show_entries optionStefano Sabatini2012-11-221-0/+53
| |
* | lavfi/drawtext: add support for printing frame numbersStefano Sabatini2012-11-221-0/+3
| | | | | | | | Fix trac ticket #1949.
* | brender_pix: a new image decoderAleksi Nurmi2012-11-221-0/+2
| | | | | | | | | | | | | | PIX is an image file format that was used by the BRender 3d engine. Signed-off-by: Aleksi Nurmi <aleksi.nurmi@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix the path to the C99-to-C89 Converter & Wrapper to the only existing ↵Carl Eugen Hoyos2012-11-221-1/+1
| | | | | | | | | | | | repository. Ronald deleted his public c99-to-c89 repository today.
* | the hyperlink to the Developer's Certificate of Origin no longer works; use ↵Peter Ross2012-11-201-1/+1
| | | | | | | | | | | | | | Linux kernel hyperlink Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | add some planar PCM encodersPaul B Mahol2012-11-201-5/+5
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/platform: replace link to site arrozcru.org with link to ffmpeg.zeranoe.comStefano Sabatini2012-11-201-2/+1
| | | | | | | | | | ffmpeg.arrozcru.org is currently unmaintained, and it redirects to ffmpeg.zeranoe.com.
* | mips: Optimization of AC3 FP encoder and EAC3 FP decoderBojan Zivkovic2012-11-191-0/+2
| | | | | | | | | | | | Signed-off-by: Bojan Zivkovic <bojan@mips.com> Reveiwed-by: Vitor Sessak <vitor1001@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/general: remove duplicate entry for ADPCM SMJPEG IMAPaul B Mahol2012-11-191-2/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/general: remove 8SVX audio, there is no such codecPaul B Mahol2012-11-191-1/+1
| | | | | | | | | | | | While here add missing PCM signed 8-bit planar. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/general: move 8SVX codecs to right sectionPaul B Mahol2012-11-191-2/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/drawtext: implement more generic expansion.Nicolas George2012-11-181-2/+59
| | | | | | | | | | | | The new expansion mechanism uses the %{...} notation. For compatibility reasons, it must be enabled explicitly, but a warning is printed if a conflict is likely to happen.