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
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
2012-12-08Merge commit '096abfa15052977eed93f0b5e01afd2d47c53c1f'Michael Niedermayer
2012-12-08get_bits: rename get_bits_longlong to get_bits64Michael Niedermayer
2012-12-08bitstream: add get_bits64() to support reading more than 32 bits at onceMichael Niedermayer
2012-10-07get_bits: get_bits_long() support n=0 as the docs allow itMichael Niedermayer
2012-09-30bitstream: add get_bits_longlong() to support more than 32bitsMichael Niedermayer
2012-09-30get_bits_long: fix variable typeMichael Niedermayer
2012-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-27get_bits: const correctness for get_bits_trace()/get_xbits_trace() argumentsDiego Biurrun
2012-04-07get_bits: check the number of bits parameter through av_assert2()Michael Niedermayer
2012-02-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-24get_bits: add HAVE_BITS_REMAINING macro.Ronald S. Bultje
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun