summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* doc/developer: Mention mime type and patchwork in "Submitting patches"Michael Niedermayer2016-10-11
| | | | | | Suggested-by: ronald Reviewed-by: Steven Liu <lingjiujianke@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavfi/metadata: fix metadata deletion if comparison returns falseMarton Balint2016-10-11
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* doc: fix various typos and grammar errorsMoritz Barsnick2016-10-11
| | | | | Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavf/matroskaenc: Always write V_QUICKTIME extradata.Carl Eugen Hoyos2016-10-11
| | | | Fixes ticket #5872.
* lavf/aiffenc: Write extradata also for qcelp.Carl Eugen Hoyos2016-10-11
| | | | Fixes ticket #4009.
* lavf/aiffdec: Default to full rate qcelp as QT does.Carl Eugen Hoyos2016-10-11
| | | | Fixes decoding of the output file from ticket #4009.
* lavf/mxfenc: Do not print a useless error message.Carl Eugen Hoyos2016-10-11
| | | | The option d10_channelcount only exists for mxf_d10.
* avformat/matroskaenc: fix targets for attachment tagsJames Almer2016-10-10
| | | | | | | | | Attachment tags were being written targeting non-existent streams in the output file. Also filter filename and mimetype entries, as they are standard elements in the Attachment master. Signed-off-by: James Almer <jamrial@gmail.com>
* lavfi/pan: renormalize negative gain coefficients properlyMoritz Barsnick2016-10-11
| | | | | | | | | | | The parser for the outdef will accept a negative value for the first named channel's gain. As negative values effectively only invert the phase of the signal, and not negate the level, the gains' absolute values must be used to correctly accumulate the levels. Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* configure: loongson disable mipsfpu and mipsdsp optimizationsZhou Xiaoyong2016-10-10
| | | | | | | | The optimizations of mipsdsp are not supported by all loongson cpu. The optimizations of mipsfpu and mipsdspr2 maybe supported by 3A2000/3A3000/3A4000 but not tested yet. Loongson only support mmi (loongSIMD) optimizations now. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/d3d11va: use the proper slice indexSteve Lhomme2016-10-10
| | | | | | | | | | | The slice index expected by D3D11VA is the one from the texture not from the array or texture/slices. In VLC the slices we provide the decoder don't start from 0 and thus pictures appear in bogus order. With possible crashes and corruptions when using an invalid index. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avutil/hwcontext_vdpau: Fix warning: "GET_CALLBACK" redefinedMichael Niedermayer2016-10-10
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/movenc: Check frame rate in mov_write_uuidprof_tag()Michael Niedermayer2016-10-10
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/movenc: Switch mov_write_uuidprof_tag() to avg_frame_rateMichael Niedermayer2016-10-10
| | | | | | | Using the stream timebase simply overflows Fix integer overflow in psp framerate computation Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/utils: Update codec_id before using it in the parser initMichael Niedermayer2016-10-10
| | | | | | | | | Fixes assertion failure Fixes: input.avi Found-by: 连一汉 <lianyihan@360.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/firequalizer: fix blackman window calculationMuhammad Faiz2016-10-10
| | | | Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* cmdutils: fix typosMoritz Barsnick2016-10-09
| | | | | Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavf: fix typosMoritz Barsnick2016-10-09
| | | | | Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavfi: fix typosMoritz Barsnick2016-10-09
| | | | | Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavc: fix typosMoritz Barsnick2016-10-09
| | | | | Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tools: fix grammar errorMoritz Barsnick2016-10-09
| | | | | Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/examples/http_multiclient: Fix "doc/examples/http_multiclient.c:43:9: ↵Michael Niedermayer2016-10-09
| | | | | | warning: passing argument 4 of av_opt_get from incompatible pointer type" Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '398f015f077c6a2406deffd9e37ff34b9c7bb3bc'Hendrik Leppkes2016-10-08
|\ | | | | | | | | | | | | * commit '398f015f077c6a2406deffd9e37ff34b9c7bb3bc': avconv: buffer the packets written while the muxer is not initialized Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * avconv: buffer the packets written while the muxer is not initializedAnton Khirnov2016-06-25
| |
* | avformat/matroskaenc: fix Tags master on seekable output if there are tags ↵James Almer2016-10-07
| | | | | | | | | | | | | | | | | | | | | | after the last stream duration The dynamic AVIOContext would get closed pointing to the wrong position in the buffer. This is a regression since 650e17d88b63b5aca6e0a43483e89e64b0f7d2dd. Reviewed-by: Dave Rice <dave@dericed.com> Signed-off-by: James Almer <jamrial@gmail.com>
* | ffmpeg: Fix bitstream typoMichael Niedermayer2016-10-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | ffmpeg: explicitly write headers for files with no streamsHendrik Leppkes2016-10-07
| | | | | | | | | | Recent changes to ffmpeg.c tied output file init to stream init, which broke stream-less files, specifically ffmetadata output.
* | avformat/matroskaenc: Fix () errorMichael Niedermayer2016-10-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit '1c169782cae6c5c430ff62e7d7272dc9d0e8d527'Hendrik Leppkes2016-10-07
|\| | | | | | | | | | | | | * commit '1c169782cae6c5c430ff62e7d7272dc9d0e8d527': avconv: explicitly postpone writing the header until all streams are initialized Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * avconv: explicitly postpone writing the header until all streams are initializedAnton Khirnov2016-06-25
| | | | | | | | | | This should have no practical effect for now, but will make a difference in the following commits.
* | Merge commit '5b63b15663d31f50ce45d980b904a68795ad3f7a'Hendrik Leppkes2016-10-07
|\| | | | | | | | | | | | | * commit '5b63b15663d31f50ce45d980b904a68795ad3f7a': lavfi: set the link hwframes context before configuring the dst input Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavfi: set the link hwframes context before configuring the dst inputAnton Khirnov2016-06-25
| | | | | | | | | | The destination filter might expect the hw frames context to be already set (this is the case e.g. for hwdownload).
* | Merge commit '0c9c4004ed57de210b4d83c7b39bbfb00b86b9af'Hendrik Leppkes2016-10-07
|\| | | | | | | | | | | | | * commit '0c9c4004ed57de210b4d83c7b39bbfb00b86b9af': omx: Don't return > 0 from omx_encode_frame Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * omx: Don't return > 0 from omx_encode_frameMartin Storsjö2016-06-24
| | | | | | | | | | | | | | The encode function is supposed to just return 0 on success. This stems from a mixup with the return value of decode functions. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '31aa5335c390c83a6c3ea955b155067c36c4a2c4'Hendrik Leppkes2016-10-07
|\| | | | | | | | | | | | | * commit '31aa5335c390c83a6c3ea955b155067c36c4a2c4': libopenh264enc: Fix inconsistent whitespace Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * libopenh264enc: Fix inconsistent whitespaceMartin Storsjö2016-06-24
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '4f98bb7b6d0323d9ecc3bebd6e24d46a3a374bad'Hendrik Leppkes2016-10-07
|\| | | | | | | | | | | | | * commit '4f98bb7b6d0323d9ecc3bebd6e24d46a3a374bad': msmpeg4: Remove commented-out debug logging code Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * msmpeg4: Remove commented-out debug logging codeDiego Biurrun2016-06-24
| |
* | Merge commit 'eedbeb4c2737f28844157fae4bd87ed42a61bb1d'Hendrik Leppkes2016-10-07
|\| | | | | | | | | | | | | * commit 'eedbeb4c2737f28844157fae4bd87ed42a61bb1d': msmpeg4: Remove some broken, commented-out cruft Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * msmpeg4: Remove some broken, commented-out cruftDiego Biurrun2016-06-24
| |
* | Merge commit '3c84eaae9da0dc450ae99c65bb6b9865e3ba7fad'Hendrik Leppkes2016-10-07
|\| | | | | | | | | | | | | | | | | * commit '3c84eaae9da0dc450ae99c65bb6b9865e3ba7fad': h264: Eliminate unused but set variable Noop, the variable doesn't exist in our code. Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * h264: Eliminate unused but set variableDiego Biurrun2016-06-23
| | | | | | | | libavcodec/h264_slice.c:1384:9: warning: variable 'droppable' set but not used
* | Merge commit '4dbfcd07570a9e45e9597561023adb6da26f27f6'Hendrik Leppkes2016-10-07
|\| | | | | | | | | | | | | * commit '4dbfcd07570a9e45e9597561023adb6da26f27f6': librtmp: Avoid an infiniloop setting connection arguments Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato2016-06-22
| | | | | | | | | | | | The exit condition was missing. CC: libav-stable@libav.org
* | Merge commit 'fe498ef5144d3712b887f44a0c5e654add99ead7'Hendrik Leppkes2016-10-07
|\| | | | | | | | | | | | | * commit 'fe498ef5144d3712b887f44a0c5e654add99ead7': hwcontext_vaapi: Return all formats for constraints without config Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * hwcontext_vaapi: Return all formats for constraints without configMark Thompson2016-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | No longer make a dummy device configuration to query. Instead, just return everything we recognise from the whole format list. Also change the device setup code to query that list only, rather than intersecting it with the constraint output. This makes hwupload more usable on mesa/gallium where the video processor only declares support for RGB formats, making it unable to deal with YUV formats before this patch. It might introduce some different trickier failures in the internal upload/download code because the set of allowed formats there has changed, though I didn't find any obvious regressions with i965.
* | Merge commit '11b8030309ee93d79b3a6cd4b83bf00757db1598'Hendrik Leppkes2016-10-07
|\| | | | | | | | | | | | | * commit '11b8030309ee93d79b3a6cd4b83bf00757db1598': vaapi_encode: Fix fallback when input does not match any format Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * vaapi_encode: Fix fallback when input does not match any formatMark Thompson2016-06-21
| | | | | | | | Just a typo. Add a comment to make it clearer what it's doing.
* | Merge commit '8c3c7b8920033d61c7aa15a4465b759c84e5958f'Hendrik Leppkes2016-10-07
|\| | | | | | | | | | | | | * commit '8c3c7b8920033d61c7aa15a4465b759c84e5958f': dxva2_h264: Remove an unused variable Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * dxva2_h264: Remove an unused variableMartin Storsjö2016-06-21
| | | | | | | | | | | | | | This was introduced by mistake in 39cdbb12aa214 (only one of the added variables were really needed). Signed-off-by: Martin Storsjö <martin@martin.st>