Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-07Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.Michael Chinen
2010-12-07Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be usedMichael Chinen
2010-12-07Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them inMichael Chinen
2010-12-07Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-03-24flacdec: split frame header decoding and validation into a separateJustin Ruggles
2009-03-22cosmetics: vertical alignmentJustin Ruggles
2009-03-21add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles
2009-03-21share channel mode constants between the FLAC decoder and FLAC encoderJustin Ruggles
2009-03-19share some constants between the FLAC encoder and FLAC decoderJustin Ruggles
2009-03-06flacdec: Add a shared function for parsing a FLAC metadata block header.Justin Ruggles
2009-03-03flacdec: Remove unused variable, min_blocksize.Justin Ruggles
2009-02-26Use a shared function to validate FLAC extradata.Justin Ruggles
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-25flacdec: get total number of samples from STREAMINFOJustin Ruggles
2009-01-25move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles
2009-01-25define FLAC metadata types in flac.hJustin Ruggles
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-05-03include avcodec.hJustin Ruggles
2008-05-03share streaminfo parsing functionJustin Ruggles
2008-05-03split out some decoder context params to a shared macroJustin Ruggles