]> git.sesse.net Git - ffmpeg/history - libavcodec/atrac3.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / atrac3.c
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-02-28 Anton Khirnovlavc: remove unused traces of fmtconvert usage
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2013-10-10 Maxim Poliakovskiatrac3: Better name for IMDCT window initialization
2013-10-10 Maxim Poliakovskiatrac3: Remove unused gain compensation tables
2013-10-03 Maxim Poliakovskiatrac3: Generalize gain compensation code
2013-10-03 Diego BiurrunUse correct Doxygen syntax
2013-10-03 Diego Biurrunatrac3: Replace a silly counter variable name with...
2013-09-02 Diego Biurruncosmetics: Fix ATRAC codec name spelling
2013-07-09 Luca Barbatoatrac3: Error on impossible encoding/channel combinations
2013-07-09 Luca Barbatoatrac3: set the getbits context the right buffer_end
2013-07-09 Luca Barbatoatrac3: fix error handling
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-03-15 Xi Wangatrac3: avoid oversized shifting in decode_bytes()
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Rugglesatrac3: decode directly to the user-provided AVFrame
2013-01-25 Michael Karcheratrac3: use correct loop variable in add_tonal_components()
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-23 Justin Rugglesatrac3: return an error if extradata_size is not a...
2012-10-22 Justin Rugglesatrac3: replace a calculation with FFALIGN()
2012-10-22 Justin Rugglesatrac3: remove unused ATRAC3Context field, sample_rate
2012-10-22 Justin Rugglesatrac3: use sizeof(variable) instead of sizeof(type)
2012-10-22 Justin Rugglesatrac3: simplify MDCT window calculation
2012-10-22 Justin Rugglesatrac3: initialize static tables in AVCodec.init_static...
2012-10-22 Justin Rugglesatrac3: separate window initialization from IMDCT initi...
2012-10-22 Justin Rugglesatrac3: move the 'frame_factor' field from ATRAC3Contex...
2012-10-22 Justin Rugglesatrac3: remove unused ATRAC3Context field, bit_rate
2012-10-22 Justin Rugglesatrac3: move the 'samples_per_frame' field from ATRAC3C...
2012-10-22 Justin Rugglesatrac3: remove unused ATRAC3Context field, samples_per_...
2012-10-22 Justin Rugglesatrac3: use AVCodecContext.block_align instead of keepi...
2012-10-22 Justin Rugglesatrac3: move the 'delay' field from ATRAC3Context to...
2012-10-22 Justin Rugglesatrac3: move the 'version' field from ATRAC3Context...
2012-10-22 Justin Rugglesatrac3: use AVCodecContext.channels instead of keeping...
2012-10-22 Justin Rugglesatrac3: simplify some loop indexing
2012-10-22 Justin Rugglesatrac3: cosmetics: pretty-printing and renaming
2012-10-01 Justin Rugglesatrac3: use float planar sample format
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-16 Michael Niedermayeratrac3: Fix crash in tonal component decoding.
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjölibavcodec: Add ff_ prefix to some nonstatic symbols
2011-12-30 Diego Biurruncosmetics: Drop unnecessary parentheses around return...
2011-12-07 Diego Biurruncosmetics: drop some completely pointless parentheses
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-29 Justin Rugglesatrac3: support float or int16 output using request_sam...
2011-10-29 Justin Rugglesatrac3: add CODEC_CAP_SUBFRAMES capability
2011-10-29 Justin Rugglesatrac3: return appropriate error codes instead of -1
2011-10-29 Justin Rugglesatrac3: make sure all memory is freed on init failure
2011-10-29 Justin Rugglesatrac3: add a couple macro constants
2011-10-29 Justin Rugglesatrac3: return error if packet is too small
2011-10-29 Justin Rugglesatrac3: check output buffer size before decoding
2011-10-29 Justin Rugglesatrac3: use separate pointers for each channel in decod...
2011-10-29 Justin Rugglesatrac3: use optimized float_interleave() function for...
2011-10-29 Justin Rugglesatrac3: decode mono directly to the output buffer
2011-10-29 Justin Rugglesatrac3: decode output to float samples instead of conve...
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-04-22 Diego BiurrunUse av_log_ask_for_sample() to request samples from...
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...
2011-01-24 Diego Elio PettenòRename sf_table in atrac.c unit to ff_atrac_sf_table.
2011-01-22 Justin RugglesChange DSPContext.vector_fmul() from dst=dst*src to...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-08-09 Vitor SessakFix handling of truncated files. Should fix random...
2010-07-20 Vitor SessakFix memory leak in ATRAC3 decoder
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
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-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
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
2009-09-20 Diego BiurrunRemove unused variable, fixes the warning:
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-10 Benjamin LarssonRemove redundant code forgotten in the split
2009-09-08 Benjamin LarssonSplit out common routines needed in the atrac1 decoder...
2009-05-17 Benjamin LarssonIndent
2009-05-17 Benjamin LarssonChange from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STA...
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-17 Ramiro Pollause intptr_t to cast pointers to int in codecs maintain...
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-10-02 Aurelien Jacobsatrac3dec: cosmetics: indentation
2008-09-29 Aurelien Jacobsatrac3: ensure input frame is not overwritten (it is...
2008-08-12 Loren Merrittmdct wrapper function to match fft
2008-08-12 Loren Merrittremove mdct tmp buffer
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-03 Benjamin LarssonSample tested and the code worked so the comment is...
2008-05-22 Benjamin LarssonUpdate copyright and text
2008-05-22 Maxim PoliakovskiFix decoding of 01-Untitled(1).oma, patch by Maxim...
2008-04-29 Stefano SabatiniTransform codec names into single words.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
next