summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* lavc: Add DSS SP decoderOleksij Rempel2015-02-19
| | | | | | Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* qsv_api: fix building with libmfx disabledAnton Khirnov2015-02-19
|
* lavc: add an Intel libmfx-based H.264 decoderAnton Khirnov2015-02-19
| | | | | Based on the code by Luca Barbato <lu_zero@gentoo.org> and Yukinori Yamazoe <drocon11@gmail.com>.
* h264_parser: export video format and dimensionsAnton Khirnov2015-02-19
|
* rv40: Return more meaningful error codesHimangi Saraogi2015-02-19
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* libx265: Add crf private optionDerek Buitenhuis2015-02-18
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* libx265: Reduce the scope of some variablesDerek Buitenhuis2015-02-18
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* wmv2: Return meaningful error codesHimangi Saraogi2015-02-17
|
* qdm2: Return meaningful error codesHimangi Saraogi2015-02-17
|
* libxvid: Return meaningful error messagesHimangi Saraogi2015-02-17
|
* aac_adtstoasc_bsf: Check extradata memory allocationHimangi Saraogi2015-02-17
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* avpacket: Check buffer referenceVittorio Giovara2015-02-17
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1267889
* vorbisdec: Check memory allocationsVittorio Giovara2015-02-17
|
* dvdsubdec: Check memory allocationsVittorio Giovara2015-02-17
|
* dct-test: Fix initialization syntaxVittorio Giovara2015-02-17
| | | | Related to "warning: suggest braces around initialization of subobject".
* lavc: Document interaction between avcodec_open2() and decoding routinesVittorio Giovara2015-02-17
|
* dca: Remove separate header for DCA ExSSDiego Biurrun2015-02-16
| | | | There is no point in having a separate header for a single declaration.
* dca: Move data tables from a header to an object fileDiego Biurrun2015-02-15
| | | | This allows sharing them with the DCA XLL extension w/o duplication.
* dca: Add array sizes to array declarationsDiego Biurrun2015-02-15
|
* g722: Add ARM NEON implementation for g722_apply_qmf()Peter Meerwald2015-02-15
| | | | | Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
* g722: Split out computation of band->s_zero and unroll codePeter Meerwald2015-02-15
| | | | | Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
* g722: Unroll g722_apply_qmf()Peter Meerwald2015-02-15
| | | | | Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
* g722: Reduce number of pointers passed to g722_apply_qmf() functionPeter Meerwald2015-02-15
| | | | | Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
* g722: Split out g722_qmf_apply() function into g722dsp.cPeter Meerwald2015-02-15
| | | | | Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
* vdpau: Adjust necessary #includes for vdpau_internal.hDiego Biurrun2015-02-14
|
* dca: Move all tables into dcadata.hDiego Biurrun2015-02-14
|
* dca: Remove trace debugging codeDiego Biurrun2015-02-14
|
* dca: Return more informative error codesDiego Biurrun2015-02-14
|
* dca: Split code for handling the EXSS extension off into a separate fileDiego Biurrun2015-02-14
|
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
|
* vp56: Return meaningful error codesHimangi Saraogi2015-02-14
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* hevc: Use generic av_clip function, not C implementationPeter Meerwald2015-02-13
| | | | | | | | | hevc seems to be the only place where the C implementation of the av_clip function is explicitly selected, precluding platform-specific optimizations Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* dxva2_hevc: properly fill the scaling list structureHendrik Leppkes2015-02-07
| | | | | | | | The scaling list can be specified in either the SPS or PPS. Additionally, compensate for the diagonal scan permutation applied in the decoder. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* aacsbr: silence message for SBR extension "padding".Reimar Döffinger2015-02-03
| | | | | | | | | Some files contain a few additional, all-0 bits. Check for that case and don't print incorrect "not supported" message. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Alex Converse <alex.converse@gmail.com>
* aacdec: Support for ER AAC ELD 480.Alex Converse2015-02-03
| | | | Based in part on work from Niel van der Westhuizen <espes@pequalsnp.com>.
* aacdec: Tables for length 480 AAC ELD.Niel van der Westhuizen2015-02-03
|
* aacdec: Support for ER AAC in LATMNiel van der Westhuizen2015-02-03
|
* aacdec: Refactor aac_er_decode_frame.Alex Converse2015-02-03
|
* aacdec: Refactor decode_ics_info.Alex Converse2015-02-03
|
* svq1dec: Validate the stages value strictlyLuca Barbato2015-02-03
| | | | | | | It can be less than -1. Bug-Id: CID 1194397 / CID 1194398 CC: libav-stable@libav.org
* svq1enc: correctly handle memory error and allocationsMichael Niedermayer2015-02-03
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* opus: Factor out imdct15 into a standalone componentDiego Biurrun2015-02-02
| | | | It will be reused by the AAC decoder.
* configure: Add a dependency on vc1_decoder from vc1_parserMartin Storsjö2015-02-02
| | | | | | | | | This fixes builds with vc1_parser enabled without vc1_decoder. All the vc1_decoder object files were included in the vc1_parser line in libavcodec/Makefile before, but architecture specific object files for vc1_decoder were not. Signed-off-by: Martin Storsjö <martin@martin.st>
* flacenc: initialize sums matrixVittorio Giovara2015-01-29
| | | | | CC: libav-stable@libav.org Bug-Id: CID 703821
* ituh263dec: use macro instead of #ifVittorio Giovara2015-01-29
|
* mpegvideo_enc: initialize the encoding contextVittorio Giovara2015-01-29
| | | | | | | | This prevents several uninitialized variable uses that take place towards the end of encoding. CC: libav-stable@libav.org Bug-Id: CID 700760
* DNxHD: Add support for id 1258 (DNx100 960x720@8)Vittorio Giovara2015-01-29
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* DNxHD: Simplify pixel format detectionVittorio Giovara2015-01-29
| | | | Error out in case of unknown values.
* DNxHD: More verbose error messagesVittorio Giovara2015-01-29
|
* libopenh264: Log debug messages to a non-null contextMartin Storsjö2015-01-29
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>