aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dxtory.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()Michael Niedermayer2015-11-151-1/+1
* avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()Michael Niedermayer2015-11-151-1/+1
* Merge commit 'd0f7e4a57fbffa0efb204d4274c3dd56fbfff946'Hendrik Leppkes2015-09-081-239/+164
|\
| * dxtory: Unify and rework the decoding routinesLuca Barbato2015-09-061-239/+165
* | Merge commit 'a7e6fbd90e62d3320b1e26d8209fc0f55ee5b0be'Hendrik Leppkes2015-09-081-65/+37
|\|
| * dxtory: Factorize the buffer loadingLuca Barbato2015-09-041-65/+37
* | Merge commit '6a6bc43f5f79587b8936334cc0b3a6616f4807ac'Hendrik Leppkes2015-09-081-76/+49
|\|
| * dxtory: Factorize slice size checksLuca Barbato2015-09-041-76/+48
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/dxtory: use init_get_bits8()Paul B Mahol2015-02-141-5/+10
* | avcodec/dxtory: Use LL instead of L number suffixMichael Niedermayer2015-02-011-3/+3
* | avcodec/dxtory: use unaligned copy for unaligned addressesMichael Niedermayer2014-10-301-4/+4
* | avcodec/dxtory: remove unused variablesMichael Niedermayer2014-09-261-4/+2
* | avcodec/dxtory: Support dxtory-2.0.127.aviMichael Niedermayer2014-09-251-6/+4
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-221-16/+19
|\|
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-221-16/+19
* | avcodec/dxtory: fix src size checksMichael Niedermayer2014-02-161-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-251-0/+113
|\|
| * dxtory: compressed RGB555/RGB565 decoding supportKostya Shishkov2014-01-241-0/+113
* | Merge commit '0e1ad2f591b87e944550c15b54e54f8189743289'Michael Niedermayer2014-01-251-11/+418
|\|
| * dxtory: add more compressed and uncompressed modesKostya Shishkov2014-01-241-11/+418
* | Merge commit '025fd76e1a2623c858d8c686a73cc30980a314b0'Michael Niedermayer2014-01-211-1/+1
|\|
| * dxtory: change error code for unexpected slice configurationKostya Shishkov2014-01-211-1/+1
* | Merge commit 'e91a3f1bdba9b4945e42c191d2e35e9844625fb4'Michael Niedermayer2014-01-211-6/+12
|\|
| * dxtory: correctly handle YUV slices with average odd heightKostya Shishkov2014-01-211-6/+12
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | avcodec/dxtory: make def_lru[8] staticMichael Niedermayer2013-08-021-1/+1
|/
* dxtory v2 supportKostya Shishkov2013-05-281-22/+156
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-21/+2
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16Diego Biurrun2012-10-231-2/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Dxtory capture format decoderKostya Shishkov2011-12-101-0/+109