summaryrefslogtreecommitdiff
path: root/libavcodec/flac.c
Commit message (Expand)AuthorAge
* get_bits: rename get_bits_longlong to get_bits64Michael Niedermayer2012-12-08
* Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer2012-11-02
|\|
| * flacdec: allow mid-stream channel layout changeJustin Ruggles2012-11-01
* | flac: use get_bits_longlong()Paul B Mahol2012-09-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-12
|\|
| * flac: Move flac functions shared between libraries to flac common codeDiego Biurrun2012-07-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-04
|\|
| * flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard2012-07-04
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Revert "Set channel layout in flac decoder."Michael Niedermayer2012-02-24
* | Revert "Fix channel layout for some stereo flac files."Michael Niedermayer2012-02-24
* | Fix channel layout for some stereo flac files.Carl Eugen Hoyos2011-04-29
* | Set channel layout in flac decoder.Carl Eugen Hoyos2011-04-23
|/
* cosmetics: line wrap after last commitJustin Ruggles2010-12-07
* Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be usedMichael Chinen2010-12-07
* Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them inMichael Chinen2010-12-07
* Check validity of the frame sync code in ff_flac_decode_frame_header().Michael Chinen2010-12-07
* Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen2010-12-07
* add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles2009-03-21
* rename flac.c to flacdec.cJustin Ruggles2009-01-23
* flacdec: add support for 3 additional sample rate codesJustin Ruggles2009-01-22
* fix issue 616 on roundup : decoding of short flac filesJai Menon2008-09-03
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Support reading large metadata.Michael Niedermayer2008-07-18
* Make bitstream_* fields unsigned.Michael Niedermayer2008-07-18
* Only realloc() bitstream buffer when the needed size increased,Michael Niedermayer2008-07-18
* If metadata has been parsed goto end instead of trying toMichael Niedermayer2008-07-18
* Make our flac decoder decode all the data at EOF.Michael Niedermayer2008-07-13
* mark read-only data as constStefan Gehrer2008-06-24
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Indent.Ramiro Polla2008-05-04
* Do not read out of array bounds.Ramiro Polla2008-05-04
* move call to init_get_bits inside conditionalJustin Ruggles2008-05-02
* share streaminfo parsing functionJustin Ruggles2008-05-02
* split out some decoder context params to a shared macroJustin Ruggles2008-05-02
* change function parameters for dump_headers()Justin Ruggles2008-05-02
* change function parameters for metadata_streaminfo()Justin Ruggles2008-05-02
* remove unused variable, min_framesizeJustin Ruggles2008-04-29
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* Fix ;;Michael Niedermayer2008-02-19
* constMichael Niedermayer2008-02-01
* improve CRC APIAurelien Jacobs2008-01-04
* Add decoding support for variable block size FLAC files using the latest FLACJosh Coalson2007-11-04
* Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson.Josh Coalson2007-11-03
* 20% faster lpc, 6% overall flac decodingLoren Merritt2007-09-30
* replace FIR with finite differences.Loren Merritt2007-09-30