| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -4/+4 |
|\ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -4/+4 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5' | Michael Niedermayer | 2013-03-12 | 1 | -9/+0 |
|\| |
|
| * | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -11/+0 |
* | | 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 |
* | | normalize calls to ff_alloc_packet2 | James Zern | 2013-03-06 | 1 | -1/+1 |
* | | Merge commit '86bfcfcf2364bc837b7bb582c66a8a15a332414f' | Michael Niedermayer | 2013-02-13 | 1 | -9/+5 |
|\| |
|
| * | libgsm: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -9/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-21 | 1 | -0/+5 |
|\| |
|
| * | libgsm: detect libgsm header path | Brad Smith | 2013-01-21 | 1 | -0/+5 |
* | | 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 | -2/+2 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -2/+2 |
* | | libgsmdec: fix decoding of non 8khz gsm files | Michael Niedermayer | 2012-11-03 | 1 | -1/+2 |
* | | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff' | Michael Niedermayer | 2012-11-02 | 1 | -13/+5 |
|\| |
|
| * | libgsmdec: always set channel layout and sample rate at initialization | Justin Ruggles | 2012-11-01 | 1 | -13/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -11/+11 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -11/+11 |
* | | lavc: build some codecs only if they are actually enabled | Paul B Mahol | 2012-06-17 | 1 | -2/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -6/+8 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -6/+8 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | Fix libgsm.c compilation after typo in 67b8c8. | Carl Eugen Hoyos | 2012-03-22 | 1 | -1/+1 |
* | | libgsm: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-22 | 1 | -10/+24 |
|\| |
|
| * | libgsmenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 1 | -10/+24 |
| * | check for coded_frame allocation failure in several audio encoders | Justin Ruggles | 2012-02-25 | 1 | -0/+4 |
| * | audio encoders: do not set coded_frame->key_frame. | Justin Ruggles | 2012-02-25 | 1 | -1/+0 |
* | | libgsm: Fix compilation. | Reimar Döffinger | 2012-01-28 | 1 | -8/+8 |
* | | libgsm: remove dupe assigment. | Paul B Mahol | 2012-01-28 | 1 | -1/+0 |
* | | libgsm: check return value of gsm_create & avcodec_alloc_frame() | Paul B Mahol | 2012-01-28 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-12 | 1 | -5/+2 |
|\| |
|
| * | avcodec: add GSM parser | Justin Ruggles | 2012-01-11 | 1 | -5/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-16 | 1 | -1/+4 |
|\| |
|
| * | libgsm: Reset the MS mode of GSM in the flush function | Martin Storsjö | 2011-12-15 | 1 | -0/+3 |
| * | libgsm: Set options on the right object | Martin Storsjö | 2011-12-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -18/+40 |
|\| |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -18/+40 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -11/+29 |
|\| |
|
| * | libgsm: add flush function to reset the decoder state when seeking | Justin Ruggles | 2011-11-02 | 1 | -0/+7 |
| * | libgsm: simplify decoding by using a loop | Justin Ruggles | 2011-11-02 | 1 | -7/+8 |
| * | gsm: log error message when packet is too small | Justin Ruggles | 2011-11-02 | 1 | -1/+5 |
| * | libgsmdec: do not needlessly set *data_size to 0 | Justin Ruggles | 2011-11-02 | 1 | -1/+0 |
| * | libgsmdec: check output buffer size before decoding | Justin Ruggles | 2011-11-02 | 1 | -2/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-27 | 1 | -33/+62 |
|\| |
|