summaryrefslogtreecommitdiff
path: root/libavcodec/flacdec.c
Commit message (Expand)AuthorAge
...
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Set sample format in flac_decode_init() rather than inJustin Ruggles2009-11-01
* add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXMEJustin Ruggles2009-09-16
* flacdec: change variable-length array to fixed lengthMåns Rullgård2009-08-19
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-29
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* cosmetics: add an @return to documentation for decode_frame_header()Justin Ruggles2009-03-24
* flacdec: split frame header decoding and validation into a separateJustin Ruggles2009-03-24
* flacdec: cosmetics: white spaceJustin Ruggles2009-03-22
* flacdec: cosmetics: separate the pure frame header parsing code fromJustin Ruggles2009-03-22
* flacdec: allow sample rate to change mid-stream, but log a warningJustin Ruggles2009-03-22
* flacdec: cosmetics: indentationJustin Ruggles2009-03-22
* flacdec: change frame bps validation to return an error value if bpsJustin Ruggles2009-03-22
* flacdec: cosmetics: add some braces to if/else statementsJustin Ruggles2009-03-22
* flacdec: skip frame when allocated data size is too smallJustin Ruggles2009-03-22
* 10l: don't check against current layout until after validating ch_mode.Justin Ruggles2009-03-22
* flacdec: give a more accurate error message when validating channelJustin Ruggles2009-03-22
* flacdec: move data size check to flac_decode_frame()Justin Ruggles2009-03-22
* flacdec: comments and white space.Justin Ruggles2009-03-22
* flacdec: remove unneeded local variableJustin Ruggles2009-03-22
* flacdec: cosmetics: rename 3 variablesJustin Ruggles2009-03-22
* flacdec: use a local variable for GetBitContext in decode_frame()Justin Ruggles2009-03-22
* add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles2009-03-21
* flacdec: account for frame and subframe header overhead when calculatingJustin Ruggles2009-03-21
* share sample rate and blocksize tables between the FLAC encoder and FLACJustin Ruggles2009-03-21
* flacdec: remove unneeded variable, 'assignment'Justin Ruggles2009-03-21
* flacdec: cosmetics: rename 'decorrelation' to 'ch_mode'Justin Ruggles2009-03-21
* share channel mode constants between the FLAC decoder and FLAC encoderJustin Ruggles2009-03-21
* share some constants between the FLAC encoder and FLAC decoderJustin Ruggles2009-03-19
* flacdec: Add a shared function for parsing a FLAC metadata block header.Justin Ruggles2009-03-06
* flacdec: cosmetics: Add a comment with the data of the smallest FLACJustin Ruggles2009-03-05
* flacdec: There is an even smaller FLAC frame size possibility.Justin Ruggles2009-03-05
* flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16Justin Ruggles2009-03-05
* flacdec: cosmetics: move 2 statements to immediately after frameJustin Ruggles2009-03-05
* flacdec: Simplify frame sync by not using the bitstream reader.Justin Ruggles2009-03-05
* flacdec: Split the metadata_parse() function into 2 separate functions,Justin Ruggles2009-03-05
* flacdec: Add a check for small buffer size. This ensures reading asJustin Ruggles2009-03-04
* flacdec: cosmetics: Use a more descriptive variable name for the numberJustin Ruggles2009-03-04
* flacdec: Handle 32 bps data when checking allocated size.Justin Ruggles2009-03-04
* flacdec: Check curr_bps after wasted bits are subtracted.Justin Ruggles2009-03-04
* flacdec: When there is not enough data to read the next header block,Justin Ruggles2009-03-04
* cosmetics: indentation after last commitJustin Ruggles2009-03-04
* flacdec: Check for an inline header before calling metadata_parse().Justin Ruggles2009-03-04
* flacdec: Allocate buffers right after STREAMINFO is parsed.Justin Ruggles2009-03-04
* cosmetics: indentation after last commitJustin Ruggles2009-03-03
* flacdec: Avoid parsing the STREAMINFO multiple times.Justin Ruggles2009-03-03
* flacdec: Warn about invalid max blocksize and limit the minimum value.Justin Ruggles2009-03-03
* cosmetics: remove a pointless commentJustin Ruggles2009-03-03