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