58 Commits (feadcd1bdcbb4601f4ff01878027264fde985ee1)

Author SHA1 Message Date
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
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
Diego Biurrun df3a80b50a cosmetics: misc typo fixes 18 years ago
Aurelien Jacobs 58e28fd5c4 simplify ff_copy_bits() when compiled with config-small 18 years ago
Aurelien Jacobs 5084ed3a9f simplify ff_copy_bits: merge 2 test branches 18 years ago
Aurelien Jacobs 98f7b56bb6 move ff_copy_bits to bitstream.c 18 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 18 years ago
Måns Rullgård 85d366fd02 use av_freep() in free_vlc() and failed init_vlc() 18 years ago
Loren Merritt b613bacca9 add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables. 18 years ago
Denis Fortin b8a9974544 printf --> av_log, patch by Denis Fortin, fortin nerim net 18 years ago
Mark Cox 671adb1742 patch so that the deprecated items show up correctly 18 years ago
Måns Rullgård d7645fb9db fix init_vlc() with nonzero flags 18 years ago
Michael Niedermayer 0769498a9f deprecate ff_realloc_static 18 years ago
Panagiotis Issaris 5dad0282b5 av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. 18 years ago
Panagiotis Issaris beebfdb1e8 Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago