| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/flac: remove avpriv parsing API cruft | Hendrik Leppkes | 2015-09-06 | 1 | -8/+0 |
* | Merge commit 'acc897e6b15776ed438b88ffe330ec48f6b50e48' | Michael Niedermayer | 2014-11-06 | 1 | -3/+6 |
|\ |
|
| * | lavc: make avpriv_flac_is_extradata_valid() private on the next bump | Anton Khirnov | 2014-11-06 | 1 | -3/+6 |
* | | Merge commit 'c070a8751597e3aa1b443e88464da785d8966b14' | Michael Niedermayer | 2014-11-06 | 1 | -0/+5 |
|\| |
|
| * | lavc: make avpriv_flac_parse_streaminfo() private on the next bump | Anton Khirnov | 2014-11-06 | 1 | -0/+5 |
* | | Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d' | Michael Niedermayer | 2014-08-10 | 1 | -5/+0 |
|\| |
|
| * | lavc: remove obsolete and disabled avpriv functions | Anton Khirnov | 2014-08-09 | 1 | -5/+0 |
* | | Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0' | Michael Niedermayer | 2014-05-28 | 1 | -7/+22 |
|\| |
|
| * | flac: make avpriv_flac_parse_block_header() inline | Anton Khirnov | 2014-05-28 | 1 | -7/+22 |
* | | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff' | Michael Niedermayer | 2012-11-02 | 1 | -0/+3 |
|\| |
|
| * | flacdec: allow mid-stream channel layout change | Justin Ruggles | 2012-11-01 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -4/+4 |
|\| |
|
| * | flac: make FLAC_CHMODE_* constants consecutive | Mans Rullgard | 2012-07-04 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -7/+7 |
|\| |
|
| * | lavc: use avpriv_ prefix for some flac symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -7/+7 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder. | Michael Chinen | 2010-12-07 | 1 | -0/+1 |
* | Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be used | Michael Chinen | 2010-12-07 | 1 | -1/+2 |
* | Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them in | Michael Chinen | 2010-12-07 | 1 | -0/+5 |
* | Move decode_frame_header() from flacdec.c to flac.c/h to share with the | Michael Chinen | 2010-12-07 | 1 | -0/+10 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | flacdec: split frame header decoding and validation into a separate | Justin Ruggles | 2009-03-24 | 1 | -3/+12 |
* | cosmetics: vertical alignment | Justin Ruggles | 2009-03-22 | 1 | -1/+1 |
* | add a function to calculate a more accurate estimate for maximum FLAC | Justin Ruggles | 2009-03-21 | 1 | -0/+8 |
* | share channel mode constants between the FLAC decoder and FLAC encoder | Justin Ruggles | 2009-03-21 | 1 | -0/+7 |
* | share some constants between the FLAC encoder and FLAC decoder | Justin Ruggles | 2009-03-19 | 1 | -0/+3 |
* | flacdec: Add a shared function for parsing a FLAC metadata block header. | Justin Ruggles | 2009-03-06 | 1 | -0/+10 |
* | flacdec: Remove unused variable, min_blocksize. | Justin Ruggles | 2009-03-03 | 1 | -1/+0 |
* | Use a shared function to validate FLAC extradata. | Justin Ruggles | 2009-02-26 | 1 | -0/+16 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | flacdec: get total number of samples from STREAMINFO | Justin Ruggles | 2009-01-25 | 1 | -0/+1 |
* | move FLAC_STREAMINFO_SIZE to flac.h | Justin Ruggles | 2009-01-25 | 1 | -0/+2 |
* | define FLAC metadata types in flac.h | Justin Ruggles | 2009-01-25 | 1 | -0/+11 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | include avcodec.h | Justin Ruggles | 2008-05-02 | 1 | -0/+2 |
* | share streaminfo parsing function | Justin Ruggles | 2008-05-02 | 1 | -0/+13 |
* | split out some decoder context params to a shared macro | Justin Ruggles | 2008-05-02 | 1 | -0/+42 |