index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
bitstream.c
Age
Commit message (
Expand
)
Author
2019-06-14
avcodec/bitstream: Check for more conflicting codes in build_table()
Michael Niedermayer
2019-06-14
avcodec/bitstream: Check for integer code truncation in build_table()
Michael Niedermayer
2019-01-01
avcodec/bitstream: Return specific error codes when building vlc tables
Michael Niedermayer
2017-03-29
Fix all -Wformat warnings raised by DJGPP
Clément Bœsch
2017-03-22
lavc/bitstream: remove unused atomic.h include
Clément Bœsch
2017-01-11
avcodec: move bitswap_32() into a header file
Steinar H. Gunderson
2017-01-05
avcodec/bitstream: Document the values supported for *_size in ff_init_vlc_sp...
Michael Niedermayer
2017-01-05
avcodec/bitstream: assert that *_size in ff_init_vlc_sparse() is valid
Michael Niedermayer
2016-06-23
Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c'
Clément Bœsch
2016-06-21
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
Clément Bœsch
2016-05-17
Move VLC and RL_VLC_ELEM structure definitions to a separate header
Alexandra Hájková
2016-05-04
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-03-28
fix some a/an typos
Lou Logan
2016-03-06
bitstream.c: improve init_vlc error messages.
Reimar Döffinger
2015-10-18
avcodec/bitstream: replace qsort with AV_QSORT
Ganesh Ajjanagadde
2015-06-16
doc: avoid incorrect phrase 'allows to'
Andreas Cadhalpun
2015-06-14
doc: fix spelling errors
Andreas Cadhalpun
2015-05-25
avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits()
Michael Niedermayer
2015-04-20
Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'
Michael Niedermayer
2015-04-19
lavc: Replace av_dlog and tprintf with internal macros
Vittorio Giovara
2015-02-14
Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'
Michael Niedermayer
2015-02-14
avcodec: Don't anonymously typedef structs
Diego Biurrun
2014-07-02
avcodec/bitstream: remove trivial assert
Michael Niedermayer
2014-06-21
avcodec/bitstream: document the double volatile
Michael Niedermayer
2014-06-20
avcodec/bitstream: try to workaround internal compiler bug in gcc 4.2
Michael Niedermayer
2014-06-16
avcodec/bitstream: try to make vlc init code inherently thread safe
Michael Niedermayer
2014-06-16
avcodec/bitstream: fill invalid vlc tables entries as last pass instead of first
Michael Niedermayer
2014-06-16
avcodec/bitstream: zero vlc tables on allocation
Michael Niedermayer
2014-04-08
vcodec/bitstream: use av_malloc_array()
Michael Niedermayer
2014-01-23
avcodec/bitstream: assert that no integer overflow happened when writing code...
Michael Niedermayer
2013-12-11
avcodec/bitstream: remove unused variable
Michael Niedermayer
2013-12-09
Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'
Michael Niedermayer
2013-12-09
avcodec: Use av_reallocp where suitable
Alexandra Khirnova
2013-10-15
bitstream: Check the result of av_malloc()
Diego Biurrun
2013-08-08
avcodec/bitstream: Dont try to free buffers for static VLCs
Michael Niedermayer
2013-07-29
avcodec/ff_init_vlc_sparse: use a local array for static vlcs avoiding malloc()
Michael Niedermayer
2013-07-29
avcodec/ff_init_vlc_sparse: use a spinlock for thread sync
Michael Niedermayer
2013-07-29
Revert "bitstream: make vlc init of static tables thread safe."
Michael Niedermayer
2013-07-09
bitstream: fix a crash in case of oom
Piotr Bandurski
2013-06-16
Merge commit 'f80b60ad59945dae32bb26a4e239ed94b0e92fa3'
Michael Niedermayer
2013-06-16
Merge commit 'f776899a17dce32ad7fb9231d98f15558f37cc3f'
Michael Niedermayer
2013-06-16
bitstream: forward error values and drop few abort()
Luca Barbato
2013-06-16
bitstream: K&R formatting cosmetics
Luca Barbato
2013-05-21
avcodec/bitstream: print vlc length in error case.
Michael Niedermayer
2013-04-21
init_vlc_sparse: fix leak on error
Michael Niedermayer
2013-04-18
avcodec/bitstream: check codes in ff_init_vlc_sparse()
Michael Niedermayer
2013-04-18
avcodec/bitstream: Check bits in ff_init_vlc_sparse()
Michael Niedermayer
2012-12-21
Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'
Michael Niedermayer
2012-12-21
miscellaneous typo fixes
Diego Biurrun
2012-12-06
bitstream: make vlc init of static tables thread safe.
Michael Niedermayer
[next]