14 Commits (213a4cbb396ff610001a26052a652e3f68aa632a)

Author SHA1 Message Date
Reimar Döffinger edac49daf5 Use "const" qualifier for pointers that point to input data of 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Måns Rullgård 94ca624fbc Move ff_sqrt() to libavutil/intmath.h 15 years ago
Vitor Sessak a0228397af Replace big square-root table by a call to ff_sqrt(). Based on a patch 15 years ago
Reimar Döffinger b5f09d31c2 Make sample_fmts and channel_layouts compound literals const to reduce size of 15 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Vitor Sessak 259037d099 Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix. 16 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 6823d427c6 consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it 17 years ago
Stefano Sabatini 88c5216261 cosmetics: s/Id/id/ in libavcodec where Id refers to id Software. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Vitor Sessak f025588bb6 RoQ audio encoder 18 years ago