1529 Commits (10a57f55e60902ab91388b8a46b73f1f4532f737)

Author SHA1 Message Date
Paul B Mahol 95fb9e0205 avcodec: add pcm_f16le and pcm_f24le decoder 8 years ago
Pavel Koshevoy 6b517a194d lavc: Fix ticket 6024, truncated mode decoding 8 years ago
Anton Khirnov 972c71e9cb lavc: add support for filtering packets before decoding 8 years ago
Anton Khirnov 061a0c14bb decode: restructure the core decoding code 8 years ago
Anton Khirnov 549d0bdca5 decode: be more explicit about storing the last packet properties 8 years ago
Anton Khirnov 0309ddcfb2 lavc: handle MP3 in get_audio_frame_duration() 8 years ago
Michael Niedermayer 2f07830e69 avcodec: Add max_pixels options 8 years ago
Vittorio Giovara e7a6f8c972 lavc: Add spherical packet side data API 8 years ago
Anton Khirnov 3fe2a01df7 lavc: move decoding-related code from utils.c to a new file 8 years ago
Anton Khirnov 328cd2b599 lavc: move encoding-related code from utils.c to a new file 8 years ago
Sasi Inguva 18108f3618 lavc/utils.c: Make sure skip_samples never goes negative. 8 years ago
Rodger Combs ba53504e57
lavc/utils: avcodec_string: dump field order when known 8 years ago
Michael Niedermayer 966c5c7bb8 avcodec/utils: Move emms_c() before memory allocation functions in avcodec_encode_video2() 8 years ago
Michael Niedermayer 4f96f9d111 avcodec/utils: Clear MMX state before returning from avcodec_default_execute*() 8 years ago
James Almer 4b0f37dadb avcodec/utils: print Chroma Location string in verbose log level 8 years ago
Kieran Kunhya 81f1f6c3f6 Add GBRAP12 pixel format support 8 years ago
wm4 40fbf32042 lavc: set best effort timestamp if unset when using new decode API 8 years ago
Marton Balint 2face3e7b5 lavc/utils: disallow zero sized packets with data set in avcodec_send_packet 8 years ago
wm4 b2fea2fdee ffmpeg: move subframe warning to libavcodec 8 years ago
Sasi Inguva 7e0235bdb1 lavc/utils.c: Subtract skip_samples when frame is DISCARDed. 8 years ago
Sasi Inguva a53201879c avcodec/utils: If using discard frame flag, ignore skip_samples set by the decoder 8 years ago
Sasi Inguva 2dbedc20ce lavc: Add a flag in AVPacket to discard packet after decoding. Discard frames after decoding based on the flag. 8 years ago
James Almer d2e74315e5 avcodec/utils: print only the padding values that are set 8 years ago
James Almer 4fed4aca0c avcodec/utils: print initial and trailing paddings only in verbose levels 8 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