| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/flac_parse: Use void* instead of AVCodecContext* as logctx | Andreas Rheinhardt | 2023-10-01 | 1 | -9/+9 |
* | libavcodec/flacdec: Implement decoding of 32 bit-per-sample PCM | Martijn van Beurden | 2022-12-26 | 1 | -2/+2 |
* | avcodec/flac: Move decoder+parser stuff into a new header, flac_parse.h | Andreas Rheinhardt | 2022-09-02 | 1 | -0/+1 |
* | avcodec/flac: Remove unused parameter from ff_flac_is_extradata_valid() | Andreas Rheinhardt | 2022-09-02 | 1 | -3/+0 |
* | avcodec/flac: Move ff_flac_get_max_frame_size() to flacenc.c | Andreas Rheinhardt | 2022-09-02 | 1 | -21/+0 |
* | flac: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -18/+20 |
* | avcodec: Replace get_bits_long() by get_bits() where possible | Michael Niedermayer | 2019-12-31 | 1 | -2/+2 |
* | avcodec/flac: forward errors from ff_flac_parse_streaminfo() | Michael Niedermayer | 2016-12-03 | 1 | -1/+5 |
* | avcodec/flac: Check bps in ff_flac_parse_streaminfo() | Michael Niedermayer | 2016-12-03 | 1 | -0/+5 |
* | avcodec/flac: remove avpriv parsing API cruft | Hendrik Leppkes | 2015-09-06 | 1 | -15/+0 |
* | Merge commit 'acc897e6b15776ed438b88ffe330ec48f6b50e48' | Michael Niedermayer | 2014-11-06 | 1 | -1/+8 |
|\ |
|
| * | lavc: make avpriv_flac_is_extradata_valid() private on the next bump | Anton Khirnov | 2014-11-06 | 1 | -1/+8 |
* | | Merge commit 'c070a8751597e3aa1b443e88464da785d8966b14' | Michael Niedermayer | 2014-11-06 | 1 | -1/+9 |
|\| |
|
| * | lavc: make avpriv_flac_parse_streaminfo() private on the next bump | Anton Khirnov | 2014-11-06 | 1 | -1/+9 |
* | | Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d' | Michael Niedermayer | 2014-08-10 | 1 | -8/+0 |
|\| |
|
| * | lavc: remove obsolete and disabled avpriv functions | Anton Khirnov | 2014-08-09 | 1 | -8/+0 |
* | | Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0' | Michael Niedermayer | 2014-05-28 | 1 | -7/+3 |
|\| |
|
| * | flac: make avpriv_flac_parse_block_header() inline | Anton Khirnov | 2014-05-28 | 1 | -7/+3 |
* | | Merge commit 'f13ffb6636fdecb5e3e0ddcff48f096e7b3db362' | Michael Niedermayer | 2014-05-28 | 1 | -1/+4 |
|\| |
|
| * | flacdec: do not overwrite a channel layout set by the caller | Anton Khirnov | 2014-05-28 | 1 | -1/+4 |
* | | Merge commit '45ee556d51ef04d79d52bf6b0b7f28a4d231cb0c' | Michael Niedermayer | 2013-07-29 | 1 | -8/+8 |
|\| |
|
| * | flac: use meaningful return values | Luca Barbato | 2013-07-28 | 1 | -8/+8 |
| * | flac: add channel layout masks for streams with 7 or 8 channels. | Tim Walker | 2013-02-06 | 1 | -2/+4 |
* | | flac: add channel layout masks for streams with 7 or 8 channels | Tim Walker | 2013-02-06 | 1 | -2/+4 |
* | | get_bits: rename get_bits_longlong to get_bits64 | Michael Niedermayer | 2012-12-08 | 1 | -1/+1 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff' | Michael Niedermayer | 2012-11-02 | 1 | -0/+19 |
|\| |
|
| * | flacdec: allow mid-stream channel layout change | Justin Ruggles | 2012-11-01 | 1 | -0/+19 |
* | | flac: use get_bits_longlong() | Paul B Mahol | 2012-09-30 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-12 | 1 | -0/+74 |
|\| |
|
| * | flac: Move flac functions shared between libraries to flac common code | Diego Biurrun | 2012-07-12 | 1 | -0/+74 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -1/+2 |
|\| |
|
| * | flac: make FLAC_CHMODE_* constants consecutive | Mans Rullgard | 2012-07-04 | 1 | -1/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Revert "Set channel layout in flac decoder." | Michael Niedermayer | 2012-02-24 | 1 | -3/+0 |
* | | Revert "Fix channel layout for some stereo flac files." | Michael Niedermayer | 2012-02-24 | 1 | -1/+0 |
* | | Fix channel layout for some stereo flac files. | Carl Eugen Hoyos | 2011-04-29 | 1 | -0/+1 |
* | | Set channel layout in flac decoder. | Carl Eugen Hoyos | 2011-04-23 | 1 | -0/+3 |
|/ |
|
* | cosmetics: line wrap after last commit | Justin Ruggles | 2010-12-07 | 1 | -7/+14 |
* | Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be used | Michael Chinen | 2010-12-07 | 1 | -9/+9 |
* | Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them in | Michael Chinen | 2010-12-07 | 1 | -3/+4 |
* | Check validity of the frame sync code in ff_flac_decode_frame_header(). | Michael Chinen | 2010-12-07 | 1 | -1/+7 |
* | Move decode_frame_header() from flacdec.c to flac.c/h to share with the | Michael Chinen | 2010-12-07 | 1 | -0/+94 |
* | add a function to calculate a more accurate estimate for maximum FLAC | Justin Ruggles | 2009-03-21 | 1 | -0/+43 |
* | rename flac.c to flacdec.c | Justin Ruggles | 2009-01-23 | 1 | -795/+0 |
* | flacdec: add support for 3 additional sample rate codes | Justin Ruggles | 2009-01-22 | 1 | -2/+3 |
* | fix issue 616 on roundup : decoding of short flac files | Jai Menon | 2008-09-03 | 1 | -1/+1 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | Support reading large metadata. | Michael Niedermayer | 2008-07-18 | 1 | -1/+14 |