aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc/examples: build http_multiclient exampleClément Bœsch2016-09-302-0/+2
|
* doc/examples/gitignore: add forgotten qsvdec entryClément Bœsch2016-09-301-0/+1
|
* build: remove references to inexistant avcodec exampleClément Bœsch2016-09-301-1/+0
|
* doc/examples/http_multiclient: fix mixed declarations and codeClément Bœsch2016-09-301-1/+1
|
* doc/examples/http_multiclient: fix compilationClément Bœsch2016-09-301-1/+1
| | | | Fixes error: no previous prototype for ‘process_client’ [-Werror=missing-prototypes]
* doc/muxers: fix hlsenc options examples errorSteven Liu2016-09-281-3/+3
| | | | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Reviewed-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Steven Liu <lingjiujianke@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
* doc/codecs.texi: fix and expand color related optionsJames Almer2016-09-281-10/+63
| | | | | | Found-by: Michael Niedermayer <michael@niedermayer.cc> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* Merge commit '59e7361cc791e5103be1712dc59a2055f118d0da'James Almer2016-09-281-0/+4
|\ | | | | | | | | | | | | | | | | | | | | * commit '59e7361cc791e5103be1712dc59a2055f118d0da': hwcontext: add a QSV implementation Conflicts: doc/APIchanges libavutil/version.h Merged-by: James Almer <jamrial@gmail.com>
| * hwcontext: add a QSV implementationAnton Khirnov2016-06-211-0/+4
| |
* | Merge commit 'e85f6f7f8d037c0af0f294000718d9ba22753baa'James Almer2016-09-281-0/+3
|\| | | | | | | | | | | | | | | | | | | | | * commit 'e85f6f7f8d037c0af0f294000718d9ba22753baa': lavc: allow using AVCodecContext.hw_frames_ctx for decoding Conflicts: doc/APIchanges libavcodec/version.h Merged-by: James Almer <jamrial@gmail.com>
| * lavc: allow using AVCodecContext.hw_frames_ctx for decodingAnton Khirnov2016-06-211-0/+3
| | | | | | | | | | For now it will only be used by the default get_buffer2 callback for allocating hw frames.
* | doc/filters: blend terminates on longest inputMulvya2016-09-271-1/+1
| | | | | | | | | | Signed-off-by: Mulvya <mulvya@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
* | avformat: add av_stream_get_codec_timebase()James Almer2016-09-271-0/+3
| | | | | | | | | | | | This will allow ffmpeg.c to stop using AVStream.codec in some cases Signed-off-by: James Almer <jamrial@gmail.com>
* | swr: Update version & APIChanges for swr_build_matrix()Michael Niedermayer2016-09-271-0/+3
| | | | | | | | | | Found-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc: Mention -dn in the "Stream selection" paragraph.Carl Eugen Hoyos2016-09-271-1/+1
| | | | | | | | | | There is no "Data options" paragraph. Requested-by: ilker tezcan
* | lavf/movenc: Allow to disable writing the timecode track.Carl Eugen Hoyos2016-09-261-0/+3
| | | | | | | | Fixes ticket #5492.
* | doc/libav-merge: change gmane link to a ffmpeg.org oneClément Bœsch2016-09-251-1/+1
| |
* | doc: move out merge script to toolsClément Bœsch2016-09-251-31/+5
| |
* | doc: remove codecpar mention in libav-merge.txtClément Bœsch2016-09-251-1/+0
| |
* | lavfi: add nlmeans filterClément Bœsch2016-09-241-0/+35
| | | | | | | | Fixes Ticket #4910
* | avcodec: add new AVOID_PROBING capabilityTimo Rothenpieler2016-09-231-0/+3
| | | | | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc/encoders: minor aac encoder formatting improvementsMoritz Barsnick2016-09-191-10/+11
| | | | | | | | | | | | Also corrected a line's level. Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
* | doc/general.texi: mention MLP/TrueHD encoding supportJames Almer2016-09-181-2/+2
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | doc/filters: add two lut2 examplesPaul B Mahol2016-09-171-0/+16
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_unsharp: limit matrix size in either direction to 23Paul B Mahol2016-09-171-4/+4
| | | | | | | | | | | | Anything bigger is not supported anyway. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavf/http: deprecate user-agent optionSteven Liu2016-09-171-1/+3
| |
* | doc/muxers: add flv muxer document into doc/muxersSteven Liu2016-09-161-0/+21
| | | | | | | | | | | | | | add flvflags aac_seq_header_detect and flvflags no_sequence_end document into doc/muxers Reviewed-by: Lou Logan <lou@lrcd.com>
* | avfilter/vf_lut2: also export video input bit depthPaul B Mahol2016-09-161-0/+6
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch2016-09-141-0/+4
| | | | | | | | | | In lavf we have access to st->internal->avctx so it's a better place than in ffmpeg*.c and will allow moving to codecpar.
* | avfilter: add sobel and prewitt filterPaul B Mahol2016-09-121-0/+34
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer2016-09-111-0/+4
| | | | | | | | | | | | This will allow fixing several bugs with the -shortest option Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc/filters: add missing palette* optionsLou Logan2016-09-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | Introduced in b7e78c7 and 93ae68d. Fixes #5835. The paletteuse debug options that are not part of the official API are not included (debug_kdtree and color_search). Signed-off-by: Lou Logan <lou@lrcd.com>
* | avfilter/vf_datascope: let user change background opacityPaul B Mahol2016-09-091-0/+3
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: itemize shuffleframes & shuffleplanes examplesPaul B Mahol2016-09-081-0/+16
| | | | | | | | | | | | Add one more shuffleframes example. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/hlsenc: implement program_date_timeMichael Niedermayer2016-09-081-0/+3
| | | | | | | | | | Reviewed-by: Steven Liu <lingjiujianke@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_waveform: make possible to change background opacityPaul B Mahol2016-09-071-0/+3
| | | | | | | | | | | | Only useful if output pixel format have alpha. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add avgblur filterPaul B Mahol2016-09-071-0/+18
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/showspectrum*: Change options order to reflect numeric values.Carl Eugen Hoyos2016-09-061-6/+6
| | | | | | | | Fixes ticket #5823.
* | avfilter/vf_gblur: add sigmaV option, different vertical filteringPaul B Mahol2016-09-041-1/+5
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add gblur filterPaul B Mahol2016-09-041-0/+17
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: improve weave examplePaul B Mahol2016-09-041-1/+1
| |
* | vf_colorspace: Allow overriding input color propertiesVittorio Giovara2016-09-041-0/+20
| | | | | | | | | | | | | | | | | | | | The filter needs input frames with color properties filled out by the decoder. Since this is not always possible, add input options to the filter so that user may override color space, color primaries, transfer characteristics, and color range, as well as a generic option to set all properties at once. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | doc/filters: add weave examplePaul B Mahol2016-09-021-0/+12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_zscale: make possible to change chroma locationPaul B Mahol2016-09-021-0/+28
| |
* | avfilter: add weave filterPaul B Mahol2016-09-021-0/+21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_psnr: Add max value output option to psnr stats log.Lucas Cooper2016-09-011-0/+10
| | | | | | | | | | | | | | This allows retroactive calculation/aggregation of PSNR from the stats log. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc/APIChanges: mention nb_threads addition to AVFilterContextJames Almer2016-08-291-0/+3
| | | | | | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* | doc/muxers: add option hls_init_time documentSteven Liu2016-08-291-0/+6
| | | | | | | | | | Reviewed-by: Ibrahim Tachijian <barhom@netsat.se> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_atadenoise: add planes optionPaul B Mahol2016-08-271-0/+3
| | | | | | | | Make possible filtering only some planes.
* | avfilter: add vaguedenoiser filterPaul B Mahol2016-08-261-0/+47
| |