index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
flac.h
Age
Commit message (
Expand
)
Author
2012-07-04
flac: make FLAC_CHMODE_* constants consecutive
Mans Rullgard
2011-10-20
lavc: use avpriv_ prefix for some flac symbols used in lavf.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-12-07
Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.
Michael Chinen
2010-12-07
Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be used
Michael Chinen
2010-12-07
Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them in
Michael Chinen
2010-12-07
Move decode_frame_header() from flacdec.c to flac.c/h to share with the
Michael Chinen
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-03-24
flacdec: split frame header decoding and validation into a separate
Justin Ruggles
2009-03-22
cosmetics: vertical alignment
Justin Ruggles
2009-03-21
add a function to calculate a more accurate estimate for maximum FLAC
Justin Ruggles
2009-03-21
share channel mode constants between the FLAC decoder and FLAC encoder
Justin Ruggles
2009-03-19
share some constants between the FLAC encoder and FLAC decoder
Justin Ruggles
2009-03-06
flacdec: Add a shared function for parsing a FLAC metadata block header.
Justin Ruggles
2009-03-03
flacdec: Remove unused variable, min_blocksize.
Justin Ruggles
2009-02-26
Use a shared function to validate FLAC extradata.
Justin Ruggles
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-25
flacdec: get total number of samples from STREAMINFO
Justin Ruggles
2009-01-25
move FLAC_STREAMINFO_SIZE to flac.h
Justin Ruggles
2009-01-25
define FLAC metadata types in flac.h
Justin Ruggles
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-05-02
include avcodec.h
Justin Ruggles
2008-05-02
share streaminfo parsing function
Justin Ruggles
2008-05-02
split out some decoder context params to a shared macro
Justin Ruggles