1609 Commits (84e4e60fdcbb2fd9193f6a0704caefbfb64092cb)

Author SHA1 Message Date
Sasi Inguva a53201879c avcodec/utils: If using discard frame flag, ignore skip_samples set by the decoder 9 years ago
Sasi Inguva 2dbedc20ce lavc: Add a flag in AVPacket to discard packet after decoding. Discard frames after decoding based on the flag. 9 years ago
James Almer d2e74315e5 avcodec/utils: print only the padding values that are set 9 years ago
James Almer 4fed4aca0c avcodec/utils: print initial and trailing paddings only in verbose levels 9 years ago
Paul B Mahol fc600eff63 avcodec: add 64-bit signed pcm codec 9 years ago
Jon Toohill c3c4c72665 lavc: add trailing_padding to AVCodecContext to match AVCodecParameters. 9 years ago
Aman Gupta b5f30fe8fe avcodec/utils: only warn when passed invalid lowres value 9 years ago
Anton Khirnov e9bfff1cc6 lavc: free buffer_frame/pkt on avcodec_open2() failure 9 years ago
Anton Khirnov 89aebc5bcc lavc: align the linesize to 32 when AVX is enabled 9 years ago
Anton Khirnov f65285aba0 lavc: set sw_pix_fmt for hwaccel encoding 9 years ago
Anton Khirnov 32c8359093 lavc: export the timestamps when decoding in AVFrame.pts 9 years ago
Anton Khirnov e85f6f7f8d lavc: allow using AVCodecContext.hw_frames_ctx for decoding 9 years ago
Andrey Turkin 63adb3602d libavcodec: factor out SEI generation for A53 captions 9 years ago
Michael Niedermayer 153ab83bd3 avcodec/utils: check skip_samples signedness 9 years ago
Michael Niedermayer d953b2857b avcodec/utils: initialize delay in avcodec_parameters_to_context() 9 years ago
Paul B Mahol 8c17eea46f avcodec: add adpcm MTAF decoder 9 years ago
Michael Niedermayer b24fffeb94 avcodec/utils: Move avctx->codec check before its use 9 years ago
Anton Khirnov e62ff72fc1 lavc: make avcodec_open2() fail when the timebase is not set for encoding 9 years ago
Peter Ross 86e493a6ff avcodec: add Direct Stream Transfer (DST) decoder 9 years ago
Clément Bœsch bbf02f7d28 lavc: override decode return value only in case of error 9 years ago
wm4 66dd21d50b avcodec/utils: split side-data in new decode API too 9 years ago
Michael Niedermayer 38433345e5 avcodec/utils: Assert that the number of consumed bytes in avcodec_decode_audio4() is <= the input size 9 years ago
wm4 27adf9f9cd avcodec/utils: fix minor memory leaks on avcodec_open2() failure 9 years ago
wm4 7fc329e2dd lavc: introduce a new decoding/encoding API with decoupled input/output 9 years ago
Michael Niedermayer 0de99ab06f avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param() 9 years ago
Michael Niedermayer bcf936eaea avcodec/utils: Add braces to framecount computation 9 years ago
Michael Niedermayer a7fa1e38ca avcodec/utils: Fix duration of ATRAC3 packets 9 years ago
Michael Niedermayer 21acc4db5f avcodec: Add bits_per_raw_sample to AVCodecParameters 9 years ago
Paul B Mahol 8a4c3f5258 avcodec: add adpcm dat4 decoder 9 years ago
Hendrik Leppkes 994412fb9b avcodec: properly initialize AVCodecParameters profile/level 9 years ago
Clément Bœsch ffd1c3eeb7 lavc/utils: use pkt_timebase for legacy subtitles timing code 9 years ago
wm4 a5f5b8b96a lavc: factor apply_param_change() AV_EF_EXPLODE handling 9 years ago
Clément Bœsch be8d98c1ad lavc/utils: transfer width/height for subs in codecpar 9 years ago
Derek Buitenhuis dd77dad4e6 codecpar: Add video delay field 9 years ago
Hendrik Leppkes 5b4f8af2f1 Add frame_size to AVCodecParameters 9 years ago
James Almer 3fafde6cbe lavc: Add seek_preroll to AVCodecParameters 9 years ago
Marton Balint 99f2a59c2f avcodec/utils: fix packet duration of frames with discarded paddings 9 years ago
wm4 05f66706d1 lavc: introduce a new decoding/encoding API with decoupled input/output 9 years ago
Clément Bœsch 2b7a61cbd8 lavc/utils: fix extra ASS sanity check in convert_sub_to_old_ass_form() 9 years ago
wm4 2e2f8534eb lavc: factor apply_param_change() AV_EF_EXPLODE handling 9 years ago
Michael Niedermayer dec816f92c avcodec/utils: Fix memleak on error in convert_sub_to_old_ass_form() 9 years ago
Michael Niedermayer fbfd2601f6 avcodec/utils: Fix 'ISO C90 forbids mixed declarations and code' 9 years ago
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