]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/flacdec.c
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavcodec / flacdec.c
2009-11-01 jbrSet sample format in flac_decode_init() rather than in
2009-09-16 jbradd CODEC_CAP_SUBFRAMES to the FLAC decoder capabilitie...
2009-08-19 mruflacdec: change variable-length array to fixed length
2009-06-29 rbultjeRename ff_log_missing_feature() to av_log_missing_featu...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-24 jbrcosmetics: add an @return to documentation for decode_f...
2009-03-24 jbrflacdec: split frame header decoding and validation...
2009-03-22 jbrflacdec: cosmetics: white space
2009-03-22 jbrflacdec: cosmetics: separate the pure frame header...
2009-03-22 jbrflacdec: allow sample rate to change mid-stream, but...
2009-03-22 jbrflacdec: cosmetics: indentation
2009-03-22 jbrflacdec: change frame bps validation to return an error...
2009-03-22 jbrflacdec: cosmetics: add some braces to if/else statements
2009-03-22 jbrflacdec: skip frame when allocated data size is too...
2009-03-22 jbr10l: don't check against current layout until after...
2009-03-22 jbrflacdec: give a more accurate error message when valida...
2009-03-22 jbrflacdec: move data size check to flac_decode_frame()
2009-03-22 jbrflacdec: cosmetics: comments and white space
2009-03-22 jbrflacdec: remove unneeded local variable
2009-03-22 jbrflacdec: cosmetics: rename 3 variables
2009-03-22 jbrflacdec: use a local variable for GetBitContext in...
2009-03-21 jbradd a function to calculate a more accurate estimate...
2009-03-21 jbrflacdec: account for frame and subframe header overhead...
2009-03-21 jbrshare sample rate and blocksize tables between the...
2009-03-21 jbrflacdec: remove unneeded variable, 'assignment'
2009-03-21 jbrflacdec: cosmetics: rename 'decorrelation' to 'ch_mode'
2009-03-21 jbrshare channel mode constants between the FLAC decoder...
2009-03-19 jbrshare some constants between the FLAC encoder and FLAC...
2009-03-06 jbrflacdec: Add a shared function for parsing a FLAC metad...
2009-03-05 jbrflacdec: cosmetics: Add a comment with the data of...
2009-03-05 jbrflacdec: There is an even smaller FLAC frame size possi...
2009-03-05 jbrflacdec: 10l to me. I miscalculated the smallest FLAC...
2009-03-05 jbrflacdec: cosmetics: move 2 statements to immediately...
2009-03-05 jbrflacdec: Simplify frame sync by not using the bitstream...
2009-03-05 jbrflacdec: Split the metadata_parse() function into 2...
2009-03-04 jbrflacdec: Add a check for small buffer size. This ensur...
2009-03-04 jbrflacdec: cosmetics: Use a more descriptive variable...
2009-03-04 jbrflacdec: Handle 32 bps data when checking allocated...
2009-03-04 jbrflacdec: Check curr_bps after wasted bits are subtracted.
2009-03-04 jbrflacdec: When there is not enough data to read the...
2009-03-04 jbrcosmetics: indentation after last commit
2009-03-04 jbrflacdec: Check for an inline header before calling...
2009-03-04 jbrflacdec: Allocate buffers right after STREAMINFO is...
2009-03-03 jbrcosmetics: indentation after last commit
2009-03-03 jbrflacdec: Avoid parsing the STREAMINFO multiple times.
2009-03-03 jbrflacdec: Warn about invalid max blocksize and limit...
2009-03-03 jbrcosmetics: remove a pointless comment
2009-03-03 jbrflacdec: Remove unused variable, min_blocksize.
2009-03-03 jbrflacdec: Return error when blocksize code of 0 is found...
2009-03-03 jbrflacdec: Avoid trying to read 33 bits. This occurs...
2009-03-03 jbrflacdec: ALT_BITSTREAM_READER is no longer required.
2009-03-03 jbrflacdec: use get_sbits_long() where needed.
2009-03-02 jbrflacdec: Use get/skip_bits_long() for more than 17...
2009-02-26 jbrcosmetics: line wrap and indentation after last commit.
2009-02-26 jbrUse a shared function to validate FLAC extradata.
2009-02-16 jbrflacdec: Silence false positive warning about uninitial...
2009-02-02 jbrflacdec: set default sample_fmt before parsing extradata
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-31 jbrcosmetics: change comment type and vertical alignment
2009-01-31 jbrcosmetics: add some documentation to FLACContext
2009-01-31 jbrflacdec: add support for SAMPLE_FMT_32
2009-01-25 jbrflacdec: get total number of samples from STREAMINFO
2009-01-25 jbrmove FLAC_STREAMINFO_SIZE to flac.h
2009-01-25 jbrdefine FLAC metadata types in flac.h
2009-01-24 jbrflacdec: cosmetics: some line wrapping at 80 chars
2009-01-24 jbrflacdec: cosmetics: indentation
2009-01-24 jbrflacdec: cosmetics: use consistent coding style (K&R)
2009-01-24 jbrcosmetics: indentation
2009-01-24 jbrflacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR
2009-01-24 jbrflacdec: remove another unneeded debugging statement
2009-01-24 jbrflacdec: remove unneeded debugging statements
2009-01-24 jbrflacdec: remove some unused code
2009-01-23 jbrrename flac.c to flacdec.c