81 Commits (283531a81eaa934708b07b51aeba1ebdf109a204)

Author SHA1 Message Date
  Benjamin Larsson 39b60944a8 Get rid of av_random in cook.c 16 years ago
  Ramiro Polla e05c8d0682 use intptr_t to cast pointers to int in codecs maintained by benjamin larsson 16 years ago
  Benjamin Larsson b217024706 Add cook channel count function, part of multichannel cook 16 years ago
  Benjamin Larsson 0eec287596 Add max allowed subpackets in multichannel cook 16 years ago
  Benjamin Larsson d4b3d0408f save avctx in cook decoder context and use it for av_log 16 years ago
  Benjamin Larsson 7c119ced99 memset when category is >=7, part of cook multichannel 16 years ago
  Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
  Diego Biurrun 4b81366b07 Add av_cold attribute to init function. 16 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
  Stefano Sabatini 9c868219e9 Replace calls to the deprecated function av_init_random() with 16 years ago
  Benjamin Larsson 31d5113a15 Set channel_layout 16 years ago
  Loren Merritt d46ac5bfde mdct wrapper function to match fft 17 years ago
  Loren Merritt 0a570e826d remove mdct tmp buffer 17 years ago
  Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
  Robert Swain f5048aaf69 Remove now unused variable 17 years ago
  Robert Swain 9146e4d61c Add generic ff_sine_window_init function and implement in codecs appropriately 17 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
  Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 17 years ago
  Michael Niedermayer 0c5421585a Move const *pow2tab out of context. 17 years ago
  Michael Niedermayer 158bf33e36 simplify init_pow2table 17 years ago
  Michael Niedermayer 40756c172c Merge init_rootpow2table and init_pow2table. 17 years ago
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
  Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
  Michael Niedermayer 21cc343d85 const 17 years ago
  Baptiste Coudurier 29e15adc34 add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_reformat_buffer32' discards qualifiers from pointer target type 17 years ago
  Aurelien Jacobs aee481cebe use av_clip_int16() where it makes sense 18 years ago
  Carl Eugen Hoyos af7d793c00 kill warning 18 years ago
  Diego Biurrun 319919734d Remove unused variable. 18 years ago
  Diego Biurrun df3a80b50a cosmetics: misc typo fixes 18 years ago
  Marc Hoffman b5f3f2b846 fixpoint: renaming all lowlevel arithmetic routines to xxx_float 18 years ago
  Marc Hoffman f1639f69b4 cosmetics: adding some white space to align the arguments of a couple of functions 18 years ago
  Marc Hoffman f999b63c77 float_t was a typo that compiled on macosx 18 years ago
  Marc Hoffman dae92b62a3 fixpoint: move cplscales to context structure and provide hook for data format conversion 18 years ago
  Marc Hoffman 28d997f932 fixpoint: lowlevel functional abstraction for all buffer arithmetics 18 years ago
  Marc Hoffman e66442f4e3 fixpoint: separate windowing arithmetic imlt_window_float 18 years ago
  Marc Hoffman dc0c20f99b separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation 18 years ago
  Marc Hoffman 29b4b8351b separating saturation codes so that we can support other data formats 18 years ago
  Marc Hoffman 8c9d2954f7 moving automatic allocation of joint_decode/decode_buffer 18 years ago
  Marc Hoffman 2843a452c9 cosmetic changing hardwired 20 to SUBBAND_SIZE 18 years ago
  Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
  Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
  Ramiro Polla de8e2c1d22 Use 1 array with double the size instead of 2 arrays with normal size 18 years ago
  Ramiro Polla a5cb1f13ba Add bias instead of -32 or 0, as is done in g.722.1 18 years ago
  Ramiro Polla 39938968e8 Indentation for previous patch 18 years ago
  Ramiro Polla 6b01997012 Add another tmpbias variable, as bias' value will be used later 18 years ago
  Ramiro Polla cdb59552df Fix logic for return value of init_vlc 18 years ago
  Diego Biurrun 5a6a6cc7dc Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. 18 years ago
  Ramiro Polla a31978e97c Simplify, patch by Ramiro Polla. 18 years ago
  Ramiro Polla 4620ce8bb8 Remove unused vars, patch by Ramiro Polla. 18 years ago
  Ramiro Polla d9fd5461aa Remove unused vars, patch by Ramiro Polla. 18 years ago