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-02avcodec/flac: Move decoder+parser stuff into a new header, flac_parse.hAndreas 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-03-15flac: convert to new channel layout APIAnton Khirnov
2019-12-31avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer
2016-12-04avcodec/flac: forward errors from ff_flac_parse_streaminfo()Michael Niedermayer
2016-12-04avcodec/flac: Check bps in 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-28Merge commit 'f13ffb6636fdecb5e3e0ddcff48f096e7b3db362'Michael Niedermayer
2014-05-28flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov
2014-05-28flacdec: do not overwrite a channel layout set by the callerAnton Khirnov
2013-07-29Merge commit '45ee556d51ef04d79d52bf6b0b7f28a4d231cb0c'Michael Niedermayer
2013-07-28flac: use meaningful return valuesLuca Barbato
2013-02-07flac: add channel layout masks for streams with 7 or 8 channels.Tim Walker
2013-02-06flac: add channel layout masks for streams with 7 or 8 channelsTim Walker
2012-12-08get_bits: rename get_bits_longlong to get_bits64Michael Niedermayer
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-02Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer
2012-11-01flacdec: allow mid-stream channel layout changeJustin Ruggles
2012-09-30flac: use get_bits_longlong()Paul B Mahol
2012-07-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-12flac: Move flac functions shared between libraries to flac common codeDiego Biurrun
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard
2012-02-24Revert "Set channel layout in flac decoder."Michael Niedermayer
2012-02-24Revert "Fix channel layout for some stereo flac files."Michael Niedermayer
2011-04-29Fix channel layout for some stereo flac files.Carl Eugen Hoyos
2011-04-23Set channel layout in flac decoder.Carl Eugen Hoyos
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-12-07cosmetics: line wrap after last commitJustin Ruggles
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-07Check validity of the frame sync code in ff_flac_decode_frame_header().Michael Chinen
2010-12-07Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen
2009-03-21add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles
2009-01-24rename flac.c to flacdec.cJustin Ruggles
2009-01-23flacdec: add support for 3 additional sample rate codesJustin Ruggles
2008-09-03fix issue 616 on roundup : decoding of short flac filesJai Menon
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-18Support reading large metadata.Michael Niedermayer
2008-07-18Make bitstream_* fields unsigned.Michael Niedermayer
2008-07-18Only realloc() bitstream buffer when the needed size increased,Michael Niedermayer