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 (Collapse)Author
2010-12-07Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.Michael Chinen
Patch by Michael Chinen [mchinen at gmail] Originally committed as revision 25916 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-07Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be usedMichael Chinen
to optionally silence the error messages. Patch by Michael Chinen [mchinen at gmail] Originally committed as revision 25912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-07Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them inMichael Chinen
ff_flac_decode_frame_header(). Patch by Michael Chinen [mchinen at gmail] Originally committed as revision 25911 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-07Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen
forthcoming FLAC parser. Patch by Michael Chinen [mchinen at gmail] Originally committed as revision 25909 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-24flacdec: split frame header decoding and validation into a separateJustin Ruggles
function Originally committed as revision 18175 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-22cosmetics: vertical alignmentJustin Ruggles
Originally committed as revision 18149 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-21add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles
frame size and use the function in the FLAC decoder and FLAC encoder Originally committed as revision 18092 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-21share channel mode constants between the FLAC decoder and FLAC encoderJustin Ruggles
Originally committed as revision 18082 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-19share some constants between the FLAC encoder and FLAC decoderJustin Ruggles
Originally committed as revision 18041 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-06flacdec: Add a shared function for parsing a FLAC metadata block header.Justin Ruggles
Originally committed as revision 17851 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-03flacdec: Remove unused variable, min_blocksize.Justin Ruggles
Originally committed as revision 17748 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-26Use a shared function to validate FLAC extradata.Justin Ruggles
Originally committed as revision 17602 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
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
2009-01-25flacdec: get total number of samples from STREAMINFOJustin Ruggles
Originally committed as revision 16768 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-25move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles
Originally committed as revision 16766 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-25define FLAC metadata types in flac.hJustin Ruggles
Originally committed as revision 16765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
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
2008-05-03include avcodec.hJustin Ruggles
Originally committed as revision 13039 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-03share streaminfo parsing functionJustin Ruggles
Originally committed as revision 13036 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-03split out some decoder context params to a shared macroJustin Ruggles
Originally committed as revision 13035 to svn://svn.ffmpeg.org/ffmpeg/trunk