summaryrefslogtreecommitdiffstats
path: root/libavcodec/atrac3.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-281-3/+0
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* atrac3: Better name for IMDCT window initializationMaxim Poliakovski2013-10-101-2/+2
* atrac3: Remove unused gain compensation tablesMaxim Poliakovski2013-10-101-10/+0
* atrac3: Generalize gain compensation codeMaxim Poliakovski2013-10-031-75/+12
* Use correct Doxygen syntaxDiego Biurrun2013-10-031-8/+8
* atrac3: Replace a silly counter variable name with plain 'j'Diego Biurrun2013-10-031-5/+5
* cosmetics: Fix ATRAC codec name spellingDiego Biurrun2013-09-021-4/+4
* atrac3: Error on impossible encoding/channel combinationsLuca Barbato2013-07-091-2/+4
* atrac3: set the getbits context the right buffer_endLuca Barbato2013-07-091-1/+1
* atrac3: fix error handlingLuca Barbato2013-07-091-2/+2
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* atrac3: avoid oversized shifting in decode_bytes()Xi Wang2013-03-151-1/+4
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* atrac3: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-9/+5
* atrac3: use correct loop variable in add_tonal_components()Michael Karcher2013-01-251-1/+1
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* atrac3: return an error if extradata_size is not a specific known sizeJustin Ruggles2012-10-231-0/+1
* atrac3: replace a calculation with FFALIGN()Justin Ruggles2012-10-221-2/+1
* atrac3: remove unused ATRAC3Context field, sample_rateJustin Ruggles2012-10-221-4/+0
* atrac3: use sizeof(variable) instead of sizeof(type)Justin Ruggles2012-10-221-6/+7
* atrac3: simplify MDCT window calculationJustin Ruggles2012-10-221-10/+7
* atrac3: initialize static tables in AVCodec.init_static_data()Justin Ruggles2012-10-221-26/+27
* atrac3: separate window initialization from IMDCT initializationJustin Ruggles2012-10-221-12/+9
* atrac3: move the 'frame_factor' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-221-7/+6
* atrac3: remove unused ATRAC3Context field, bit_rateJustin Ruggles2012-10-221-2/+0
* atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is ...Justin Ruggles2012-10-221-7/+6
* atrac3: remove unused ATRAC3Context field, samples_per_channelJustin Ruggles2012-10-221-3/+1
* atrac3: use AVCodecContext.block_align instead of keeping a private copyJustin Ruggles2012-10-221-17/+13
* atrac3: move the 'delay' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-221-6/+5
* atrac3: move the 'version' field from ATRAC3Context to where it is usedJustin Ruggles2012-10-221-5/+5
* atrac3: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-10-221-21/+20
* atrac3: simplify some loop indexingJustin Ruggles2012-10-221-30/+30
* atrac3: cosmetics: pretty-printing and renamingJustin Ruggles2012-10-221-540/+519
* atrac3: use float planar sample formatJustin Ruggles2012-10-011-37/+7
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Add a float DSP framework to libavutilJustin Ruggles2012-06-081-4/+4
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-8/+8
* atrac3: Fix crash in tonal component decoding.Michael Niedermayer2012-02-161-0/+2
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö2012-02-151-4/+4
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-301-3/+3
* cosmetics: drop some completely pointless parenthesesDiego Biurrun2011-12-071-4/+7
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-13/+21
* atrac3: support float or int16 output using request_sample_fmtJustin Ruggles2011-10-291-10/+23
* atrac3: add CODEC_CAP_SUBFRAMES capabilityJustin Ruggles2011-10-291-0/+1
OpenPOWER on IntegriCloud