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
2013-07-28flac: use meaningful return valuesLuca Barbato
2013-02-07flac: add channel layout masks for streams with 7 or 8 channels.Tim Walker
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-01flacdec: allow mid-stream channel layout changeJustin Ruggles
2012-07-12flac: Move flac functions shared between libraries to flac common codeDiego Biurrun
2012-07-04flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard
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
2008-07-18If metadata has been parsed goto end instead of trying toMichael Niedermayer
2008-07-14Make our flac decoder decode all the data at EOF.Michael Niedermayer
2008-06-25mark read-only data as constStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-04Indent.Ramiro Polla
2008-05-04Do not read out of array bounds.Ramiro Polla
2008-05-03move call to init_get_bits inside conditionalJustin Ruggles
2008-05-03share streaminfo parsing functionJustin Ruggles
2008-05-03split out some decoder context params to a shared macroJustin Ruggles
2008-05-03change function parameters for dump_headers()Justin Ruggles
2008-05-03change function parameters for metadata_streaminfo()Justin Ruggles
2008-04-29remove unused variable, min_framesizeJustin Ruggles
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-20Fix ;;Michael Niedermayer
2008-02-01constMichael Niedermayer
2008-01-05improve CRC APIAurelien Jacobs
2007-11-04Add decoding support for variable block size FLAC files using the latest FLACJosh Coalson
2007-11-04Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson.Josh Coalson
2007-09-3020% faster lpc, 6% overall flac decodingLoren Merritt
2007-09-30replace FIR with finite differences.Loren Merritt
2007-09-26optimize decode_subframe_lpc()Loren Merritt
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-06-14add and remove some parenthesesBenoit Fouet
2007-06-12fix 8- and 24-bit FLAC decodingMichael Donaghy
2007-01-21Fix crash when pred_order greater s->blocksize >> rice_order.Reimar Döffinger
2007-01-15avcodec_decode_audio2()Michael Niedermayer
2006-11-24flac: allow reading of full metadata headers from extradataAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun