| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | | avcodec/imc: Check flcoeffs5 | Michael Niedermayer | 2013-09-27 | 1 | -1/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-08-26 | 1 | -57/+120 |
|\| |
|
| * | imc: support mode 1 | Kostya Shishkov | 2013-08-26 | 1 | -57/+120 |
| * | imc: Catch a division by zero | Luca Barbato | 2013-07-09 | 1 | -0/+4 |
* | | imc: Catch a division by zero | Luca Barbato | 2013-07-09 | 1 | -0/+4 |
* | | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605' | Michael Niedermayer | 2013-03-14 | 1 | -3/+2 |
|\| |
|
| * | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -3/+2 |
* | | 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 'a8ea936a0a00570f61a16a588821b52f6a3115c2' | Michael Niedermayer | 2013-02-13 | 1 | -12/+7 |
|\| |
|
| * | imc/iac: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -12/+7 |
* | | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9' | Michael Niedermayer | 2013-02-09 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -0/+1 |
* | | Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3' | Michael Niedermayer | 2013-01-23 | 1 | -2/+5 |
|\| |
|
| * | floatdsp: move butterflies_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -2/+5 |
* | | 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 |
* | | imc: flush decoder | Michael Niedermayer | 2012-11-25 | 1 | -0/+10 |
* | | imc: sanity check scalefactors. | Michael Niedermayer | 2012-11-14 | 1 | -0/+7 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -2/+2 |
|\| |
|
| * | 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 | -2/+4 |
|\| |
|
| * | imc: set channels to 1 instead of validating it | Justin Ruggles | 2012-11-01 | 1 | -2/+4 |
* | | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0' | Michael Niedermayer | 2012-10-02 | 1 | -15/+11 |
|\| |
|
| * | iac/imc: use planar sample format | Justin Ruggles | 2012-10-01 | 1 | -15/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -3/+1 |
|\| |
|
| * | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -1/+1 |
| * | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -2/+0 |
* | | imc: use exp2 instead of pow(2,...) | Michael Niedermayer | 2012-09-09 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-14 | 1 | -2/+2 |
|\| |
|
| * | Use log2(x) instead of log(x) / log(2) | Mans Rullgard | 2012-08-13 | 1 | -2/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -6/+6 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-06 | 1 | -6/+1 |
|\| |
|
| * | imc: remove unused field IMCContext.one_div_log2 | Mans Rullgard | 2012-08-06 | 1 | -2/+0 |
| * | imc: fix size of a memset() | Mans Rullgard | 2012-08-06 | 1 | -1/+1 |
| * | imc: remove empty if() block | Mans Rullgard | 2012-08-06 | 1 | -3/+0 |
* | | lavc: build some codecs only if they are actually enabled | Paul B Mahol | 2012-06-17 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-09 | 1 | -6/+62 |
|\| |
|
| * | iac: generate codec tables as they are supposed to be | Kostya Shishkov | 2012-06-09 | 1 | -6/+62 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -199/+279 |
|\| |
|
| * | Indeo Audio decoder | Kostya Shishkov | 2012-06-05 | 1 | -13/+59 |
| * | imc: make IMDCT support stereo output | Kostya Shishkov | 2012-06-05 | 1 | -6/+10 |
| * | imc: move channel-specific data into separate context | Kostya Shishkov | 2012-06-05 | 1 | -187/+217 |
* | | Merge remote-tracking branch 'qatar/master'n0.12-dev | Michael Niedermayer | 2012-05-25 | 1 | -181/+204 |
|\| |
|
| * | imc: some cosmetics | Kostya Shishkov | 2012-05-25 | 1 | -181/+204 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-20 | 1 | -1/+1 |
|\| |
|