85 Commits (223c374a9d977fdfe9af94858693c632f644aac7)

Author SHA1 Message Date
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 5936d98244 avcodec/wmaenc: change commented assert to av_assert 11 years ago
Reimar Döffinger dccaad3bcd wamenc: handle failure to encode. 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 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 205a95f7b5 wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContext 12 years ago
Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 12 years ago
Piotr Bandurski 5381960501 wmaenc: add new line to some error messages 12 years ago
Justin Ruggles 284ea790d8 dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil 12 years ago
Justin Ruggles 2ed40608e9 wma: do not keep private copies of some AVCodecContext fields 12 years ago
Justin Ruggles 31b2262dca wmaenc: use float planar sample format 12 years ago
Diego Biurrun 6f6b0311a3 avcodec: Drop some silly commented-out av_log() invocations 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer fbdb205968 wmaenc: dont mess with the bitrate. 13 years ago
Michael Niedermayer 9eb6e5cc48 wmaenc: switch all remaining asserts to av_asserts 13 years ago
Michael Niedermayer 5968a07622 wmaenc: rewrite 2nd stage quantization code 13 years ago
Michael Niedermayer 0755033f8a wmaenc: remove alternative quantization loop 13 years ago
Michael Niedermayer 799df083f3 wmaenc: fix off by 1 error in quantization loop 13 years ago
Michael Niedermayer e704ab3d5f wmaenc: change another assert to av_assert 13 years ago
Paul B Mahol 137e80817d lavc: build some codecs only if they are actually enabled 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 6cb29a1ab0 wmaenc: switch to ff_alloc_packet2(). 13 years ago
Justin Ruggles 27bacfeb57 wmaenc: use AVCodec.encode2() 13 years ago
Justin Ruggles c3da9f5060 wmaenc: remove bit-exact hack 13 years ago
Michael Niedermayer 0a7bf34042 wmaenc: change some asserts to av_assert0. 13 years ago
Michael Niedermayer 0d92e5a682 wmaenc: add assert to check encode_superframe() return. 13 years ago
Michael Niedermayer c99bd29462 Revert "wmaenc: check final frame size against output packet size" 13 years ago
Justin Ruggles 51ddf35c90 wmaenc: fix m/s stereo encoding for the first frame 13 years ago
Justin Ruggles 8ed7488ea3 wmaenc: return s->block_align instead of recalculating it 13 years ago
Justin Ruggles 5d652e063b wmaenc: check final frame size against output packet size 13 years ago
Justin Ruggles dfc4fdedf8 wmaenc: require a large enough output buffer to prevent overwrites 13 years ago
Justin Ruggles 1ec075cfec wmaenc: limit allowed sample rate to 48kHz 13 years ago
Justin Ruggles c2b8dea182 wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE 13 years ago
Anton Khirnov 9f51c682ee lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
Diego Biurrun 8671488799 Use explicit struct initializers for AVCodec declarations. 13 years ago
Tomas Härdin ee81e76db1 wmaenc: improve channel count and bitrate error handling in encode_init() 14 years ago
Tomas Härdin 0cd138340e Improve channel count and bitrate error handling in wmav* encode_init() 14 years ago
Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 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
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Stefan Gehrer 3a201bd04f remove a Huffman table from WMA which also exists in AAC 15 years ago
Reimar Döffinger b5f09d31c2 Make sample_fmts and channel_layouts compound literals const to reduce size of 15 years ago
Sascha Sommer 9970c61b4b Introduce WMACoef typedef for decoded coefficients 16 years ago
Siarhei Siamashka 7d485f165f Support for getting (i)MDCT output multiplied by a constant scaling factor. 16 years ago