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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-29doc: fix spelling errorsAndreas Cadhalpun
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2014-11-13avcodec/4xm: remove duplicate assertMichael Niedermayer
2014-11-13Merge commit '68a35473ed423a14731c418939fba7913647979a'Michael Niedermayer
2014-11-134xm: more thorought check for negative index and negative shiftVittorio Giovara
2014-11-114xm: drop unnecessary checkVittorio Giovara
2014-09-22avcodec/4xm: Make src of decode_p_block() constMichael Niedermayer
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-06-19Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2014-01-06Merge commit 'fe80fa53bc4977ef6e8e749a9df8ca5590a09307'Michael Niedermayer
2014-01-064xm: replace forcing EMU_EDGE by a copyAnton Khirnov
2014-01-064xm: return a proper error code.Anton Khirnov
2013-10-30avcodec/4xm: use av_fast_padded_malloc()Paul B Mahol
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-24Merge commit '2f034f255c49050e894ab9b88087c09ebe249f3f'Michael Niedermayer
2013-07-244xm: Reject not a multiple of 16 dimensionLuca Barbato
2013-06-304xm: Dont ignore dc run errorsMichael Niedermayer
2013-06-304xm: check for invalid zero ac coeffsMichael Niedermayer
2013-06-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-06-13Merge commit 'fbd0dacc8d61ab418b3fa8e7be22017558323e56'Michael Niedermayer
2013-06-13Merge commit '94aefb1932be882fd93f66cf790ceb19ff575c19'Michael Niedermayer
2013-06-13Merge commit 'be373cb50d3c411366fec7eef2eb3681abe48f96'Michael Niedermayer
2013-06-13Merge commit 'de2e5777e225e75813daf2373c95e223651fd89a'Michael Niedermayer
2013-06-13Merge commit '145023f57262d21474e35b4a6069cf95136339d4'Michael Niedermayer
2013-06-13Merge commit '1f0c6075604c271d5627480f1243d22795f9a315'Michael Niedermayer
2013-06-13Merge commit 'b8b809908ec547b2609dbac24194f4fd2df61aea'Michael Niedermayer
2013-06-13Merge commit '50ec1db62d977b6e864f315a53c1c580a6d7efa4'Michael Niedermayer
2013-06-13Merge commit 'e7a44f87d07655ec0cd31c315936931674434340'Michael Niedermayer
2013-06-13Merge commit '08859d19b429c522d6494c186656f4a2d3ff8e21'Michael Niedermayer
2013-06-124xm: check bitstream_size boundary before using itLuca Barbato
2013-06-124xm: refactor decode_p_blockLuca Barbato
2013-06-124xm: do not overread the source buffer in decode_p_blockLuca Barbato
2013-06-124xm: do not overread the prestream bufferLuca Barbato
2013-06-124xm: validate the buffer size before parsing itLuca Barbato
2013-06-124xm: reject frames not compatible with the declared versionLuca Barbato
2013-06-124xm: drop pointless assertLuca Barbato
2013-06-124xm: forward errors from decode_p_blockLuca Barbato
2013-06-124xm: fold last_picture lazy allocation in decode_p_frameLuca Barbato
2013-06-124xm: refactor fourxm_read_headerLuca Barbato
2013-06-124xm: use the correct logging contextLuca Barbato