summaryrefslogtreecommitdiff
path: root/libavcodec/takdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-211-2/+2
* takdec: check av_samples_get_buffer_size() return valueVittorio Giovara2014-12-181-0/+2
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-221-7/+7
* lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-281-2/+4
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* tak: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-11/+8
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+1
* takdec: fix initialisation of LOCAL_ALIGNED arrayJosh Allmann2012-12-081-1/+3
* takdec: fix initialisation of LOCAL_ALIGNED arrayMans Rullgard2012-12-071-1/+3
* tak: demuxer, parser, and decoderPaul B Mahol2012-12-071-0/+929