summaryrefslogtreecommitdiffstats
path: root/libavcodec/dxtory.c
Commit message (Expand)AuthorAgeFilesLines
* get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-2/+3
* Mark tables used only within their files as staticDiego Biurrun2016-03-301-3/+3
* dxtory: Unify and rework the decoding routinesLuca Barbato2015-09-061-239/+165
* dxtory: Factorize the buffer loadingLuca Barbato2015-09-041-65/+37
* dxtory: Factorize slice size checksLuca Barbato2015-09-041-76/+48
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* avcodec: more correct printf specifiersDiego Biurrun2014-03-221-16/+19
* dxtory: compressed RGB555/RGB565 decoding supportKostya Shishkov2014-01-241-0/+113
* dxtory: add more compressed and uncompressed modesKostya Shishkov2014-01-241-11/+418
* dxtory: change error code for unexpected slice configurationKostya Shishkov2014-01-211-1/+1
* dxtory: correctly handle YUV slices with average odd heightKostya Shishkov2014-01-211-6/+12
* 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
OpenPOWER on IntegriCloud