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
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
2006-08-28force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs
2006-07-08moving utf8 reading function to libavutilMichael Niedermayer
2006-07-08seems i forgot to commit this simplification ...Michael Niedermayer
2006-06-21fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com>Luca Barbato
2006-03-06switch flac to av_crcMichael Niedermayer
2006-01-26warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-05AV_LOG_DEBUG vs. AV_LOG_ERRORMichael Niedermayer
2005-04-24Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson
2005-02-2810l (deallocated memory again)Loren Merritt
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård