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
2022-07-04get_bits: move check_marker() to mpegvideodec.hAnton Khirnov
2022-06-17avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt
2021-06-10lavc/get_bits: avoid avcodec.h dependencyAnton Khirnov
2020-03-22avcodec/get_bits: cosmeticsRamiro Polla
2019-04-19avcodec/get_bits: unbreak get_bits_le() with cached readerPaul B Mahol
2019-03-02avcodec/get_bits: add assertion to limit ouptut value of get_bitsMarton Balint
2019-03-02avcodec/get_bits: use unsigned integers in show_bits and get_bitsMarton Balint
2018-08-30avcodec/get_bits: actually make cached reader correctly disabledJames Almer
2018-08-30avcodec/get_bits: add cached bitstream readerPaul B Mahol
2018-04-07avcodec/get_bits: Document skip_bits_long()Michael Niedermayer
2018-03-26avcodec/get_bits: Make sure the input bitstream with padding can be addressedMichael Niedermayer
2018-01-29avcodec/get_bits: Document the return code of get_vlc2()Michael Niedermayer
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