| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/wmavoice: Fix rounding and integer anomalies in calc_input_response() | Michael Niedermayer | 2020-05-19 | 1 | -2/+4 |
* | avcodec/wmavoice: sanity check block_align | Michael Niedermayer | 2020-05-19 | 1 | -1/+1 |
* | avcodec/wmavoice: Check remaining input in parse_packet_header() | Michael Niedermayer | 2019-12-31 | 1 | -0/+3 |
* | avcodec/wmavoice: Fix integer overflow in synth_frame() | Michael Niedermayer | 2019-12-31 | 1 | -1/+1 |
* | avcodec/wmavoice: Check sample_rate | Michael Niedermayer | 2019-12-31 | 1 | -0/+3 |
* | avcodec/wmavoice: use init_get_bits8() | Paul B Mahol | 2018-12-23 | 1 | -1/+1 |
* | avcodec: do not use init_static_data on some codecs | Muhammad Faiz | 2018-02-04 | 1 | -2/+5 |
* | wmavoice: free frame before ff_get_buffer | Timo Rothenpieler | 2017-11-11 | 1 | -0/+4 |
* | wmavoice: remove unused or write-only variables. | Ronald S. Bultje | 2017-03-20 | 1 | -27/+17 |
* | wmavoice: validate block alignment | Andreas Cadhalpun | 2017-01-03 | 1 | -0/+5 |
* | wmavoice: truncate spillover_nbits if too large | Andreas Cadhalpun | 2017-01-03 | 1 | -0/+3 |
* | wmavoice: protect against zero-energy in adaptive gain control. | Ronald S. Bultje | 2016-12-27 | 1 | -1/+2 |
* | wmavoice: move overflow handling to common code. | Ronald S. Bultje | 2016-12-27 | 1 | -12/+5 |
* | wmavoice: reindent. | Ronald S. Bultje | 2016-12-27 | 1 | -36/+36 |
* | wmavoice: disable bitstream checking. | Ronald S. Bultje | 2016-12-27 | 1 | -115/+29 |
* | wmavoice: move wmavoice_flush() up. | Ronald S. Bultje | 2016-12-27 | 1 | -28/+28 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | | 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 |
* | | wmavoice: limit wmavoice_decode_packet return value to packet size | Andreas Cadhalpun | 2015-06-28 | 1 | -2/+16 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-26 | 1 | -1/+1 |
|\| |
|
| * | miscellaneous typo fixes | Diego Biurrun | 2013-07-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-11 | 1 | -4/+17 |
|\| |
|
| * | wmavoice: conceal clearly corrupted blocks | Luca Barbato | 2013-07-10 | 1 | -4/+17 |
* | | Merge commit 'f5c48f5adaead5259660d4eaab2e695d1bac3a08' | Michael Niedermayer | 2013-07-11 | 1 | -19/+25 |
|\| |
|
| * | wmavoice: use init_static_data | Luca Barbato | 2013-07-10 | 1 | -19/+25 |
* | | Merge commit '04e9853a210e07b1a150aa2b8e9af0aa3601ff21' | Michael Niedermayer | 2013-07-11 | 1 | -12/+13 |
|\| |
|
| * | wmavoice: return meaningful error codes | Luca Barbato | 2013-07-10 | 1 | -12/+13 |
* | | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7' | Michael Niedermayer | 2013-05-04 | 1 | -1/+1 |
|\| |
|
| * | silly typo fixes | Diego Biurrun | 2013-05-03 | 1 | -1/+1 |
* | | 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 |
* | | 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 '1647da89dd8ac09a55c111589f7a30d7e6b87d90' | Michael Niedermayer | 2013-02-13 | 1 | -13/+8 |
|\| |
|
| * | wmavoice: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -13/+8 |
* | | wmavoice: silence may be used uninitialized warnings | Michael Niedermayer | 2013-02-04 | 1 | -2/+2 |
* | | wmavoicedec: use the checked bitstream, reader | Michael Niedermayer | 2013-01-28 | 1 | -2/+0 |
* | | Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9' | Michael Niedermayer | 2013-01-23 | 1 | -7/+9 |
|\| |
|
| * | floatdsp: move scalarproduct_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -7/+9 |
* | | 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 |