summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* doc/developer: remove duplicate policies and fix errorJosh de Kock2016-10-04
| | | | | | | | Fixes regression as of ee72b6d1 Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Josh de Kock <josh@itanimul.li> Signed-off-by: James Almer <jamrial@gmail.com>
* doc/developer: add sections for policiesJosh de Kock2016-10-04
| | | | | | | And sort policies into these sections. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Josh de Kock <josh@itanimul.li>
* doc/developer: reword some of the policiesJosh de Kock2016-10-04
| | | | | | | | Explicitly state that FATE should pass, and code should work for all reviewers who tested. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Josh de Kock <josh@itanimul.li>
* doc/t2h: use containerJosh de Kock2016-10-03
| | | | | | | | Full width text is really difficult to read, this makes it more more legible on larger (widescreen) screens. It also means we aren't inventing our own container instead of using the bootstrap one. Signed-off-by: Josh de Kock <josh@itanimul.li>
* lavc: remove libfaac wrapperJosh de Kock2016-10-01
| | | | | | | | | | | There is really no need for two aac wrappers, we already have libfdk-aac which is better. Not to mention that faac doesn't even support HEv1, or HEv2. It's also under a license which is unusable for distribution, so it would only be useful to people who will compile their own ffmpeg, only use it themselves (which at that point should just use fdk-aac). Signed-off-by: Josh de Kock <josh@itanimul.li>
* lavfi/metadata: allow deleting all metadataMarton Balint2016-10-01
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* doc/libav-merge: add a note for the skipped QSV functionalityHendrik Leppkes2016-10-01
|
* doc/libav-merge: complete TODO sectionClément Bœsch2016-10-01
|
* doc/examples: build http_multiclient exampleClément Bœsch2016-09-30
|
* doc/examples/gitignore: add forgotten qsvdec entryClément Bœsch2016-09-30
|
* build: remove references to inexistant avcodec exampleClément Bœsch2016-09-30
|
* doc/examples/http_multiclient: fix mixed declarations and codeClément Bœsch2016-09-30
|
* doc/examples/http_multiclient: fix compilationClément Bœsch2016-09-30
| | | | Fixes error: no previous prototype for ‘process_client’ [-Werror=missing-prototypes]
* doc/muxers: fix hlsenc options examples errorSteven Liu2016-09-28
| | | | | | | 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-28
| | | | | | 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-28
|\ | | | | | | | | | | | | | | | | | | | | * 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-21
| |
* | Merge commit 'e85f6f7f8d037c0af0f294000718d9ba22753baa'James Almer2016-09-28
|\| | | | | | | | | | | | | | | | | | | | | * 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-21
| | | | | | | | | | 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-27
| | | | | | | | | | 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-27
| | | | | | | | | | | | 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-27
| | | | | | | | | | 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-27
| | | | | | | | | | There is no "Data options" paragraph. Requested-by: ilker tezcan
* | lavf/movenc: Allow to disable writing the timecode track.Carl Eugen Hoyos2016-09-26
| | | | | | | | Fixes ticket #5492.
* | doc/libav-merge: change gmane link to a ffmpeg.org oneClément Bœsch2016-09-25
| |
* | doc: move out merge script to toolsClément Bœsch2016-09-25
| |
* | doc: remove codecpar mention in libav-merge.txtClément Bœsch2016-09-25
| |
* | lavfi: add nlmeans filterClément Bœsch2016-09-24
| | | | | | | | Fixes Ticket #4910
* | avcodec: add new AVOID_PROBING capabilityTimo Rothenpieler2016-09-23
| | | | | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc/encoders: minor aac encoder formatting improvementsMoritz Barsnick2016-09-19
| | | | | | | | | | | | Also corrected a line's level. Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
* | doc/general.texi: mention MLP/TrueHD encoding supportJames Almer2016-09-18
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | doc/filters: add two lut2 examplesPaul B Mahol2016-09-17
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_unsharp: limit matrix size in either direction to 23Paul B Mahol2016-09-17
| | | | | | | | | | | | Anything bigger is not supported anyway. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavf/http: deprecate user-agent optionSteven Liu2016-09-17
| |
* | doc/muxers: add flv muxer document into doc/muxersSteven Liu2016-09-16
| | | | | | | | | | | | | | 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-16
| | | | | | | | 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-14
| | | | | | | | | | 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-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer2016-09-11
| | | | | | | | | | | | 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-09
| | | | | | | | | | | | | | | | | | | | | | 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-09
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: itemize shuffleframes & shuffleplanes examplesPaul B Mahol2016-09-08
| | | | | | | | | | | | Add one more shuffleframes example. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/hlsenc: implement program_date_timeMichael Niedermayer2016-09-08
| | | | | | | | | | 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-07
| | | | | | | | | | | | Only useful if output pixel format have alpha. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add avgblur filterPaul B Mahol2016-09-07
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/showspectrum*: Change options order to reflect numeric values.Carl Eugen Hoyos2016-09-06
| | | | | | | | Fixes ticket #5823.
* | avfilter/vf_gblur: add sigmaV option, different vertical filteringPaul B Mahol2016-09-04
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add gblur filterPaul B Mahol2016-09-04
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: improve weave examplePaul B Mahol2016-09-04
| |
* | vf_colorspace: Allow overriding input color propertiesVittorio Giovara2016-09-04
| | | | | | | | | | | | | | | | | | | | 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>