aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/flac.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer2012-11-021-0/+3
|\
| * flacdec: allow mid-stream channel layout changeJustin Ruggles2012-11-011-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-4/+4
|\|
| * flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard2012-07-041-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-7/+7
|\|
| * lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov2011-10-201-7/+7
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.Michael Chinen2010-12-071-0/+1
* Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be usedMichael Chinen2010-12-071-1/+2
* Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them inMichael Chinen2010-12-071-0/+5
* Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen2010-12-071-0/+10
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* flacdec: split frame header decoding and validation into a separateJustin Ruggles2009-03-241-3/+12
* cosmetics: vertical alignmentJustin Ruggles2009-03-221-1/+1
* add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles2009-03-211-0/+8
* share channel mode constants between the FLAC decoder and FLAC encoderJustin Ruggles2009-03-211-0/+7
* share some constants between the FLAC encoder and FLAC decoderJustin Ruggles2009-03-191-0/+3
* flacdec: Add a shared function for parsing a FLAC metadata block header.Justin Ruggles2009-03-061-0/+10
* flacdec: Remove unused variable, min_blocksize.Justin Ruggles2009-03-031-1/+0
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-261-0/+16
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* flacdec: get total number of samples from STREAMINFOJustin Ruggles2009-01-251-0/+1
* move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles2009-01-251-0/+2
* define FLAC metadata types in flac.hJustin Ruggles2009-01-251-0/+11
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* include avcodec.hJustin Ruggles2008-05-021-0/+2
* share streaminfo parsing functionJustin Ruggles2008-05-021-0/+13
* split out some decoder context params to a shared macroJustin Ruggles2008-05-021-0/+42