summaryrefslogtreecommitdiffstats
path: root/libavcodec/flac.c
Commit message (Expand)AuthorAgeFilesLines
* Set channel layout in flac decoder.Carl Eugen Hoyos2011-04-231-0/+3
* cosmetics: line wrap after last commitJustin Ruggles2010-12-071-7/+14
* Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be usedMichael Chinen2010-12-071-9/+9
* Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them inMichael Chinen2010-12-071-3/+4
* Check validity of the frame sync code in ff_flac_decode_frame_header().Michael Chinen2010-12-071-1/+7
* Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen2010-12-071-0/+94
* add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles2009-03-211-0/+43
* rename flac.c to flacdec.cJustin Ruggles2009-01-231-795/+0
* flacdec: add support for 3 additional sample rate codesJustin Ruggles2009-01-221-2/+3
* fix issue 616 on roundup : decoding of short flac filesJai Menon2008-09-031-1/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Support reading large metadata.Michael Niedermayer2008-07-181-1/+14
* Make bitstream_* fields unsigned.Michael Niedermayer2008-07-181-2/+2
* Only realloc() bitstream buffer when the needed size increased,Michael Niedermayer2008-07-181-1/+2
* If metadata has been parsed goto end instead of trying toMichael Niedermayer2008-07-181-3/+3
* Make our flac decoder decode all the data at EOF.Michael Niedermayer2008-07-131-1/+2
* mark read-only data as constStefan Gehrer2008-06-241-3/+3
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Indent.Ramiro Polla2008-05-041-4/+4
* Do not read out of array bounds.Ramiro Polla2008-05-041-0/+4
* move call to init_get_bits inside conditionalJustin Ruggles2008-05-021-1/+1
* share streaminfo parsing functionJustin Ruggles2008-05-021-8/+7
* split out some decoder context params to a shared macroJustin Ruggles2008-05-021-4/+4
* change function parameters for dump_headers()Justin Ruggles2008-05-021-8/+8
* change function parameters for metadata_streaminfo()Justin Ruggles2008-05-021-17/+20
* remove unused variable, min_framesizeJustin Ruggles2008-04-291-3/+3
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* Fix ;;Michael Niedermayer2008-02-191-1/+1
* constMichael Niedermayer2008-02-011-1/+1
* improve CRC APIAurelien Jacobs2008-01-041-1/+2
* Add decoding support for variable block size FLAC files using the latest FLACJosh Coalson2007-11-041-2/+2
* Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson.Josh Coalson2007-11-031-3/+3
* 20% faster lpc, 6% overall flac decodingLoren Merritt2007-09-301-15/+18
* replace FIR with finite differences.Loren Merritt2007-09-301-16/+17
* optimize decode_subframe_lpc()Loren Merritt2007-09-251-3/+18
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-1/+1
* add and remove some parenthesesBenoit Fouet2007-06-141-3/+3
* fix 8- and 24-bit FLAC decodingMichael Donaghy2007-06-121-14/+3
* Fix crash when pred_order greater s->blocksize >> rice_order.Reimar Döffinger2007-01-211-0/+4
* avcodec_decode_audio2()Michael Niedermayer2007-01-141-2/+8
* flac: allow reading of full metadata headers from extradataAurelien Jacobs2006-11-231-47/+56
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs2006-08-281-0/+1
* moving utf8 reading function to libavutilMichael Niedermayer2006-07-071-44/+3
* seems i forgot to commit this simplification ...Michael Niedermayer2006-07-071-37/+14
* fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com>Luca Barbato2006-06-211-14/+39
* switch flac to av_crcMichael Niedermayer2006-03-061-47/+2
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-251-1/+1
OpenPOWER on IntegriCloud