1584 Commits (fb0ae037d024e96093ccbf8cb366dd1fbbdf9644)

Author SHA1 Message Date
Andreas Rheinhardt 5766c8e968 avcodec/utils: Remove ff_codec_open2_recursive() 4 years ago
Michael Niedermayer 81503ac58a avcodec/utils: Require a non zero channels unless AV_CODEC_CAP_CHANNEL_CONF is set 4 years ago
Anton Khirnov a83098ab03 avcodec: deprecate thread_safe_callbacks 4 years ago
James Almer d2dcb113f8 avcodec/utils: clear the packet props queue on flushing 4 years ago
Zane van Iperen 555f5c1fc5
avcodec: add adpcm_ima_amv encoder 4 years ago
Zane van Iperen d6912294d3
avcodec/adpcm_ima_amv: restrict to 1 channel 4 years ago
Zane van Iperen 2433b62f79
avcodec/utils: add adpcm_ima_alp to av_get_exact_bits_per_sample() 4 years ago
Michael Niedermayer ec7e0d4288 avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in get_audio_frame_duration() 4 years ago
Anton Khirnov 0438521888 lavc: un-avpriv avpriv_bprint_to_extradata() 4 years ago
Michael Niedermayer 01bb12f883 avcodec/utils: Check for overflow with ATRAC* in get_audio_frame_duration() 4 years ago
James Almer 137a36bdfc avcodec/utils: add missing FF_API_TAG_STRING check 4 years ago
Andreas Rheinhardt 66eadb3926 avcodec/utils: Reindentation 4 years ago
Andreas Rheinhardt b8e0ceda11 avcodec/utils: Also free encoder extradata on avcodec_open2() error 4 years ago
Andreas Rheinhardt d1dcc20126 avcodec/utils: Don't forget cleaning up when allocating priv_data fails 4 years ago
Andreas Rheinhardt c6e54d14c5 avcodec/utils: Improve check for freeing codec private options 4 years ago
Andreas Rheinhardt 502c5fe101 avcodec/utils: Remove always-true check 4 years ago
Andreas Rheinhardt 5bc74d06da avcodec/utils: Only call codec->close if init has been called 4 years ago
James Almer 022a12b306 avcodec/decode: use a packet list to store packet properties 5 years ago
James Almer 6a5b38ef44 avcodec/utils: make the src paramater for ff_thread_ref_frame const 5 years ago
Andreas Rheinhardt 0086432fc7 fftools, libavcodec, libavfilter: Add const to some AVCodec * 5 years ago
Paul B Mahol 1304078d3c avcodec: add FastAudio decoder 5 years ago
Paul B Mahol a1caa16d45 avcodec: add ADPCM IMA MOFLEX decoder 5 years ago
Limin Wang d7af6d1469 avcodec/utils: calculate frame number of HEVC if the framerate > 30FPS 5 years ago
James Almer 0de01da1d2 avcodec: move ff_alloc_a53_sei() to atsc_53 5 years ago
Zane van Iperen 62da99e1d0
avcodec: add adpcm_argo encoder 5 years ago
Zane van Iperen 80dda80981 avcodec: add adpcm_ima_apm encoder 5 years ago
Limin Wang 9294f5b497 avcodec/utils: add ff_alloc_timecode_sei() for hevc timecode sei 5 years ago
James Almer 93016f5d1d avcodec/encode: restructure the old encode API 5 years ago
James Almer 827d6fe73d avcodec/encode: restructure the core encoding code 5 years ago
Zane van Iperen b1189c1571 avcodec: add adpcm_ima_ssi encoder 5 years ago
James Almer c7c8f141eb avcodec: move avcodec_flush_buffers from decode.c to utils.c 5 years ago
James Almer d3bedba97f avcodec/decode: remove ff_decode_bsfs_uninit() 5 years ago
Limin Wang 79e3c4dd74 avcodec/utils: simplify, remove duplicate code 5 years ago
Mark Thompson 2594f6a362 lavc: Rename hwaccel.h to hwconfig.h 5 years ago
Anton Khirnov 9d6785d426 lavc: do not implicitly share the frame pool between threads 5 years ago
Nicolas Gaullier 42271f8e18 avcodec/utils: Fix ff_add_cpb_side_data() add twice 5 years ago
Paul B Mahol c6bbdba9cd avcodec: add derf dpcm decoder 5 years ago
James Almer c666689491 avcodec: add an AVCodecContext field to signal types of packet, frame, and coded stream side data to export 5 years ago
Paul B Mahol dfb0b9370d avcodec: fix pcm zork decoder 5 years ago
leozhang 81d25e5bfc avcodec/utils: remove extra brackets 5 years ago
Limin Wang 8a62d88b0e avcodec/utils: replace avctx->internal with avci for better readability 5 years ago
Carl Eugen Hoyos 96fab29e96 Silence "string-plus-int" warning shown by clang. 5 years ago
Zhao Zhili f78dc66089 avcodec/utils: remove access of AV_SAMPLE_FMT_NB 5 years ago
Linjie Fu 7aef2f59b5 lavc/utils.c: fix code indentations 5 years ago
Michael Niedermayer f011572e66 avcodec/utils: Check block_align 5 years ago
Michael Niedermayer 75fefb1fb7 avcodec/utils: Check sample_rate before opening the decoder 5 years ago
Michael Niedermayer 95e5396919 avcodec/utils: Optimize ff_color_frame() using memcpy() 5 years ago
Michael Niedermayer 340ab13504 avcodec/utils: Use av_memcpy_backptr() in ff_color_frame() 5 years ago
Michael Niedermayer 83f2555e5f avcodec/utils: Check channels fully earlier 6 years ago
Michael Niedermayer 61b055bed0 libavcodec/utils: Free threads on init failure 6 years ago