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-05flacdec: There is an even smaller FLAC frame size possibility.Justin Ruggles
2009-03-05flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16Justin Ruggles
2009-03-05flacdec: cosmetics: move 2 statements to immediately after frameJustin Ruggles
2009-03-05flacdec: Simplify frame sync by not using the bitstream reader.Justin Ruggles
2009-03-05flacdec: Split the metadata_parse() function into 2 separate functions,Justin Ruggles
2009-03-05flacdec: Add a check for small buffer size. This ensures reading asJustin Ruggles
2009-03-05flacdec: cosmetics: Use a more descriptive variable name for the numberJustin Ruggles
2009-03-05flacdec: Handle 32 bps data when checking allocated size.Justin Ruggles
2009-03-05flacdec: Check curr_bps after wasted bits are subtracted.Justin Ruggles
2009-03-04flacdec: When there is not enough data to read the next header block,Justin Ruggles
2009-03-04cosmetics: indentation after last commitJustin Ruggles
2009-03-04flacdec: Check for an inline header before calling metadata_parse().Justin Ruggles
2009-03-04flacdec: Allocate buffers right after STREAMINFO is parsed.Justin Ruggles
2009-03-04cosmetics: indentation after last commitJustin Ruggles
2009-03-04flacdec: Avoid parsing the STREAMINFO multiple times.Justin Ruggles
2009-03-03flacdec: Warn about invalid max blocksize and limit the minimum value.Justin Ruggles
2009-03-03cosmetics: remove a pointless commentJustin Ruggles
2009-03-03flacdec: Remove unused variable, min_blocksize.Justin Ruggles
2009-03-03flacdec: Return error when blocksize code of 0 is found. It is aJustin Ruggles
2009-03-03flacdec: Avoid trying to read 33 bits. This occurs when the sourceJustin Ruggles
2009-03-03flacdec: ALT_BITSTREAM_READER is no longer required.Justin Ruggles
2009-03-03flacdec: use get_sbits_long() where needed.Justin Ruggles
2009-03-02flacdec: Use get/skip_bits_long() for more than 17-bits andJustin Ruggles
2009-02-26cosmetics: line wrap and indentation after last commit.Justin Ruggles
2009-02-26Use a shared function to validate FLAC extradata.Justin Ruggles
2009-02-17flacdec: Silence false positive warning about uninitialized variables inPatrik Kullman
2009-02-02flacdec: set default sample_fmt before parsing extradataJustin Ruggles
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-31cosmetics: change comment type and vertical alignmentJustin Ruggles
2009-01-31cosmetics: add some documentation to FLACContextJustin Ruggles
2009-01-31flacdec: add support for SAMPLE_FMT_32Justin Ruggles
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
2009-01-24flacdec: cosmetics: some line wrapping at 80 charsJustin Ruggles
2009-01-24flacdec: cosmetics: indentationJustin Ruggles
2009-01-24flacdec: cosmetics: use consistent coding style (K&R)Justin Ruggles
2009-01-24cosmetics: indentationJustin Ruggles
2009-01-24flacdec: change several AV_LOG_DEBUG to AV_LOG_ERRORJustin Ruggles
2009-01-24flacdec: remove another unneeded debugging statementJustin Ruggles
2009-01-24flacdec: remove unneeded debugging statementsJustin Ruggles
2009-01-24flacdec: remove some unused codeJustin Ruggles
2009-01-24rename flac.c to flacdec.cJustin Ruggles