| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/flacdec: Call ff_flacdsp_init() unconditionally | Michael Niedermayer | 2014-12-08 | 1 | -1/+1 |
* | avcodec/flacdec: check rice_order against blocksize | Michael Niedermayer | 2014-01-07 | 1 | -0/+6 |
* | avcodec/flacdec: use get_unary() simplify code | Michael Niedermayer | 2013-10-30 | 1 | -6/+3 |
* | avcodec/flacdec: make while get_bits loop more robust by checking bits left | Michael Niedermayer | 2013-10-30 | 1 | -1/+4 |
* | avcodec/flacdec: also do crc check when er compliant is set | Michael Niedermayer | 2013-10-27 | 1 | -1/+1 |
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit '45ee556d51ef04d79d52bf6b0b7f28a4d231cb0c' | Michael Niedermayer | 2013-07-29 | 1 | -5/+5 |
|\| |
|
| * | flac: use meaningful return values | Luca Barbato | 2013-07-28 | 1 | -32/+32 |
| * | flacdec: drop unnecessary assert | Luca Barbato | 2013-05-16 | 1 | -5/+0 |
* | | lavc: copy AVCodecContext for threads | Paul B Mahol | 2013-06-13 | 1 | -1/+1 |
* | | flacdec: Fix used AVCodecContext | Michael Niedermayer | 2013-06-13 | 1 | -0/+1 |
* | | lavc: add ONLY_IF_THREADS_ENABLED where it is missing | Paul B Mahol | 2013-06-06 | 1 | -1/+1 |
* | | flacdec: don't call allocate_buffers() in init_thread_copy() when s->max_bloc... | Paul B Mahol | 2013-06-06 | 1 | -1/+3 |
* | | flacdec: frame multi-threading support | Paul B Mahol | 2013-06-05 | 1 | -2/+13 |
* | | flacdec: use init_get_bits8() | Paul B Mahol | 2013-06-03 | 1 | -1/+2 |
* | | 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 |