summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* avformat/mxfenc: Only store user comment related tags when neededMichael Niedermayer2015-11-101-0/+15
| | | | | | | | | | Also support disabling them as they seem to cause problems to some Users. They are also not allowed in IRT D-10 thus the default for mxf_d10 is not to write them This also decreases the filesize when no user comment are stored Signed-off-by: Michael Niedermayer <[email protected]>
* doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.Simon Thelen2015-11-091-2/+2
| | | | | Signed-off-by: Simon Thelen <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* swresample: allow double precision beta value for the Kaiser windowGanesh Ajjanagadde2015-11-081-1/+1
| | | | | | | | | | | | | Kaiser windows inherently don't require beta to be an integer. This was an arbitrary restriction. Moreover, soxr does not require it, and in fact often estimates beta to a non-integral value. Thus, this patch allows greater flexibility for swresample clients. Micro version is updated. Reviewed-by: Derek Buitenhuis <[email protected]> Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Ganesh Ajjanagadde <[email protected]>
* avfilter: add anoisesrcKyle Swanson2015-11-081-0/+40
| | | | | Signed-off-by: Kyle Swanson <[email protected]> Signed-off-by: Paul B Mahol <[email protected]>
* lavfi: remove astreamsync.Nicolas George2015-11-071-36/+0
| | | | | It was only useful for very specific testing purposes and appears to be currently partially broken.
* lavfi: add realtime filter.Nicolas George2015-11-071-0/+16
| | | | | Similar to the -re option in ffmpeg that only works for input files. Can be used at any place in the filter graph.
* doc/resampler: fix some trivial typosGanesh Ajjanagadde2015-11-071-2/+2
| | | | Signed-off-by: Ganesh Ajjanagadde <[email protected]>
* XMA1 and XMA2 stereo decodersPaul B Mahol2015-11-061-0/+2
| | | | Signed-off-by: Paul B Mahol <[email protected]>
* avformat: add acm demuxerPaul B Mahol2015-11-031-0/+2
| | | | Signed-off-by: Paul B Mahol <[email protected]>
* avcodec: add Interplay ACM decoderPaul B Mahol2015-11-031-0/+1
| | | | Signed-off-by: Paul B Mahol <[email protected]>
* doc/general.texi: fix SDX2 descriptionPaul B Mahol2015-10-291-1/+1
| | | | Signed-off-by: Paul B Mahol <[email protected]>
* doc/general.texi: move Screenpresso to right sectionPaul B Mahol2015-10-291-1/+1
| | | | Signed-off-by: Paul B Mahol <[email protected]>
* avformat: add DC STR demuxerPaul B Mahol2015-10-291-0/+1
| | | | Signed-off-by: Paul B Mahol <[email protected]>
* avcodec: add ADPCM AICA decoderPaul B Mahol2015-10-291-0/+1
| | | | Signed-off-by: Paul B Mahol <[email protected]>
* avformat: add 3dostr demuxerPaul B Mahol2015-10-291-0/+1
| | | | Signed-off-by: Paul B Mahol <[email protected]>
* Merge commit 'cd0e08813a0484002b5defbf557c859f123953ae'Hendrik Leppkes2015-10-291-1/+2
|\ | | | | | | | | | | | | * commit 'cd0e08813a0484002b5defbf557c859f123953ae': avconv: support infinite loop for the loop option Merged-by: Hendrik Leppkes <[email protected]>
| * avconv: support infinite loop for the loop optionAlexandra Hájková2015-10-261-1/+2
| | | | | | | | Signed-off-by: Luca Barbato <[email protected]>
* | Merge commit 'a9a60106370f862e191dea58e748626da6a8fe97'Hendrik Leppkes2015-10-291-0/+2
|\| | | | | | | | | | | | | * commit 'a9a60106370f862e191dea58e748626da6a8fe97': avpacket: Provide an alloc and a free function for the struct Merged-by: Hendrik Leppkes <[email protected]>
| * avpacket: Provide an alloc and a free function for the structLuca Barbato2015-10-261-0/+3
| | | | | | | | | | Pave the way for having the size of the AVPacket struct not part of the ABI.
* | Merge commit '9b56d5c11488656254e9aed8d964ef2b7c2ff5e6'Hendrik Leppkes2015-10-291-4/+6
|\| | | | | | | | | | | | | * commit '9b56d5c11488656254e9aed8d964ef2b7c2ff5e6': avpacket: Deprecate av_dup_packet Merged-by: Hendrik Leppkes <[email protected]>
| * avpacket: Deprecate av_dup_packetLuca Barbato2015-10-261-3/+5
| | | | | | | | | | As documented, `av_dup_packet` is broken by design, `av_packet_ref` matches the AVFrame ref-counted API and can be safely used instead.
* | doc/encoders: fix "the their" typoLou Logan2015-10-281-1/+1
| | | | | | | | Signed-off-by: Lou Logan <[email protected]>
* | doc/filters: Remove article redundancyMichael Niedermayer2015-10-281-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | lavu: add AESNI CPU flagRodger Combs2015-10-281-0/+3
| |
* | avfilter/avf_showcqt: rewrite showcqt and add featuresMuhammad Faiz2015-10-281-53/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add yuv444p, yuv422p, and yuv420p output format (lower cpu usage on ffplay playback because it does not do format conversion) custom size with size/s option (fullhd option is deprecated) custom layout with bar_h, axis_h, and sono_h option support rational frame rate (within fps/r/rate option) relaxed frame rate restriction (support fractional sample step) support all input sample rates separate sonogram and bargraph volume (with volume/sono_v and volume2/bar_v) timeclamp option alias (timeclamp/tc) fcount option gamma option alias (gamma/sono_g and gamma2/bar_g) support custom frequency range (basefreq and endfreq) support drawing axis using external image file (axisfile option) alias for disabling drawing to axis (text/axis) possibility to optimize it using arch specific asm code Signed-off-by: Michael Niedermayer <[email protected]>
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-277-9/+9
| |
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-273-8/+12
|\| | | | | | | | | | | | | * commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457': avpacket: Replace av_free_packet with av_packet_unref Merged-by: Hendrik Leppkes <[email protected]>
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-263-8/+12
| | | | | | | | | | | | | | `av_packet_unref` matches the AVFrame ref-counted API and can be used as a drop in replacement. Deprecate `av_free_packet`.
| * kvazaar: Add libkvazaar HEVC encoderArttu Ylä-Outinen2015-10-232-1/+30
| | | | | | | | | | Signed-off-by: Arttu Ylä-Outinen <[email protected]> Signed-off-by: Luca Barbato <[email protected]>
* | doc/filters.texi: ebur128 grammar fixKyle Swanson2015-10-271-1/+1
| | | | | | | | | | Reviewed-by: Lou Logan <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | avfilter: add vibrato filterKyle Swanson2015-10-261-0/+16
| | | | | | | | Signed-off-by: Kyle Swanson <[email protected]>
* | avcodec: add SDX2 DPCM decoderPaul B Mahol2015-10-261-0/+2
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | doc/general: update after recent additionsPaul B Mahol2015-10-251-0/+14
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avfilter: add shuffleframes filterPaul B Mahol2015-10-231-0/+20
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes2015-10-221-0/+4
|\| | | | | | | | | | | | | * commit 'a17a7661906ba295d67afd80ac0770422e1b02b3': lavc: Add data and linesize to AVSubtitleRect Merged-by: Hendrik Leppkes <[email protected]>
| * lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Use the new fields directly instead of the ones from AVPicture. This removes a layer of indirection which serves no pratical purpose whatsoever, and will help in removing AVPicture structure completely later. Every subtitle encoder/decoder seamlessly points to the new arrays, so it is possible to deprecate AVSubtitleRect.pict. Signed-off-by: Vittorio Giovara <[email protected]>
* | Merge commit 'ac981d16415e7fd99683e10297781c7d9ec1a8cd'Hendrik Leppkes2015-10-221-6/+6
|\| | | | | | | | | | | | | * commit 'ac981d16415e7fd99683e10297781c7d9ec1a8cd': APIchanges: Fill in missing dates and hashes Merged-by: Hendrik Leppkes <[email protected]>
| * APIchanges: Fill in missing dates and hashesVittorio Giovara2015-10-191-29/+29
| |
* | ffmpeg: add abort_on option to allow aborting on empty outputMarton Balint2015-10-221-0/+8
| | | | | | | | | | Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Marton Balint <[email protected]>
* | Merge commit 'fb472e1a11a4e0caed2c3c91da01ea8e35d9e3f8'Hendrik Leppkes2015-10-221-0/+24
|\| | | | | | | | | | | | | * commit 'fb472e1a11a4e0caed2c3c91da01ea8e35d9e3f8': avconv: add support for Intel QSV-accelerated transcoding Merged-by: Hendrik Leppkes <[email protected]>
| * avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov2015-10-161-0/+24
| | | | | | | | Signed-off-by: Luca Barbato <[email protected]>
* | Merge commit 'dc923bc23b3efd949d0bf67ff1abdb95059e5843'Hendrik Leppkes2015-10-221-0/+3
|\| | | | | | | | | | | | | * commit 'dc923bc23b3efd949d0bf67ff1abdb95059e5843': qsvenc: add an API for allocating opaque surfaces Merged-by: Hendrik Leppkes <[email protected]>
| * qsvenc: add an API for allocating opaque surfacesAnton Khirnov2015-10-161-0/+3
| |
* | avfilter/vf_ssim: Add support for writing stats to stdoutTobias Rapp2015-10-211-1/+2
| | | | | | | | | | Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | avfilter/vf_psnr: Add support for writing stats to stdoutTobias Rapp2015-10-211-1/+2
| | | | | | | | | | Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | avfilter: add zscale filterPaul B Mahol2015-10-181-0/+171
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | doc/ffmpeg: use stream_loop instead of loopGanesh Ajjanagadde2015-10-141-1/+1
| | | | | | | | | | | | | | Commit dbb03b8e47f905f0f7b10c3eb5ac11f9bfc793ff renamed loop to stream_loop. This documents the change. Signed-off-by: Ganesh Ajjanagadde <[email protected]>
* | lavf: Remove duplicated latm demuxer.Carl Eugen Hoyos2015-10-151-0/+3
| | | | | | | | The demuxer used to demux loas files for which a dedicated demuxer exists.
* | doc/examples/muxing: Fix mixed declaration and codeMichael Niedermayer2015-10-151-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/filters: fix selectivecolor exampleClément Bœsch2015-10-141-1/+1
| | | | | | | | Fixes Ticket #4927