| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element | Andreas Rheinhardt | 2022-06-17 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | mpc7: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -3/+4 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+2 |
* | avcodec/mpc7: Make decoder init-threadsafe | Andreas Rheinhardt | 2020-12-08 | 1 | -31/+34 |
* | avcodec/mpc7: Avoid offsets table when creating VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -13/+6 |
* | avcodec/mpc7: Apply offsets when creating VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -7/+7 |
* | avcodec/mpc7: Reduce size of tables used to initialize VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -13/+14 |
* | avcodec/mpegaudiodsp: Make initializing synth windows thread-safe | Andreas Rheinhardt | 2020-11-24 | 1 | -1/+1 |
* | avcodec/mpc7, mpc7data: Avoid gaps in array | Andreas Rheinhardt | 2020-09-15 | 1 | -7/+10 |
* | avcodec/mpc7, mpc7data: Make overlong arrays smaller | Andreas Rheinhardt | 2020-09-15 | 1 | -2/+2 |
* | avcodec/mpc7: Don't pretend initializing static VLC tables can fail | Andreas Rheinhardt | 2020-09-15 | 1 | -33/+12 |
* | avcodec/mpc7: use init_get_bits8() | Paul B Mahol | 2017-02-03 | 1 | -1/+2 |
* | avcodec/mpc7: return meaningful error values | Paul B Mahol | 2017-02-03 | 1 | -16/+16 |
* | 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 'c67b449bebbe0b35c73b203683e77a0a649bc765' | Michael Niedermayer | 2014-06-23 | 1 | -4/+4 |
|\| |
|
| * | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -4/+4 |
* | | 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 commit '6d97484d72e33f7dde9493a9ead1a72e2f029605' | Michael Niedermayer | 2013-03-14 | 1 | -2/+1 |
|\| |
|
| * | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+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 '1b9b6d6e5ea556b6d307f9d473f54f6406fdc3c8' | Michael Niedermayer | 2013-02-13 | 1 | -9/+6 |
|\| |
|
| * | mpc7/8: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -8/+5 |
* | | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9' | Michael Niedermayer | 2013-02-09 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -0/+1 |
* | | 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 commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0' | Michael Niedermayer | 2012-10-02 | 1 | -2/+4 |
|\| |
|
| * | mpc7/8: use planar sample format | Justin Ruggles | 2012-10-01 | 1 | -2/+4 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | mpc7: remove duplicated definitions | Paul B Mahol | 2012-08-06 | 1 | -4/+0 |
* | | mpc7: Initialize AVFrame properly | Michael Niedermayer | 2012-07-26 | 1 | -3/+3 |
* | | mpc7: fix handling of last frame | Michael Niedermayer | 2012-06-02 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
| * | mpc: pad mpc_CC/SCF[] tables to allow for negative indices. | Ronald S. Bultje | 2012-03-10 | 1 | -2/+2 |
* | | mpc7: check subband index | Michael Niedermayer | 2012-03-10 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-19 | 1 | -1/+1 |
|\| |
|
| * | mpc7: assign an error level + context to av_log() msg. | Ronald S. Bultje | 2012-02-17 | 1 | -1/+1 |