| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/wmavoice: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-06 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/wmavoice: Check operations that can fail | Andreas Rheinhardt | 2021-04-03 | 1 | -5/+6 |
* | avcodec/vorbisenc, wmavoice: Use put_bits_left() where appropriate | Andreas Rheinhardt | 2021-03-30 | 1 | -1/+1 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -1/+1 |
* | put_bits: make avpriv_copy_bits() lavc-local | Anton Khirnov | 2020-10-28 | 1 | -2/+2 |
* | avcodec/wmavoice: Fix rounding and integer anomalies in calc_input_response() | Michael Niedermayer | 2020-02-03 | 1 | -2/+4 |
* | avcodec/wmavoice: sanity check block_align | Michael Niedermayer | 2020-02-03 | 1 | -1/+1 |
* | avcodec/wmavoice: Check remaining input in parse_packet_header() | Michael Niedermayer | 2019-12-15 | 1 | -0/+3 |
* | avcodec/wmavoice: Add FF_CODEC_CAP_INIT_CLEANUP | Michael Niedermayer | 2019-12-15 | 1 | -0/+1 |
* | avcodec/wmavoice: Fix integer overflow in synth_frame() | Michael Niedermayer | 2019-11-24 | 1 | -1/+1 |
* | avcodec/wmavoice: Check sample_rate | Michael Niedermayer | 2019-11-09 | 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 |
|\| |
|