summaryrefslogtreecommitdiff
path: root/libavcodec/dxtory.c
Commit message (Collapse)AuthorAge
* Mark tables used only within their files as staticDiego Biurrun2016-03-30
|
* dxtory: Unify and rework the decoding routinesLuca Barbato2015-09-06
| | | | | | | Do not make many assumption on the dimension of the slices and just try to decode additional lines if there is enough data left. Decodes all the samples kindly provided by ultramage.
* dxtory: Factorize the buffer loadingLuca Barbato2015-09-04
| | | | And the checks nearby it.
* dxtory: Factorize slice size checksLuca Barbato2015-09-04
| | | | They are always the same.
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
| | | | | | Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* avcodec: more correct printf specifiersDiego Biurrun2014-03-22
|
* dxtory: compressed RGB555/RGB565 decoding supportKostya Shishkov2014-01-24
|
* dxtory: add more compressed and uncompressed modesKostya Shishkov2014-01-24
|
* dxtory: change error code for unexpected slice configurationKostya Shishkov2014-01-21
|
* dxtory: correctly handle YUV slices with average odd heightKostya Shishkov2014-01-21
|
* dxtory v2 supportKostya Shishkov2013-05-28
|
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
|
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
|
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
| | | | It's got_frame, not data size
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
| | | | It will be useful in the upcoming transition to refcounted AVFrames.
* dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16Diego Biurrun2012-10-23
|
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
|
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* Dxtory capture format decoderKostya Shishkov2011-12-10
Signed-off-by: Anton Khirnov <anton@khirnov.net>