summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* doc/filters: document testsrc2 source filterLou Logan2016-04-11
| | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* doc/examples/muxing: Add support to pass flags to muxer as since codecpar ↵Michael Niedermayer2016-04-11
| | | | | | the codec flags are not available to the muxer anymore Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '3e8fd93b6ab219221e17fa2b6243cc72cf2d69dc'Derek Buitenhuis2016-04-11
|\ | | | | | | | | | | | | * commit '3e8fd93b6ab219221e17fa2b6243cc72cf2d69dc': lavf: add a missing bump and APIchanges for the codecpar switch Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * lavf: add a missing bump and APIchanges for the codecpar switchAnton Khirnov2016-02-26
| |
* | Merge commit 'ac6d53589f3631ae08467c784fb371a15c957f01'Derek Buitenhuis2016-04-11
|\| | | | | | | | | | | | | * commit 'ac6d53589f3631ae08467c784fb371a15c957f01': examples/transcode_aac: convert to codecpar Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * examples/transcode_aac: convert to codecparAnton Khirnov2016-02-24
| |
* | Merge commit 'a9e1f2cc61cbd5606a087a60565e87923c39de5a'Derek Buitenhuis2016-04-11
|\| | | | | | | | | | | | | * commit 'a9e1f2cc61cbd5606a087a60565e87923c39de5a': examples/qsvdec: convert to codecpar Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * examples/qsvdec: convert to codecparAnton Khirnov2016-02-24
| |
* | Merge commit '9897d9f4e074cdc6c7f2409885ddefe300f18dc7'Derek Buitenhuis2016-04-11
|\| | | | | | | | | | | | | * commit '9897d9f4e074cdc6c7f2409885ddefe300f18dc7': examples/output: convert to codecpar Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * examples/output: convert to codecparAnton Khirnov2016-02-24
| |
* | doc/filters: add drawtext exampleMulvya2016-04-07
| | | | | | | | | | | | | | Show example which draws text at a random position, and switches positions every 30 seconds Signed-off-by: Mulvya <mulvya@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
* | avfilter: add remap filterF.Sluiter2016-04-07
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavf/segment: add option to write empty filler segments as neededRodger Combs2016-04-02
| |
* | lavu/base64: add AV_BASE64_DECODE_SIZE() macroStefano Sabatini2016-04-02
| | | | | | | | | | This is consistent with the AV_BASE64_SIZE macro and avoids the literal use of constants in the code.
* | Merge commit 'a8068346e48e123f8d3bdf4d64464d81e53e5fc7'Derek Buitenhuis2016-03-31
|\| | | | | | | | | | | | | | | | | * commit 'a8068346e48e123f8d3bdf4d64464d81e53e5fc7': lavc: add a variant of av_get_audio_frame_duration working with AVCodecParameters Fixes from jamrial incorporated. Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * lavc: add a variant of av_get_audio_frame_duration working with ↵Anton Khirnov2016-02-23
| | | | | | | | AVCodecParameters
* | Merge commit '998e1b8f521b73e1ed3a13caaabcf79eb401cf0d'Derek Buitenhuis2016-03-31
|\| | | | | | | | | | | | | | | | | | | | | * commit '998e1b8f521b73e1ed3a13caaabcf79eb401cf0d': lavc: add codec parameters API Fixes added in: - bit_rate has been made int64_t to match. - profile and level are properly initialize. Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * lavc: add codec parameters APIAnton Khirnov2016-02-23
| | | | | | | | | | | | This API is intended to allow passing around codec parameters without using full AVCodecContext (which also contains codec options and encoder/decoder state).
| * lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-22
| | | | | | | | | | | | | | | | Should make the default behaviour safer for careless callers that open random untrusted files. Bug-Id: CVE-2016-1897 Bug-Id: CVE-2016-1898
* | doc/filters: add stereotools examplesPaul B Mahol2016-03-31
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: add sofalizer examplesPaul B Mahol2016-03-31
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: remove false claim in sofalizer descriptionPaul B Mahol2016-03-30
| | | | | | | | | | | | | | Remove false claim that processing in freq domain is worse quality than processing in time domain. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Revert "doc/filters: remove false claim in sofalizer description"Rostislav Pehlivanov2016-03-30
| | | | | | | | This reverts commit bf1495d9a991dd13e382a4c1871d96708fdec4e7.
* | doc/filters: remove false claim in sofalizer descriptionPaul B Mahol2016-03-29
| | | | | | | | | | | | | | Remove false claim that processing in freq domain is worse quality than processing in time domain. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fix some a/an typosLou Logan2016-03-28
| | | | | | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* | avfilter/af_sofalizer: allow user to setup custom virtual speakers positionsPaul B Mahol2016-03-28
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avcodec: add dca core extraction bsfPaul B Mahol2016-03-28
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: Add coreimage filter for GPU based image filtering on OSX.Thilo Borgmann2016-03-25
| |
* | avfilter/vf_waveform: add subsampling input support for remaining filtersPaul B Mahol2016-03-19
| | | | | | | | | | | | | | Remove achroma filter, as same output can be done with lowpass filter and multiple components with overlay display. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavf/segment: add increment_tc optionMartin Vignali2016-03-15
| | | | | | | | | | | | | | | | | | For example you can split a file, keeping a continuous timecode between each segment: ffmpeg -i src.mov -timecode 10:00:00:00 -vcodec copy -f segment \ -segment_time 2 -reset_timestamps 1 -increment_tc 1 target_%03d.mov Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | avfilter/vf_waveform: add acolor filterPaul B Mahol2016-03-13
| | | | | | | | | | | | Useful in combination with color filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_vectorscope: make it possible to override colorspacePaul B Mahol2016-03-13
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/hlsenc: Add support for HLS PLAYLIST types EVENT and VODAdam Kent2016-03-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_waveform: add parade display modePaul B Mahol2016-03-11
| | | | | | | | | | | | Rename old parade display mode to stacked. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavf: allow BSFs to drop packets.Ronald S. Bultje2016-03-11
| | | | | | | | | | If pkt->size == 0 && pkt->side_data_elems == 0 after bsf->filter() returns, the packet is considered dropped.
* | avfilter/vf_waveform add support for other scalers for graticulePaul B Mahol2016-03-11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer2016-03-10
| | | | | | | | | | | | | | | | | | This is safer, as a selected demuxer could still mean that it was auto-detected by a user application Reviewed-previously-by: Nicolas George <george@nsup.org> Reviewed-previously-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_waveform: make it possible to draw dots instead of linesPaul B Mahol2016-03-08
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_vectorscope: draw color points namesPaul B Mahol2016-03-07
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_waveform: add text to graticulePaul B Mahol2016-03-06
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_waveform: add graticule supportPaul B Mahol2016-03-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | avfilter/vf_vectorscope: add threshold optionPaul B Mahol2016-03-03
| | | | | | | | | | | | Useful to only display lows/mids/highs. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add ciescope filterPaul B Mahol2016-03-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/utils: fix typo for min() descriptionPaul B Mahol2016-03-02
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_vectorscope: make background opacity customizablePaul B Mahol2016-03-02
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_vectorscope: add graticulePaul B Mahol2016-03-02
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add bench and abench filtersClément Bœsch2016-03-01
| |
* | avfilter/vf_vectorscope: add color5 mode, mode like color but with higher ↵Paul B Mahol2016-02-28
| | | | | | | | | | | | saturation Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Document and validate AVFrame plane pointers.Reimar Döffinger2016-02-28
| | | | | | | | | | | | | | | | | | | | Check that the required plane pointers and only those are set up. Currently does not enforce anything for the palette pointer of pseudopal formats as I am unsure about the requirements. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>