115 Commits (7424a6d0a589d31100d6067ebcb47236c00f4b36)

Author SHA1 Message Date
Ganesh Ajjanagadde e11e32686f avcodec/bitstream: replace qsort with AV_QSORT 9 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 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 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() 11 years ago
Michael Niedermayer 622d463000 avcodec/bitstream: assert that no integer overflow happened when writing codes in build_table() 11 years ago
Michael Niedermayer 0f65503799 avcodec/bitstream: remove unused variable 11 years ago
Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 11 years ago
Diego Biurrun 29c455ce3d bitstream: Check the result of av_malloc() 11 years ago
Michael Niedermayer 9386f334af avcodec/bitstream: Dont try to free buffers for static VLCs 11 years ago
Michael Niedermayer f80ccf074a avcodec/ff_init_vlc_sparse: use a local array for static vlcs avoiding malloc() 11 years ago
Michael Niedermayer 6af8326354 avcodec/ff_init_vlc_sparse: use a spinlock for thread sync 11 years ago
Michael Niedermayer a9903f7ec1 Revert "bitstream: make vlc init of static tables thread safe." 11 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 12 years ago
Michael Niedermayer 6998af4a40 avcodec/bitstream: check codes in ff_init_vlc_sparse() 12 years ago
Michael Niedermayer fb3e3808ae avcodec/bitstream: Check bits in ff_init_vlc_sparse() 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Michael Niedermayer 4b6869d6e0 bitstream: make vlc init of static tables thread safe. 12 years ago
Michael Niedermayer eed865540a Revert "Add assert that the avcodec lock is held when initializing static VLC tables." 12 years ago
Reimar Döffinger dd154198b1 Add assert that the avcodec lock is held when initializing static VLC tables. 12 years ago
Diego Biurrun d5c62122a7 Move av_reverse table to libavcodec 12 years ago
Martin Storsjö aefea4d0de Rename ff_put_string to avpriv_put_string 12 years ago
Michael Niedermayer bb1e0e80b0 libavcodec/bitstream: switch to av_assert 12 years ago
Michael Niedermayer 2e909b3c77 bitstream: build_table, check table_nb_bits. 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Anton Khirnov 9f51c682ee lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
Nicolas George 198ed6474d bitstream: Replace av_realloc by av_realloc_f when relevant. 13 years ago
Mans Rullgard 0d5c349ac4 put_bits: remove ALT_BITSTREAM_WRITER 14 years ago
Michael Niedermayer 294e5475c2 ffv1: fix undefined behavior with insane widths. 14 years ago
Alex Converse 19d824e473 bitstream: Properly promote av_reverse values before shifting. 14 years ago
Diego Biurrun 02a8d43adf Replace some av_log/printf + #ifdef combinations by av_dlog. 14 years ago
Michael Niedermayer 676d380f2a Fix undefined behavior in ffv1 with insane widths. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Loren Merritt f39ab2071f change a variable-length array to a malloc. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Loren Merritt b23cf13c67 indent 15 years ago