| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 '59480abce7e4238e22b3a4a904a9fe6abf4e4188' | Michael Niedermayer | 2013-09-29 | 1 | -0/+3 |
|\| |
|
| * | alac: Do bounds checking of lpc_order read from the bitstream | Martin Storsjö | 2013-09-29 | 1 | -0/+3 |
* | | Merge commit '35cbc98b720db95b923cb2d745f77bb2ee4363dc' | Michael Niedermayer | 2013-09-04 | 1 | -3/+2 |
|\| |
|
| * | alac: Check that the channels fit at the given offset | Martin Storsjö | 2013-09-03 | 1 | -1/+2 |
* | | Merge commit 'f7c5883126f9440547933eefcf000aa78af4821c' | Michael Niedermayer | 2013-09-04 | 1 | -6/+3 |
|\| |
|
| * | alac: Limit max_samples_per_frame | Martin Storsjö | 2013-09-03 | 1 | -1/+2 |
* | | lavc: copy AVCodecContext for threads | Paul B Mahol | 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 |
* | | alac: frame multi-threading support | Paul B Mahol | 2013-06-05 | 1 | -2/+11 |
* | | alac: use init_get_bits8() | Paul B Mahol | 2013-05-29 | 1 | -1/+2 |
* | | alac: Fix order of values in comment | chinshou | 2013-03-19 | 1 | -2/+2 |
* | | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605' | Michael Niedermayer | 2013-03-14 | 1 | -2/+1 |
|\| |
|
| * | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+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 |
* | | Merge commit 'e3db34291f4401a16f6ac92721617a9f33cd4c31' | Michael Niedermayer | 2013-02-13 | 1 | -15/+11 |
|\| |
|
| * | alac: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -12/+8 |
* | | Merge commit '418693bdc5edad72b0d055f741931612d797eb05' | Michael Niedermayer | 2012-12-23 | 1 | -4/+3 |
|\| |
|
| * | alacdec: do not be too strict about the extradata size | Justin Ruggles | 2012-12-22 | 1 | -4/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-06 | 1 | -41/+7 |
|\| |
|
| * | alacenc: add support for multi-channel encoding | Justin Ruggles | 2012-12-05 | 1 | -40/+6 |
* | | 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 |
* | | alac: check channel count more completely, fix out of array read | Michael Niedermayer | 2012-11-13 | 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 |
* | | alac: fix bps check | Michael Niedermayer | 2012-11-10 | 1 | -1/+1 |
* | | alac: Check channel indexes more completely, fix out of array accesses. | Michael Niedermayer | 2012-11-10 | 1 | -1/+3 |
* | | alac: fix integer overflow leading to subsequent out of array accesses. | Michael Niedermayer | 2012-11-10 | 1 | -1/+5 |
* | | alac: fix nb_samples < order case | Michael Niedermayer | 2012-11-10 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-22 | 1 | -0/+1 |
|\| |
|
| * | alacdec: set bits_per_raw_sample | Justin Ruggles | 2012-10-21 | 1 | -0/+1 |
* | | lavc: add missing new line to some messages | Piotr Bandurski | 2012-09-01 | 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 |
* | | alac: remove redundant "alac: " from log messages | Paul B Mahol | 2012-08-01 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-27 | 1 | -17/+23 |
|\| |
|
| * | alac: check for truncated packets | Justin Ruggles | 2012-07-27 | 1 | -4/+11 |
| * | alac: reverse lpc coeff order, simplify filter | Justin Ruggles | 2012-07-27 | 1 | -13/+12 |
* | | alacdec: fix packed sample output with 5.1 | Michael Niedermayer | 2012-07-21 | 1 | -3/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-21 | 1 | -4/+4 |
|\| |
|
| * | alac: fix channel pointer assignment for 24 and 32-bit | Justin Ruggles | 2012-07-19 | 1 | -4/+4 |
* | | alac: drop packed sample output support with the next major bump | Michael Niedermayer | 2012-07-20 | 1 | -1/+1 |
* | | alacdec: several players have problems with planar audio still thus temporary... | Michael Niedermayer | 2012-07-20 | 1 | -5/+36 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-19 | 1 | -383/+305 |
|\| |
|
| * | alac: cosmetics: general pretty-printing and comment clean up | Justin Ruggles | 2012-07-19 | 1 | -31/+18 |
| * | alac: calculate buffer size outside the loop in allocate_buffers() | Justin Ruggles | 2012-07-19 | 1 | -2/+2 |