| Commit message (Expand) | Author | Age | Files | Lines |
* | ape_decode_value_3860: check k before using it in get_bits() | Michael Niedermayer | 2013-05-02 | 1 | -2/+5 |
* | ape_decode_value_3900: check tmpk | Michael Niedermayer | 2013-05-02 | 1 | -2/+6 |
* | Merge commit '613a37eca4c7b8eefceaa3e0231c23ad090ca94f' | Michael Niedermayer | 2013-03-26 | 1 | -22/+456 |
|\ |
|
| * | ape: 3.80-3.92 decoding support | Kostya Shishkov | 2013-03-25 | 1 | -22/+455 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-15 | 1 | -2/+89 |
|\| |
|
| * | add support for Monkey's Audio versions from 3.93 | Kostya Shishkov | 2013-03-15 | 1 | -2/+89 |
* | | Merge commit '9652d4fcfc9c07a726b35efc4ac644d9751b36d7' | Michael Niedermayer | 2013-03-15 | 1 | -1/+3 |
|\| |
|
| * | ape: provide two additional bytes in buffer for old MAC versions | Kostya Shishkov | 2013-03-15 | 1 | -1/+3 |
* | | Merge commit 'b164d66e35d349de414e2f0d7365a147aba8a620' | Michael Niedermayer | 2013-03-15 | 1 | -59/+123 |
|\| |
|
| * | ape: make version-dependent decoding functions called via pointers | Kostya Shishkov | 2013-03-15 | 1 | -59/+123 |
* | | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605' | Michael Niedermayer | 2013-03-14 | 1 | -2/+2 |
|\| |
|
| * | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+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 '5cc0bd2cb47cbb1040f2bb0ded8d72a442c79b20' | Michael Niedermayer | 2013-02-13 | 1 | -11/+7 |
|\| |
|
| * | ape: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -11/+7 |
* | | 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 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -3/+3 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -3/+3 |
* | | apedec: consume packet after it has been fully decoded | Paul B Mahol | 2012-11-02 | 1 | -4/+1 |
* | | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0' | Michael Niedermayer | 2012-10-02 | 1 | -19/+20 |
|\| |
|
| * | apedec: output in planar sample format | Justin Ruggles | 2012-10-01 | 1 | -19/+20 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | 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-05-10 | 1 | -2/+2 |
|\| |
|
| * | ape: Use unsigned integer maths | Christophe Gisquet | 2012-05-10 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-01 | 1 | -2/+2 |
|\| |
|
| * | apedec: check bits <= 32. | Michael Niedermayer | 2012-03-31 | 1 | -1/+4 |
* | | apedec: fix global array overread | Michael Niedermayer | 2012-03-28 | 1 | -1/+1 |
* | | apedec: check bits <= 32 | Michael Niedermayer | 2012-03-28 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-08 | 1 | -43/+61 |
|\| |
|
| * | apedec: allow the user to set the maximum number of output samples per call | Justin Ruggles | 2012-02-07 | 1 | -2/+20 |
| * | apedec: do not unnecessarily zero output samples for mono frames | Justin Ruggles | 2012-02-07 | 1 | -11/+4 |
| * | apedec: allocate a single flat buffer for decoded samples | Justin Ruggles | 2012-02-07 | 1 | -24/+29 |
| * | apedec: use sizeof(field) instead of sizeof(type) | Justin Ruggles | 2012-02-07 | 1 | -8/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-05 | 1 | -11/+45 |
|\| |
|
| * | apedec: 8bit and 24bit support | Paul B Mahol | 2012-02-04 | 1 | -11/+45 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-04 | 1 | -9/+14 |
|\| |
|
| * | apedec: remove unneeded #include of get_bits.h and associated macro | Justin Ruggles | 2012-02-02 | 1 | -2/+0 |
| * | apedec: av_fast_malloc() instead of av_realloc() | Justin Ruggles | 2012-02-02 | 1 | -4/+5 |