]> git.sesse.net Git - ffmpeg/history - libavcodec/wmaprodec.c
avcodec: Don't anonymously typedef structs
[ffmpeg] / libavcodec / wmaprodec.c
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2014-04-01 Diego BiurrunMore correct printf format specifiers
2014-03-22 Diego Biurrunavcodec: more correct printf specifiers
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-07-25 Diego Biurrunmiscellaneous typo fixes
2013-06-29 Luca Barbatowmapro: error out on impossible scale factor offsets
2013-06-29 Luca Barbatowmapro: check the min_samples_per_subframe
2013-06-28 Luca Barbatowmapro: check num_vec_coeffs against the actual availab...
2013-06-28 Luca Barbatowmapro: return early on unsupported condition
2013-06-28 Luca Barbatowmapro: make sure there is room to store the current...
2013-03-13 Diego Biurrunavcodec: av_log_missing_feature(1) ---> avpriv_request_...
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-10 Janne Grunauwmapro: unref skipped frames
2013-03-08 Anton Khirnovwmaprodec: return an error, not 0, when the input is...
2013-03-08 Anton Khirnovwmaprodec: require block_align to be set.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-12 Justin Ruggleswmapro: decode directly to the user-provided AVFrame
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2013-01-16 Justin Ruggleslavc: Move vector_fmul_window to AVFloatDSPContext
2012-12-23 Diego BiurrunReturn proper error code after av_log_ask_for_sample()
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-26 Justin Rugglesdsputil: move vector_fmul_scalar() to AVFloatDSPContext...
2012-11-01 Justin Ruggleswmapro: use AVCodecContext.channels instead of keeping...
2012-10-14 Justin Ruggleswmapro: use planar sample format
2012-10-12 Diego BiurrunUse proper return values in case of missing features
2012-09-29 Michael Niedermayerwmaprodec: check num_vec_coeffs for validity
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-03 Ronald S. BultjeRevert "wmapro: prevent division by zero when sample...
2012-08-03 Sean McGovernwmapro: prevent division by zero when sample rate is...
2012-08-03 Sean McGovernwmapro: prevent division by zero when sample rate is...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-04-04 Diego Biurruncosmetics: Consistently place static, inline and av_col...
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-07 Diego Biurrunwma: Refactor common code to fix standalone compilation...
2012-02-28 Diego Biurrundoxygen: Remove documentation for non-existing paramete...
2012-02-17 Ronald S. Bultjewmapro: change max. block size to 13 bits.
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2011-12-11 Mans Rullgardwmapro: use av_float2int()
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-28 Justin Ruggleswmapro: fix strict-aliasing violations by using av_alias32
2011-10-28 Justin Ruggleswmapro: use FmtConvertContext.float_interleave() to...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_copy_bits and align_put...
2011-10-07 Laurent Aimarwmapro: Validate the number of audio channels before...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-03 Mans RullgardMark some variables with av_unused
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-03-20 Mans RullgardMove sine windows to a separate file
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-16 Sascha Sommersupport decoding of files that contain the number
2011-01-15 Sascha Sommerdo not read over the end of the packet
2011-01-14 Sascha Sommeralso support decoding of AVPackets with multiple wma...
2011-01-14 Sascha Sommeradd support for blocksize 64
2011-01-08 Sascha Sommerskip unsupported postproc information
2011-01-08 Sascha Sommeradd support for files that do not allow more than 4...
2011-01-08 Sascha Sommerfix indentation
2011-01-08 Sascha Sommeradd support for files where the frames do not have...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-08-02 Benoit FouetChange a doxy comment to a normal one.
2010-07-27 Michael NiedermayerFix doxy that refers to the wrong variable.
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-29 Ronald S. BultjeSimplify interleaving code.
2010-03-25 Stefano SabatiniMake wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2009-10-18 Måns RullgårdWMAPRO: use some type punning in decode_coeffs()
2009-10-03 Sascha Sommerincrease maximum compressed frame size
2009-10-03 Sascha Sommerreturn AVERROR_INVALIDDATA when the bitstream could...
2009-09-29 Måns RullgårdWMA: store level_table as floats, use type punning...
2009-09-27 Måns RullgårdWMAPRO: use vector_fmul_scalar from dsputil where possible
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-16 Sascha SommerAdd CODEC_CAP_SUBFRAMES for codecs that output multiple...
2009-09-15 Vitor SessakAdd two more sizes to ff_sine_windows[] and also pad...
2009-09-11 Sascha Sommerreinit get_bits for every decode_packet call
2009-09-06 Sascha Sommerdo not decode more than one audio frame in a decode...
2009-09-06 Sascha Sommeravoid extra memcpy during scale factor decoding
2009-09-05 Sascha Sommerfix handling of packet loss when the output buffer...
2009-09-05 Sascha Sommerreindent
2009-09-05 Sascha Sommerremove no longer needed debug output
2009-09-05 Sascha Sommerreduce output buffer needs
2009-09-05 Sascha Sommerstore packet GetBitContext in the decoder context
2009-09-02 Diego Biurruncosmetics: indentation and other prettyprinting fixes
2009-09-02 Sascha Sommeradd missing wmapro decoder parts
2009-08-26 Diego Biurrunwhitespace cosmetics
2009-08-26 Sascha Sommeradd decode_coeffs()
2009-08-26 Sascha Sommermerge 2-channel M/S stereo decoding code with the multi...
2009-08-25 Diego Biurrunwhitespace cosmetics
2009-08-21 Sascha SommerAdd some more wmapro decoder hunks
2009-08-02 Diego Biurruncosmetics: K&R coding style, prettyprinting
2009-08-02 Sascha Sommeradd approved hunks of the wmapro decoder