summaryrefslogtreecommitdiff
path: root/libavcodec/flac.h
Commit message (Collapse)AuthorAge
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-26
| | | | Originally committed as revision 17602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: get total number of samples from STREAMINFOJustin Ruggles2009-01-25
| | | | Originally committed as revision 16768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles2009-01-25
| | | | Originally committed as revision 16766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define FLAC metadata types in flac.hJustin Ruggles2009-01-25
| | | | Originally committed as revision 16765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include avcodec.hJustin Ruggles2008-05-02
| | | | Originally committed as revision 13039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* share streaminfo parsing functionJustin Ruggles2008-05-02
| | | | Originally committed as revision 13036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split out some decoder context params to a shared macroJustin Ruggles2008-05-02
Originally committed as revision 13035 to svn://svn.ffmpeg.org/ffmpeg/trunk