]> git.sesse.net Git - ffmpeg/history - libavcodec/flac.h
Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure.
[ffmpeg] / libavcodec / flac.h
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