82 Commits (2d98dd3d142b5905852571a9c4c5d873945b2a37)

Author SHA1 Message Date
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
Loren Merritt 3224079956 optimize init_vlc(). 15 years ago
Måns Rullgård 769c497565 indent 15 years ago
Måns Rullgård 4c4e746566 Avoid negative shifts in build_table() 15 years ago
Stefano Sabatini 587edd6af8 Use more consistent / meaningful parameter names for the 15 years ago
Reimar Döffinger ef530829f8 Remove ff_realloc_static, it is no longer used and since it was declared 15 years ago
Reimar Döffinger 1e224c5480 Reindent. 15 years ago
Reimar Döffinger e518a49f34 Remove a piece of code left-over from the removed alloc'd static vlc table code. 15 years ago
Reimar Döffinger 595324e143 Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and 15 years ago
Måns Rullgård ec62d942ea Fix potentially unaligned accesses in ff_copy_bits() 16 years ago
Stefano Sabatini fb53b4a035 Rename pbBufPtr() to put_bits_ptr(). 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
Stefano Sabatini 54b02ccda2 Rename the 'put_zero' parameter of ff_put_string() to 16 years ago
Diego Biurrun 2bbd85719c Remove deprecated functions and structures on next version bump. 16 years ago
Måns Rullgård f49568a467 Fix unaligned access in ff_copy_bits() 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Stefan Gehrer b3bf98aa56 move ff_log2_run to bitstream.c and reuse in ffv1.c 17 years ago
Michael Niedermayer b13ddb3bca unused 17 years ago
Michael Niedermayer b9c8388710 As *_static are not deallocated anymore except on program termination 17 years ago
Michael Niedermayer 83422c1940 unused 17 years ago
Michael Niedermayer 65de23d1b6 Remove non C code. 17 years ago
Michael Niedermayer 09dafaeba1 Move *_static to bitstream.c which is the only file left which needs 17 years ago
Michael Niedermayer ccc54864fe Make init_vlc* support proper static tables instead of this broken beyond 17 years ago
Zuxy Meng 9f6152dfdb Apply 'alloc_size' attribute to ff_realloc_static() 17 years ago
Michael Niedermayer 1701cbfafc const 17 years ago
Diego Biurrun 1903245071 Ahem, fix typos overlooked in last commit. 18 years ago