summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244'Hendrik Leppkes2015-12-071-1/+1
|\ | | | | | | | | | | | | | | | | * commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244': lavc: G.723.1 encoder Split existing FFmpeg G.723.1 encoder into a new file. Merged-by: Hendrik Leppkes <[email protected]>
| * lavc: G.723.1 encoderMohamed Naufal2015-11-301-1/+1
| | | | | | | | | | | | Additional improvements by Michael Niedermayer <[email protected]>. Signed-off-by: Vittorio Giovara <[email protected]>
* | Merge commit 'b0e8651a2a84553d08fbb2f7cb9697bd64fb1b55'Hendrik Leppkes2015-12-071-5/+6
|\| | | | | | | | | | | | | * commit 'b0e8651a2a84553d08fbb2f7cb9697bd64fb1b55': doc: Amend the MSYS2 Documentation Merged-by: Hendrik Leppkes <[email protected]>
| * doc: Amend the MSYS2 DocumentationLuca Barbato2015-11-261-5/+6
| | | | | | | | | | Explain better which environment is discouraged and mention the shortcuts names.
* | doc/filters: add more compand examplesPaul B Mahol2015-12-071-0/+66
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avfilter/af_alimiter: add 3 more optionsPaul B Mahol2015-12-061-2/+11
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | doc/encoders.texi: fix typo and clarify mpeg2_aac_lowRostislav Pehlivanov2015-12-051-4/+3
| | | | | | | | | | | | Thanks to Brad Smith for finding the typo. Signed-off-by: Rostislav Pehlivanov <[email protected]>
* | doc/encoders.texi: use words intead of numbers to describe option statesRostislav Pehlivanov2015-12-051-5/+6
| | | | | | | | Signed-off-by: Rostislav Pehlivanov <[email protected]>
* | doc/encoders.texi: remove forgotten mention of "experimental" from libvo-aacencRostislav Pehlivanov2015-12-051-1/+1
| | | | | | | | | | | | Previous documentation commit overlooked that particular mention. Signed-off-by: Rostislav Pehlivanov <[email protected]>
* | doc/encoders.texi: update documentation for the native AAC encoderRostislav Pehlivanov2015-12-051-54/+91
| | | | | | | | | | | | | | | | Since the next commit removes the experimental flag from the encoder it's better to update the documentation which has been around in its current form for as long as the encoder itself. Signed-off-by: Rostislav Pehlivanov <[email protected]>
* | avfilter/codecview: add QP supportClément Bœsch2015-12-051-0/+3
| |
* | avfilter: add audio emphasis filterPaul B Mahol2015-12-041-0/+46
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avfilter/af_agate: change default for detection to rmsPaul B Mahol2015-12-031-2/+2
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avfilter/af_agate: add level_sc option for sidechaingate filterPaul B Mahol2015-12-031-0/+3
| | | | | | | | | | | | Also correct usage of input gain for both filters. Signed-off-by: Paul B Mahol <[email protected]>
* | avfilter: add sidechaingate filterPaul B Mahol2015-12-031-0/+61
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avformat/mpjpeg: utilize MIME boundary value to detect start of new frameAlex Agranovsky2015-12-021-0/+15
| | | | | | | | | | | | This code is disabled by default so not to regress endpoints sending invalid MIME, but can be enabled via AVOption 'strict_mime_boundary' Signed-off-by: Alex Agranovsky <[email protected]>
* | git-howto: mention how to clone ffmpeg-webAndreas Cadhalpun2015-12-021-0/+15
| | | | | | | | Signed-off-by: Andreas Cadhalpun <[email protected]>
* | avfilter: add audio pulsator filterPaul B Mahol2015-12-021-0/+57
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | doc/filters/drawtext: fix centering exampleAndrey Utkin2015-12-011-1/+1
| | | | | | | | | | Signed-off-by: Andrey Utkin <[email protected]> Signed-off-by: Lou Logan <[email protected]>
* | avfilter/vf_histogram: remove deprecated stuffPaul B Mahol2015-12-011-77/+10
| | | | | | | | | | | | | | | | Remove all modes except levels mode. Users should already switch to other filters with extended funcionality: vectorscope and waveform. Signed-off-by: Paul B Mahol <[email protected]>
* | avfilter/af_sidechaincompress: add level_in and level_sc optionsPaul B Mahol2015-11-301-0/+9
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | developer.texi: Call out K&R coding style.Rick Kern2015-11-291-0/+3
| | | | | | | | | | | | K&R coding style is implied but not listed in 'Coding Rules'. Signed-off-by: Rick Kern <[email protected]>
* | Merge commit '6b7df14251c49331ae7efd4811ec21f4415ccdb5'Hendrik Leppkes2015-11-291-2/+25
|\| | | | | | | | | | | | | * commit '6b7df14251c49331ae7efd4811ec21f4415ccdb5': doc: Document better how to use MSYS2 Merged-by: Hendrik Leppkes <[email protected]>
| * doc: Document better how to use MSYS2Luca Barbato2015-11-231-4/+27
| |
* | Merge commit '462a54e2291e1fa18e1f1254d09739dfbb795617'Hendrik Leppkes2015-11-291-0/+5
|\| | | | | | | | | | | | | * commit '462a54e2291e1fa18e1f1254d09739dfbb795617': lavc: Deprecate avctx.rtp_callback field Merged-by: Hendrik Leppkes <[email protected]>
| * lavc: Deprecate avctx.rtp_callback fieldVittorio Giovara2015-11-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This function returns the encoded data of a frame, one slice at a time directly when that slice is encoded, instead of waiting for the full frame to be done. However this field has a debatable usefulness, since it looks like it is just a convoluted way to get data at lowest possible latency, or a somewhat hacky way to store h263 in RFC-2190 rtp encapsulation. Moreover when multi-threading is enabled (which is by default) the order of returned slices is not deterministic at all, making the use of this function not reliable at all (or at the very least, more complicated than it should be). So, for the reasons stated above, and being used by only a single encoder family (mpegvideo), this field is deemed unnecessary, overcomplicated, and not really belonging to libavcodec. Libavformat features a complete implementation of RFC-2190, for any other case. Signed-off-by: Vittorio Giovara <[email protected]>
* | Merge commit '8a9de5c52401aa1e87bdb147524831c640d1ec53'Hendrik Leppkes2015-11-291-0/+88
|\| | | | | | | | | | | | | * commit '8a9de5c52401aa1e87bdb147524831c640d1ec53': doc/encoders: document the QSV option mappings Merged-by: Hendrik Leppkes <[email protected]>
| * doc/encoders: document the QSV option mappingsAnton Khirnov2015-11-201-0/+88
| |
* | avfilter/avf_showvolume: fix several issuesPaul B Mahol2015-11-291-2/+5
| | | | | | | | | | | | | | | | | | Fix color fading: previously color could fade to red when volume level for red color was actually never reached. Display volume value on right side. Use red color only if clipping is needed. Signed-off-by: Paul B Mahol <[email protected]>
* | doc/filters: extend agate documentationPaul B Mahol2015-11-281-1/+11
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avfilter: add audio compressor filterPaul B Mahol2015-11-281-0/+72
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avfilter: add compensation delay line filterPaul B Mahol2015-11-281-0/+48
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avfilter/vf_stack: make it possible to stop with shortest streamPaul B Mahol2015-11-261-0/+8
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | doc/indevs: fix x11grab options consistencyStefano Sabatini2015-11-251-11/+7
| |
* | avfilter/af_sidechaincompress: add forgotten optionPaul B Mahol2015-11-251-0/+4
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | doc/indevs: Fix GermanTimothy Gu2015-11-241-1/+1
| |
* | lavfi/select: add support for concatdec_select optionMarton Balint2015-11-251-0/+26
| | | | | | | | | | | | | | | | | | This option can be used to select useful frames from an ffconcat file which is using inpoints and outpoints but where the source files are not intra frame only. Reviewed-by: Stefano Sabatini <[email protected]> Signed-off-by: Marton Balint <[email protected]>
* | concatdec: add option for adding segment start time and duration metadataMarton Balint2015-11-251-0/+8
| | | | | | | | | | Reviewed-by: Nicolas George <[email protected]> Signed-off-by: Marton Balint <[email protected]>
* | doc/filters: mention afifoPaul B Mahol2015-11-231-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | Merge commit '79ae1e630b476889c251fc905687a3831b43ab5e'Derek Buitenhuis2015-11-221-0/+4
|\| | | | | | | | | | | | | * commit '79ae1e630b476889c251fc905687a3831b43ab5e': avcodec: Define side data type for fallback track Merged-by: Derek Buitenhuis <[email protected]>
| * avcodec: Define side data type for fallback trackJohn Stebbins2015-11-181-0/+4
| | | | | | | | | | | | | | | | | | This side data type is meant to be added to AVStream side data. A fallback track indicates an alternate track to use when the current track can not be decoded for some reason. e.g. no decoder available for codec. Signed-off-by: Anton Khirnov <[email protected]>
* | Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e'Derek Buitenhuis2015-11-221-0/+3
|\| | | | | | | | | | | | | | | | | | | * commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e': avformat: expose av_stream_new_side_data helper Conflicts: libavformat/internal.h Merged-by: Derek Buitenhuis <[email protected]>
| * avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-181-0/+4
| | | | | | | | Signed-off-by: Anton Khirnov <[email protected]>
* | Merge commit '588b6215b4c74945994eb9636b0699028c069ed2'Derek Buitenhuis2015-11-221-0/+2
|\| | | | | | | | | | | | | | | | | | | | | * commit '588b6215b4c74945994eb9636b0699028c069ed2': rtmpcrypt: Do the xtea decryption in little endian mode xtea: Add functions for little endian mode Conflicts: libavutil/xtea.c Merged-by: Derek Buitenhuis <[email protected]>
| * xtea: Add functions for little endian modeMartin Storsjö2015-11-131-0/+3
| | | | | | | | Signed-off-by: Martin Storsjö <[email protected]>
| * setpts: add FRAME_RATE constantStefano Sabatini2015-11-091-0/+3
| | | | | | | | | | | | | | | | Useful for dealing with constant frame-rate video. (cherry picked from ffmpeg commit 722762f7e1212b4d02142778fabfdd73375722e0) Signed-off-by: Anton Khirnov <[email protected]>
| * lavfi: add a frame_rate field to AVFilterLink.Nicolas George2015-11-091-0/+3
| | | | | | | | | | | | (cherry picked from ffmpeg commit 7b42036b3b23c85f473bf9369e37fa8da22eaf93) Signed-off-by: Anton Khirnov <[email protected]>
* | avformat: add VPK demuxerPaul B Mahol2015-11-191-0/+2
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avutil/mem: Add av_fast_mallocz()Michael Niedermayer2015-11-181-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avformat: add IVR demuxerPaul B Mahol2015-11-181-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>