| Commit message (Expand) | Author | Age | Files | Lines |
* | fmtconvert: int32_t input to int32_to_float_fmul_scalar | Christophe Gisquet | 2013-05-18 | 1 | -3/+3 |
* | lavc: remove unused put_bits.h headers | Paul B Mahol | 2013-04-24 | 1 | -1/+0 |
* | Merge commit '1db6a080bddd14fed6b29140ecd2e21e42b1c022' | Michael Niedermayer | 2013-03-28 | 1 | -1/+0 |
|\ |
|
| * | dca: Move ff_dca_convert_bitstream() to the DCA common code | Diego Biurrun | 2013-03-27 | 1 | -1/+0 |
* | | lavc & lavf: replace deprecated av_log* functions | Paul B Mahol | 2013-03-15 | 1 | -3/+3 |
* | | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605' | Michael Niedermayer | 2013-03-14 | 1 | -2/+3 |
|\| |
|
| * | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+3 |
* | | 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 |
* | | Merge commit '76b19a3984359b3be44d4f7e4e69b7b86729a622' | Michael Niedermayer | 2013-02-26 | 1 | -1/+1 |
|\| |
|
| * | Fix a number of incorrect intmath.h #includes. | Diego Biurrun | 2013-02-26 | 1 | -1/+1 |
* | | Merge commit '182821cff43f5f977004d105b86c47ceb20d00d6' | Michael Niedermayer | 2013-02-13 | 1 | -11/+7 |
|\| |
|
| * | dca: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -11/+7 |
* | | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9' | Michael Niedermayer | 2013-02-09 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -1/+1 |
* | | dcadec: check xch_base_channel against channel_order_tab. | Michael Niedermayer | 2012-12-14 | 1 | -0/+2 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | dcadec: fix reading from prior to an array | Michael Niedermayer | 2012-12-02 | 1 | -0/+5 |
* | | dcadec: check lfe field | Michael Niedermayer | 2012-12-01 | 1 | -0/+6 |
* | | Merge commit '6e5cdf26281945ddea3aaf5eca4d127791f23ca8' | Michael Niedermayer | 2012-11-27 | 1 | -4/+4 |
|\| |
|
| * | dcadec: skip QMF on unused channels | Michael Niedermayer | 2012-11-26 | 1 | -3/+4 |
* | | dcadec: fix av_log level | Michael Niedermayer | 2012-11-23 | 1 | -1/+1 |
* | | dcadec: check layout & channel count for consistency. | Michael Niedermayer | 2012-11-13 | 1 | -0/+5 |
* | | 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 |
| * | dcadec: allow the decoder to change the channel layout mid-stream | Justin Ruggles | 2012-11-01 | 1 | -17/+1 |
* | | Fix #1827, segfault with XXCH samples when downsampling. | Nick Brereton | 2012-10-31 | 1 | -4/+1 |
* | | dcadec: skip QMF on unused channels | Michael Niedermayer | 2012-10-29 | 1 | -0/+1 |
* | | Merge commit 'f5962229bfcb14c2879e69ccdf7f1a4934168609' | Michael Niedermayer | 2012-10-13 | 1 | -2/+30 |
|\| |
|
| * | dca: allocate a secondary buffer for extra channels when downmixing | Justin Ruggles | 2012-10-13 | 1 | -2/+30 |
* | | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0' | Michael Niedermayer | 2012-10-02 | 1 | -75/+53 |
|\| |
|
| * | dcadec: use float planar sample format | Justin Ruggles | 2012-10-01 | 1 | -70/+49 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -2/+2 |
|\| |
|
| * | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -2/+2 |
* | | dcadec: fix "set but not used" variable | Michael Niedermayer | 2012-09-19 | 1 | -2/+2 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-01 | 1 | -65/+601 |
|/ |
|
* | dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libs | Diego Biurrun | 2012-08-01 | 1 | -1/+1 |
* | dca: Move tables used outside of dcadec.c to a separate file. | Diego Biurrun | 2012-08-01 | 1 | -1/+1 |
* | dca: Rename dca.c ---> dcadec.c | Diego Biurrun | 2012-08-01 | 1 | -0/+1971 |