1518 Commits (2cd718a4c52f3225d36d35055f16ef923c03aeac)

Author SHA1 Message Date
Michael Niedermayer 0be09f54fb avcodec: Add utils test 9 years ago
Reimar Döffinger 4dd4d53531 Document and validate AVFrame plane pointers. 9 years ago
Michael Niedermayer d39b770aa2 avcodec/utils: Check that the video data[] arrays are NULL on the input to get_buffer_internal() 9 years ago
Michael Niedermayer bdf7093bd0 avcodec/utils: Check all data[] pointers in video_get_buffer() not just the first 9 years ago
Clément Bœsch 22ebbda637 lavc: deprecate decoded ass subtitles with timings 9 years ago
Clément Bœsch 2941282124 lavc: allow subtitle text format to be ASS without timing 9 years ago
Michael Niedermayer 410f717ff6 avcodec/utils: Merge identical if conditions 9 years ago
Neil Birkbeck ad17b9d2d4 libavcodec:add packet level support for mastering metadata 9 years ago
Kieran Kunhya 4170a44bbc Add GBRAP12 pixel format 9 years ago
Anton Khirnov a8068346e4 lavc: add a variant of av_get_audio_frame_duration working with AVCodecParameters 9 years ago
Anton Khirnov 998e1b8f52 lavc: add codec parameters API 9 years ago
Anton Khirnov 7b3214d005 lavc: add a field for passing AVHWFramesContext to encoders 9 years ago
Carl Eugen Hoyos 4c44972f99 avcodec: Fix a typo. 9 years ago
Andreas Cadhalpun 5edd1f62ca avcodec: only warn about hwaccel with frame threads 9 years ago
Michael Niedermayer 9ee4c89348 avcodec/utils: Add AV_PIX_FMT_GBRAP16?E to avcodec_align_dimensions2() 9 years ago
Michael Niedermayer edc34c937b avcodec/utils: Check the return code of av_image_fill_linesizes() 9 years ago
Clément Bœsch 54ab90c05b lavc/utils: fix instanciate/instantiate typo 9 years ago
Derek Buitenhuis 265ed6732f libavcodec/util: Fix timebase overflow check 9 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Michael Niedermayer ed0c550564 avcodec/utils: run ff_frame_thread_encoder_init() only for encoders 9 years ago
Michael Niedermayer a7305c780b Print the whitelists if entities are not found on them 9 years ago
Arttu Ylä-Outinen 7486418683 lavc: Make sure that the effective timebase would not overflow 9 years ago
Michael Niedermayer 0869ff7e9d avcodec/utils: Check bits_per_raw_sample on video encoder open 9 years ago
Hendrik Leppkes 50401f5fb7 avcodec: properly check pkt_timebase for validity 9 years ago
Matthieu Bouron ae1c750cb4 lavc/utils: use AVPixFmtDescriptor to probe palette formats 9 years ago
Anton Khirnov cea1eef25c lavc: get the profile name through the codec descriptor in avcodec_string() 9 years ago
Anton Khirnov 2c6811397b lavc: add profiles to AVCodecDescriptor 9 years ago
Anton Khirnov cdc9ce098e lavc: print the name of the codec, not its implementation, in avcodec_string 9 years ago
Clément Bœsch a8bb81a05c lavc, lavu: use avutil/thread.h instead of redundant conditional includes 9 years ago
Anton Khirnov 11c9bd633f libopenh264enc: export CPB props side data 9 years ago
Anton Khirnov f0b769c16d lavc: add a packet side data type for VBV-like parameters 9 years ago
Anton Khirnov 84adab333c lavc: add stream-global packet side data 9 years ago
Michael Niedermayer 15d14ce47c avcodec/utils: Fix overflow in get_bit_rates computations 9 years ago
Michael Niedermayer abee0a1c60 avcodec/utils: Clear dimensions in ff_get_buffer() on failure 9 years ago
Michael Niedermayer 4f03bebc79 avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string() 9 years ago
Michael Niedermayer 4e16ad2868 avcodec/utils: Better check for channels in av_get_audio_frame_duration() 9 years ago
Paul B Mahol af3f793f60 avcodec: add ADPCM AICA decoder 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Hendrik Leppkes 31741aecbf avcodec: disallow hwaccel with frame threads 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Paul B Mahol 035ae3c009 avcodec: add SDX2 DPCM decoder 9 years ago
Vittorio Giovara 3ee2c60cc2 utils: Use data buffers directly instead of an AVPicture 9 years ago
Andreas Cadhalpun a4680e7170 avcodec: rename avpriv_color_frame to ff_color_frame 9 years ago
Vittorio Giovara a17a766190 lavc: Add data and linesize to AVSubtitleRect 9 years ago
Paul B Mahol 8b11e43799 avcodec: add ADPCM PSX decoder 9 years ago
Derek Buitenhuis 17e41cf361 avcodec: Do not lock during init if there is no init function 10 years ago
Derek Buitenhuis 1156b634c1 avcodec: Don't lock on init for codecs without an init function 10 years ago
Andreas Cadhalpun ec0275843d avcodec: remove leftover iff_byterun1 decoder 10 years ago
Derek Buitenhuis eae58428bd avcodec: Do not lock during open for codecs marked as having threadsafe init 10 years ago
Derek Buitenhuis abaa12263e avcodec: Don't lock during open if the codec has threadsafe init 10 years ago