| 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 '6d97484d72e33f7dde9493a9ead1a72e2f029605' | Michael Niedermayer | 2013-03-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -1/+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 'ee6ca11b657515ad736ec0d2b8635e098d0a2680' | Michael Niedermayer | 2013-02-13 | 1 | -9/+5 |
|\ \
| |/ |
|
| * | truespeech: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -9/+5 |
* | | Merge commit 'f3298f12997eb4b7ad203766f768f92e3dd72a2a' | Michael Niedermayer | 2012-12-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Return proper error code after av_log_ask_for_sample() | Diego Biurrun | 2012-12-23 | 1 | -1/+1 |
* | | 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 | -1/+1 |
|\ \
| |/ |
|
| * | 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 | -1/+3 |
|\ \
| |/ |
|
| * | truespeech: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-24 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | truespeech: drop useless casts | Mans Rullgard | 2012-08-24 | 1 | -3/+3 |
* | | 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-04-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | 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-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | truespeech: align buffer | Paul B Mahol | 2012-01-31 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-23 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | truespeech: fix invalid reads in truespeech_apply_twopoint_filter() | Justin Ruggles | 2011-12-21 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -11/+18 |
|\ \
| |/ |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -11/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-11 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | truespeech: use memmove() in truespeech_update_filters() | Justin Ruggles | 2011-11-10 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-14 | 1 | -110/+80 |
|\ \
| |/ |
|
| * | truespeech: use sizeof() instead of hardcoded sizes | Justin Ruggles | 2011-10-13 | 1 | -3/+3 |
| * | truespeech: remove unneeded variable, 'consumed' | Justin Ruggles | 2011-10-13 | 1 | -4/+3 |
| * | truespeech: simplify truespeech_read_frame() by using get_bits() | Justin Ruggles | 2011-10-13 | 1 | -87/+52 |
| * | truespeech: decode directly to output buffer instead of a temp buffer | Justin Ruggles | 2011-10-13 | 1 | -10/+6 |
| * | truespeech: check to make sure channels == 1 | Justin Ruggles | 2011-10-13 | 1 | -0/+5 |
| * | truespeech: check for large enough output buffer rather than truncating output | Justin Ruggles | 2011-10-13 | 1 | -4/+12 |
| * | truespeech: remove unneeded zero-size packet check. | Justin Ruggles | 2011-10-13 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-26 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | doxygen: fix wrong comment syntax, //< vs. ///< | Diego Biurrun | 2011-08-26 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+6 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+6 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | try to give TrueSpeech decoder tables more sensible names | Kostya Shishkov | 2010-11-06 | 1 | -7/+7 |