61 Commits (987903826b0dba2e134be200ac94be66b4a3acf1)

Author SHA1 Message Date
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 16 years ago
Michael Niedermayer e0168e3b9c Support reading large metadata. 16 years ago
Michael Niedermayer 1e77df15dd Make bitstream_* fields unsigned. 16 years ago
Michael Niedermayer cfcd396bae Only realloc() bitstream buffer when the needed size increased, 16 years ago
Michael Niedermayer 2b4b8c824e If metadata has been parsed goto end instead of trying to 16 years ago
Michael Niedermayer 4c453ddbbc Make our flac decoder decode all the data at EOF. 16 years ago
Stefan Gehrer cf2baeb338 mark read-only data as const 16 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) 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