Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-18avcodec/iff: Cleanup on init failureMichael Niedermayer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-02-12avcodec/iff: support for byterun1 ACBM compressionPaul B Mahol
2017-01-06avcodec/iff: add support for vertical word compression in ILBMPaul B Mahol
2016-08-15avcodec/iff: remove palette swapping for animPaul B Mahol
2016-07-11avcodec/iff: Check that there are enough bytes in dgb before readingMichael Niedermayer
2016-07-11avcodec/iff: remove useless ()Michael Niedermayer
2016-07-06avcodec/iff: Print error for cols/bpp/bytes being bad in decode_delta_j()Michael Niedermayer
2016-07-06avcodec/iff: decode_delta_j: Check that the number of bytes that will be read...Michael Niedermayer
2016-06-21Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch
2016-06-12avcodec/iff: Fix bytestream advanceMichael Niedermayer
2016-05-23avcodec/iff: mention RGB8/RGBN decoderPiotr Bandurski
2016-05-19avcodec/iff: add support for ANBR filesPaul B Mahol
2016-05-18avcodec/iff: add forgotten checks for end of input bufferPaul B Mahol
2016-05-18avcodec/iff: scala anim32 & anim16 decompressionPaul B Mahol
2016-05-17avcodec/iff: fix artifacts with uncompressed ham ANIMsPaul B Mahol
2016-05-16avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMsPaul B Mahol
2016-05-16avcodec/iff: check if there is enough bytes leftPaul B Mahol
2016-05-15avcodec/iff: rewrite out of bounds checking in writerPaul B Mahol
2016-05-14avcodec/iff: check for end of buffer in input for delta_l decompressionPaul B Mahol
2016-05-14avcodec/iff: implement 3rd delta ANIM decompressionPaul B Mahol
2016-05-13avcodec/iff: change delta l offset to uint32_tPaul B Mahol
2016-05-13lavc: add IFF ANIM decoderPaul B Mahol
2016-05-04Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková
2015-10-12avcodec: remove leftover iff_byterun1 decoderAndreas Cadhalpun
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-08-11avcodec/iff: check pixfmt for rgb8 / rgbnMichael Niedermayer
2014-08-10avcodec/iff: Factorize av_pix_fmt_desc_get() outMichael Niedermayer
2014-01-02avcodec/iff: ensure that runs with insufficient input dont leave uninitialize...Michael Niedermayer
2013-12-20avcodec/iff: warn about truncated input to decode_byterun() and clear remaini...Michael Niedermayer
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-17Merge commit '2e09096da912f563c4dd889a8f25c314529bbaa6'Michael Niedermayer
2013-11-16iff: use the AVFrame API properly.Anton Khirnov
2013-10-19Do not leave positive values undefined when negative are defined as errorMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-11Merge commit '3865ba7b21aef5d60183719e238361ec8797ab5a'Michael Niedermayer
2013-07-10iff: Do not read over the source bufferLuca Barbato
2013-07-10iff: K&R formatting cosmeticsLuca Barbato
2013-03-15lavc & lavf: replace deprecated av_log* functionsPaul B Mahol
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: properly initialize AVFrame.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov