| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -3/+3 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -3/+3 |
| * | Drop pointless assert.h #includes | Diego Biurrun | 2016-05-03 | 1 | -3/+0 |
* | | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -2/+1 |
* | | lavc/wmadec: replace pow by faster functions | Ganesh Ajjanagadde | 2016-01-22 | 1 | -2/+3 |
* | | lavc/wmadec: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -2/+3 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -11/+11 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -11/+11 |
* | | avcodec/wmadec: Fix undefined shift in wma_decode_block() | Michael Niedermayer | 2015-03-14 | 1 | -1/+1 |
* | | avcodec/wma: remove unneeded #includes, there are no assert() only av_assert* | Michael Niedermayer | 2015-01-30 | 1 | -3/+0 |
* | | avcodec/wmadec: fix 0 frame bit_reservoir | Michael Niedermayer | 2015-01-12 | 1 | -2/+22 |
* | | avcodec/wmadec: also print the number of bits left in the nb_frames <= 0 case | Michael Niedermayer | 2015-01-12 | 1 | -1/+2 |
* | | avcodec/wma: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-11-30 | 1 | -5/+5 |
* | | Merge commit 'd2a4e4b9cc9a0c2661e1c1d6f6b51babac2cec1b' | Michael Niedermayer | 2014-09-03 | 1 | -196/+196 |
|\| |
|
| * | wma: K&R formatting cosmetics | Gabriel Dume | 2014-09-03 | 1 | -193/+193 |
* | | Use correct msvc type specifiers for ptrdiff_t and size_t. | Carl Eugen Hoyos | 2014-04-24 | 1 | -1/+1 |
* | | avcodec/wmadec: initialize max_exponent to valid values | Michael Niedermayer | 2014-03-08 | 1 | -0/+3 |
* | | 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 |
* | | Avoid a deadlock when decoding wma. | Carl Eugen Hoyos | 2013-09-02 | 1 | -0/+4 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -2/+3 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -2/+3 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit 'cacad1c058f66558ec727faac3b277d2dee264d4' | Michael Niedermayer | 2013-03-12 | 1 | -0/+5 |
|\| |
|
| * | wmadec: require block_align to be set. | Anton Khirnov | 2013-03-08 | 1 | -0/+5 |
* | | 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 |
* | | wmadec: check nb_frames | Michael Niedermayer | 2013-03-03 | 1 | -0/+4 |
* | | Merge commit '205a95f7b5178362874bc1e65eae9866723491c1' | Michael Niedermayer | 2013-02-13 | 1 | -8/+5 |
|\| |
|
| * | wma: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -8/+5 |
* | | Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3' | Michael Niedermayer | 2013-01-23 | 1 | -1/+1 |
|\| |
|
| * | floatdsp: move butterflies_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -1/+1 |
* | | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4' | Michael Niedermayer | 2013-01-23 | 1 | -2/+2 |
|\| |
|
| * | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -2/+2 |
* | | Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49' | Michael Niedermayer | 2013-01-23 | 1 | -4/+4 |
|\| |
|
| * | floatdsp: move vector_fmul_add from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -4/+4 |
* | | 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 remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-02 | 1 | -17/+17 |
|\| |
|
| * | wma: do not keep private copies of some AVCodecContext fields | Justin Ruggles | 2012-11-01 | 1 | -17/+17 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-15 | 1 | -37/+28 |
|\| |
|
| * | wmadec: use float planar sample format output | Justin Ruggles | 2012-10-14 | 1 | -37/+28 |
* | | Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d' | Michael Niedermayer | 2012-10-02 | 1 | -1/+1 |
|\| |
|
| * | wmadec: Adjust debug printf argument length modifier | Diego Biurrun | 2012-10-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -4/+3 |
|\| |
|
| * | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -1/+3 |