| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | cosmetics: add an @return to documentation for decode_frame_header() | Justin Ruggles | 2009-03-24 | 1 | -0/+1 |
* | flacdec: split frame header decoding and validation into a separate | Justin Ruggles | 2009-03-24 | 1 | -37/+56 |
* | flacdec: cosmetics: white space | Justin Ruggles | 2009-03-22 | 1 | -3/+3 |
* | flacdec: cosmetics: separate the pure frame header parsing code from | Justin Ruggles | 2009-03-22 | 1 | -32/+34 |
* | flacdec: allow sample rate to change mid-stream, but log a warning | Justin Ruggles | 2009-03-22 | 1 | -4/+8 |
* | flacdec: cosmetics: indentation | Justin Ruggles | 2009-03-22 | 1 | -1/+1 |
* | flacdec: change frame bps validation to return an error value if bps | Justin Ruggles | 2009-03-22 | 1 | -9/+10 |
* | flacdec: cosmetics: add some braces to if/else statements | Justin Ruggles | 2009-03-22 | 1 | -15/+15 |
* | flacdec: skip frame when allocated data size is too small | Justin Ruggles | 2009-03-22 | 1 | -1/+1 |
* | 10l: don't check against current layout until after validating ch_mode. | Justin Ruggles | 2009-03-22 | 1 | -1/+1 |
* | flacdec: give a more accurate error message when validating channel | Justin Ruggles | 2009-03-22 | 1 | -4/+11 |
* | flacdec: move data size check to flac_decode_frame() | Justin Ruggles | 2009-03-22 | 1 | -6/+12 |
* | flacdec: comments and white space. | Justin Ruggles | 2009-03-22 | 1 | -3/+12 |
* | flacdec: remove unneeded local variable | Justin Ruggles | 2009-03-22 | 1 | -5/+4 |
* | flacdec: cosmetics: rename 3 variables | Justin Ruggles | 2009-03-22 | 1 | -19/+19 |
* | flacdec: use a local variable for GetBitContext in decode_frame() | Justin Ruggles | 2009-03-22 | 1 | -15/+16 |
* | add a function to calculate a more accurate estimate for maximum FLAC | Justin Ruggles | 2009-03-21 | 1 | -1/+2 |
* | flacdec: account for frame and subframe header overhead when calculating | Justin Ruggles | 2009-03-21 | 1 | -2/+1 |
* | share sample rate and blocksize tables between the FLAC encoder and FLAC | Justin Ruggles | 2009-03-21 | 1 | -13/+3 |
* | flacdec: remove unneeded variable, 'assignment' | Justin Ruggles | 2009-03-21 | 1 | -7/+5 |
* | flacdec: cosmetics: rename 'decorrelation' to 'ch_mode' | Justin Ruggles | 2009-03-21 | 1 | -8/+8 |
* | share channel mode constants between the FLAC decoder and FLAC encoder | Justin Ruggles | 2009-03-21 | 1 | -16/+9 |
* | share some constants between the FLAC encoder and FLAC decoder | Justin Ruggles | 2009-03-19 | 1 | -7/+4 |
* | flacdec: Add a shared function for parsing a FLAC metadata block header. | Justin Ruggles | 2009-03-06 | 1 | -6/+16 |
* | flacdec: cosmetics: Add a comment with the data of the smallest FLAC | Justin Ruggles | 2009-03-05 | 1 | -1/+2 |
* | flacdec: There is an even smaller FLAC frame size possibility. | Justin Ruggles | 2009-03-05 | 1 | -1/+1 |
* | flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16 | Justin Ruggles | 2009-03-05 | 1 | -1/+1 |
* | flacdec: cosmetics: move 2 statements to immediately after frame | Justin Ruggles | 2009-03-05 | 1 | -3/+2 |
* | flacdec: Simplify frame sync by not using the bitstream reader. | Justin Ruggles | 2009-03-05 | 1 | -9/+11 |
* | flacdec: Split the metadata_parse() function into 2 separate functions, | Justin Ruggles | 2009-03-05 | 1 | -36/+50 |
* | flacdec: Add a check for small buffer size. This ensures reading as | Justin Ruggles | 2009-03-04 | 1 | -0/+5 |
* | flacdec: cosmetics: Use a more descriptive variable name for the number | Justin Ruggles | 2009-03-04 | 1 | -7/+7 |
* | flacdec: Handle 32 bps data when checking allocated size. | Justin Ruggles | 2009-03-04 | 1 | -1/+1 |
* | flacdec: Check curr_bps after wasted bits are subtracted. | Justin Ruggles | 2009-03-04 | 1 | -4/+4 |
* | flacdec: When there is not enough data to read the next header block, | Justin Ruggles | 2009-03-04 | 1 | -2/+2 |
* | cosmetics: indentation after last commit | Justin Ruggles | 2009-03-04 | 1 | -22/+22 |
* | flacdec: Check for an inline header before calling metadata_parse(). | Justin Ruggles | 2009-03-04 | 1 | -5/+8 |
* | flacdec: Allocate buffers right after STREAMINFO is parsed. | Justin Ruggles | 2009-03-04 | 1 | -2/+1 |
* | cosmetics: indentation after last commit | Justin Ruggles | 2009-03-03 | 1 | -2/+2 |
* | flacdec: Avoid parsing the STREAMINFO multiple times. | Justin Ruggles | 2009-03-03 | 1 | -4/+7 |
* | flacdec: Warn about invalid max blocksize and limit the minimum value. | Justin Ruggles | 2009-03-03 | 1 | -0/+5 |
* | cosmetics: remove a pointless comment | Justin Ruggles | 2009-03-03 | 1 | -1/+0 |
* | flacdec: Remove unused variable, min_blocksize. | Justin Ruggles | 2009-03-03 | 1 | -3/+2 |
* | flacdec: Return error when blocksize code of 0 is found. It is a | Justin Ruggles | 2009-03-03 | 1 | -3/+4 |
* | flacdec: Avoid trying to read 33 bits. This occurs when the source | Justin Ruggles | 2009-03-03 | 1 | -0/+5 |
* | flacdec: ALT_BITSTREAM_READER is no longer required. | Justin Ruggles | 2009-03-03 | 1 | -1/+0 |
* | flacdec: use get_sbits_long() where needed. | Justin Ruggles | 2009-03-03 | 1 | -5/+5 |
* | flacdec: Use get/skip_bits_long() for more than 17-bits and | Justin Ruggles | 2009-03-02 | 1 | -4/+4 |