31 Commits (dd7a68b6dad4bfa24c4c3954066cb8e1805c1c88)

Author SHA1 Message Date
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
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. 19 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) 20 years ago
Michael Niedermayer caa336b4cc common.c -> bitstream.c (and the single non bitstream func -> utils.c) 20 years ago
Burkhard Plaum 073c2593c9 Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) 20 years ago
Michael Niedermayer 9fe5a7b831 do not call (av_)abort() 20 years ago
Roman Shaposhnik e7a18d5deb * moving some of the commonly used bit reading/writing functions 21 years ago
Michael Niedermayer 99683a3077 2 byte shorter userdata for mpeg4 21 years ago
Alex Beregszaszi fe455f3328 get_bit_count -> put_bits_count 21 years ago
Mike Melanson 7bf3261289 these functions (get_bit_count and align_put_bits) are referenced even 21 years ago
Michael Niedermayer 8f2ab83318 copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise 21 years ago
Michael Niedermayer a8380f44cf removing unused var & converting 64->32bit 21 years ago
Michael Niedermayer 3d0ef6dd52 av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michael Niedermayer 5ff85f1d8b AVRational 21 years ago
Alex Beregszaszi ed7debda14 removed the obsolete and unused parameters of init_put_bits 21 years ago
Alex Beregszaszi e7124ffc68 using av_abort instead exit 22 years ago
Michael Niedermayer 3bb10888ff libmpeg2 style bitstream reader 17 vs 16 bit bugfix 22 years ago
Michael Niedermayer 17fb5fd34e libmpeg2 style bitstream reader fixes 22 years ago
BERO d8e00c0997 bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>) 22 years ago
Michael Niedermayer f138f88364 100l (document buffer padding requirements) 22 years ago
Michael Niedermayer 5fd74135ad more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot com>) 22 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago