summaryrefslogtreecommitdiff
path: root/libavcodec/flac.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/flac: smallest frame is 10 bytesPaul B Mahol2022-09-051-1/+1
* avcodec/flac: Don't use bytestream API unnecessarilyAndreas Rheinhardt2022-09-021-3/+3
* avcodec/flac: Move decoder+parser stuff into a new header, flac_parse.hAndreas Rheinhardt2022-09-021-64/+2
* avcodec/flac: Remove pointless defineAndreas Rheinhardt2022-09-021-7/+6
* avcodec/flac: Remove unused parameter from ff_flac_is_extradata_valid()Andreas Rheinhardt2022-09-021-6/+0
* avcodec/flac: Move ff_flac_get_max_frame_size() to flacenc.cAndreas Rheinhardt2022-09-021-8/+0
* avcodec/flac: Remove unnecessary FLACSTREAMINFO defineAndreas Rheinhardt2022-09-021-7/+4
* flac: convert to new channel layout APIAnton Khirnov2022-03-151-1/+1
* avcodec/flac: forward errors from ff_flac_parse_streaminfo()Michael Niedermayer2016-12-031-1/+3
* avcodec/flac: remove avpriv parsing API cruftHendrik Leppkes2015-09-061-8/+0
* Merge commit 'acc897e6b15776ed438b88ffe330ec48f6b50e48'Michael Niedermayer2014-11-061-3/+6
|\
| * lavc: make avpriv_flac_is_extradata_valid() private on the next bumpAnton Khirnov2014-11-061-3/+6
* | Merge commit 'c070a8751597e3aa1b443e88464da785d8966b14'Michael Niedermayer2014-11-061-0/+5
|\ \ | |/
| * lavc: make avpriv_flac_parse_streaminfo() private on the next bumpAnton Khirnov2014-11-061-0/+5
* | Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d'Michael Niedermayer2014-08-101-5/+0
|\ \ | |/
| * lavc: remove obsolete and disabled avpriv functionsAnton Khirnov2014-08-091-5/+0
* | Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0'Michael Niedermayer2014-05-281-7/+22
|\ \ | |/
| * flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov2014-05-281-7/+22
* | 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