1605 Commits (32b20a274a8a628b5f255ca6641aef1c9c3b5713)

Author SHA1 Message Date
Michael Niedermayer f0ce023ddb avcodec/utils: treat PAL8 for jpegs similar to other colorspaces 4 years ago
Andreas Rheinhardt f581433e8b avcodec: Remove remnants of user-visiable HW acceleration API 4 years ago
Andreas Rheinhardt d1d8a81874 avcodec: Remove deprecated av_codec_get_tag_string 4 years ago
Andreas Rheinhardt 23bb78d2ea avcodec: Remove unneeded getters and setters 4 years ago
Michael Niedermayer f40e9b1355 avcodec/utils: Check ima wav duration for overflow 4 years ago
James Almer f47d7a3b42 avcodec: move core AVCodecContext functions from util.c to a new file 4 years ago
James Almer 4057a060f6 avcodec: move AVCodecParameters related functions from util.c to a new file 4 years ago
Anton Khirnov 30a69b1625 lavc: drop unused argument from lock_avcodec() 4 years ago
Anton Khirnov 55c083f08a lavc: drop ff_ prefix from ff_(un)lock_avcodec 4 years ago
Anton Khirnov b006a84a97 lavc: move decoder bsf init into decoder-specific code 4 years ago
Anton Khirnov 20aec597d0 lavc: factor decoder validation/setup from avcodec_open2() 4 years ago
Anton Khirnov 3f53c84847 lavc: factor out encoder init/validation from avcodec_open2() 4 years ago
Anton Khirnov 8a129077cc lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal cap 4 years ago
Michael Niedermayer 0f441b9063 avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MS 4 years ago
James Almer 77ce903f7a avcodec/utils: free last_pkt_props on avcodec_open2() failure 4 years ago
James Almer b34d1de8dc avcodec/decode: port last_pkt_props to AVFifoBuffer 4 years ago
Paul B Mahol 5111707df6 avcodec: add SGA PCM decoder 4 years ago
Paul B Mahol 89e2fbceee avcodec/utils: unbreak BINKAUDIO_DCT duration calculation 4 years ago
Anton Khirnov 9e30859cb6 lavc: shedule old encoding/decoding API for removal 4 years ago
Michael Niedermayer 2488ba85a0 avcodec/utils: Check for integer overflow in get_audio_frame_duration() for ADPCM_DTK 4 years ago
Michael Niedermayer 8aadae670f avcodec/utils: Check bitrate for overflow in get_bit_rate() 4 years ago
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 4 years ago
James Almer 6a5b38ef44 avcodec/utils: make the src paramater for ff_thread_ref_frame const 4 years ago
Andreas Rheinhardt 0086432fc7 fftools, libavcodec, libavfilter: Add const to some AVCodec * 4 years ago
Paul B Mahol 1304078d3c avcodec: add FastAudio decoder 4 years ago
Paul B Mahol a1caa16d45 avcodec: add ADPCM IMA MOFLEX decoder 4 years ago
Limin Wang d7af6d1469 avcodec/utils: calculate frame number of HEVC if the framerate > 30FPS 4 years ago
James Almer 0de01da1d2 avcodec: move ff_alloc_a53_sei() to atsc_53 4 years ago
Zane van Iperen 62da99e1d0
avcodec: add adpcm_argo encoder 4 years ago
Zane van Iperen 80dda80981 avcodec: add adpcm_ima_apm encoder 4 years ago
Limin Wang 9294f5b497 avcodec/utils: add ff_alloc_timecode_sei() for hevc timecode sei 4 years ago
James Almer 93016f5d1d avcodec/encode: restructure the old encode API 4 years ago
James Almer 827d6fe73d avcodec/encode: restructure the core encoding code 4 years ago