]> git.sesse.net Git - ffmpeg/history - libavcodec/wmavoice.c
lavc: add Intel libmfx-based MPEG2 decoder.
[ffmpeg] / libavcodec / wmavoice.c
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-07-25 Diego Biurrunmiscellaneous typo fixes
2013-07-10 Luca Barbatowmavoice: conceal clearly corrupted blocks
2013-07-10 Luca Barbatowmavoice: use init_static_data
2013-07-10 Luca Barbatowmavoice: return meaningful error codes
2013-05-03 Diego Biurrunsilly typo fixes
2013-03-13 Diego Biurrunavcodec: av_log_missing_feature(1) ---> avpriv_request_...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Ruggleswmavoice: decode directly to the user-provided AVFrame
2013-01-22 Ronald S. Bultjefloatdsp: move scalarproduct_float from dsputil to...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-01 Justin Ruggleswmavoice: set channel layout
2012-10-25 Diego Biurrunavutil: Move memcpy_backptr() to mem.c
2012-10-23 Diego BiurrunImprove wording and spelling of av_log_missing_feature...
2012-10-12 Diego BiurrunUse proper return values in case of missing features
2012-08-27 Diego Biurruncelp_math: Replace duplicate ff_dot_productf() by ff_sc...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-22 Ronald S. Bultjewmavoice: fix stack overread.
2012-02-28 Diego Biurrundoxygen: Remove documentation for non-existing paramete...
2011-12-17 Ronald S. Bultjeget_bits: introduce safe bitreading to prevent overreads.
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-27 Alex Conversewmavoice: Make format string match variable type.
2011-10-28 Justin Ruggleswmavoice: move output buffer size check to synth_superf...
2011-10-28 Justin Ruggleswmavoice: only set data_size to 0 when necessary
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_copy_bits and align_put...
2011-10-09 Mans Rullgardwmavoice: fix a signed overflow
2011-10-07 Laurent Aimarwmavoice: Check for corrupted extra data
2011-10-07 Laurent Aimarwmavoice: Check for out of bound writes
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-02 Reinhard Tartlerdoxygen: Prefer member groups over grouping into modules
2011-05-06 Alex Conversewmavoice: Use proper size in memeset().
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-03-20 Mans RullgardMove dct and rdft definitions to separate files
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-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-12-26 Ronald S. BultjeFix typo.
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-08-09 Ronald S. BultjeFix buffer overrun if idx is negative (it can be down...
2010-07-26 Axel HolzingerRename pow variable to pwr.
2010-07-12 Diego BiurrunUse correct length modifier for size comparison in...
2010-07-08 Ronald S. BultjeFix two doxy warnings.
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-30 Eli FriedmanSilense one warning:
2010-05-02 Ronald S. BultjeAnother buffer overflow, fixes issue1758.
2010-05-01 Ronald S. BultjeFix buffer overrun (or, well, actually a typo, 80 shoul...
2010-04-21 Ronald S. BultjeWMAVoice postfilter.
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-30 Benoit FouetReplace @returns by @return.
2010-02-12 Ronald S. BultjeWMAVoice decoder.