summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge commit '286ab878bd39b56008035638227b3ecb8ec5bbb7'James Almer2017-04-04
|\ | | | | | | | | | | | | * commit '286ab878bd39b56008035638227b3ecb8ec5bbb7': fate.sh: Allow setting other make flags for running tests Merged-by: James Almer <jamrial@gmail.com>
| * fate.sh: Allow setting other make flags for running testsMartin Storsjö2016-11-23
| | | | | | | | | | | | | | | | | | | | | | | | If makeopts_fate is set, these makeopts are used for running the tests instead of the normal makeopts. If it isn't set, the normal makeopts variable is used as before. This is useful if remote testing on a lesser machine where a large number of parallel jobs might be undesireable, while wanting to speed up the build with many parallel processes. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'c7ab0eb3050acdd3b8cab2c55fc9c1b2e8610a65'James Almer2017-04-04
|\| | | | | | | | | | | | | * commit 'c7ab0eb3050acdd3b8cab2c55fc9c1b2e8610a65': examples/decode_video: allocate the packet dynamically Merged-by: James Almer <jamrial@gmail.com>
| * examples/decode_video: allocate the packet dynamicallyAnton Khirnov2016-11-23
| | | | | | | | AVPackets on stack are discouraged.
* | Merge commit '728ea23cce07467b732f538c87c13da13dd6dcf3'James Almer2017-04-04
|\| | | | | | | | | | | | | * commit '728ea23cce07467b732f538c87c13da13dd6dcf3': examples/decode_video: switch to the new decoding API Merged-by: James Almer <jamrial@gmail.com>
| * examples/decode_video: switch to the new decoding APIAnton Khirnov2016-11-23
| |
* | Merge commit 'f78d360bba6dcfb585847a49a84e89c25950fbdb'James Almer2017-04-04
|\| | | | | | | | | | | | | * commit 'f78d360bba6dcfb585847a49a84e89c25950fbdb': examples/decode_video: use a parser for splitting the input Merged-by: James Almer <jamrial@gmail.com>
| * examples/decode_video: use a parser for splitting the inputAnton Khirnov2016-11-23
| | | | | | | | | | Do not rely on the decoder handling this, as it's not guaranteed to work.
* | doc/examples/extract_mvs: re-indent after previous commitMatthieu Bouron2017-04-04
| |
* | doc/examples/extract_mvs: make pkt local to the main functionMatthieu Bouron2017-04-04
| |
* | doc/examples/extract_mvs: switch to new decoding APIMatthieu Bouron2017-04-04
| |
* | Merge commit '59ab9e8ba1df7e3347a4cd2bd56c32e74aede802'Clément Bœsch2017-04-04
|\| | | | | | | | | | | | | * commit '59ab9e8ba1df7e3347a4cd2bd56c32e74aede802': examples/encode_video: allocate the packet dynamically Merged-by: Clément Bœsch <cboesch@gopro.com>
| * examples/encode_video: allocate the packet dynamicallyAnton Khirnov2016-11-23
| | | | | | | | AVPackets on stack are discouraged.
* | Merge commit '5f102a9559099429826e84758b8b5182244c52db'Clément Bœsch2017-04-04
|\| | | | | | | | | | | | | * commit '5f102a9559099429826e84758b8b5182244c52db': examples/encode_video: switch to the new encoding API Merged-by: Clément Bœsch <cboesch@gopro.com>
| * examples/encode_video: switch to the new encoding APIAnton Khirnov2016-11-23
| |
* | Merge commit 'fee0f1de2c6a9924acb74013436dbea8f2bd1ecb'Clément Bœsch2017-04-04
|\| | | | | | | | | | | | | * commit 'fee0f1de2c6a9924acb74013436dbea8f2bd1ecb': examples/decode_audio: flush the decoder Merged-by: Clément Bœsch <cboesch@gopro.com>
| * examples/decode_audio: flush the decoderAnton Khirnov2016-11-23
| |
* | Merge commit '9a38184a143a1560814b084aebe628f8df46e666'Clément Bœsch2017-04-04
|\| | | | | | | | | | | | | * commit '9a38184a143a1560814b084aebe628f8df46e666': examples/decode_audio: allocate the packet dynamically Merged-by: Clément Bœsch <cboesch@gopro.com>
| * examples/decode_audio: allocate the packet dynamicallyAnton Khirnov2016-11-23
| | | | | | | | AVPackets on stack are discouraged now.
| * examples/decode_audio: handle planar audio now produced by the MP2 decoderAnton Khirnov2016-11-23
| |
* | Merge commit '3d66717f7cb5555257244be8f5bce172ed3af7ac'Clément Bœsch2017-04-04
|\| | | | | | | | | | | | | * commit '3d66717f7cb5555257244be8f5bce172ed3af7ac': examples/decode_audio: use the new audio decoding API Merged-by: Clément Bœsch <cboesch@gopro.com>
| * examples/decode_audio: use the new audio decoding APIAnton Khirnov2016-11-23
| |
* | Merge commit '0946c754d99c05413e813ee515039adcf0f9232a'Clément Bœsch2017-04-04
|\| | | | | | | | | | | | | * commit '0946c754d99c05413e813ee515039adcf0f9232a': examples/decode_audio: use a parser for splitting the input Merged-by: Clément Bœsch <cboesch@gopro.com>
| * examples/decode_audio: use a parser for splitting the inputAnton Khirnov2016-11-23
| | | | | | | | | | Do not rely on the decoder handling this, as it's not guaranteed to work.
* | examples/decode_audio: reduce the scope of 2 variablesClément Bœsch2017-04-04
| |
* | doc/muxers: fix default value for image2 option start_number.Nicolas George2017-04-04
| |
* | avfilter/vf_pad: add aspect optionPaul B Mahol2017-04-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'f27e262dbdea1991b22e08b639ac03e642a3482c'Clément Bœsch2017-04-03
|\| | | | | | | | | | | | | * commit 'f27e262dbdea1991b22e08b639ac03e642a3482c': examples/encode_audio: switch to the new audio encoding API Merged-by: Clément Bœsch <u@pkh.me>
| * examples/encode_audio: switch to the new audio encoding APIAnton Khirnov2016-11-23
| |
* | Merge commit '44c9f374f188f92927b7a4aad2101289d446b814'Clément Bœsch2017-04-03
|\| | | | | | | | | | | | | * commit '44c9f374f188f92927b7a4aad2101289d446b814': examples/qsvdec: convert to the new decoding API Merged-by: Clément Bœsch <u@pkh.me>
| * examples/qsvdec: convert to the new decoding APIAnton Khirnov2016-11-23
| |
* | Merge commit '1dd2b6c91ca5f26207805720d4f5564de60b241b'Clément Bœsch2017-04-03
|\| | | | | | | | | | | | | * commit '1dd2b6c91ca5f26207805720d4f5564de60b241b': examples/qsvdec: switch to the hwcontext API Merged-by: Clément Bœsch <u@pkh.me>
| * examples/qsvdec: switch to the hwcontext APIAnton Khirnov2016-11-23
| | | | | | | | The code now does not depend on VA and will work on windows as well.
* | Merge commit 'bdbb8c68668b7610f5a310f5bbb246d2b950426d'Clément Bœsch2017-04-03
|\| | | | | | | | | | | | | * commit 'bdbb8c68668b7610f5a310f5bbb246d2b950426d': doc: Add libxavs section Merged-by: Clément Bœsch <u@pkh.me>
| * doc: Add libxavs sectionDiego Biurrun2016-11-21
| |
* | Merge commit '0b5a26e8bcd219efe5da3a6d39b588fabf91f2b9'Clément Bœsch2017-04-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0b5a26e8bcd219efe5da3a6d39b588fabf91f2b9': (35 commits) qdm2: Convert to the new bitstream reader qcelp: Convert to the new bitstream reader pcx: Convert to the new bitstream reader opus: Convert to the new bitstream reader nellymoser: Convert to the new bitstream reader jvdec: Convert to the new bitstream reader hqx: Convert to the new bitstream header hq_hqa: Convert to the new bitstream reader gsm: Convert to the new bitstream reader g72x: Convert to the new bitstream reader g2meet: Convert to the new bitstream reader fraps: Convert to the new bitstream reader flashsv: Convert to the new bitstream reader faxcompr: Convert to the new bitstream reader exr: Convert to the new bitstream reader escape130: Convert to the new bitstream reader escape124: Convert to the new bitstream reader dvdsubdec: Convert to the new bitstream reader dss_sp: Convert to the new bitstream reader cook: Convert to the new bitstream reader ... This merge is a noop, see http://ffmpeg.org/pipermail/ffmpeg-devel/2017-April/209609.html Merged-by: Clément Bœsch <u@pkh.me>
| * hlsenc: Add encryption supportLuca Barbato2016-11-17
| | | | | | | | Partially based on Christian Suloway <csuloway@globaleagleent.com> work.
| * examples/transcode_aac: Drop pointless return value const qualifierDiego Biurrun2016-11-17
| | | | | | | | doc/examples/transcode_aac.c:52:20: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
| * Ignore all generated example binariesDiego Biurrun2016-11-17
| |
* | doc/libav-merge: document hlsenc encryption stateClément Bœsch2017-04-01
| |
* | doc/examples/transcode_aac: replace local get_error_text with av_err2strClément Bœsch2017-04-01
| |
* | Merge commit 'bf8646274b3ea2d9a193edfdbd70a3bb5c6dd74f'Clément Bœsch2017-04-01
|\| | | | | | | | | | | | | * commit 'bf8646274b3ea2d9a193edfdbd70a3bb5c6dd74f': doc: Add note about recent regression in AviSynth+ Merged-by: Clément Bœsch <u@pkh.me>
| * doc: Add note about recent regression in AviSynth+Stephen Hutchinson2016-11-17
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | x86/hevc_add_res: merge last remaining changes from ↵James Almer2017-03-31
| | | | | | | | | | | | 3d6535983282bea542dac2e568ae50da5796be34 See https://lists.libav.org/pipermail/libav-devel/2016-October/079829.html
* | doc/libav-merge: link to the relevant ml thread in the extract_extradata lineJames Almer2017-03-31
| |
* | doc/decode_audio: use <> to include libav* headersJames Almer2017-03-31
| | | | | | | | Found-by: ubitux
* | Merge commit '905cdcaa9d081d3d945ce555b27b43a75c3af57b'James Almer2017-03-31
|\| | | | | | | | | | | | | * commit '905cdcaa9d081d3d945ce555b27b43a75c3af57b': examples/decode_audio: Add missing header for av_free() Merged-by: James Almer <jamrial@gmail.com>
| * examples/decode_audio: Add missing header for av_free()Diego Biurrun2016-11-10
| |
| * pixfmt: Add GRAY12Luca Barbato2016-11-07
| |
* | doc/libav-merge: mention aac_adtstoasc extradata update fix for matroskaJames Almer2017-03-31
| |