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
2017-01-11avcodec: add Newtek SpeedHQ decoderSteinar H. Gunderson
2016-12-18avcodec/get_bits: add av_assert2 to get_bits_long()Paul B Mahol
2016-12-04avcodec/get_bits: Fix get_sbits_long(0)Michael Niedermayer
2016-06-26Merge commit '52567e8198669a1e7493c75771613f87a90466c3'Hendrik Leppkes
2016-06-23Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c'Clément Bœsch
2016-06-22lavc/get_bits: add a logging context to check_marker()Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-22get_bits: Drop some TRACE-level debug codeDiego Biurrun
2016-05-17Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková
2016-05-16Move check_marker() from get_bits to mpeg4videodecAlexandra Hájková
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-01-11lavc: Add get_bitsz()Andreas Cadhalpun
2016-01-11get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNALKieran Kunhya
2016-01-03get_bits: add get_bitsz for reading 0-25 bitsAndreas Cadhalpun
2015-12-14get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNALKieran Kunhya
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-04-14avcodec/get_bits: print details of the location of the missing bit in check_m...Michael Niedermayer
2014-11-03get_bits: remove unused assignmentVittorio Giovara
2014-09-05Merge commit 'b574e1e97ea7067a5fcd3876e30a67df0e4e6611'Michael Niedermayer
2014-09-05get_bits: Add OPEN_READER macro variant w/o size_plus8Diego Biurrun
2014-09-03Merge commit '91d305790ea0f6fe0f54b48236da42181c39c18b'Michael Niedermayer
2014-09-02get_bits: Rename HAVE_BITS_REMAINING --> BITS_AVAILABLEDiego Biurrun
2014-08-11avcodec/get_bits: add BITS_LEFT() for finding the bits left with an opened re...Michael Niedermayer
2014-07-16get_bits: remove unused assignmentTimothy Gu
2014-06-16avcodec/bitstream: try to make vlc init code inherently thread safeMichael Niedermayer
2014-05-10avcodec: better level/index printingMatthew Lindner
2014-05-09avcodec: include GET_RL_VLC() in trace outputMichael Niedermayer
2014-04-22Various small spelling fixes.Reimar Döffinger
2013-10-30avcodec/get_bits: add skip_1stop_8data_bitsMichael Niedermayer
2013-09-30skip_bits: dont call UPDATE_CACHEMichael Niedermayer
2013-07-30avcodec/get_bits: place volatile at the right spotMichael Niedermayer
2013-07-30avcodec/get_bits: init_state is used for thread sync, make it volatileMichael Niedermayer
2013-07-29avcodec/ff_init_vlc_sparse: use a spinlock for thread syncMichael Niedermayer
2013-07-05get_bits: add get_bits_le()Paul B Mahol
2013-06-30get_xbits: assert validity of the number of bitsMichael Niedermayer
2013-02-20get_bits: Return pointer to buffer that is the result of the alignmentRonald S. Bultje
2013-02-11get_bits: return pointer to buffer that is the result of the alignment.Ronald S. Bultje
2013-01-22Merge commit '4af5310d29379283553bcd9f541a3f6c317f706e'Michael Niedermayer
2013-01-21get_bits/put_bits: K&R formatting cosmeticsDiego Biurrun
2013-01-21Merge commit '68f18f03519ae550e25cf12661172641e9f0eaca'Michael Niedermayer
2013-01-20get_bits: change the failure condition in init_get_bitsLuca Barbato
2013-01-14init_get_bits: fix off by 1 errorMichael Niedermayer
2013-01-14init_get_bits8: zero pointers & struct on errorMichael Niedermayer
2013-01-14init_get_bits8: check byte_size against being positiveMichael Niedermayer
2013-01-14Merge commit 'a1c525f7eb0783d31ba7a653865b6cbd3dc880de'Michael Niedermayer
2013-01-14lavc: introduce the convenience function init_get_bits8Luca Barbato
2013-01-14lavc: check for overflow in init_get_bitsLuca Barbato