summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* avfilter: add mergeplanes filterPaul B Mahol2013-10-271-0/+59
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* 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/protocols/rtp: apply misc fixesStefano Sabatini2013-10-271-6/+9
| | | | Partially suggested-by Burek Pekaric <burek021@gmail.com>.
* cmdutils: add -colors optionStefano Sabatini2013-10-271-0/+3
|
* lavu/parseutils: add av_get_known_color_name()Stefano Sabatini2013-10-271-1/+3
|
* Merge remote-tracking branch 'cus/stable'Michael Niedermayer2013-10-261-2/+5
|\ | | | | | | | | | | | | | | | | | | * cus/stable: ffplay: add support for libswresample options ffplay: use av_frame_get_pkt_pos instead directly accessing pkt pos ffplay: factor out picture freeing code ffplay: update and extend documentation for channel and stream switching Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ffplay: update and extend documentation for channel and stream switchingMarton Balint2013-10-261-2/+5
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | doc/issue_tracker: add 2 missing issue typesMichael Niedermayer2013-10-261-0/+6
|/ | | | | Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: add a few links to the Channel Layout syntax sectionStefano Sabatini2013-10-252-3/+6
|
* doc/utils: document channel layout specificationStefano Sabatini2013-10-251-0/+148
|
* doc/issue_tracker: remove more mentions of patchesMichael Niedermayer2013-10-251-10/+7
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/issue_tracker: update resolution namesMichael Niedermayer2013-10-251-3/+3
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/issue_tracker: remove patches as we dont use trac to handle patchesMichael Niedermayer2013-10-251-19/+0
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/issue_tracker: theres no substatus in tracMichael Niedermayer2013-10-251-7/+4
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/Makefile: fix man pages uninstall pathStefano Sabatini2013-10-241-2/+2
| | | | Fix trac ticket #3054.
* doc/protocols: add description for the RTP protocolburek2013-10-241-0/+60
| | | | | | With some edits by Stefano. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc/codecs: update skip_alpha documentationTimothy Gu2013-10-241-1/+3
| | | | | | | Merged-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 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>
* lavd: add fbdev output deviceLukasz Marek2013-10-241-0/+29
| | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* avfilter: replaygain scannerPaul B Mahol2013-10-211-0/+6
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/developer: Add a policy item about updating the MAINTAINERs fileMichael Niedermayer2013-10-191-0/+6
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavd/pulse_audio_dec: apply cosmetic changesLukasz Marek2013-10-181-1/+4
| | | | | | | | In particular, fix punctuation in docs and make option help messages grammatically consistent. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functionsStefano Sabatini2013-10-171-0/+5
| | | | | The new type is compatible with AV_OPT_TYPE_INT64, but allows to specify channel layouts using the format accepted by av_get_channel_layout().
* doc/utils: fix docs buildMichael Niedermayer2013-10-161-1/+1
| | | | | | | | Not sure this is the correct solution but that can be investigated too once the docs build again Tested-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/filters: reference ffmpeg-utils manual for color and sizes optionsTimothy Gu2013-10-161-51/+66
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc/utils: reformat doc for color syntax and add list of supported colorsTimothy Gu2013-10-161-6/+290
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc/utils: rewrite doc for time duration syntaxTimothy Gu2013-10-161-5/+33
| | | | | | | Extend description and clarify syntax. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc: make x11grab examples consistent with option namesLou Logan2013-10-142-8/+8
| | | | | | | Change -r to -framerate, but either will work. Change -s to -video_size, but either will work. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc/developer: Merge license related policy itemsMichael Niedermayer2013-10-131-3/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: Add missing mpeg2 aac profilesTimothy Gu2013-10-111-0/+4
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: Add ignorecropTimothy Gu2013-10-111-0/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: Remove no longer existing optionsTimothy Gu2013-10-111-13/+0
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: Cosmetics in the flags2 descriptionTimothy Gu2013-10-111-7/+7
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: document skip_alphaMichael Niedermayer2013-10-111-0/+3
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/filters/scale: do not explicitly state the default swscale flags valueStefano Sabatini2013-10-111-4/+4
| | | | | This is done is order to avoid the need of synching scale with libswscale docs in case the libswscale default changes.
* doc/codecs: Document field_orderMichael Niedermayer2013-10-101-0/+16
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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/filters: remove extra spacing in vid.stab section.Clément Bœsch2013-10-091-8/+6
|
* doc/default.css + doc/t2h.init: New stylesTimothy Gu2013-10-092-6/+23
| | | | | | | | | The main motive of this commit is to make the offline copy of the HTML doc as pretty as the online (ffmpeg.org) one. This also introduced new styles for <h2> to <h4>. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavd: pulse audio encoderLukasz Marek2013-10-081-0/+35
| | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/indevs: make pulse dev formatting consistent with other devicesLukasz Marek2013-10-071-62/+24
| | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* lavu/parseutils: add more resolutionsNiv Sardi2013-10-071-0/+12
| | | | | | | See http://en.wikipedia.org/wiki/Graphics_display_resolution Signed-off-by: Niv Sardi <xaiki@evilgiggle.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* avfilter/vf_scale: change the default scaler to bicubicMichael Niedermayer2013-10-061-1/+1
| | | | | See: [FFmpeg-devel] [PATCH] swscale/options: switch default to bicubic Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swscale/options: switch default to bicubicMichael Niedermayer2013-10-061-0/+3
| | | | | Suggested-by: Ronald S. Bultje Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec: add av_codec_get_max_lowres()Michael Niedermayer2013-10-031-0/+3
| | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_histogram: add mirrored waveform modeMarton Balint2013-10-021-0/+6
| | | | | | Added parameter to mirror the waveform (high values are shown on top in column mode) Signed-off-by: Marton Balint <cus@passwd.hu>
* Merge remote-tracking branch 'rbultje/master'Michael Niedermayer2013-10-031-1/+3
|\ | | | | | | | | | | | | | | | | * rbultje/master: Full-pixel MC functions. VP9 MC (ssse3) optimizations. Native VP9 decoder. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Native VP9 decoder.Ronald S. Bultje2013-10-021-1/+3
| | | | | | | | | | Authors: Ronald S. Bultje <rsbultje gmail com>, Clement Boesch <u pkh me>
* | ffprobe: print stream channel_layout when availableStefano Sabatini2013-10-031-0/+1
| | | | | | | | Fix trac ticket #3006.
OpenPOWER on IntegriCloud