| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/cook: Make decoder init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -2/+4 |
* | avcodec/cook: Remove redundant free | Andreas Rheinhardt | 2021-05-02 | 1 | -3/+2 |
* | avcodec/cook: Don't use 0 for NULL | Andreas Rheinhardt | 2021-05-02 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/cook: Inline constants | Andreas Rheinhardt | 2020-12-08 | 1 | -4/+7 |
* | avcodec/cook: Avoid big length tables for VLC initialization | Andreas Rheinhardt | 2020-12-08 | 1 | -13/+25 |
* | avcodec/cook: Apply offset when initializing VLC table | Andreas Rheinhardt | 2020-12-08 | 1 | -2/+2 |
* | avcodec/cook: Make tables to initialize VLCs smaller | Andreas Rheinhardt | 2020-12-08 | 1 | -10/+14 |
* | avcodec/cook: Check subpacket index against max | Michael Niedermayer | 2020-10-17 | 1 | -4/+4 |
* | avcodec/cook: Use 3 stage VLC decoding for channel_coupling | Michael Niedermayer | 2019-12-31 | 1 | -1/+1 |
* | avcodec/cook: Move up and extend block_align check | Michael Niedermayer | 2019-11-09 | 1 | -4/+3 |
* | avcodec/cook: Enlarge gain table | Michael Niedermayer | 2019-11-09 | 1 | -4/+4 |
* | avcodec/cook: Check samples_per_channel earlier | Michael Niedermayer | 2019-11-09 | 1 | -8/+9 |
* | lavc/cook: Remove an incorrect comment. | Carl Eugen Hoyos | 2019-09-20 | 1 | -1/+1 |
* | avcodec/cook: decoder supports init_cleanup capability | Paul B Mahol | 2018-09-08 | 1 | -0/+1 |
* | Merge commit '12004a9a7f20e44f4da2ee6c372d5e1794c8d6c5' | Clément Bœsch | 2017-03-20 | 1 | -1/+1 |
|\ |
|
| * | audiodsp: reorder arguments for vector_clipf | Anton Khirnov | 2016-09-22 | 1 | -1/+1 |
* | | Merge commit '409d1cd2c955485798f8b0b0147c2b899b9144ec' | Clément Bœsch | 2017-03-19 | 1 | -23/+15 |
|\| |
|
| * | cook: use the bytestream2 API for reading extradata | Anton Khirnov | 2016-08-18 | 1 | -19/+12 |
* | | 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 |
* | | lavc/cook: get rid of wasteful pow in init_pow2table | Ganesh Ajjanagadde | 2015-12-30 | 1 | -2/+9 |
* | | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. | Michael Niedermayer | 2015-09-15 | 1 | -1/+1 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | 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 |
* | | avcodec/cook: Remove unneeded #if | Michael Niedermayer | 2015-04-29 | 1 | -4/+2 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -4/+4 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -4/+4 |
* | | avcodec: Use av_clip_uintp2() where possible | Michael Niedermayer | 2015-02-21 | 1 | -2/+2 |
* | | 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 |
* | | Merge commit '299d8ab104fb350254eb2e6d9ecdce892a2a55b1' | Michael Niedermayer | 2014-11-24 | 1 | -1/+1 |
|\| |
|
| * | cook: Make sure there is enough extradata | Luca Barbato | 2014-11-24 | 1 | -1/+1 |
* | | avcodec/cook: check that the subpacket sizes fit in block_align | Michael Niedermayer | 2014-10-30 | 1 | -2/+2 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2' | Michael Niedermayer | 2014-06-22 | 1 | -5/+6 |
|\| |
|
| * | dsputil: Split audio operations off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -5/+6 |
* | | avcodec/cook: use av_malloc_array() | Michael Niedermayer | 2014-04-22 | 1 | -1/+1 |
* | | avcodec/cook: fix deadlock by using get_unary() | Paul B Mahol | 2013-10-30 | 1 | -5/+2 |
* | | avcodec/cook: use av_freep() | Paul B Mahol | 2013-10-29 | 1 | -3/+3 |
* | | 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 |
* | | lavc & lavf: replace deprecated av_log* functions | Paul B Mahol | 2013-03-15 | 1 | -1/+1 |
* | | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605' | Michael Niedermayer | 2013-03-14 | 1 | -8/+8 |
|\| |
|
| * | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -8/+8 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |