| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/threadframe: Constify the frame in ff_thread_await_progress | Andreas Rheinhardt | 2022-07-30 | 1 | -1/+1 |
* | avcodec/pthread_slice: Combine allocating and zeroing entries | Andreas Rheinhardt | 2022-07-25 | 1 | -5/+1 |
* | avcodec/pthread_slice: Don't reinitialise initialised mutex | Andreas Rheinhardt | 2022-07-01 | 1 | -0/+5 |
* | avcodec: fix time reporting for DFPWM streams | Jack Bruienne | 2022-06-26 | 1 | -0/+2 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+6 |
* | avcodec/codec_internal: Add FFCodec.decode_sub | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -4/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | lavc: switch to the new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -2/+10 |
* | avcodecpar: switch to the new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -2/+10 |
* | avcodec: add DFPWM1a codec | Jack Bruienne | 2022-03-10 | 1 | -0/+2 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -6/+5 |
* | avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() | Andreas Rheinhardt | 2022-02-09 | 1 | -1/+14 |
* | avcodec/thread: Move ff_thread_(await|report)_progress to new header | Andreas Rheinhardt | 2022-02-09 | 1 | -0/+1 |
* | avcodec/internal.h: Move avpriv_find_start_code() to startcode.h | Andreas Rheinhardt | 2022-02-08 | 1 | -5/+1 |
* | avcodec/utils: Unavpriv avpriv_toupper4() | Andreas Rheinhardt | 2022-01-04 | 1 | -8/+0 |
* | avcodec/raw: Reduce number of avpriv symbols | Andreas Rheinhardt | 2022-01-04 | 1 | -11/+0 |
* | avcodec/utils: Ensure 8x8 alignment for ARGO in avcodec_align_dimensions2() | Michael Niedermayer | 2021-10-11 | 1 | -2/+3 |
* | avcodec/utils: ARGO writes 4x4 blocks without regard to the image dimensions | Michael Niedermayer | 2021-09-26 | 1 | -0/+6 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+1 |
* | avcodec/utils: don't return negative values in av_get_audio_frame_duration() | James Almer | 2021-08-06 | 1 | -2/+4 |
* | Remove obsolete version.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec/utils: Use 64bit for intermediate in AV_CODEC_ID_ADPCM_THP* duration ... | Michael Niedermayer | 2021-06-29 | 1 | -1/+1 |
* | avcodec/utils: do "calc from frame_bytes, channels, and block_align" in 64bit | Michael Niedermayer | 2021-06-12 | 1 | -9/+17 |
* | avcodec/utils: don't use ff_fast_mallocz() in av_fast_padded_malloc() | James Almer | 2021-05-27 | 1 | -3/+5 |
* | avcodec: Implement Acorn Replay IMA ADPCM decoder | Cameron Cawley | 2021-05-09 | 1 | -0/+1 |
* | avcodec/utils: treat PAL8 for jpegs similar to other colorspaces | Michael Niedermayer | 2021-05-04 | 1 | -0/+10 |
* | avcodec: Remove remnants of user-visiable HW acceleration API | Andreas Rheinhardt | 2021-04-27 | 1 | -11/+0 |
* | avcodec: Remove deprecated av_codec_get_tag_string | Andreas Rheinhardt | 2021-04-27 | 1 | -22/+0 |
* | avcodec: Remove unneeded getters and setters | Andreas Rheinhardt | 2021-04-27 | 1 | -18/+0 |
* | avcodec/utils: Check ima wav duration for overflow | Michael Niedermayer | 2021-04-20 | 1 | -1/+5 |
* | avcodec: move core AVCodecContext functions from util.c to a new file | James Almer | 2021-03-19 | 1 | -825/+3 |
* | avcodec: move AVCodecParameters related functions from util.c to a new file | James Almer | 2021-03-19 | 1 | -173/+0 |
* | lavc: drop unused argument from lock_avcodec() | Anton Khirnov | 2021-03-16 | 1 | -3/+3 |
* | lavc: drop ff_ prefix from ff_(un)lock_avcodec | Anton Khirnov | 2021-03-16 | 1 | -6/+6 |
* | lavc: move decoder bsf init into decoder-specific code | Anton Khirnov | 2021-03-16 | 1 | -6/+0 |
* | lavc: factor decoder validation/setup from avcodec_open2() | Anton Khirnov | 2021-03-16 | 1 | -41/+5 |
* | lavc: factor out encoder init/validation from avcodec_open2() | Anton Khirnov | 2021-03-16 | 1 | -163/+3 |
* | lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal cap | Anton Khirnov | 2021-03-16 | 1 | -1/+1 |
* | avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MS | Michael Niedermayer | 2021-03-15 | 1 | -1/+1 |
* | avcodec/utils: free last_pkt_props on avcodec_open2() failure | James Almer | 2021-03-03 | 1 | -0/+1 |
* | avcodec/decode: port last_pkt_props to AVFifoBuffer | James Almer | 2021-03-03 | 1 | -7/+20 |
* | avcodec: add SGA PCM decoder | Paul B Mahol | 2021-03-01 | 1 | -0/+1 |
* | avcodec/utils: unbreak BINKAUDIO_DCT duration calculation | Paul B Mahol | 2021-02-04 | 1 | -8/+4 |
* | lavc: shedule old encoding/decoding API for removal | Anton Khirnov | 2021-01-26 | 1 | -5/+20 |
* | avcodec/utils: Check for integer overflow in get_audio_frame_duration() for A... | Michael Niedermayer | 2021-01-23 | 1 | -1/+4 |
* | avcodec/utils: Check bitrate for overflow in get_bit_rate() | Michael Niedermayer | 2020-12-19 | 1 | -1/+8 |
* | avcodec/utils: Remove ff_codec_open2_recursive() | Andreas Rheinhardt | 2020-12-04 | 1 | -12/+0 |
* | avcodec/utils: Require a non zero channels unless AV_CODEC_CAP_CHANNEL_CONF i... | Michael Niedermayer | 2020-11-28 | 1 | -0/+9 |