summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmaenc.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+3
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-5/+0
* wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContextJustin Ruggles2013-02-121-5/+5
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-1/+1
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-261-1/+1
* wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles2012-11-011-15/+15
* wmaenc: use float planar sample formatJustin Ruggles2012-10-061-16/+16
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-011-1/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+4
* wmaenc: use AVCodec.encode2()Justin Ruggles2012-03-211-17/+31
* wmaenc: remove bit-exact hackJustin Ruggles2012-03-171-4/+0
* wmaenc: fix m/s stereo encoding for the first frameJustin Ruggles2012-03-031-1/+3
* wmaenc: return s->block_align instead of recalculating itJustin Ruggles2012-03-031-1/+1
* wmaenc: check final frame size against output packet sizeJustin Ruggles2012-03-031-4/+6
* wmaenc: require a large enough output buffer to prevent overwritesJustin Ruggles2012-03-031-0/+5
* wmaenc: limit allowed sample rate to 48kHzJustin Ruggles2012-03-031-0/+6
* wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZEJustin Ruggles2012-03-031-2/+6
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-2/+2
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-22/+20
* wmaenc: improve channel count and bitrate error handling in encode_init()Tomas Härdin2011-05-121-4/+10
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-1/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-241-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* remove a Huffman table from WMA which also exists in AACStefan Gehrer2010-02-191-1/+1
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-2/+2
* Introduce WMACoef typedef for decoded coefficientsSascha Sommer2009-06-201-2/+2
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-1/+1
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-131-1/+1
* A try to fix the regressions.Michael Niedermayer2009-02-191-0/+4
* Intel C compiler warns on this assignment in this if(), probablyDiego Pettenò2008-10-021-1/+2
* remove mdct tmp bufferLoren Merritt2008-08-121-1/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+2
* silence wmaenc.c:181: warning:suggestparentheses around assignment used as tr...Benjamin Larsson2008-02-151-1/+1
* clarify FIXMEMichael Niedermayer2007-12-171-1/+1
* trivial warning fixesMåns Rullgård2007-07-081-2/+2
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-10/+4
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-261-2/+2
* bitrate sanity check (fixes assertion failure)Michael Niedermayer2007-03-081-0/+3
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-271-9/+9
* Supply context to tprintfMichel Bardiaux2007-02-271-0/+2
* workaround sign bugMichael Niedermayer2007-02-061-1/+1
* 10l use of uninitalized varMichael Niedermayer2007-02-061-2/+2
* wma encoderMichael Niedermayer2007-02-061-0/+402
OpenPOWER on IntegriCloud