138 Commits (944ba30db0bda967305690fbfeed4ce6f1e976b2)

Author SHA1 Message Date
  Anton Khirnov 944ba30db0 put_bits: make avpriv_put_string() lavc-local 5 years ago
  Anton Khirnov 717503f716 put_bits: make avpriv_align_put_bits() inline 5 years ago
  Andreas Rheinhardt 81d4b8fb3c avcodec/bitstream: Stop allocating one VLCcode more than needed 5 years ago
  Andreas Rheinhardt e75b6ec43b avcodec/bitstream: Check code length before truncating to uint8_t 5 years ago
  Andreas Rheinhardt df6ec7f83b avcodec/bitstream: Consistently treat symbol as VLC_TYPE 5 years ago
  Andreas Rheinhardt 9eb7d8b45d avcodec/vlc, bitstream: Allow to use BE codes to initialize LE VLC 5 years ago
  Andreas Rheinhardt 6fad76b51d avcodec/bitstream: Remove outdated comment 5 years ago
  Andreas Rheinhardt d7ad70e33b avcodec/bitstream: Avoid allocation when creating VLC tables 5 years ago
  Andreas Rheinhardt 5e196dac22 avcodec/bitstream: Don't check for undefined behaviour after it happened 5 years ago
  Michael Niedermayer a7e3b271fc avcodec/bitstream: Check for more conflicting codes in build_table() 6 years ago
  Michael Niedermayer e78b0f8374 avcodec/bitstream: Check for integer code truncation in build_table() 6 years ago
  Michael Niedermayer 057328b29d avcodec/bitstream: Return specific error codes when building vlc tables 7 years ago
  Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 9 years ago
  Clément Bœsch cb763a9ba8 lavc/bitstream: remove unused atomic.h include 9 years ago
  Steinar H. Gunderson eaff1aa09e avcodec: move bitswap_32() into a header file 9 years ago
  Michael Niedermayer 7ca2a23aaa avcodec/bitstream: Document the values supported for *_size in ff_init_vlc_sparse() 9 years ago
  Michael Niedermayer 8f1d18a91b avcodec/bitstream: assert that *_size in ff_init_vlc_sparse() is valid 9 years ago
  Diego Biurrun c454dfcff9 Use ISO C printf conversion specifiers where appropriate 10 years ago
  Alexandra Hájková ffa190d047 Move VLC and RL_VLC_ELEM structure definitions to a separate header 9 years ago
  Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
  Lou Logan 06eef96b69 fix some a/an typos 10 years ago
  Reimar Döffinger 5f5e6033cd bitstream.c: improve init_vlc error messages. 10 years ago
  Ganesh Ajjanagadde e11e32686f avcodec/bitstream: replace qsort with AV_QSORT 10 years ago
  Andreas Cadhalpun 28efeb6502 doc: avoid incorrect phrase 'allows to' 10 years ago
  Andreas Cadhalpun ed0b1db640 doc: fix spelling errors 10 years ago
  Michael Niedermayer 291ad5cc9c avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits() 10 years ago
  Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 11 years ago
  Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 11 years ago
  Michael Niedermayer d266ecff4b avcodec/bitstream: remove trivial assert 11 years ago
  Michael Niedermayer a2de7b1bd5 avcodec/bitstream: document the double volatile 11 years ago
  Michael Niedermayer 329898aa45 avcodec/bitstream: try to workaround internal compiler bug in gcc 4.2 11 years ago
  Michael Niedermayer e6f9fc4adc avcodec/bitstream: try to make vlc init code inherently thread safe 11 years ago
  Michael Niedermayer f7f96cf4bc avcodec/bitstream: fill invalid vlc tables entries as last pass instead of first 11 years ago
  Michael Niedermayer 600cbf3672 avcodec/bitstream: zero vlc tables on allocation 11 years ago
  Michael Niedermayer e20e854ca0 vcodec/bitstream: use av_malloc_array() 12 years ago
  Michael Niedermayer 622d463000 avcodec/bitstream: assert that no integer overflow happened when writing codes in build_table() 12 years ago
  Michael Niedermayer 0f65503799 avcodec/bitstream: remove unused variable 12 years ago
  Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 12 years ago
  Diego Biurrun 29c455ce3d bitstream: Check the result of av_malloc() 12 years ago
  Michael Niedermayer 9386f334af avcodec/bitstream: Dont try to free buffers for static VLCs 12 years ago
  Michael Niedermayer f80ccf074a avcodec/ff_init_vlc_sparse: use a local array for static vlcs avoiding malloc() 12 years ago
  Michael Niedermayer 6af8326354 avcodec/ff_init_vlc_sparse: use a spinlock for thread sync 12 years ago
  Michael Niedermayer a9903f7ec1 Revert "bitstream: make vlc init of static tables thread safe." 12 years ago
  Piotr Bandurski aa74810fc6 bitstream: fix a crash in case of oom 12 years ago
  Luca Barbato f80b60ad59 bitstream: forward error values and drop few abort() 12 years ago
  Luca Barbato f776899a17 bitstream: K&R formatting cosmetics 12 years ago
  Michael Niedermayer 1d7e6a6bde avcodec/bitstream: print vlc length in error case. 12 years ago
  Michael Niedermayer 83330cf5fa init_vlc_sparse: fix leak on error 13 years ago
  Michael Niedermayer 6998af4a40 avcodec/bitstream: check codes in ff_init_vlc_sparse() 13 years ago
  Michael Niedermayer fb3e3808ae avcodec/bitstream: Check bits in ff_init_vlc_sparse() 13 years ago