aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic2013-08-041-0/+5
| | | | | | | | Iterative implementation of 32 bit fixed point split-radix FFT. Max FFT that can be calculated currently is 2^12. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/muxers: Document use case of mpegts muxer option tables_versionAndrey Utkin2013-08-041-0/+12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_scale: add force_original_aspect_ratioTimothy Gu2013-08-041-0/+27
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/examples/filtering_audio: make const arrays also staticMichael Niedermayer2013-08-031-5/+5
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/muxers: Document previously undocumented mpegts muxer optionsAndrey Utkin2013-08-031-0/+22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'a8b19271c3b40ac3c3dc769fe248887acf14ba5a'Michael Niedermayer2013-08-031-0/+3
|\ | | | | | | | | | | | | | | | | | | | | * commit 'a8b19271c3b40ac3c3dc769fe248887acf14ba5a': avcodec: Add output_picture_number to AVCodecParserContext Conflicts: doc/APIchanges libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura2013-08-021-0/+3
| | | | | | | | | | | | Set output_picture_number in H.264 parser. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | Merge commit '79be2c325c5ee8f7ac9e28399e51986ebe99bb3c'Michael Niedermayer2013-08-031-4/+2
|\| | | | | | | | | | | | | * commit '79be2c325c5ee8f7ac9e28399e51986ebe99bb3c': doc/print_options: Move options headers to a saner place Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc/print_options: Move options headers to a saner placeDiego Biurrun2013-08-021-4/+2
| |
* | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer2013-08-031-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e': Give less generic names to global library option arrays Conflicts: libavcodec/options_table.h libavfilter/avfilter.c libavformat/options_table.h libswscale/options.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Give less generic names to global library option arraysDiego Biurrun2013-08-021-2/+2
| |
| * avconv: add -n option to immediately exit when output files already existVittorio Giovara2013-07-311-0/+3
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | doc/protocols: Document file protocol optionsAndrey Utkin2013-08-011-0/+14
| | | | | | | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Document new 'blocksize' option of 'pipe' protocolAndrey Utkin2013-07-311-0/+10
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libxvid: Add SSIM displaying through a libxvidcore pluginTimothy Gu2013-07-311-0/+37
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libxvid: add working lumimasking and variance AQTimothy Gu2013-07-311-0/+13
| | | | | | | | | | | | The old implementation is unusable due to change in the Xvid API. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/encoders: add libxvid docTimothy Gu2013-07-301-0/+113
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | Merge commit '0e8c6f221a8ddb7dfb3c9e9bd0b33cb12e9391b8'Michael Niedermayer2013-07-301-1/+1
|\| | | | | | | | | | | | | | | | | | | | | * commit '0e8c6f221a8ddb7dfb3c9e9bd0b33cb12e9391b8': avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typo Conflicts: doc/general.texi libavformat/avisynth.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typoDiego Biurrun2013-07-291-1/+1
| | | | | | | | Also fix some similar typos in comments and documentation.
* | doc/filters: fix typoPaul B Mahol2013-07-291-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add compand filterPaul B Mahol2013-07-291-0/+77
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | ffprobe: add -show_programs optionFlorent Tribouilloy2013-07-282-3/+35
| | | | | | | | | | | | | | The option is used to sort the streams by program. Signed-off-by: Florent Tribouilloy <florent.tribouilloy@smartjog.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/ffprobe.xsd: specify tag elements in stream after disposition elementStefano Sabatini2013-07-281-1/+1
| | | | | | | | | | Fix XML schema validation, since elements must appear in the same order as specified in the schema.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-282-241/+335
|\| | | | | | | | | | | | | | | | | | | | | * qatar/master: doc: cosmetics: Consistently format list and table items Conflicts: doc/developer.texi doc/fate.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: cosmetics: Consistently format list and table itemsDiego Biurrun2013-07-272-207/+310
| |
* | doc/codecs: fix dangling reference to codec-options chapterStefano Sabatini2013-07-272-1/+2
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-261-2/+2
|\| | | | | | | | | | | | | | | | | | | | | * qatar/master: miscellaneous typo fixes Conflicts: configure libavformat/avisynth.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * miscellaneous typo fixesDiego Biurrun2013-07-251-2/+2
| |
* | doc/encoders: partially rewrite and reformat libx264 docsTimothy Gu2013-07-241-140/+285
| | | | | | | | | | | | | | | | | | | | | | | | Format is based on the thread: "[PATCH] doc/encoders: Add libopus encoder doc" (06-28-2013) http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/165368/ Also merge the two option sections (Mapping and Private options). Patch partially edited by Stefano Sabatini. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | avcodec: add avcodec_chroma_pos_to_enum()Michael Niedermayer2013-07-231-0/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: add "rematrix_maxval"Michael Niedermayer2013-07-221-0/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: document vf_scales color rangeMichael Niedermayer2013-07-201-0/+17
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_scale: Add in/out yuv color matrix optionMichael Niedermayer2013-07-201-0/+27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: add sepia example for colorchannelmixerLukasz Marek2013-07-191-0/+5
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | examples: demuxing: print ffplay command even if sample format is planarwm42013-07-191-2/+14
| | | | | | | | | | Adjust the code so that a working ffplay command is printed in the planar audio case.
* | examples: demuxing: simplify audio outputwm42013-07-191-36/+10
| | | | | | | | | | | | | | | | There is no reason why this should copy the audio data in a very complicated way. Also, strictly write the first plane, instead of writing the whole buffer. This is more helpful in context of the example. This way a user can clearly confirm that it works by playing the written data as raw audio.
* | examples: demuxing: do partial audio packet decodingwm42013-07-191-3/+16
| | | | | | | | | | | | This assumes one audio packet is decoded one time. This is not true: packets can be partially decoded. Then you have to "adjust" the packet and pass the undecoded part of the packet to the decode function again.
* | doc/filters: update/correct mp documentationStefano Sabatini2013-07-171-2/+2
| |
* | doc/bitstream_filters: document dump_extraStefano Sabatini2013-07-171-0/+26
| |
* | lavfi/mp: remove mp=perspectivePaul B Mahol2013-07-141-1/+0
| | | | | | | | | | | | The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: port perspective filter from libmpcodecsPaul B Mahol2013-07-141-0/+38
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/bitstream_filters: amend name of some bitstream filtersStefano Sabatini2013-07-141-2/+2
| |
* | lavfi/delogo: Document where parameter show=1 draws its rectangleJean Delvare2013-07-131-0/+5
| | | | | | | | | | | | | | | | | | It is not completely obvious where delogo's parameter show=1 draws its rectangle. Document it so that the user can more easily tune the parameters. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/trim: use AV_OPT_TYPE_DURATIONPaul B Mahol2013-07-121-6/+14
| | | | | | | | | | | | | | Workarounds for rounding differences between platforms should not be needed any more. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavf/segment: add initial_offset optionStefano Sabatini2013-07-111-0/+4
| | | | | | | | Should address trac ticket #2224.
* | doc/formats: add section describing stream specifiersStefano Sabatini2013-07-111-0/+31
| |
* | doc/developer: update sections about external developmentStefano Sabatini2013-07-111-23/+17
| | | | | | | | | | | | | | | | | | Replace the sections "API" and "Integrating libavcodec or libavformat" with updated / more accurate text. See thread: Subject: [FFmpeg-devel] [PATCH] doc/developer: merge and update sections about external development Date: Fri, 5 Jul 2013 11:07:07 +0200
* | lavfi: add aecho filterPaul B Mahol2013-07-101-0/+60
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Update back for git mastern2.1-devMichael Niedermayer2013-07-101-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Update for 2.0Michael Niedermayer2013-07-102-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>