summaryrefslogtreecommitdiff
path: root/libavcodec/flacdec.c
Commit message (Expand)AuthorAge
* 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
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Set sample format in flac_decode_init() rather than inJustin Ruggles2009-11-01
* add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXMEJustin Ruggles2009-09-16
* flacdec: change variable-length array to fixed lengthMåns Rullgård2009-08-19
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-29
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* cosmetics: add an @return to documentation for decode_frame_header()Justin Ruggles2009-03-24
* flacdec: split frame header decoding and validation into a separateJustin Ruggles2009-03-24
* flacdec: cosmetics: white spaceJustin Ruggles2009-03-22
* flacdec: cosmetics: separate the pure frame header parsing code fromJustin Ruggles2009-03-22
* flacdec: allow sample rate to change mid-stream, but log a warningJustin Ruggles2009-03-22
* flacdec: cosmetics: indentationJustin Ruggles2009-03-22
* flacdec: change frame bps validation to return an error value if bpsJustin Ruggles2009-03-22
* flacdec: cosmetics: add some braces to if/else statementsJustin Ruggles2009-03-22
* flacdec: skip frame when allocated data size is too smallJustin Ruggles2009-03-22
* 10l: don't check against current layout until after validating ch_mode.Justin Ruggles2009-03-22
* flacdec: give a more accurate error message when validating channelJustin Ruggles2009-03-22
* flacdec: move data size check to flac_decode_frame()Justin Ruggles2009-03-22
* flacdec: comments and white space.Justin Ruggles2009-03-22
* flacdec: remove unneeded local variableJustin Ruggles2009-03-22