summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes2016-01-01
|\ | | | | | | | | | | | | * commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6': lavc: add profiles to AVCodecDescriptor Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-12
| | | | | | | | | | The profiles are a property of the codec, so it makes sense to export them through AVCodecDescriptors, not just the codec implementations.
* | doc/filters: add showwavespic colorize exampleLou Logan2015-12-31
| | | | | | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* | avfilter/avf_showspectrum: add window overlap supportPaul B Mahol2015-12-31
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_showspectrum: add fire color mapPaul B Mahol2015-12-31
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_showspectrum: add nebulae color mapPaul B Mahol2015-12-30
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_showspectrum: add moreland color mapPaul B Mahol2015-12-30
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_showspectrum: add rainbow colormapPaul B Mahol2015-12-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_showspectrum: add horizontal orientation supportPaul B Mahol2015-12-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_showspectrum: use ff_generate_window_funcPaul B Mahol2015-12-28
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_showspectrum: add rscroll sliding modePaul B Mahol2015-12-28
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/http: Documented http_proxy optionJoel Holdsworth2015-12-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | lavf: add automatic bitstream filtering; bump versionRodger Combs2015-12-28
| | | | | | | | | | | | | | | | | | This solves the problem discussed in https://ffmpeg.org/pipermail/ffmpeg-devel/2015-September/179238.html by allowing AVCodec::write_header to be delayed until after packets have been run through required bitstream filters in order to generate global extradata. It also provides a mechanism by which a muxer can add a bitstream filter to a stream automatically, rather than prompting the user to do so.
* | doc/filters: add one more silenceremove examplePaul B Mahol2015-12-28
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_silenceremove: make size of window user configurablePaul B Mahol2015-12-28
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_silenceremove: add peak detectorPaul B Mahol2015-12-27
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: note NetCDF dependency for sofalizerLou Logan2015-12-26
| | | | | | | | | | | | Also add @url for link. Signed-off-by: Lou Logan <lou@lrcd.com>
* | avfilter: add high-order parametric multiband equalizer filterPaul B Mahol2015-12-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/muxers/mpegts: update doc after adding flag to embed an AC-3/E-AC-3 ES ↵Stefan Pöschel2015-12-25
| | | | | | | | | | | | the DVB way Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | lavfi: deprecate avfilter_link_set_closed().Nicolas George2015-12-22
| | | | | | | | | | | | | | Applications are not supposed to mess with links, they should close the sinks. Furthermore, this function does not distinguish what end of the link caused the close and does not have a timestamp.
* | avfilter/avf_showfreqs: make it possible to split channelsPaul B Mahol2015-12-20
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_stereo3d: add interleave columns input supportPaul B Mahol2015-12-19
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: copy all input modes to output modes.Paul B Mahol2015-12-18
| | | | | | | | | | | | For people who cant read. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/errno: fix description typo for ENAMETOOLONGMarton Balint2015-12-18
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | Merge commit 'e02de9df4b218bd6e1e927b67fd4075741545688'Hendrik Leppkes2015-12-17
|\| | | | | | | | | | | | | * commit 'e02de9df4b218bd6e1e927b67fd4075741545688': lavc: export Dirac parsing API used by the ogg demuxer as public Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov2015-12-06
| | | | | | | | Also, stop using AVCodecContext for storing the stream parameters.
* | Merge commit 'f0b769c16daafa64720dcba7fa81a9f5255e1d29'Hendrik Leppkes2015-12-17
|\| | | | | | | | | | | | | * commit 'f0b769c16daafa64720dcba7fa81a9f5255e1d29': lavc: add a packet side data type for VBV-like parameters Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavc: add a packet side data type for VBV-like parametersAnton Khirnov2015-12-06
| |
* | Merge commit '84adab333cddeefc3cfd843089dee23f58bd372c'Hendrik Leppkes2015-12-17
|\| | | | | | | | | | | | | * commit '84adab333cddeefc3cfd843089dee23f58bd372c': lavc: add stream-global packet side data Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavc: add stream-global packet side dataAnton Khirnov2015-12-06
| | | | | | | | This is similar to what is done for AVStream.
* | Merge commit '31c51f7441de07b88cfea2550245bf1f5140cb8f'Hendrik Leppkes2015-12-17
|\| | | | | | | | | | | | | * commit '31c51f7441de07b88cfea2550245bf1f5140cb8f': avpacket: add a function for wrapping existing data as side data Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * avpacket: add a function for wrapping existing data as side dataAnton Khirnov2015-12-06
| |
* | ffmpeg: Allow specifying the program number for created programsMichael Niedermayer2015-12-16
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc/encoders/libopenh264: update documentation after recent changesStefano Sabatini2015-12-16
| |
* | avfilter/af_sofalizer: add frequency domain processing and use it by defaultPaul B Mahol2015-12-14
| | | | | | | | | | | | Code ported from SOFAlizer patch for VLC. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/general: add missing @tab for ADPCM VIMAPaul B Mahol2015-12-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add SOFAlizer audio filterPaul B Mahol2015-12-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc: fix selectivecolor filter positionClément Bœsch2015-12-12
| |
* | ffmpeg: Add basic support to mux multiple programsMichael Niedermayer2015-12-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat: Add av_program_add_stream_index()Michael Niedermayer2015-12-11
| | | | | | | | | | | | This will be used by the subsequent commit(s) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc/issue_tracker.txt: various updatesLou Logan2015-12-11
| | | | | | | | | | | | | | Added missing components. Fixed some nits. Signed-off-by: Lou Logan <lou@lrcd.com>
* | doc/developer: misc minor fixesGanesh Ajjanagadde2015-12-09
| | | | | | | | Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* | Merge commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244'Hendrik Leppkes2015-12-07
|\| | | | | | | | | | | | | | | | | * commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244': lavc: G.723.1 encoder Split existing FFmpeg G.723.1 encoder into a new file. Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavc: G.723.1 encoderMohamed Naufal2015-11-30
| | | | | | | | | | | | Additional improvements by Michael Niedermayer <michaelni@gmx.at>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit 'b0e8651a2a84553d08fbb2f7cb9697bd64fb1b55'Hendrik Leppkes2015-12-07
|\| | | | | | | | | | | | | * commit 'b0e8651a2a84553d08fbb2f7cb9697bd64fb1b55': doc: Amend the MSYS2 Documentation Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * doc: Amend the MSYS2 DocumentationLuca Barbato2015-11-26
| | | | | | | | | | Explain better which environment is discouraged and mention the shortcuts names.
* | doc/filters: add more compand examplesPaul B Mahol2015-12-07
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_alimiter: add 3 more optionsPaul B Mahol2015-12-06
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/encoders.texi: fix typo and clarify mpeg2_aac_lowRostislav Pehlivanov2015-12-05
| | | | | | | | | | | | Thanks to Brad Smith for finding the typo. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* | doc/encoders.texi: use words intead of numbers to describe option statesRostislav Pehlivanov2015-12-05
| | | | | | | | Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>