| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/flacdec: Propagate and return meaningful error codes | James Almer | 2013-03-25 | 1 | -28/+29 |
* | Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e' | Michael Niedermayer | 2013-03-14 | 1 | -1/+1 |
|\ |
|
| * | av_log_missing_feature() ---> avpriv_report_missing_feature() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | lavc/flacdec: Add frame CRC calculation | James Almer | 2013-03-02 | 1 | -1/+9 |
* | | Merge commit 'cb7b47a61dba0b9329ecede5dd3211dc0662dc05' | Michael Niedermayer | 2013-02-13 | 1 | -9/+5 |
|\| |
|
| * | flac: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -9/+5 |
| * | flac: don't check the number of channels before setting the channel layout. | Tim Walker | 2013-02-06 | 1 | -1/+1 |
* | | flac: don't check the number of channels before setting the channel layout | Tim Walker | 2013-02-07 | 1 | -1/+1 |
* | | flacdec: silence several "warning: X may be used uninitialized in this function" | Michael Niedermayer | 2013-02-04 | 1 | -1/+1 |
* | | flacdec: skip in stream header packets | Michael Niedermayer | 2013-02-02 | 1 | -0/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-22 | 1 | -1/+2 |
|\| |
|
| * | flac: only set channel layout if not previously set or on channel count change | Justin Ruggles | 2012-12-22 | 1 | -1/+2 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+1 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 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 | -36/+38 |
|\| |
|
| * | flacdec: do not warn on sample rate change | Justin Ruggles | 2012-11-01 | 1 | -5/+1 |
| * | flacdec: allow mid-stream channel layout change | Justin Ruggles | 2012-11-01 | 1 | -18/+9 |
| * | flacdec: use av_samples_* functions for sample buffer allocation | Justin Ruggles | 2012-11-01 | 1 | -14/+29 |
* | | Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714' | Michael Niedermayer | 2012-10-23 | 1 | -1/+1 |
|\| |
|
| * | Improve wording and spelling of av_log_missing_feature messages. | Diego Biurrun | 2012-10-23 | 1 | -1/+1 |
* | | flacdec: replace -1 with AV_SAMPLE_FMT_NONE | Paul B Mahol | 2012-10-15 | 1 | -1/+1 |
* | | Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723' | Michael Niedermayer | 2012-10-13 | 1 | -1/+1 |
|\| |
|
| * | Use proper return values in case of missing features | Diego Biurrun | 2012-10-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-21 | 1 | -21/+24 |
|\| |
|
| * | flacdec: simplify sample buffer handling | Mans Rullgard | 2012-08-21 | 1 | -19/+18 |
| * | flacdec: simplify loop in decode_residuals() | Mans Rullgard | 2012-08-21 | 1 | -2/+6 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | flacdec: switch to av_assert | Michael Niedermayer | 2012-08-02 | 1 | -4/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-19 | 1 | -1/+1 |
|\| |
|
| * | flacdec: reverse lpc coeff order, simplify filter | Mans Rullgard | 2012-07-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-12 | 1 | -73/+0 |
|\| |
|
| * | flac: Move flac functions shared between libraries to flac common code | Diego Biurrun | 2012-07-12 | 1 | -73/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-07 | 1 | -8/+26 |
|\| |
|
| * | flacdec: add planar output support | Mans Rullgard | 2012-07-05 | 1 | -8/+26 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -105/+45 |
|\| |
|
| * | flacdec: move lpc filter to flacdsp | Mans Rullgard | 2012-07-04 | 1 | -33/+2 |
| * | flacdec: split off channel decorrelation as flacdsp | Mans Rullgard | 2012-07-04 | 1 | -42/+11 |
| * | flacdec: factor out code setting avctx->sample_fmt | Mans Rullgard | 2012-07-04 | 1 | -13/+15 |
| * | flacdec: allocate sample buffers with av_malloc | Mans Rullgard | 2012-07-04 | 1 | -2/+1 |
| * | flacdec: remove curr_bps from FLACContext | Mans Rullgard | 2012-07-04 | 1 | -17/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -2/+0 |
|\| |
|
| * | flacdec: remove redundant setting of avctx->sample_fmt | Mans Rullgard | 2012-07-02 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |