23 Commits (3cac47565507dba4eb5c21ab70e4950521fa6e71)

Author SHA1 Message Date
Anton Khirnov d9cca9fc6a lavc: use avpriv_ prefix for some flac symbols used in lavf. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Michael Chinen a4151444bd Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder. 14 years ago
Michael Chinen 3c795698d0 Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be used 14 years ago
Michael Chinen 71b6fc216c Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them in 14 years ago
Michael Chinen 625daac4bd Move decode_frame_header() from flacdec.c to flac.c/h to share with the 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Justin Ruggles cd98a03024 flacdec: split frame header decoding and validation into a separate 16 years ago
Justin Ruggles d1d9945f1a cosmetics: vertical alignment 16 years ago
Justin Ruggles 0fb2182d46 add a function to calculate a more accurate estimate for maximum FLAC 16 years ago
Justin Ruggles 3159780b18 share channel mode constants between the FLAC decoder and FLAC encoder 16 years ago
Justin Ruggles 07d16e2ecf share some constants between the FLAC encoder and FLAC decoder 16 years ago
Justin Ruggles 5b63d33d7d flacdec: Add a shared function for parsing a FLAC metadata block header. 16 years ago
Justin Ruggles 95db6659d8 flacdec: Remove unused variable, min_blocksize. 16 years ago
Justin Ruggles 59c6178a54 Use a shared function to validate FLAC extradata. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Justin Ruggles aeb987cebf flacdec: get total number of samples from STREAMINFO 16 years ago
Justin Ruggles ce7e82144f move FLAC_STREAMINFO_SIZE to flac.h 16 years ago
Justin Ruggles d38b88213e define FLAC metadata types in flac.h 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Justin Ruggles 97085fa154 include avcodec.h 17 years ago
Justin Ruggles 9482171bbd share streaminfo parsing function 17 years ago
Justin Ruggles 9d48410f14 split out some decoder context params to a shared macro 17 years ago