summaryrefslogtreecommitdiff
path: root/libavcodec/flacdec.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: make avpriv_flac_is_extradata_valid() private on the next bumpAnton Khirnov2014-11-06
* lavc: make avpriv_flac_parse_streaminfo() private on the next bumpAnton Khirnov2014-11-06
* flac: Remove unused headersTristan Matthews2014-09-26
* flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov2014-05-28
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* flac: use meaningful return valuesLuca Barbato2013-07-28
* flacdec: drop unnecessary assertLuca Barbato2013-05-16
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* flac: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* flac: don't check the number of channels before setting the channel layout.Tim Walker2013-02-06
* flac: only set channel layout if not previously set or on channel count changeJustin Ruggles2012-12-22
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* flacdec: do not warn on sample rate changeJustin Ruggles2012-11-01
* flacdec: allow mid-stream channel layout changeJustin Ruggles2012-11-01
* flacdec: use av_samples_* functions for sample buffer allocationJustin Ruggles2012-11-01
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-23
* Use proper return values in case of missing featuresDiego Biurrun2012-10-12
* flacdec: simplify sample buffer handlingMans Rullgard2012-08-21
* flacdec: simplify loop in decode_residuals()Mans Rullgard2012-08-21
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* flacdec: reverse lpc coeff order, simplify filterMans Rullgard2012-07-19
* flac: Move flac functions shared between libraries to flac common codeDiego Biurrun2012-07-12
* flacdec: add planar output supportMans Rullgard2012-07-05
* flacdec: move lpc filter to flacdspMans Rullgard2012-07-04
* flacdec: split off channel decorrelation as flacdspMans Rullgard2012-07-04
* flacdec: factor out code setting avctx->sample_fmtMans Rullgard2012-07-04
* flacdec: allocate sample buffers with av_mallocMans Rullgard2012-07-04
* flacdec: remove curr_bps from FLACContextMans Rullgard2012-07-04
* flacdec: remove redundant setting of avctx->sample_fmtMans Rullgard2012-07-02
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* flacdec: set channel_layout based on channel countJustin Ruggles2012-02-22
* flac: fix infinite loops on all-zero input or end-of-stream.Ronald S. Bultje2012-02-16
* Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun2012-02-13
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* flacdec: use av_get_bytes_per_sample() to get sample sizeJustin Ruggles2011-10-29
* lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov2011-10-20
* flacdec: fix buffer size checking in get_metadata_size()Justin Ruggles2011-09-26
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.Michael Chinen2010-12-07
* Simplify the FLAC decoder now that it no longer has to parse arbitrary raw FLACMichael Chinen2010-12-07
* Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be usedMichael Chinen2010-12-07
* Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen2010-12-07
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Support decoding of FLAC files without a STREAMINFO header.Justin Ruggles2010-10-02