aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* libavfilter/vf_crop: implement process_commandBernd Bleßmann2015-07-211-2/+18
| | | | | Signed-off-by: Bernd Bleßmann <bb@it-entwicklung.de> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* libavfilter/vf_scale: implement process_commandBernd Bleßmann2015-07-211-0/+13
| | | | | Signed-off-by: Bernd Bleßmann <bb@it-entwicklung.de> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '219b39a71a5694b1c14a07b86477f665a5b6849b'Michael Niedermayer2015-07-211-2/+2
|\ | | | | | | | | | | | | | | | | | | | | * commit '219b39a71a5694b1c14a07b86477f665a5b6849b': parseutil: Use non ambiguous aliases for uhd Conflicts: doc/ffmpeg.texi libavutil/parseutils.c Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * parseutil: Use non ambiguous aliases for uhdLuca Barbato2015-07-211-2/+2
| | | | | | | | uhd1 and uhd2 would be ambigous.
* | Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b'Michael Niedermayer2015-07-211-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5d3addb937946eca5391e40b5e6308e74ac6f77b': Add a quality factor packet side data Conflicts: doc/APIchanges ffmpeg.c libavcodec/avcodec.h libavcodec/mpegvideo_enc.c libavcodec/version.h Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * Add a quality factor packet side dataVittorio Giovara2015-07-201-0/+3
| | | | | | | | | | | | | | | | This is necessary to preserve the quality information currently exported with coded_frame. Add the new side data to every encoder that needs it, and use it in avconv. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit 'e93ca480c91397f82f2ea5b6a8b82ac6d0e2bfd2'Michael Niedermayer2015-07-201-0/+8
|\| | | | | | | | | | | | | | | | | | | | | * commit 'e93ca480c91397f82f2ea5b6a8b82ac6d0e2bfd2': parseutil: Add more resolution aliases Conflicts: doc/ffmpeg.texi libavutil/parseutils.c Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * parseutil: Add more resolution aliasesLuca Barbato2015-07-201-0/+8
| | | | | | | | Add DCI 2k and 4k and uhd1 and uhd2.
| * APIchanges: Mention lavfi and lavd identification symbol additionVittorio Giovara2015-07-171-0/+4
| |
* | avfilter: add random video filterPaul B Mahol2015-07-191-0/+18
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Add support for Audible AAX (and AAX+) filesVesselin Bontchev2015-07-192-0/+9
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter: Add reverse filterDerek Buitenhuis2015-07-191-0/+16
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | avformat/mpegtsenc: Add sdt_period, similar to pat_periodMichael Niedermayer2015-07-181-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/mpegtsenc: Support a user specified PAT/PMT periodMichael Niedermayer2015-07-181-0/+2
| | | | | | | | | | | | Can be used to fix Ticket3714 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/mpegtsenc: support storing PAT/PMT per frameMichael Niedermayer2015-07-181-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc/developer: add url for sample filesGanesh Ajjanagadde2015-07-181-0/+4
| | | | | | | | | | Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/async: support filling with a background thread.Zhang Rui2015-07-181-0/+12
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/af_compand: fix clipping with default optionsPaul B Mahol2015-07-171-0/+2
| | | | | | | | | | | | | | | | | | Decays and attacks where by default set only for first channel which caused poor defaults to be used which produced clipping on any higher channel. Reported-by: lachs0r Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add Dynamic Audio Normalizer filterLoRd_MuldeR2015-07-171-0/+158
| |
* | avfilter/af_astats: measure minimal and mean difference between two ↵Paul B Mahol2015-07-171-0/+11
| | | | | | | | | | | | consecutive samples Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | concatdec: add support for injecting packet metadataMarton Balint2015-07-171-0/+5
| | | | | | | | | | Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Marton Balint <cus@passwd.hu>
* | concatdec: add support for specifying outpoint of filesMarton Balint2015-07-171-0/+19
| | | | | | | | | | Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Marton Balint <cus@passwd.hu>
* | concatdec: add support for specifying inpoint of filesMarton Balint2015-07-171-0/+17
| | | | | | | | | | Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Marton Balint <cus@passwd.hu>
* | avfilter/af_astats: also measure maximal difference between two consecutive ↵Paul B Mahol2015-07-151-0/+13
| | | | | | | | | | | | | | | | samples While here also mention bit depth in documentation. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavc: Add properties field to AVCodecContext.Carl Eugen Hoyos2015-07-161-0/+4
| | | | | | | | The new field can hold information about losslessness and closed captions for now.
* | avfilter: add erosion, dilation, deflate & inflate filterPaul B Mahol2015-07-151-0/+90
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avcodec: add libkvazaar HECV encoderArttu Ylä-Outinen2015-07-142-1/+33
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit 'a9a2f3613040c4f90bf15cbd76f8671252ecc043'Michael Niedermayer2015-07-121-0/+11
|\| | | | | | | | | | | | | | | | | | | * commit 'a9a2f3613040c4f90bf15cbd76f8671252ecc043': doc: add a section about building with libmfx Conflicts: doc/general.texi Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * doc: add a section about building with libmfxAnton Khirnov2015-07-121-0/+11
| |
* | Merge commit '8fcd121b823caeadbe7597c9ae9229f6f164f949'Michael Niedermayer2015-07-091-1/+1
|\| | | | | | | | | | | | | | | | | | | * commit '8fcd121b823caeadbe7597c9ae9229f6f164f949': doc: Use the succinct syntax for the channelmap example Conflicts: doc/filters.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: Use the succinct syntax for the channelmap exampleLuca Barbato2015-07-091-1/+1
| | | | | | | | Mixing succinct and long syntax does not work.
* | avfilter: add removegrainPaul B Mahol2015-07-081-0/+104
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/texi2pod: fix an unescaped left braceJames Almer2015-07-051-1/+1
| | | | | | | | | | | | | | This silences some deprecation warnings Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* | avfilter/avf_showvolume: make it possible to use current channel number in ↵Paul B Mahol2015-07-031-0/+3
| | | | | | | | | | | | color expression Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add (a)drawgraph filterPaul B Mahol2015-07-031-0/+101
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '832129431fd5c693b12c32a1563944c631feaf36'Michael Niedermayer2015-07-031-1/+1
|\| | | | | | | | | | | | | | | | | | | | | * commit '832129431fd5c693b12c32a1563944c631feaf36': lavu: Add version information for av_version_info() Conflicts: doc/APIchanges libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavu: Add version information for av_version_info()Vittorio Giovara2015-07-031-3/+3
| | | | | | | | Move the APIchange entry at the top.
* | avfilter/af_astats: export metadataPaul B Mahol2015-07-031-0/+35
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '1316df7aa98c4784f190d107206d0bb12c590b89'Michael Niedermayer2015-07-031-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1316df7aa98c4784f190d107206d0bb12c590b89': lavu: add an API function to return the Libav version string Conflicts: .gitignore Makefile cmdutils.c doc/APIchanges libavutil/avutil.h libavutil/utils.c See: f91126643a91c2d3f8d8e210c8facaf259951b03 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavu: add an API function to return the Libav version stringwm42015-07-021-0/+3
| | | | | | | | | | | | | | | | This returns something like "v12_dev0-1332-g333a27c". This is much more useful than the individual library versions, of which there are too many, and which are very hard to map back to releases or git commits. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* | doc/muxers/segment: fix formatting of segment_list_type optionStefano Sabatini2015-07-021-7/+3
| | | | | | | | Place @item entry at the right point, remove duplicated description.
* | lavu: add an API function to return the FFmpeg version stringwm42015-07-011-0/+3
| | | | | | | | | | | | | | | | This returns something like "N-73264-gb54ac84". This is much more useful than the individual library versions, of which there are too much and which are very hard to map back to releases or git commits. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '08c2d8f0aa679c2f060721d1d0d4f33d2ae32368'Michael Niedermayer2015-07-011-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '08c2d8f0aa679c2f060721d1d0d4f33d2ae32368': Go2Meeting decoder Conflicts: Changelog libavcodec/g2meet.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Go2Meeting decoderKostya Shishkov2015-07-011-0/+2
| | | | | | | | | | | | | | | | ELS and ePIC decoder courtesy of Maxim Poliakovski, cleanup and integration by Diego Biurrun. Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * PCM signed 16-bit big-endian planar decoderPaul B Mahol2015-06-241-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avcodec/h264: Greenmetadata SEI parsingNicolas DEROUINEAU2015-06-301-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: Add jpeg2000 encoder documentation.Carl Eugen Hoyos2015-06-301-0/+15
| |
* | avfilter/avf_showvolume: optionally display channel namesPaul B Mahol2015-06-291-0/+3
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/avio: Move avio_delete() avio_move() to avpriv_ namespaceMichael Niedermayer2015-06-291-4/+0
| | | | | | | | | | | | | | | | | | This was suggested in the discussion about these functions With this change the functions are available internally but are not part of the public API Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: fix documentation bug in ssim filterPaul B Mahol2015-06-281-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>