Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avfilter: add ahistogram multimedia filter | Paul B Mahol | 2016-01-15 | 1 | -0/+78 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avfilter: add spectrumsynth filter | Paul B Mahol | 2016-01-14 | 1 | -0/+63 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avfilter/avf_showspectrum: add posibility to display phase | Paul B Mahol | 2016-01-12 | 1 | -0/+3 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | doc/encoders: fix typo in AAC encoder documentation | Rostislav Pehlivanov | 2016-01-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com> | ||||
* | avfilter/avf_showspectrum: add cool color map | Paul B Mahol | 2016-01-08 | 1 | -0/+4 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avfilter/avf_showspectrum: add option to draw legend | Paul B Mahol | 2016-01-08 | 1 | -0/+4 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avfilter/avf_avectorscope: add line drawing support | Paul B Mahol | 2016-01-05 | 1 | -0/+14 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avfilter/window_func: add tukey window function | Paul B Mahol | 2016-01-05 | 1 | -0/+2 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avfilter/avf_showspectrum: add yet another color map | Paul B Mahol | 2016-01-05 | 1 | -0/+4 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avfilter/avf_showspectrum: add option to set gain for calculating color ↵ | Paul B Mahol | 2016-01-04 | 1 | -0/+8 |
| | | | | | | | | intensity Inspired by Sonic Visualizer. Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | doc/encoders: Fix application name | Michael Niedermayer | 2016-01-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avfilter/avf_showspectrum: add 4th and 5th root scaler | Paul B Mahol | 2016-01-02 | 1 | -0/+8 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avfilter/avf_showspectrum: add fiery color map | Paul B Mahol | 2016-01-02 | 1 | -0/+4 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avfilter: add showspectrumpic filter | Paul B Mahol | 2016-01-02 | 1 | -0/+106 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | doc: make apidoc output independent of SRC_PATH | Andreas Cadhalpun | 2016-01-02 | 2 | -8/+9 |
| | | | | | | | Previously it included the SRC_PATH in every title. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | ||||
* | Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6' | Hendrik Leppkes | 2016-01-01 | 1 | -0/+3 |
|\ | | | | | | | | | | | | | * commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6': lavc: add profiles to AVCodecDescriptor Merged-by: Hendrik Leppkes <h.leppkes@gmail.com> | ||||
| * | lavc: add profiles to AVCodecDescriptor | Anton Khirnov | 2015-12-12 | 1 | -0/+3 |
| | | | | | | | | | | 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 example | Lou Logan | 2015-12-31 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Lou Logan <lou@lrcd.com> | ||||
* | | avfilter/avf_showspectrum: add window overlap support | Paul B Mahol | 2015-12-31 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | avfilter/avf_showspectrum: add fire color map | Paul B Mahol | 2015-12-31 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | avfilter/avf_showspectrum: add nebulae color map | Paul B Mahol | 2015-12-30 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | avfilter/avf_showspectrum: add moreland color map | Paul B Mahol | 2015-12-30 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | avfilter/avf_showspectrum: add rainbow colormap | Paul B Mahol | 2015-12-29 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | avfilter/avf_showspectrum: add horizontal orientation support | Paul B Mahol | 2015-12-29 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | avfilter/avf_showspectrum: use ff_generate_window_func | Paul B Mahol | 2015-12-28 | 1 | -5/+12 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | avfilter/avf_showspectrum: add rscroll sliding mode | Paul B Mahol | 2015-12-28 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | avformat/http: Documented http_proxy option | Joel Holdsworth | 2015-12-28 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | | lavf: add automatic bitstream filtering; bump version | Rodger Combs | 2015-12-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | 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 example | Paul B Mahol | 2015-12-28 | 1 | -0/+7 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | avfilter/af_silenceremove: make size of window user configurable | Paul B Mahol | 2015-12-28 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | avfilter/af_silenceremove: add peak detector | Paul B Mahol | 2015-12-27 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | doc/filters: note NetCDF dependency for sofalizer | Lou Logan | 2015-12-26 | 1 | -1/+4 |
| | | | | | | | | | | | | Also add @url for link. Signed-off-by: Lou Logan <lou@lrcd.com> | ||||
* | | avfilter: add high-order parametric multiband equalizer filter | Paul B Mahol | 2015-12-25 | 1 | -0/+94 |
| | | | | | | | | 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öschel | 2015-12-25 | 1 | -0/+2 |
| | | | | | | | | | | | | the DVB way Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | | lavfi: deprecate avfilter_link_set_closed(). | Nicolas George | 2015-12-22 | 1 | -0/+6 |
| | | | | | | | | | | | | | | 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 channels | Paul B Mahol | 2015-12-20 | 1 | -0/+11 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | avfilter/vf_stereo3d: add interleave columns input support | Paul B Mahol | 2015-12-19 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | doc/filters: copy all input modes to output modes. | Paul B Mahol | 2015-12-18 | 1 | -1/+40 |
| | | | | | | | | | | | | For people who cant read. Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | doc/errno: fix description typo for ENAMETOOLONG | Marton Balint | 2015-12-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu> | ||||
* | | Merge commit 'e02de9df4b218bd6e1e927b67fd4075741545688' | Hendrik Leppkes | 2015-12-17 | 1 | -1/+3 |
|\| | | | | | | | | | | | | | * 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 public | Anton Khirnov | 2015-12-06 | 1 | -1/+3 |
| | | | | | | | | Also, stop using AVCodecContext for storing the stream parameters. | ||||
* | | Merge commit 'f0b769c16daafa64720dcba7fa81a9f5255e1d29' | Hendrik Leppkes | 2015-12-17 | 1 | -0/+1 |
|\| | | | | | | | | | | | | | * 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 parameters | Anton Khirnov | 2015-12-06 | 1 | -0/+1 |
| | | |||||
* | | Merge commit '84adab333cddeefc3cfd843089dee23f58bd372c' | Hendrik Leppkes | 2015-12-17 | 1 | -2/+3 |
|\| | | | | | | | | | | | | | * commit '84adab333cddeefc3cfd843089dee23f58bd372c': lavc: add stream-global packet side data Merged-by: Hendrik Leppkes <h.leppkes@gmail.com> | ||||
| * | lavc: add stream-global packet side data | Anton Khirnov | 2015-12-06 | 1 | -1/+2 |
| | | | | | | | | This is similar to what is done for AVStream. | ||||
* | | Merge commit '31c51f7441de07b88cfea2550245bf1f5140cb8f' | Hendrik Leppkes | 2015-12-17 | 1 | -0/+3 |
|\| | | | | | | | | | | | | | * 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 data | Anton Khirnov | 2015-12-06 | 1 | -0/+3 |
| | | |||||
* | | ffmpeg: Allow specifying the program number for created programs | Michael Niedermayer | 2015-12-16 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | | doc/encoders/libopenh264: update documentation after recent changes | Stefano Sabatini | 2015-12-16 | 1 | -1/+9 |
| | | |||||
* | | avfilter/af_sofalizer: add frequency domain processing and use it by default | Paul B Mahol | 2015-12-14 | 1 | -0/+6 |
| | | | | | | | | | | | | Code ported from SOFAlizer patch for VLC. Signed-off-by: Paul B Mahol <onemda@gmail.com> |