41 Commits (816ebf93201cd11e01b59c136930f317192d160e)

Author SHA1 Message Date
Michael Niedermayer 1545c5e535 const 17 years ago
Aurelien Jacobs 3abe5fbdc4 improve CRC API 17 years ago
Josh Coalson 0cb2774a4a Add decoding support for variable block size FLAC files using the latest FLAC 17 years ago
Josh Coalson e471443ab5 Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson. 17 years ago
Loren Merritt d1a5c4216c 20% faster lpc, 6% overall flac decoding 17 years ago
Loren Merritt 08965b22e2 replace FIR with finite differences. 17 years ago
Loren Merritt bd49d4fd49 optimize decode_subframe_lpc() 17 years ago
Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 17 years ago
Benoit Fouet 71fd12253d add and remove some parentheses 18 years ago
Michael Donaghy 3cce801a0b fix 8- and 24-bit FLAC decoding 18 years ago
Reimar Döffinger 5484dad7f6 Fix crash when pred_order greater s->blocksize >> rice_order. 18 years ago
Michael Niedermayer ac66834c75 avcodec_decode_audio2() 18 years ago
Aurelien Jacobs 17c90b9d62 flac: allow reading of full metadata headers from extradata 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Aurelien Jacobs 75c998a219 force usage of ALT_BITSTREAM_READER where needed 18 years ago
Michael Niedermayer 9d82b0dda1 moving utf8 reading function to libavutil 18 years ago
Michael Niedermayer c448303df6 seems i forgot to commit this simplification ... 18 years ago
Luca Barbato 0187178e07 fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com> 19 years ago
Michael Niedermayer b865838ea2 switch flac to av_crc 19 years ago
Diego Biurrun f038fe8b4a warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 1cef211dca AV_LOG_DEBUG vs. AV_LOG_ERROR 19 years ago
Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
Loren Merritt 56b31a8ee2 10l (deallocated memory again) 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Loren Merritt 09f20d3786 Fix a crash when multiple metadata packets are present. 20 years ago
Michael Niedermayer db2fcbbdb3 10l (use of deallocated memory) 20 years ago
Michael Niedermayer caa336b4cc common.c -> bitstream.c (and the single non bitstream func -> utils.c) 20 years ago
Alex Beregszaszi 41aecb13f3 skip_utf8, unused yet 21 years ago
Mike Melanson 3f1899a834 warning vigilance 21 years ago
Mike Melanson 9eda2f94c7 attempt to create some separation in the FLAC system with respect to 21 years ago
Michael Niedermayer 53db1cae1c data_size = 0 cleanup 21 years ago
Falk Hüffner 7906085fcc warning patrol 21 years ago
Zdenek Kabelac 62c438a241 * const warn elimintation 21 years ago
Michael Niedermayer 1e31d32c34 flac_flush() 21 years ago
Michael Niedermayer 0496a03413 simplify 21 years ago
Michael Niedermayer 9d65611096 crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix dot inf dot upol dot cz>) 21 years ago
Michael Niedermayer 4fd125984b remove residual array, it isnt really needed 21 years ago
Michael Niedermayer ac2570a8b0 flac fixes: 21 years ago
Michael Niedermayer 4f52c3126b flac decoder by (Alex Beregszaszi <alex at fsn dot hu>) 21 years ago