1601 Commits (7b3881f0da6da00cb6b5b123328e2fbfca936c47)

Author SHA1 Message Date
Vitaly Buka 8c2bb10ddf avcodec/utils: Fix signed integer overflow in rc_initial_buffer_occupancy initialization 8 years ago
Steve Lhomme 157e57a181 lavc: Add Content Light Level side metadata found in HEVC 8 years ago
Ronald S. Bultje 083300bea9 pthread_frame: allow per-field ThreadFrame owners. 8 years ago
Clément Bœsch 67e370ee52 lavc: fix usages of av_get_codec_tag_string() 8 years ago
Vittorio Giovara c43a96fe16 lavc: Drop deprecated time_base variable for decoding 8 years ago
Vittorio Giovara 48bb0da050 lavc: Drop deprecated way of setting audio delay on encode 8 years ago
Vittorio Giovara b3739599bd lavc: Drop deprecated emu edge functionality 8 years ago
Vittorio Giovara 6dca24cd1d lavc: Drop deprecated way of setting codec dimensions 8 years ago
Vittorio Giovara 0337adfab5 lavc: Drop deprecated missing sample log function 8 years ago
wm4 66963d4b8d avcodec: remove warning against using frame threading with hwaccels 8 years ago
wm4 d682ae70b4 avcodec, avformat: deprecate anything related to side data merging 8 years ago
Tobias Rapp 205b8fd078 avcodec: estimate output bitrate for uncompressed video codecs 8 years ago
wm4 b4b8ca24f6 avcodec: fix uninitialized variable read 8 years ago
Carl Eugen Hoyos 5dd7ea9f56 lavc/internal: Constify AVPacket* in AVCodecInternal. 8 years ago
wm4 fcfc78cbab aacdec: do not mutate input packet metadata 8 years ago
wm4 a755b725ec avcodec: consider an error during decoder draining as EOF 8 years ago
Carl Eugen Hoyos 560f5188c6 lavc/utils: Make second parameter to apply_param_change() const. 8 years ago
Mark Thompson c1a5fca06f lavc: Add device context field to AVCodecContext 8 years ago
Mark Thompson 44f2eda39f lavc: Add device context field to AVCodecContext 8 years ago
Anton Khirnov f44ec22e09 lavc: use av_cpu_max_align() instead of hardcoding alignment requirements 8 years ago
Michael Niedermayer ad7a3f5294 avcodec/utils: Fix memleak with subtitles and sidedata 8 years ago
Michael Niedermayer 2080bc3371 avcodec/utils: correct align value for interplay 8 years ago
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 9 years ago
wm4 40fbf32042 lavc: set best effort timestamp if unset when using new decode API 9 years ago
Marton Balint 2face3e7b5 lavc/utils: disallow zero sized packets with data set in avcodec_send_packet 9 years ago
wm4 b2fea2fdee ffmpeg: move subframe warning to libavcodec 9 years ago
Sasi Inguva 7e0235bdb1 lavc/utils.c: Subtract skip_samples when frame is DISCARDed. 9 years ago
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