aboutsummaryrefslogtreecommitdiffstats
path: root/doc/encoders.texi
Commit message (Collapse)AuthorAgeFilesLines
* doc: fix spelling errorsAndreas Cadhalpun2015-10-091-1/+1
| | | | | Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
* doc/encoders: Fix libkvazaar documentationArttu Ylä-Outinen2015-10-071-3/+0
| | | | | | | | | The -threads option is ignored with libkvazaar since it does not have any of the AV_CODEC_CAP_{FRAME,SLICE,AUTO}_THREADS capabilities. This commit removes the incorrect documentation as well as the no-op of setting the number of threads in libkvazaar encoder. Signed-off-by: Arttu Ylä-Outinen <arttu.yla-outinen@tut.fi>
* libx264: copy A53 closed captions from sourceDeHackEd2015-10-031-0/+4
| | | | | | | | Assumes 'GA94' format (ATSC standard) Signed-off-by: DHE <git@dehacked.net> Tested-by: Anshul <anshul.ffmpeg@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/encoders: add libopenh264 entryStefano Sabatini2015-09-081-0/+58
|
* avcodec/snowenc: Support setting the iterative dia size separatelyMichael Niedermayer2015-08-301-0/+9
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: add libkvazaar HECV encoderArttu Ylä-Outinen2015-07-141-0/+24
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc: Add jpeg2000 encoder documentation.Carl Eugen Hoyos2015-06-301-0/+15
|
* libvpxenc: support setting colorspace for vp9James Zern2015-06-201-0/+12
| | | | | | | | | the vp9 bitstream supports 8 values: unknown (default), bt601, bt709, smpte170, smpte240, bt2020, reserved and sRGB. Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: James Zern <jzern@google.com>
* encoders.texi: update libvpx documentationJames Zern2015-06-151-75/+103
| | | | | | | | modeled after the libx264 section. Reviewed-by: Lou Logan <lou@lrcd.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: James Zern <jzern@google.com>
* doc/encoders: add flacMichael Niedermayer2015-05-201-0/+79
| | | | | Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: fix typosLou Logan2015-01-071-1/+1
| | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* doc/encoders: add basic libx265 documentationLou Logan2014-10-151-0/+28
| | | | | | Fixes ticket #3944. Signed-off-by: Lou Logan <lou@lrcd.com>
* avcodec/libx264: add avcintra-classMichael Niedermayer2014-10-011-0/+4
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Adds support for setting aq_mode in libvpx encoderDeb Mukherjee2014-08-271-1/+4
| | | | | Reviewed-by: James Zern <jzern@google.com> Signed-off-by: James Almer <jamrial@gmail.com>
* doc: fix two spelling errorsAndreas Cadhalpun2014-07-201-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/encoders: Document "dvdsub workaround for some players"Oliver Fromme2014-07-121-0/+24
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mpeg12enc: add seq_disp_ext option for deciding when to write a ↵Marton Balint2014-06-141-0/+24
| | | | | | | sequence_display_extension Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fix various typosLou Logan2014-06-031-1/+1
| | | | | Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-091-2/+15
|\ | | | | | | | | | | | | | | | | | | * qatar/master: doc: Completely document the x264 options Conflicts: doc/encoders.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: Completely document the x264 optionsLuca Barbato2014-04-081-1/+15
| | | | | | | | And fix an option mismatch.
| * doc: Use a 3 columns multitableLuca Barbato2014-04-081-10/+10
| | | | | | | | Make the html output much nicer.
| * libxvid: Add SSIM displaying through a libxvidcore pluginTimothy Gu2014-04-061-0/+37
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
| * libxvid: add working lumimasking and variance AQTimothy Gu2014-04-061-0/+13
| | | | | | | | | | | | | | The old implementation is unusable due to changes in the Xvid API. Further fixes by Michael Niedermayer <michaelni@gmx.at>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Fix spelling errors in texi files: more informations --> more information ↵Andreas Cadhalpun2014-03-271-1/+1
| | | | | | | | | | | | allows to --> allows one to Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix spelling errors in texi files: accomodate -> accommodate allows to -> ↵Andreas Cadhalpun2014-03-061-4/+4
| | | | | | | | | | | | allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libfdk-aacenc: disable hard version requirementsTimothy Gu2014-02-061-0/+3
| | | | | | | | | | | | | | Enable compilation on machines with an old libfdk-aac. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-301-1/+1
|\| | | | | | | | | | | | | | | | | | | * qatar/master: doc: document correct option to list encoders Conflicts: doc/encoders.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: document correct option to list encodersJohn Stebbins2014-01-291-1/+1
| |
* | doc/encoders: add libx264rgb doc and supported pixfmts for libx264(rgb)Timothy Gu2014-01-191-1/+11
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | doc/encoders: add wavpackenc docTimothy Gu2013-12-291-1/+63
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | doc/encoders: reformat libwavpack documentationTimothy Gu2013-12-291-12/+29
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Merge commit 'be7c323176e2e5fcf30e3d2ff20975b2f936811b'Michael Niedermayer2013-12-221-0/+62
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'be7c323176e2e5fcf30e3d2ff20975b2f936811b': Add a libwebp encoder Conflicts: Changelog doc/encoders.texi doc/general.texi libavcodec/version.h libavformat/img2enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add a libwebp encoderJustin Ruggles2013-12-211-0/+61
| |
* | doc/encoders/libfdk_aac: state that VBR support is experimentalStefano Sabatini2013-11-221-0/+4
| |
* | doc/encoders/libfdk_aac: fix a few typosStefano Sabatini2013-11-221-5/+5
| |
* | doc/encoders/libfdk_aac: use @ref to reference libfaacStefano Sabatini2013-11-221-1/+1
| |
* | avcodec/libopusenc: change default frame duration to 20 msPaul B Mahol2013-11-181-1/+1
| | | | | | | | | | | | 20 ms is used by libopus encoder. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/encoders: fix libfdk-aac "Examples" subsectionTimothy Gu2013-11-101-1/+1
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | avcodec/libmp3lame: add ABR supportTimothy Gu2013-11-021-1/+6
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/encoders: add libfaac encoder documentationStefano Sabatini2013-11-011-2/+109
| |
* | doc/encoders: document the libfdk-aac wrapperStefano Sabatini2013-11-011-2/+167
| | | | | | | | | | Partially based on the https://trac.ffmpeg.org/wiki/AACEncodingGuide guide.
* | doc/encoders: extend/clarify libtheora encoder documentationStefano Sabatini2013-11-011-14/+39
| |
* | doc/encoders: replace @xref with @ref commandStefano Sabatini2013-10-271-1/+2
| | | | | | | | @xref is ignored by texi2pod.
* | doc/encoders: add libshine docTimothy Gu2013-10-271-0/+39
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/encoders: add libvorbis docTimothy Gu2013-10-241-0/+52
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/encoder/aac: Remove -cutoff trickTimothy Gu2013-10-101-7/+0
| | | | | | | | | | | | | | | | | | | | Fix Ticket #2686 comment 155. Trick obsoleted since 72dabdfc58064fcb249f26fc7afca2221f18a832. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/encoders: improve libvo-aacenc docTimothy Gu2013-09-151-3/+6
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/encoders: add doc for AAC encoderTimothy Gu2013-09-151-0/+90
| | | | | | | | | | | | Thanks-to: Kostya Shishkov <kostya.shishkov@gmail.com> Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/encoders: reformat and add some clarification in libtwolame docTimothy Gu2013-08-301-27/+29
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/encoders: reformat libmp3lame docTimothy Gu2013-08-301-17/+27
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>