Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-09-18doc/general.texi: mention MLP/TrueHD encoding supportJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2016-09-17doc/filters: add two lut2 examplesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-17avfilter/vf_unsharp: limit matrix size in either direction to 23Paul B Mahol
Anything bigger is not supported anyway. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-17lavf/http: deprecate user-agent optionSteven Liu
2016-09-17doc/muxers: add flv muxer document into doc/muxersSteven Liu
add flvflags aac_seq_header_detect and flvflags no_sequence_end document into doc/muxers Reviewed-by: Lou Logan <lou@lrcd.com>
2016-09-16avfilter/vf_lut2: also export video input bit depthPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-14lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch
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.
2016-09-12avfilter: add sobel and prewitt filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-12avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer
This will allow fixing several bugs with the -shortest option Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-09-09doc/filters: add missing palette* optionsLou Logan
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>
2016-09-09avfilter/vf_datascope: let user change background opacityPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-08doc/filters: itemize shuffleframes & shuffleplanes examplesPaul B Mahol
Add one more shuffleframes example. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-08avformat/hlsenc: implement program_date_timeMichael Niedermayer
Reviewed-by: Steven Liu <lingjiujianke@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-09-07avfilter/vf_waveform: make possible to change background opacityPaul B Mahol
Only useful if output pixel format have alpha. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-07avfilter: add avgblur filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-06doc/showspectrum*: Change options order to reflect numeric values.Carl Eugen Hoyos
Fixes ticket #5823.
2016-09-05avfilter/vf_gblur: add sigmaV option, different vertical filteringPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-04avfilter: add gblur filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-04doc/filters: improve weave examplePaul B Mahol
2016-09-04vf_colorspace: Allow overriding input color propertiesVittorio Giovara
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>
2016-09-02doc/filters: add weave examplePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-02avfilter/vf_zscale: make possible to change chroma locationPaul B Mahol
2016-09-02avfilter: add weave filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-01avfilter/vf_psnr: Add max value output option to psnr stats log.Lucas Cooper
This allows retroactive calculation/aggregation of PSNR from the stats log. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-08-30doc/APIChanges: mention nb_threads addition to AVFilterContextJames Almer
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
2016-08-29doc/muxers: add option hls_init_time documentSteven Liu
Reviewed-by: Ibrahim Tachijian <barhom@netsat.se> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-08-27avfilter/vf_atadenoise: add planes optionPaul B Mahol
Make possible filtering only some planes.
2016-08-27avfilter: add vaguedenoiser filterPaul B Mahol
2016-08-26doc/filters: fix anequalizer docsPaul B Mahol
2016-08-26avfilter: added motion estimation and interpolation filtersDavinder Singh
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-08-25avfilter: add yuvtestsrc source filterPaul B Mahol
2016-08-25avfilter: add lut2 filterPaul B Mahol
2016-08-23avfilter: add hysteresis filterPaul B Mahol
2016-08-23avfilter: add maskedclamp filterPaul B Mahol
2016-08-22avformat: Add fifo pseudo-muxerJan Sebechlebsky
Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
2016-08-22doc&tools: Add murge script, for analyzing 3 way conflicts.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-08-22doc/filters: re-order hdcd options to match --help filter=hdcdBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2016-08-21doc/filters: update for af_hdcdBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2016-08-21lavf/hlsenc: add append_list flag into hlsencSteven Liu
When ffmpeg exit by exception, start a new ffmpeg will cover the old segment list, add this flag can continue append the new segments into old hls segment list Signed-off-by: LiuQi <liuqi@gosun.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-08-21avfilter/vf_crop: make possible to do exact cropping for subsampled videosPaul B Mahol
2016-08-19avfilter/vf_histogram: make foreground and background opacity configurablePaul B Mahol
2016-08-18avfilter/avf_showvolume: use current peak value for picking colorsPaul B Mahol
2016-08-18examples/demuxing_decoding: convert to codecparJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2016-08-17avfilter/avf_showfreqs: make minimum amplitude for log scaler configurablePaul B Mahol
2016-08-17doc: add Libav merge documentClément Bœsch
2016-08-17avfilter: add bitplanenoise filterPaul B Mahol
2016-08-17doc/APIChanges: fill in missing git hashesJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2016-08-17doc/APIchanges: Document addition of list BSF API in lavcJan Sebechlebsky
Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
2016-08-16avfilter/window_func: add cauchy, parzen and poisson window functionPaul B Mahol
2016-08-16avfilter/window_func: add dolph windowPaul B Mahol