Commit History

Author SHA1 Message Date
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 15 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 years ago
  Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 15 years ago
  Stefan Gehrer b3bf98aa56 move ff_log2_run to bitstream.c and reuse in ffv1.c 16 years ago
  Michael Niedermayer b13ddb3bca unused 16 years ago
  Michael Niedermayer b9c8388710 As *_static are not deallocated anymore except on program termination 16 years ago
  Michael Niedermayer 83422c1940 unused 16 years ago
  Michael Niedermayer 65de23d1b6 Remove non C code. 16 years ago
  Michael Niedermayer 09dafaeba1 Move *_static to bitstream.c which is the only file left which needs 16 years ago
  Michael Niedermayer ccc54864fe Make init_vlc* support proper static tables instead of this broken beyond 16 years ago
  Zuxy Meng 9f6152dfdb Apply 'alloc_size' attribute to ff_realloc_static() 16 years ago
  Michael Niedermayer 1701cbfafc const 16 years ago
  Diego Biurrun 1903245071 Ahem, fix typos overlooked in last commit. 17 years ago
  Diego Biurrun df3a80b50a cosmetics: misc typo fixes 17 years ago
  Aurelien Jacobs 58e28fd5c4 simplify ff_copy_bits() when compiled with config-small 17 years ago
  Aurelien Jacobs 5084ed3a9f simplify ff_copy_bits: merge 2 test branches 17 years ago
  Aurelien Jacobs 98f7b56bb6 move ff_copy_bits to bitstream.c 17 years ago
  Diego Biurrun 7b94177e37 Group all copyright and author notices together. 17 years ago
  Måns Rullgård 85d366fd02 use av_freep() in free_vlc() and failed init_vlc() 17 years ago
  Loren Merritt b613bacca9 add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables. 17 years ago
  Denis Fortin b8a9974544 printf --> av_log, patch by Denis Fortin, fortin nerim net 17 years ago
  Mark Cox 671adb1742 patch so that the deprecated items show up correctly 17 years ago
  Måns Rullgård d7645fb9db fix init_vlc() with nonzero flags 17 years ago
  Michael Niedermayer 0769498a9f deprecate ff_realloc_static 17 years ago
  Panagiotis Issaris 5dad0282b5 av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. 17 years ago
  Panagiotis Issaris beebfdb1e8 Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. 17 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Aurelien Jacobs 8fbc6aae75 move some functions to bitstream.h to avoid conflicts 18 years ago
  Michael Niedermayer 5a7bd28335 move align_get_bits() to .h to avoid conflicts between different bitstream readers in different codecs 18 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 18 years ago
  Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
  Diego Biurrun 344b825ceb Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. 19 years ago
  Michael Niedermayer cea27ac714 LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programozo hu) 19 years ago
  Michael Niedermayer caa336b4cc common.c -> bitstream.c (and the single non bitstream func -> utils.c) 20 years ago