11 Commits (7fa9a0a2565d2b1b9039c7e4da9092a2760579a1)

Author SHA1 Message Date
Justin Ruggles ce7e82144f move FLAC_STREAMINFO_SIZE to flac.h 16 years ago
Justin Ruggles d38b88213e define FLAC metadata types in flac.h 16 years ago
Justin Ruggles 9f3d3ecf92 flacdec: cosmetics: some line wrapping at 80 chars 16 years ago
Justin Ruggles 1df0390eed flacdec: cosmetics: indentation 16 years ago
Justin Ruggles 1bec121f9e flacdec: cosmetics: use consistent coding style (K&R) 16 years ago
Justin Ruggles 13de8a080a cosmetics: indentation 16 years ago
Justin Ruggles 5305f40bb8 flacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR 16 years ago
Justin Ruggles 9f2db54594 flacdec: remove another unneeded debugging statement 16 years ago
Justin Ruggles f7f3e3bf4a flacdec: remove unneeded debugging statements 16 years ago
Justin Ruggles c5706efd57 flacdec: remove some unused code 16 years ago
Justin Ruggles 8f51144bf4 rename flac.c to flacdec.c 16 years ago
Justin Ruggles 959e000627 flacdec: add support for 3 additional sample rate codes 16 years ago
Jai Menon d3ce0792c2 fix issue 616 on roundup : decoding of short flac files 16 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
Michael Niedermayer e0168e3b9c Support reading large metadata. 17 years ago
Michael Niedermayer 1e77df15dd Make bitstream_* fields unsigned. 17 years ago
Michael Niedermayer cfcd396bae Only realloc() bitstream buffer when the needed size increased, 17 years ago
Michael Niedermayer 2b4b8c824e If metadata has been parsed goto end instead of trying to 17 years ago
Michael Niedermayer 4c453ddbbc Make our flac decoder decode all the data at EOF. 17 years ago
Stefan Gehrer cf2baeb338 mark read-only data as const 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Ramiro Polla 1f4fa6a4ef Indent. 17 years ago
Ramiro Polla 0ec7b71de8 Do not read out of array bounds. 17 years ago
Justin Ruggles 512b37bb28 move call to init_get_bits inside conditional 17 years ago
Justin Ruggles 9482171bbd share streaminfo parsing function 17 years ago
Justin Ruggles 9d48410f14 split out some decoder context params to a shared macro 17 years ago
Justin Ruggles 4bc07e78b8 change function parameters for dump_headers() 17 years ago
Justin Ruggles a128cc91f3 change function parameters for metadata_streaminfo() 17 years ago
Justin Ruggles b88e657628 remove unused variable, min_framesize 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer cea9642014 Fix ;; 17 years ago
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) 18 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 19 years ago
Michael Niedermayer c448303df6 seems i forgot to commit this simplification ... 19 years ago