26 Commits (d1a3a3d4b2856c7cf116668900b00b9a0eba3350)

Author SHA1 Message Date
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Justin Ruggles 32173df3d2 roqaudioenc: use AVCodec.encode2() 13 years ago
Justin Ruggles f7a2e12f2a roqaudioenc: return AVERROR codes instead of -1 13 years ago
Justin Ruggles 3fa9a999c1 roqaudioenc: set correct bit rate 13 years ago
Justin Ruggles cf57c78b77 roqaudioenc: use AVCodecContext.frame_size correctly. 13 years ago
Justin Ruggles 56279f1d61 roqaudioenc: remove unneeded sample_fmt check 13 years ago
Justin Ruggles a8bdf2405c check for coded_frame allocation failure in several audio encoders 13 years ago
Justin Ruggles 255ad8881d audio encoders: do not set coded_frame->key_frame. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
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