12 Commits (403cde8e85101c8d4d99a3df4bde51e5a24cfded)

Author SHA1 Message Date
Ganesh Ajjanagadde 11f0acf829 avcodec/mpegaudio: use predefined M_SQRT2 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Michael Niedermayer c6902f96d7 avcodec/mpegaudioenc_template: Fix integer overflow 11 years ago
Michael Niedermayer 268b1eae22 avcodec/mpegaudioenc_template: default to 384k bitrate as default 11 years ago
Michael Niedermayer 44841528c1 avcodec/mpegaudioenc_template: reorder operations to prevent integer overflow 11 years ago
Michael Niedermayer 9d66aa2c8f avcodec/mpegaudioenc_template: dont crash on bitrate=0 11 years ago
Michael Niedermayer babb611d35 libavcodec/mpegaudio: change CONFIG_FLOAT to USE_FLOAT 11 years ago
Michael Niedermayer 04e06cdf7d avcodec: split mp2 encoder into float and fixed 11 years ago
Michael Niedermayer 9f630e8346 avcodec/mpegaudioenc: prevent overflow in fixed point code 11 years ago
Diego Biurrun 45ef963908 mpegaudioenc: Move some static tables to MpegAudioContext 11 years ago
Diego Biurrun 5d6a990c11 mpegaudioenc: Remove broken integer-only quantization code path 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Michael Niedermayer c21f81999a mpegaudioenc: replace pow(2,.. by exp2( 12 years ago
Mans Rullgard 2e2b8ef8e0 mpegaudio: move ff_mpa_enwindow to a separate file 12 years ago
Anton Khirnov 94364b7d42 mpegaudioenc: list supported channel layouts. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 99622f6678 mpegaudioenc: use av_assert 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 3998b13a34 mpegaudioenc: switch to ff_alloc_packet2(). 13 years ago
Justin Ruggles b0f75ba272 mpegaudioenc: use AVCodec.encode2() 13 years ago
Justin Ruggles be60eec668 mpegaudioenc: return AVERROR codes instead of -1 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 82ab61f901 lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 13 years ago
Diego Biurrun aebb56e184 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 13 years ago
Anton Khirnov 0a593de38a mp2 encoder: make 128k the default bitrate. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun 4d4c7f8ef0 Remove commented-out call to non-existing function print_pow1(). 14 years ago
Diego Biurrun 7e985c9e35 mpegaudioenc: Fix broken av_dlog statement. 14 years ago
Mans Rullgard d7d21c9f4b mpegaudio: remove useless #undef at end of file 14 years ago
Mans Rullgard 6bb6fb05ba mpegaudio: remove CONFIG_MPEGAUDIO_HP option 14 years ago
Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 14 years ago
Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 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
Rafaël Carré b47a52dc86 mpegaudioenc: Remove write-only variables from the context. 15 years ago
Michael Niedermayer ddecab2097 Set .supported_samplerates for mpeg audio encoders. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Lasse Reinhold 391dbb54a6 Use floating point mathematics when encoding mpeg audio. 15 years ago
Reimar Döffinger b5f09d31c2 Make sample_fmts and channel_layouts compound literals const to reduce size of 15 years ago