summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* truemotion2: Convert to the new bitstream readerAlexandra Hájková2016-11-24
|
* svq1dec: Convert to the new bitstream readerAlexandra Hájková2016-11-24
|
* smacker: Convert to the new bitstream readerAlexandra Hájková2016-11-24
|
* sipr: Convert to the new bitstream readerAlexandra Hájková2016-11-24
|
* rtjpeg: Convert to the new bitstream readerAlexandra Hájková2016-11-24
|
* ra288: Convert to the new bitstream readerAlexandra Hájková2016-11-24
|
* ra144: Convert to the new bitstream readerAlexandra Hájková2016-11-24
|
* arm: vp9itxfm: Rename a macro parameter to fit betterMartin Storsjö2016-11-23
| | | | | | | | | Since the same parameter is used for both input and output, the name inout is more fitting. This matches the naming used below in the dmbutterfly macro. Signed-off-by: Martin Storsjö <martin@martin.st>
* arm/aarch64: vp9itxfm: Fix indentation of macro argumentsMartin Storsjö2016-11-23
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* checkasm: vp9dsp: benchmark all sub-IDCTs (but not WHT or ADST).Ronald S. Bultje2016-11-23
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Revert "checkasm: vp9dsp: Benchmark the dc-only version of idct_idct separately"Martin Storsjö2016-11-23
| | | | | | | | | This reverts commit 81d7f0bbca837afda1f7e60d3ae52ab1360ab44b. Instead of just benchmarking dc separately, test all relevant subparts (in the next commit). Signed-off-by: Martin Storsjö <martin@martin.st>
* matroska: use av_stream_add_side_data() for stereo3d side dataJames Almer2016-11-23
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* mov: Use av_stream_add_side_data() for displaymatrix side dataJames Almer2016-11-23
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* utils: Add av_stream_add_side_data()James Almer2016-11-23
| | | | | | | | Functionally similar to av_packet_add_side_data(). Allows the use of an already allocated buffer as stream side data. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Vittorio Giovara <vittorio.giovara@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>
* avpacket: fix leak on realloc in av_packet_add_side_data()James Almer2016-11-23
| | | | | | | | | If realloc fails, the pointer is overwritten and the previously allocated buffer is leaked, which goes against the expected functionality of keeping the packet unchanged in case of error. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* examples/decode_video: allocate the packet dynamicallyAnton Khirnov2016-11-23
| | | | AVPackets on stack are discouraged.
* examples/decode_video: switch to the new decoding APIAnton Khirnov2016-11-23
|
* 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.
* examples/encode_video: allocate the packet dynamicallyAnton Khirnov2016-11-23
| | | | AVPackets on stack are discouraged.
* examples/encode_video: switch to the new encoding APIAnton Khirnov2016-11-23
|
* examples/decode_audio: flush the decoderAnton Khirnov2016-11-23
|
* 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
|
* examples/decode_audio: use the new audio decoding APIAnton Khirnov2016-11-23
|
* 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/encode_audio: switch to the new audio encoding APIAnton Khirnov2016-11-23
|
* examples/qsvdec: convert to the new decoding APIAnton Khirnov2016-11-23
|
* 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.
* libopusdec: default to stereo for invalid number of channelsAndreas Cadhalpun2016-11-23
| | | | | | | This fixes an out-of-bounds read if avc->channels is 0. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* dvbsub: cosmetics: Group all debug code togetherDiego Biurrun2016-11-23
|
* dvbsub: Check for errors from system()Diego Biurrun2016-11-23
| | | | | libavcodec/dvbsubdec.c:145:5: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] libavcodec/dvbsubdec.c:148:5: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
* als: Restructure DEBUG ifdefs to avoid unused function parameter warningsDiego Biurrun2016-11-22
|
* ac3enc: Restructure DEBUG ifdefs to avoid unused function parameter warningsDiego Biurrun2016-11-22
|
* ape: Restructure DEBUG ifdefs to avoid unused function parameter warningsDiego Biurrun2016-11-22
|
* doc: Add libxavs sectionDiego Biurrun2016-11-21
|
* rtpdec_mpeg4: const correctness for parse_fmtp_config()Diego Biurrun2016-11-21
| | | | libavformat/rtpdec_mpeg4.c:282:38: warning: passing argument 2 of ‘parse_fmtp_config’ discards ‘const’ qualifier from pointer target type
* Drop some bogus Doxygen documentation.Diego Biurrun2016-11-21
|
* Fix some mismatches between function parameter and doxygen parameter names.Diego Biurrun2016-11-21
|
* aarch64: vp9itxfm: Use w3 instead of x3 for the int eob parameterMartin Storsjö2016-11-18
| | | | | | | | The clobbering tests in checkasm are only invoked when testing correctness, so this bug didn't show up when benchmarking the dc-only version. Signed-off-by: Martin Storsjö <martin@martin.st>
* arm: vp9itxfm: Simplify the stack alignment codeJanne Grunau2016-11-18
| | | | | | | This is one instruction less for thumb, and only have got 1/2 arm/thumb specific instructions. Signed-off-by: Martin Storsjö <martin@martin.st>
* hlsenc: Fix the openssl supportLuca Barbato2016-11-18
|
* qdm2: Convert to the new bitstream readerAlexandra Hájková2016-11-18
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* qcelp: Convert to the new bitstream readerAlexandra Hájková2016-11-18
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* pcx: Convert to the new bitstream readerAlexandra Hájková2016-11-18
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* opus: Convert to the new bitstream readerAlexandra Hájková2016-11-18
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* nellymoser: Convert to the new bitstream readerAlexandra Hájková2016-11-18
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* jvdec: Convert to the new bitstream readerAlexandra Hájková2016-11-18
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* hqx: Convert to the new bitstream headerAlexandra Hájková2016-11-18
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* hq_hqa: Convert to the new bitstream readerAlexandra Hájková2016-11-18
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>