| Commit message (Expand) | Author | Age | Files | Lines |
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -1/+1 |
* | lavc: use get_bitsz to simplify the code | Andreas Cadhalpun | 2016-01-03 | 1 | -1/+1 |
* | lavc/wmaprodec: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+2 |
* | avcodec/wmaprodec: Check bits per sample to be within the range not causing i... | Michael Niedermayer | 2015-12-05 | 1 | -0/+6 |
* | avcodec/wmaprodec: Fix overflow of cutoff | Michael Niedermayer | 2015-12-05 | 1 | -1/+1 |
* | avcodec/wmaprodec: Check for overread in decode_packet() | Michael Niedermayer | 2015-11-15 | 1 | -0/+5 |
* | avcodec/wmaprodec: XMA1 actually have packet sequence numbers | Paul B Mahol | 2015-11-10 | 1 | -2/+2 |
* | XMA1 and XMA2 stereo decoders | Paul B Mahol | 2015-11-06 | 1 | -15/+116 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -16/+16 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -16/+16 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -2/+2 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -2/+2 |
* | | avcodec/wmaprodec: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-12-01 | 1 | -6/+10 |
* | | avcodec/wmaprodec: Fix integer overflow in sfb_offsets initialization | Michael Niedermayer | 2014-11-10 | 1 | -0/+3 |
* | | WMA: add "const" to avoid warnings with hardcoded tables. | Reimar Döffinger | 2014-08-31 | 1 | -2/+2 |
* | | Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e' | Michael Niedermayer | 2014-04-02 | 1 | -1/+1 |
|\| |
|
| * | More correct printf format specifiers | Diego Biurrun | 2014-04-02 | 1 | -1/+1 |
* | | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198' | Michael Niedermayer | 2014-03-22 | 1 | -3/+7 |
|\| |
|
| * | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 1 | -4/+8 |
* | | Do not leave positive values undefined when negative are defined as error | Michael Niedermayer | 2013-10-19 | 1 | -1/+1 |
* | | 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 |
* | | avcodec/wmaprodec: check that there are input bits left in decode_subframe_le... | Michael Niedermayer | 2013-09-25 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-26 | 1 | -2/+2 |
|\| |
|
| * | miscellaneous typo fixes | Diego Biurrun | 2013-07-25 | 1 | -2/+2 |
* | | avcodec/wmaprodec: Check block_align | Michael Niedermayer | 2013-07-09 | 1 | -0/+4 |
* | | Merge commit '02ec656af72030eea4f3d63e30b25625cce6a3df' | Michael Niedermayer | 2013-06-30 | 1 | -2/+4 |
|\| |
|
| * | wmapro: error out on impossible scale factor offsets | Luca Barbato | 2013-06-29 | 1 | -1/+2 |
* | | Merge commit 'd4a217a408da4bd63acc02cd8f9ebe378a2ad65a' | Michael Niedermayer | 2013-06-30 | 1 | -1/+2 |
|\| |
|
| * | wmapro: check the min_samples_per_subframe | Luca Barbato | 2013-06-29 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-06-29 | 1 | -2/+4 |
|\| |
|
| * | wmapro: check num_vec_coeffs against the actual available buffer | Luca Barbato | 2013-06-28 | 1 | -3/+4 |
* | | Merge commit '6652338f43ef623045912d7f28b61adea05d27ae' | Michael Niedermayer | 2013-06-29 | 1 | -0/+1 |
|\| |
|
| * | wmapro: return early on unsupported condition | Luca Barbato | 2013-06-28 | 1 | -0/+1 |
* | | Merge commit 'e30b068ef79f604ff439418da07f7e2efd01d4ea' | Michael Niedermayer | 2013-06-29 | 1 | -0/+2 |
|\| |
|
| * | wmapro: make sure there is room to store the current packet | Luca Barbato | 2013-06-28 | 1 | -0/+8 |
* | | wmaprodec: Fix null pointer dereference in decode_frame() | Michael Niedermayer | 2013-05-04 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605' | Michael Niedermayer | 2013-03-14 | 1 | -10/+11 |
|\| |
|
| * | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -10/+11 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -1/+0 |
* | | Merge commit '684e3d2e1ce96625eeef63f2564aab66f6715d05' | Michael Niedermayer | 2013-03-13 | 1 | -0/+1 |
|\| |
|
| * | wmapro: unref skipped frames | Janne Grunau | 2013-03-10 | 1 | -0/+1 |