summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* | doc: Rename avtools-common-opts to fftools-common optsTimothy Gu2013-09-10
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: add *install-doc that covers all documentationJames Almer2013-09-08
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: rename *install-doc to *install-htmlJames Almer2013-09-07
| | | | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: fix install-doc dependenciesJames Almer2013-09-07
| | | | | | | | | | | | | | Put it inside its own ifdef conditional. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: Weston 3 Field Deinterlacing FilterPaul B Mahol2013-09-06
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/mp: remove mp=filPaul B Mahol2013-09-05
| | | | | | | | | | | | The filter does not work correctly most of time. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/mp: remove mp=dintPaul B Mahol2013-09-05
| | | | | | | | | | | | | | There are better and actually maintained filters that have similar functionality. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/APIchanges: update hashes and dates after last two commits.Clément Bœsch2013-09-04
| | | | | | | | Sorry, I'm too lazy to fix the rest.
* | avcodec: make avcodec_close() more tolerant.Clément Bœsch2013-09-04
| | | | | | | | See previous commit.
* | avformat: make avformat_close_input() more tolerant.Clément Bœsch2013-09-04
| | | | | | | | | | The purpose of this commit is to make error management simpler and less error prone, just like av_free() which is safe with NULL.
* | doc/examples: fix lib math dep for resampling_audio.Clément Bœsch2013-09-04
| | | | | | | | It uses at least sin()
* | doc/examples: remove extra "the".Clément Bœsch2013-09-04
| | | | | | | | "into the doc/examples directory" vs "into doc/examples".
* | Merge commit '0ebfdae099d2749240b6a565abcdf0bf62589748'Michael Niedermayer2013-09-04
|\| | | | | | | | | | | | | | | | | | | * commit '0ebfdae099d2749240b6a565abcdf0bf62589748': doc: Describe TB option of setpts filter Conflicts: doc/filters.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: Describe TB option of setpts filterClifford Wolf2013-09-04
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | lavfi/drawtext: add generic timeline interface and deprecate "draw".Clément Bœsch2013-09-03
| |
* | lavfi/mp: remove mp=phasePaul B Mahol2013-09-03
| | | | | | | | | | | | The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: port phase filter from libmpcodecsPaul B Mahol2013-09-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '7df9e693a34c84c698da60426c78140c950f95ed'Michael Niedermayer2013-09-03
|\| | | | | | | | | | | | | * commit '7df9e693a34c84c698da60426c78140c950f95ed': cosmetics: Fix ATRAC codec name spelling Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * cosmetics: Fix ATRAC codec name spellingDiego Biurrun2013-09-02
| |
* | lavc: add teletext decoder using libzvbiMarton Balint2013-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on a patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>. http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2012-December/136677.html The original patch was rebased by Tudor SUCIU <tudor.suciu@gmail.com>. Lots of additional features and fixes are made by me. Fixes ticket #2086. Changes since last version: - change default page to all pages Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: fix insane hard texi2html dependancyMichael Niedermayer2013-09-01
| | | | | | | | | | Found-by: nevcairiel Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'f4ca970dba13a60a1334cce1b574036e6f624b9c'Michael Niedermayer2013-09-01
|\| | | | | | | | | | | | | | | | | | | | | * commit 'f4ca970dba13a60a1334cce1b574036e6f624b9c': configure: Add docdir configuration option Conflicts: configure doc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Add docdir configuration optionVittorio Giovara2013-08-31
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | ffprobe: show probe_score in the format sectionStefano Sabatini2013-09-01
| | | | | | | | Should address trac ticket #2621.
* | ffprobe: fix format section XML validationStefano Sabatini2013-09-01
| | | | | | | | It was broken since 2186a7e547fdda716138444c8345ce8b823f2d4a.
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
| |
* | doc/encoders: reformat and add some clarification in libtwolame docTimothy Gu2013-08-30
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/encoders: reformat libmp3lame docTimothy Gu2013-08-30
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/snow: add gray/alpha/gbrMichael Niedermayer2013-08-29
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: add missing entry for av_format_probe_score() function additionStefano Sabatini2013-08-29
| |
* | doc/formats: remove probe_score entry, since it's not an optionStefano Sabatini2013-08-29
| |
* | avformat: export probe scoreMichael Niedermayer2013-08-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-28
|\| | | | | | | | | | | | | | | | | | | * qatar/master: doc: document the asf demuxer Conflicts: doc/demuxers.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: document the asf demuxerLuca Barbato2013-08-28
| | | | | | | | And drop a typo from the previous FLV entry.
* | Merge commit '21015109ec0fac0f104a5355f272ecb956ba3f4e'Michael Niedermayer2013-08-28
|\| | | | | | | | | | | | | | | | | | | * commit '21015109ec0fac0f104a5355f272ecb956ba3f4e': doc: Document the flv demuxer Conflicts: doc/demuxers.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: Document the flv demuxerLuca Barbato2013-08-27
| |
* | lavfi/hue: allow changing brightnessPaul B Mahol2013-08-22
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavf/image2: extend start_number range to accept zeroStefano Sabatini2013-08-22
| | | | | | | | Address trac ticket #2884.
* | Merge commit 'f8ef91ff3d6bb83d601d816ef9368f911021c64b'Michael Niedermayer2013-08-22
|\| | | | | | | | | | | | | | | | | | | | | | | * commit 'f8ef91ff3d6bb83d601d816ef9368f911021c64b': movenc: add faststart option for web streaming Conflicts: doc/muxers.texi libavformat/movenc.c libavformat/movenc.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * movenc: add faststart option for web streamingClément Bœsch2013-08-21
| | | | | | | | | | | | | | Faststart moves the moov atom to the beginning of the file and rewrites the rest of the file after muxing is complete. Signed-off-by: Martin Storsjö <martin@martin.st>
* | doc/muxers: add elaborated example for the tee muxerStefano Sabatini2013-08-21
| | | | | | | | The example shows how to combine bsfs and select options.
* | lavf/tee: add special select optionStefano Sabatini2013-08-21
| |
* | doc/filters: move fps filter start_time item to correct placeMichael Niedermayer2013-08-21
| | | | | | | | | | | | Fixes warnings Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '545a0b807cf45b2bbc4c9087a297b741ce00f508'Michael Niedermayer2013-08-21
|\| | | | | | | | | | | | | | | | | | | | | * commit '545a0b807cf45b2bbc4c9087a297b741ce00f508': vf_fps: add 'start_time' option Conflicts: doc/filters.texi libavfilter/vf_fps.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_fps: add 'start_time' optionJustin Ruggles2013-08-20
| | | | | | | | This allows for dropping or duplication to match a particular start time.
* | Revert "doc/RELEASE_NOTES: add a note about AVISynth"Stephen Hutchinson2013-08-19
| | | | | | | | This reverts commit 3aa2257d240a5a0eb94014b9113dd91730786886.
* | lavf/tee: add support for bitstream filteringStefano Sabatini2013-08-16
| | | | | | | | | | This allows to apply different bitstream filters to different outputs, with no need to transcode.
* | lavfi/tile: make color of blank/unused area configurablePaul B Mahol2013-08-16
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_scale: generic swscale option supportMichael Niedermayer2013-08-15
| | | | | | | | | | | | | | With this all AVOptions from swscale can be set without each needing changes to vf_scale.c Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sws: add dither enumMichael Niedermayer2013-08-15
| | | | | | | | | | | | | | | | | | | | | | This allows specifying more dither algorithms without using up flags and without ambiguities. Also initialize the new field based on the flags and use it. Note, improving the logic of the checks is left to subsequent commits, this here only switches from flags to enum. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>