]> git.sesse.net Git - ffmpeg/history - libavcodec/flac.h
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / flac.h
2014-11-06 Anton Khirnovlavc: make avpriv_flac_is_extradata_valid() private...
2014-11-06 Anton Khirnovlavc: make avpriv_flac_parse_streaminfo() private on...
2014-08-09 Anton Khirnovlavc: remove obsolete and disabled avpriv functions
2014-05-28 Anton Khirnovflac: make avpriv_flac_parse_block_header() inline
2012-11-01 Justin Rugglesflacdec: allow mid-stream channel layout change
2012-07-04 Mans Rullgardflac: make FLAC_CHMODE_* constants consecutive
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some flac symbols used...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-12-07 Michael ChinenDefine FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.
2010-12-07 Michael ChinenAdd log_level_offset parameter to ff_flac_decode_frame_...
2010-12-07 Michael ChinenAdd is_var_size and frame_or_sample_num to FLACFrameInf...
2010-12-07 Michael ChinenMove decode_frame_header() from flacdec.c to flac.c...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-03-24 Justin Rugglesflacdec: split frame header decoding and validation...
2009-03-22 Justin Rugglescosmetics: vertical alignment
2009-03-21 Justin Rugglesadd a function to calculate a more accurate estimate...
2009-03-21 Justin Rugglesshare channel mode constants between the FLAC decoder...
2009-03-19 Justin Rugglesshare some constants between the FLAC encoder and FLAC...
2009-03-06 Justin Rugglesflacdec: Add a shared function for parsing a FLAC metad...
2009-03-03 Justin Rugglesflacdec: Remove unused variable, min_blocksize.
2009-02-26 Justin RugglesUse a shared function to validate FLAC extradata.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-25 Justin Rugglesflacdec: get total number of samples from STREAMINFO
2009-01-25 Justin Rugglesmove FLAC_STREAMINFO_SIZE to flac.h
2009-01-25 Justin Rugglesdefine FLAC metadata types in flac.h
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-05-02 Justin Rugglesinclude avcodec.h
2008-05-02 Justin Rugglesshare streaminfo parsing function
2008-05-02 Justin Rugglessplit out some decoder context params to a shared macro