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
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
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