| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avcodec: deprecate thread_safe_callbacks | Anton Khirnov | 2020-11-27 | 1 | -0/+13 |
* | avcodec/utils: clear the packet props queue on flushing | James Almer | 2020-11-09 | 1 | -0/+4 |
* | avcodec: add adpcm_ima_amv encoder | Zane van Iperen | 2020-11-09 | 1 | -0/+1 |
* | avcodec/adpcm_ima_amv: restrict to 1 channel | Zane van Iperen | 2020-11-09 | 1 | -1/+1 |
* | avcodec/utils: add adpcm_ima_alp to av_get_exact_bits_per_sample() | Zane van Iperen | 2020-11-03 | 1 | -0/+1 |
* | avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in ... | Michael Niedermayer | 2020-10-29 | 1 | -1/+4 |
* | lavc: un-avpriv avpriv_bprint_to_extradata() | Anton Khirnov | 2020-10-28 | 1 | -23/+0 |
* | avcodec/utils: Check for overflow with ATRAC* in get_audio_frame_duration() | Michael Niedermayer | 2020-10-17 | 1 | -1/+4 |
* | avcodec/utils: add missing FF_API_TAG_STRING check | James Almer | 2020-10-01 | 1 | -0/+2 |
* | avcodec/utils: Reindentation | Andreas Rheinhardt | 2020-10-01 | 1 | -11/+11 |
* | avcodec/utils: Also free encoder extradata on avcodec_open2() error | Andreas Rheinhardt | 2020-10-01 | 1 | -0/+4 |
* | avcodec/utils: Don't forget cleaning up when allocating priv_data fails | Andreas Rheinhardt | 2020-10-01 | 1 | -1/+1 |
* | avcodec/utils: Improve check for freeing codec private options | Andreas Rheinhardt | 2020-10-01 | 1 | -1/+1 |
* | avcodec/utils: Remove always-true check | Andreas Rheinhardt | 2020-10-01 | 1 | -2/+1 |
* | avcodec/utils: Only call codec->close if init has been called | Andreas Rheinhardt | 2020-09-29 | 1 | -2/+3 |
* | avcodec/decode: use a packet list to store packet properties | James Almer | 2020-09-15 | 1 | -0/+3 |
* | avcodec/utils: make the src paramater for ff_thread_ref_frame const | James Almer | 2020-09-11 | 1 | -1/+1 |
* | fftools, libavcodec, libavfilter: Add const to some AVCodec * | Andreas Rheinhardt | 2020-09-11 | 1 | -2/+2 |
* | avcodec: add FastAudio decoder | Paul B Mahol | 2020-09-03 | 1 | -0/+2 |
* | avcodec: add ADPCM IMA MOFLEX decoder | Paul B Mahol | 2020-09-03 | 1 | -0/+2 |
* | avcodec/utils: calculate frame number of HEVC if the framerate > 30FPS | Limin Wang | 2020-08-16 | 1 | -1/+12 |
* | avcodec: move ff_alloc_a53_sei() to atsc_53 | James Almer | 2020-08-15 | 1 | -43/+0 |
* | avcodec: add adpcm_argo encoder | Zane van Iperen | 2020-08-07 | 1 | -0/+1 |
* | avcodec: add adpcm_ima_apm encoder | Zane van Iperen | 2020-07-21 | 1 | -0/+1 |
* | avcodec/utils: add ff_alloc_timecode_sei() for hevc timecode sei | Limin Wang | 2020-06-28 | 1 | -0/+63 |
* | avcodec/encode: restructure the old encode API | James Almer | 2020-06-18 | 1 | -2/+6 |
* | avcodec/encode: restructure the core encoding code | James Almer | 2020-06-18 | 1 | -3/+7 |
* | avcodec: add adpcm_ima_ssi encoder | Zane van Iperen | 2020-05-27 | 1 | -0/+1 |
* | avcodec: move avcodec_flush_buffers from decode.c to utils.c | James Almer | 2020-05-24 | 1 | -0/+44 |
* | avcodec/decode: remove ff_decode_bsfs_uninit() | James Almer | 2020-05-21 | 1 | -2/+2 |
* | avcodec/utils: simplify, remove duplicate code | Limin Wang | 2020-05-05 | 1 | -26/+3 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | lavc: do not implicitly share the frame pool between threads | Anton Khirnov | 2020-04-10 | 1 | -11/+2 |
* | avcodec/utils: Fix ff_add_cpb_side_data() add twice | Nicolas Gaullier | 2020-03-20 | 1 | -0/+5 |