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
2022-09-05avcodec/flac: smallest frame is 10 bytesPaul B Mahol
2022-09-02avcodec/flac: Don't use bytestream API unnecessarilyAndreas Rheinhardt
2022-09-02avcodec/flac: Move decoder+parser stuff into a new header, flac_parse.hAndreas Rheinhardt
2022-09-02avcodec/flac: Remove pointless defineAndreas Rheinhardt
2022-09-02avcodec/flac: Remove unused parameter from ff_flac_is_extradata_valid()Andreas Rheinhardt
2022-09-02avcodec/flac: Move ff_flac_get_max_frame_size() to flacenc.cAndreas Rheinhardt
2022-09-02avcodec/flac: Remove unnecessary FLACSTREAMINFO defineAndreas Rheinhardt
2022-03-15flac: convert to new channel layout APIAnton Khirnov
2016-12-04avcodec/flac: forward errors from ff_flac_parse_streaminfo()Michael Niedermayer
2015-09-06avcodec/flac: remove avpriv parsing API cruftHendrik Leppkes
2014-11-06Merge commit 'acc897e6b15776ed438b88ffe330ec48f6b50e48'Michael Niedermayer
2014-11-06Merge commit 'c070a8751597e3aa1b443e88464da785d8966b14'Michael Niedermayer
2014-11-06lavc: make avpriv_flac_is_extradata_valid() private on the next bumpAnton Khirnov
2014-11-06lavc: make avpriv_flac_parse_streaminfo() private on the next bumpAnton Khirnov
2014-08-10Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d'Michael Niedermayer
2014-08-09lavc: remove obsolete and disabled avpriv functionsAnton Khirnov
2014-05-28Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0'Michael Niedermayer
2014-05-28flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov
2012-11-02Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer
2012-11-01flacdec: allow mid-stream channel layout changeJustin Ruggles
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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