summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libavcodec: Don't use av_cold annotation in twinvq header filePeter Meerwald2015-02-201-2/+2
* libavresample: Annotate AARCH64 init function with av_coldPeter Meerwald2015-02-201-2/+2
* rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_aMartin Storsjö2015-02-201-1/+1
* rtpdec_h264: Remove an unnecessary checkMartin Storsjö2015-02-201-4/+0
* rtpdec_h264: Return immediately on errors in h264_handle_packet_stap_aMartin Storsjö2015-02-201-0/+1
* rtpdec_h264: Make a parameter pointer constMartin Storsjö2015-02-201-1/+1
* rtpdec_h264: Use av_realloc instead of av_malloc+mempcyMartin Storsjö2015-02-201-8/+5
* rtpdec_h264: Include the right header for AV_RB16Martin Storsjö2015-02-201-1/+1
* rtpdec_vp8: Set the keyframe flagMartin Storsjö2015-02-201-0/+2
* fate: Add tests for DSSVittorio Giovara2015-02-193-0/+66
* lavf: Add DSS demuxerOleksij Rempel2015-02-196-2/+347
* lavc: Add DSS SP decoderOleksij Rempel2015-02-198-1/+793
* qsv_api: fix building with libmfx disabledAnton Khirnov2015-02-191-0/+14
* configure: add missing h264_qsv hwaccel depsAnton Khirnov2015-02-191-0/+1
* lavc: add an Intel libmfx-based H.264 decoderAnton Khirnov2015-02-1910-1/+845
* h264_parser: export video format and dimensionsAnton Khirnov2015-02-195-1/+58
* pixfmt: add a pixel format for QSV hwaccelAnton Khirnov2015-02-194-1/+13
* rv40: Return more meaningful error codesHimangi Saraogi2015-02-191-4/+5
* libx265: Add crf private optionDerek Buitenhuis2015-02-181-1/+12
* libx265: Reduce the scope of some variablesDerek Buitenhuis2015-02-181-4/+6
* riff: Support QT RLE Animation in avi ('rle ' FourCC)Vittorio Giovara2015-02-171-0/+1
* riff: Support ProRes in avi (APCH fourcc)Vittorio Giovara2015-02-171-0/+1
* wmv2: Return meaningful error codesHimangi Saraogi2015-02-171-20/+21
* qdm2: Return meaningful error codesHimangi Saraogi2015-02-171-11/+11
* libxvid: Return meaningful error messagesHimangi Saraogi2015-02-172-10/+10
* aac_adtstoasc_bsf: Check extradata memory allocationHimangi Saraogi2015-02-171-0/+2
* avpacket: Check buffer referenceVittorio Giovara2015-02-171-1/+6
* vorbisdec: Check memory allocationsVittorio Giovara2015-02-171-4/+9
* dvdsubdec: Check memory allocationsVittorio Giovara2015-02-171-2/+9
* swscale: Check memory allocationsFederico Tomassetti2015-02-171-0/+9
* nutdec: Check memory allocationsHugo Beauzée-Luyssen2015-02-171-0/+8
* movenc: Check memory allocationsHugo Beauzée-Luyssen2015-02-171-0/+12
* rmdec: Check memory allocations from ff_rm_alloc_rmstream()Hugo Beauzée-Luyssen2015-02-172-0/+8
* dct-test: Fix initialization syntaxVittorio Giovara2015-02-171-2/+2
* lavf: Document the codec context initializationVittorio Giovara2015-02-171-0/+4
* lavc: Document interaction between avcodec_open2() and decoding routinesVittorio Giovara2015-02-171-0/+12
* avplay: Check format allocation inside decode_thread()Vittorio Giovara2015-02-171-0/+5
* avplay: Check frame allocation inside video_thread()Vittorio Giovara2015-02-171-0/+3
* avconv: Check rc_override memory allocationVittorio Giovara2015-02-171-0/+4
* graphparser: Check av_get_token() memory errorVittorio Giovara2015-02-171-0/+2
* matroskaenc: Validate chapter start and end timesVittorio Giovara2015-02-171-4/+6
* dca: Remove separate header for DCA ExSSDiego Biurrun2015-02-164-30/+2
* bktr: Use av_strerror and propagate error codesHimangi Saraogi2015-02-151-10/+22
* dca: Move data tables from a header to an object fileDiego Biurrun2015-02-154-7754/+7816
* dca: Add array sizes to array declarationsDiego Biurrun2015-02-151-10/+10
* g722: Add ARM NEON implementation for g722_apply_qmf()Peter Meerwald2015-02-155-0/+112
* g722: Split out computation of band->s_zero and unroll codePeter Meerwald2015-02-151-18/+32
* g722: Unroll g722_apply_qmf()Peter Meerwald2015-02-151-11/+35
* g722: Reduce number of pointers passed to g722_apply_qmf() functionPeter Meerwald2015-02-154-15/+14
* g722: Split out g722_qmf_apply() function into g722dsp.cPeter Meerwald2015-02-157-29/+91
OpenPOWER on IntegriCloud