summaryrefslogtreecommitdiff
path: root/libavcodec/flac.h
Commit message (Expand)AuthorAge
* 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
* lavc: remove obsolete and disabled avpriv functionsAnton Khirnov2014-08-09
* flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov2014-05-28
* flacdec: allow mid-stream channel layout changeJustin Ruggles2012-11-01
* flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard2012-07-04
* lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov2011-10-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.Michael Chinen2010-12-07
* Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be usedMichael Chinen2010-12-07
* Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them inMichael Chinen2010-12-07
* Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen2010-12-07
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* flacdec: split frame header decoding and validation into a separateJustin Ruggles2009-03-24
* cosmetics: vertical alignmentJustin Ruggles2009-03-22
* add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles2009-03-21
* share channel mode constants between the FLAC decoder and FLAC encoderJustin Ruggles2009-03-21
* share some constants between the FLAC encoder and FLAC decoderJustin Ruggles2009-03-19
* flacdec: Add a shared function for parsing a FLAC metadata block header.Justin Ruggles2009-03-06
* flacdec: Remove unused variable, min_blocksize.Justin Ruggles2009-03-03
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-26
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* flacdec: get total number of samples from STREAMINFOJustin Ruggles2009-01-25
* move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles2009-01-25
* define FLAC metadata types in flac.hJustin Ruggles2009-01-25
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* include avcodec.hJustin Ruggles2008-05-02
* share streaminfo parsing functionJustin Ruggles2008-05-02
* split out some decoder context params to a shared macroJustin Ruggles2008-05-02